/* Antraštės */
h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.04em;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 4rem);
}

.hero-content h1 {
  display: inline-block;
  line-height: 1;
  font-size: clamp(3.3rem, 7vw, 4.7rem);
}

p {
  color: var(--text-soft);
}

/* Badge */
.badge {
    font-family: var(--font-serif);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;

  margin-top: 0.9rem;
  padding: 0.38rem 0.9rem;
  border-radius: 999px;

  font-size: 0.78rem;
  letter-spacing: 0.22em;

  color: rgba(255,255,255,0.85);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Mygtukai */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-soft);
  font-size: 0.9rem;
  line-height: 1;
  transition: filter .2s ease, background-color .2s ease;
}

.button-primary {
  background: #f2f2f2;
  color: #000;
}

.button-secondary {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid var(--border-soft);
}

.button:hover {
  filter: brightness(0.9);
}

/* Atvirutės (dainos) */
.card {
  background: linear-gradient(to bottom, #e6d8bf, #d6c4a8);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  display: flex;
  flex-direction: column;
  transform-origin: center;
  padding: 8px;
  will-change: transform;
}

.card:hover {
  transform: scale(1.08);
  box-shadow:
    0 24px 40px rgba(0,0,0,0.45),
    0 0 18px rgba(230, 223, 201, 0.35);
  filter: brightness(1.2);
}

.card:focus-within {
  transform: scale(1.08);
}

.card-image {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.card-body {
  margin-top: 8px;
  padding: 0.5rem 0.6rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border-top: none;
}

.card-title {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  color: #3b2e1e;
  letter-spacing: 0.04em;
}

.grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1000px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.card-link {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.98rem;
  color: #3b2e1e;
  text-decoration: none;
  letter-spacing: 0.04em;
  width: 100%;
  height: 100%;
}

.card-link:hover {
  text-decoration: underline;
}

.songs {
  padding: 5rem 0 6rem;
  width: 100%;
  background:
    linear-gradient(to bottom, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0)),
    radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(0,0,0,0) 55%),
    url("../images/plain-bg.png"),
    #2a2017;
  background-size: auto, auto, cover, auto;
  background-position: center, center, center, center;
}

.songs-inner {
  border-radius: 16px;
  padding: 3rem 2.5rem 3.5rem;
}

.songs-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #e7dcc6;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}

/* Videos section */
.videos {
  padding: 5rem 0 6rem;
  width: 100%;
  background:
    linear-gradient(to bottom, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0)),
    radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(0,0,0,0) 55%),
    url("../images/plain-bg.png"),
    #2a2017;
  background-size: auto, auto, cover, auto;
  background-position: center, center, center, center;
}

.videos-inner {
  border-radius: 16px;
  padding: 3rem 2.5rem 3.5rem;
}

.videos-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #e7dcc6;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}

/* Story section */
.story {
  padding: 5rem 0 6rem;
  width: 100%;
  background:
    linear-gradient(to bottom, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0)),
    radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(0,0,0,0) 55%),
    url("../images/plain-bg.png"),
    #2a2017;
  background-size: auto, auto, cover, auto;
  background-position: center, center, center, center;
}

.story-inner {
  border-radius: 16px;
  padding: 3rem 2.5rem 3.5rem;
}

.story-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #e7dcc6;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}

.history-copy p {
  color: #e7dcc6;
}

/* Support section */
.support {
  padding: 5rem 0 6rem;
  width: 100%;
  background:
    linear-gradient(to bottom, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0)),
    radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(0,0,0,0) 55%),
    url("../images/plain-bg.png"),
    #2a2017;
  background-size: auto, auto, cover, auto;
  background-position: center, center, center, center;
}

.support-inner {
  border-radius: 16px;
  padding: 3rem 2.5rem 3.5rem;
}

.support-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #e7dcc6;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}


.songs-title,
.videos-title,
.story-title,
.support-title {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.songs-title::after,
.videos-title::after,
.story-title::after,
.support-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(420px, 60vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    to right,
    transparent,
    rgba(214,191,150,0.55),
    transparent
  );
}


.support-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-card {
  background: linear-gradient(to bottom, #e6d8bf, #d6c4a8);
  padding: 1.2rem 1.2rem 1.4rem;
  box-shadow: 0 14px 28px rgba(0,0,0,0.4);
  color: #3b2e1e;
}

.support-card h3 {
  margin: 0.4rem 0 0.6rem;
  font-size: 1.1rem;
}

.support-card p {
  margin: 0 0 1rem;
  color: rgba(59, 46, 30, 0.85);
}

.support-link {
  color: #3b2e1e;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.support-link:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-inner {
    padding: 2.5rem 1.6rem 3rem;
  }
}

@media (max-width: 640px) {
  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-title {
    margin-bottom: 1.5rem;
  }
}

.story-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card {
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1.2rem 1.4rem;
  box-shadow: inset 0 0 0 1px rgba(230, 223, 201, 0.28), 0 14px 28px rgba(0,0,0,0.4);
  color: #E6DFC9;
}

.story-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 0.8rem;
}

.story-card h3 {
  margin: 0.4rem 0 0.6rem;
  font-size: 1.1rem;
  color: #E6DFC9;
}

.story-year {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(59, 46, 30, 0.75);
}

.story-card p {
  margin: 0;
  color: #E6DFC9;
}

.story-card p:first-of-type {
  font-size: 0.92em;
  font-style: italic;
}

.story-interview-link {
  margin-top: auto;
  align-self: flex-end;
  display: inline-block;
  padding-top: 0.9rem;
  color: #E6DFC9;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.92rem;
}

@media (max-width: 1000px) {
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-inner {
    padding: 2.5rem 1.6rem 3rem;
  }
}

@media (max-width: 640px) {
  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-title {
    margin-bottom: 1.5rem;
  }
}

.video-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card {
  background: linear-gradient(to bottom, #e6d8bf, #d6c4a8);
  padding: 8px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.4);
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1000px) {
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .videos-inner {
    padding: 2.5rem 1.6rem 3rem;
  }
}

@media (max-width: 640px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .videos-title {
    margin-bottom: 1.5rem;
  }
}

.songs-grid {
  gap: 1.8rem;
}

@media (max-width: 1000px) {
  .songs-inner {
    padding: 2.5rem 1.6rem 3rem;
  }
}

@media (max-width: 640px) {
  .songs-title {
    margin-bottom: 1.5rem;
  }
}

/* HERO mygtukas – „popierinis“ */
.button-hero {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  letter-spacing: 0.08em;

  padding: 0.4rem 1.9rem;
  border-radius: 6px;

  color: #3b2e1e;
  background:
  linear-gradient(to bottom, #efe1c7, #e3cfad),
  url("../images/button-paper.png");
  background-blend-mode: multiply;

  border: 1px solid rgba(60,40,20,0.35);

  box-shadow:
    0 8px 18px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 12px -12px 20px rgba(0,0,0,0.35),
    inset -12px 12px 20px rgba(255,255,255,0.2);

  text-transform: none;

  transition:
    transform .15s ease,
    box-shadow .15s ease,
    filter .15s ease;
}

.button-hero:hover {
  filter: brightness(1.08);
  box-shadow:
    0 10px 22px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 12px -12px 20px rgba(0,0,0,0.35),
    inset -12px 12px 20px rgba(255,255,255,0.28),
    0 0 18px rgba(230, 223, 201, 0.35);
}

.button-hero:active {
  transform: translateY(0);
  box-shadow:
    0 4px 10px rgba(0,0,0,0.5),
    inset 0 2px 4px rgba(0,0,0,0.25);
}

.hero-content p {
  max-width: 520px;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  line-height: 1.75;
}

.hero-content,
.hero-content h1,
.hero-content h2,
.hero-content p,
.hero-content .badge {
  color: #E6DFC9;
}

.hero-content .mini-menu {
  font-family: var(--font-serif);
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: #E6DFC9;
}

.hero-content .mini-menu a {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease, text-shadow 0.2s ease;
}

.hero-content .mini-menu a:hover {
  opacity: 1;
  text-shadow: 0 0 8px rgba(230, 223, 201, 0.35);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.actions .button {
  position: relative;
  transition: filter 0.2s ease, background-color 0.2s ease;
}

.actions .button:hover {
  filter: brightness(0.9);
}

/* About section layout */
.about {
  padding: 4.5rem 0;
  width: 100%;
  background:
    linear-gradient(to bottom, rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.65)),
    radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(0,0,0,0) 55%),
    url("../images/plain-bg.png"),
    #2a2017;
  background-size: auto, auto, cover, auto;
  background-position: center, center, center, center;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 3rem;
  align-items: center;
}

.about-copy p {
  max-width: 52ch;
  color: #E6DFC9;
}

.about-copy .about-intro {
  font-size: 0.92em;
  font-style: italic;
}

.about-copy h2 {
  color: #E6DFC9;
}

.about-cta {
  margin-top: 1.2rem;
  font-style: italic;
  color: #E6DFC9;
}

.about-product {
  margin: 0;
  padding: 1.2rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.about-product img {
  width: 100%;
  display: block;
  border-radius: 0;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

.contacts {
  padding-top: 4rem;
}

.contacts-grid {
  align-items: start;
}

.contacts-copy p {
  max-width: 58ch;
}

.contacts-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.contacts-line {
  margin: 0;
  color: #E6DFC9;
}

.contacts-line a {
  color: #E6DFC9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contacts-line a:hover {
  opacity: 0.85;
}

.section-top-link {
  margin: 1.25rem auto 0;
  text-align: center;
}

.section-top-link a {
  color: #e7dcc6;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.9;
}

.section-top-link a:hover {
  opacity: 1;
}
