/* Adna Osman v1.0.26: dedicated audio-practice page. */

.adna-page-free-resources,
.adna-page-gratis-resurser {
  background: var(--cream);
}

.adna-page-free-resources .adna-page-hero,
.adna-page-gratis-resurser .adna-page-hero {
  min-height: min(620px, calc(100vh - 72px));
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  background: var(--sand);
}

.adna-page-free-resources .adna-page-hero-copy,
.adna-page-gratis-resurser .adna-page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.adna-page-free-resources .adna-page-hero-copy h1,
.adna-page-gratis-resurser .adna-page-hero-copy h1 {
  max-width: 680px;
  font-size: clamp(2.8rem, 4.5vw, 4.9rem);
}

.adna-page-free-resources .adna-page-hero figure img,
.adna-page-gratis-resurser .adna-page-hero figure img {
  object-position: center;
}

.audio-library {
  width: min(1260px, calc(100% - 48px));
  padding-block: clamp(82px, 9vw, 132px);
}

.audio-library-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(36px, 7vw, 110px);
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.audio-library-intro .section-heading {
  margin: 0;
}

.audio-library-intro h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
}

.audio-library-intro > p {
  max-width: 460px;
  margin: 0 0 6px;
  color: rgba(33, 28, 24, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.audio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  border: 0;
}

.audio-grid .audio-card {
  min-width: 0;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 30px;
  border: 1px solid rgba(51, 67, 58, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 44px rgba(51, 67, 58, 0.08);
}

.audio-grid .audio-card:last-child {
  border-right: 1px solid rgba(51, 67, 58, 0.16);
}

.audio-card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.audio-grid .audio-number {
  color: var(--terracotta);
  font-size: 0.75rem;
  font-weight: 900;
}

.audio-category {
  color: var(--deep);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audio-duration {
  padding: 5px 8px;
  border: 1px solid rgba(51, 67, 58, 0.18);
  border-radius: 999px;
  color: rgba(51, 67, 58, 0.78);
  font-size: 0.68rem;
  font-weight: 800;
}

.audio-grid .audio-card h3 {
  margin: 30px 0 14px;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 2.35vw, 2.35rem);
  line-height: 1.08;
}

.audio-grid .audio-card > p {
  margin: 0 0 28px;
  color: rgba(33, 28, 24, 0.72);
  line-height: 1.7;
}

.audio-preview {
  min-height: 64px;
  display: grid;
  grid-template-columns: 40px minmax(70px, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--deep);
  color: var(--cream);
}

.audio-play {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(250, 245, 239, 0.34);
  border-radius: 50%;
}

.audio-play::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--cream);
  content: "";
}

.audio-wave {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 3px;
  overflow: hidden;
}

.audio-wave i {
  width: 2px;
  height: 8px;
  flex: 0 0 2px;
  border-radius: 1px;
  background: rgba(250, 245, 239, 0.56);
}

.audio-wave i:nth-child(3n + 1) { height: 18px; }
.audio-wave i:nth-child(4n + 2) { height: 26px; }
.audio-wave i:nth-child(5n) { height: 14px; }

.audio-preview em {
  color: rgba(250, 245, 239, 0.74);
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.audio-native {
  width: 100%;
  margin-top: auto;
  accent-color: var(--terracotta);
}

.audio-how {
  width: min(1260px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 120px);
  padding-block: clamp(74px, 8vw, 116px);
  border-top: 1px solid var(--line);
}

.audio-how h2,
.audio-booking h2 {
  margin: 12px 0 0;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: 600;
  line-height: 1.06;
}

.audio-how ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audio-how li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.audio-how li:first-child {
  border-top: 1px solid var(--line);
}

.audio-how li span {
  color: var(--terracotta);
  font-size: 0.74rem;
  font-weight: 900;
}

.audio-how li p {
  margin: 0;
  color: rgba(33, 28, 24, 0.76);
  line-height: 1.65;
}

.audio-booking {
  width: min(1260px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
  margin-bottom: clamp(82px, 9vw, 130px);
  padding: clamp(38px, 5vw, 68px);
  border-radius: 8px;
  background: var(--deep);
  color: var(--cream);
}

.audio-booking .eyebrow,
.audio-booking h2 {
  color: var(--cream);
}

.audio-booking h2 {
  max-width: 820px;
  font-size: clamp(2.15rem, 3.8vw, 3.9rem);
}

.audio-booking p:not(.eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(250, 245, 239, 0.76);
  line-height: 1.7;
}

.audio-booking .button {
  background: var(--sand);
  color: var(--ink);
  white-space: nowrap;
}

.audio-booking .button:hover,
.audio-booking .button:focus-visible {
  background: var(--sand);
  color: var(--ink);
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .audio-library-intro,
  .audio-how {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .audio-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .audio-grid .audio-card {
    min-height: 0;
  }

  .audio-booking {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .audio-booking .button {
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .adna-page-free-resources .adna-page-hero,
  .adna-page-gratis-resurser .adna-page-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .adna-page-free-resources .adna-page-hero figure,
  .adna-page-gratis-resurser .adna-page-hero figure {
    min-height: 290px;
    height: 290px;
  }

  .adna-page-free-resources .adna-page-hero-copy h1,
  .adna-page-gratis-resurser .adna-page-hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }

  .audio-library,
  .audio-how,
  .audio-booking {
    width: calc(100% - 36px);
  }

  .audio-library {
    padding-block: 70px;
  }

  .audio-library-intro {
    padding-bottom: 28px;
  }

  .audio-library-intro h2,
  .audio-how h2,
  .audio-booking h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .audio-grid .audio-card {
    padding: 24px 20px;
  }

  .audio-preview {
    grid-template-columns: 38px minmax(52px, 1fr) auto;
    gap: 9px;
    padding-inline: 10px;
  }

  .audio-wave {
    gap: 2px;
  }

  .audio-preview em {
    font-size: 0.6rem;
  }

  .audio-how {
    padding-block: 68px;
  }

  .audio-booking {
    gap: 28px;
    margin-bottom: 76px;
    padding: 30px 22px;
  }

  .audio-booking .button {
    width: 100%;
  }
}
