@font-face {
  font-family: "Clash Display";
  src: url("assets/source-site/wp-content/themes/flatsome-child/font/SVN-ClashDisplay-Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Clash Display Light";
  src: url("assets/source-site/wp-content/themes/flatsome-child/font/SVN-ClashDisplay-Light.otf") format("opentype");
  font-display: swap;
}

:root {
  --bg: #030303;
  --panel: #0a0a0a;
  --panel-2: #111111;
  --line: rgba(255, 255, 255, 0.13);
  --text: #f6f2e8;
  --muted: rgba(246, 242, 232, 0.72);
  --gold: #d8b257;
  --gold-2: #f4d57d;
  --cyan: #61d9e8;
  --green: #8bd67a;
  --shadow: rgba(0, 0, 0, 0.42);
  --max: 1180px;
  --header: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--gold);
  color: #080808;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: var(--header);
  padding: 14px max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(3, 3, 3, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(216, 178, 87, 0.68);
  color: var(--gold-2);
  font-family: "Clash Display", Inter, sans-serif;
  font-weight: 800;
}

.brand-name {
  font-weight: 750;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--gold-2);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.header-cta,
.button-primary {
  background: var(--gold);
  color: #060606;
  box-shadow: 0 14px 34px rgba(216, 178, 87, 0.22);
}

.header-cta:hover,
.button-primary:hover {
  background: var(--gold-2);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.button-secondary:hover {
  border-color: rgba(244, 213, 125, 0.72);
  color: var(--gold-2);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.section-band {
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: calc(var(--header) + 18px);
}

.shell {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - var(--header));
  padding-top: 44px;
  padding-bottom: 72px;
  display: flex;
  align-items: center;
  background: #030303;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 52px;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.authority-copy h2,
.portfolio-head h2,
.cta h2 {
  margin: 0;
  font-family: "Clash Display", Inter, sans-serif;
  font-weight: 850;
  line-height: 1.04;
}

.hero h1 {
  max-width: 720px;
  font-size: 72px;
}

.no-wrap {
  white-space: nowrap;
}

.hero-tag {
  margin: 20px 0 0;
  color: var(--gold-2);
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.hero-summary {
  max-width: 600px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(216, 178, 87, 0.34);
  border-radius: 8px;
  box-shadow: 0 28px 80px var(--shadow);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: center;
}

.authority-visual {
  display: grid;
  gap: 18px;
}

.wbaf-card {
  border: 1px solid rgba(216, 178, 87, 0.3);
  border-radius: 8px;
  background: #050505;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.wbaf-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: 100%;
  padding: 36px 28px;
  color: var(--text);
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.wbaf-card:hover {
  border-color: rgba(216, 178, 87, 0.72);
}

.wbaf-logo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.wbaf-status {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wbaf-card h3 {
  max-width: 330px;
  margin: 0;
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 28px;
  line-height: 1.12;
}

.wbaf-card p {
  margin: 0;
  color: var(--muted);
}

.wbaf-card strong {
  color: var(--gold-2);
  font-size: 15px;
  text-transform: uppercase;
}

.authority-copy h2,
.section-heading h2,
.portfolio-head h2,
.cta h2 {
  font-size: 46px;
}

.authority-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.authority-list p {
  margin: 0;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.045);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  color: var(--muted);
}

.authority-list strong {
  color: var(--text);
}

.authority-list a {
  color: var(--gold-2);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading.compact {
  max-width: 680px;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.book-card,
.media-card,
.voice-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.book-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.book-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.book-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.book-card h3 {
  min-height: 72px;
  margin: 0;
  color: var(--text);
  font-family: "Clash Display", Inter, sans-serif;
  font-size: 26px;
  line-height: 1.14;
}

.book-card h3 span {
  display: block;
}

.book-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.book-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--gold-2);
  font-size: 18px;
  font-weight: 850;
  text-decoration: none;
}

.book-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
}

.book-links a {
  margin-top: 0;
}

.book-links .free-download {
  margin-left: auto;
  text-align: right;
}

.talks {
  background: var(--panel-2);
}

.talks-subhead {
  margin: 0 0 16px;
  color: var(--gold-2);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.podcast-heading {
  margin-top: 34px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.media-card {
  overflow: hidden;
}

.talk-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  text-decoration: none;
}

.talk-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.talk-link:hover img {
  transform: scale(1.025);
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(216, 178, 87, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.play::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
  border-left: 14px solid #080808;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.media-card h3 {
  margin: 0;
  padding: 14px 16px 16px;
  font-size: 15px;
  line-height: 1.28;
}

.audio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.audio-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  min-height: 124px;
  padding: 12px;
  background: #0b0b0b;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
}

.audio-card:hover {
  border-color: rgba(216, 178, 87, 0.5);
}

.audio-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.audio-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.audio-card strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.35;
}

.voices {
  background: #060606;
}

.voices-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.voices-head .section-heading {
  margin-bottom: 0;
}

.voices-head .button {
  flex: 0 0 auto;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.voice-card {
  padding: 22px;
}

.recommendation-card {
  display: grid;
  gap: 16px;
  grid-template-rows: auto auto 1fr auto;
  height: 100%;
  min-height: 318px;
}

.recommendation-head {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--text);
  text-decoration: none;
}

.recommendation-head img,
.avatar-frame,
.voice-initials {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.avatar-frame {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.avatar-frame-arshad img {
  transform: scale(1.2);
}

.avatar-frame-erik img {
  transform: translate(2px, 3px) scale(1.42);
  transform-origin: 50% 50%;
}

.recommendation-head img {
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.avatar-frame img {
  width: 100%;
  height: 100%;
  border: 0;
}

.voice-initials {
  display: grid;
  place-items: center;
  background: rgba(216, 178, 87, 0.15);
  border: 1px solid rgba(216, 178, 87, 0.34);
  color: var(--gold-2);
  font-weight: 900;
}

.voice-meta {
  display: grid;
  gap: 4px;
}

.voice-meta strong {
  color: var(--text);
  font-size: 18px;
  line-height: 1.2;
}

.voice-meta em,
.voice-meta small {
  color: var(--muted);
  font-style: normal;
  line-height: 1.35;
}

.voice-meta small {
  font-size: 12px;
}

.voice-stars {
  color: #ffb321;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 179, 33, 0.14);
}

.voice-card blockquote {
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid var(--gold);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.48;
}

.voice-card details {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
}

.voice-card summary {
  width: fit-content;
  color: var(--gold-2);
  cursor: pointer;
  font-weight: 850;
}

.voice-card details p {
  margin: 10px 0 0;
}

.portfolio-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
}

.portfolio-feature {
  margin: 0 0 20px;
}

.portfolio-feature img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(216, 178, 87, 0.32);
  border-radius: 8px;
}

.portfolio-feature figcaption {
  margin-top: 12px;
  color: var(--gold-2);
  font-weight: 800;
}

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

.portfolio-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.cta {
  background: #050505;
  color: var(--gold-2);
  border-top: 1px solid rgba(216, 178, 87, 0.24);
  border-bottom: 1px solid rgba(216, 178, 87, 0.24);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta h2 {
  max-width: 780px;
  color: var(--gold-2);
}

.cta .button-primary {
  border-color: rgba(216, 178, 87, 0.58);
  background: var(--gold);
  color: #050505;
  box-shadow: 0 18px 36px rgba(216, 178, 87, 0.18);
}

.site-footer {
  padding: 30px 0;
  background: #020202;
  color: var(--muted);
}

.site-footer .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.site-footer a {
  color: var(--gold-2);
  text-decoration: none;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 28px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(88vh, 860px);
  overflow: auto;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(35, 48, 68, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: #172033;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.certificate {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 66px 58px 46px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.92), rgba(235, 238, 239, 0.8)),
    radial-gradient(circle at 86% 48%, rgba(35, 48, 68, 0.18), transparent 35%),
    #eef1f2;
  color: #233044;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
}

.certificate::before {
  content: "WBAF";
  position: absolute;
  right: -76px;
  top: 170px;
  color: rgba(35, 48, 68, 0.06);
  font: 900 180px/1 Georgia, serif;
  transform: rotate(-20deg);
}

.certificate-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
}

.certificate-rule::before,
.certificate-rule::after {
  content: "";
  border-top: 1px dashed rgba(35, 48, 68, 0.28);
}

.certificate-logo {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: contain;
}

.certificate h2 {
  margin: 0 0 28px;
  color: #233044;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.12;
  text-transform: uppercase;
}

.certificate-intro {
  margin: 0 auto 26px;
  max-width: 680px;
  color: #233044;
  font: 20px/1.55 system-ui, sans-serif;
}

.certificate-name {
  display: inline-block;
  margin: 4px 0 14px;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(35, 48, 68, 0.28);
  color: #233044;
  font-size: 44px;
  font-weight: 800;
}

.certificate-small {
  margin: 0;
  color: #233044;
  font-size: 18px;
  text-transform: uppercase;
}

.certificate-country {
  display: inline-block;
  margin: 10px 0 18px;
  padding: 0 52px 8px;
  border-bottom: 2px dashed rgba(35, 48, 68, 0.28);
  color: #233044;
  font-size: 48px;
  font-weight: 800;
}

.certificate-role {
  margin: 0 0 6px;
  color: #a68430;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.certificate-copy {
  margin: 22px auto 0;
  max-width: 720px;
  color: #233044;
  font-size: 19px;
  line-height: 1.48;
}

.certificate-validity {
  margin: 42px 0 0;
  color: #233044;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    inset: var(--header) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 22px 28px;
    background: #050505;
    border-bottom: 1px solid var(--line);
  }

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

  .site-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
  }

  .header-cta {
    display: none;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-media {
    max-width: 560px;
  }

  .book-grid,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 720px) {
  :root {
    --header: 72px;
  }

  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-name {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .shell {
    width: min(100% - 32px, var(--max));
  }

  .section-band {
    padding: 68px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-tag {
    font-size: 24px;
  }

  .hero-summary {
    font-size: 18px;
  }

  .hero-actions,
  .voices-head,
  .portfolio-head,
  .cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .authority-copy h2,
  .section-heading h2,
  .portfolio-head h2,
  .cta h2 {
    font-size: 34px;
  }

  .book-grid,
  .video-grid,
  .audio-grid,
  .portfolio-grid,
  .voice-grid {
    grid-template-columns: 1fr;
  }

  .book-card h3 {
    min-height: 0;
  }

  .portfolio-feature img {
    aspect-ratio: 4 / 3;
  }

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

  .modal {
    padding: 16px;
  }

  .modal-panel {
    max-height: 90vh;
  }

  .certificate {
    min-height: auto;
    padding: 48px 22px 34px;
  }

  .certificate h2 {
    font-size: 30px;
  }

  .certificate-intro,
  .certificate-copy {
    font-size: 16px;
  }

  .certificate-name {
    font-size: 32px;
  }

  .certificate-country {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 38px;
  }

  .certificate-role {
    font-size: 28px;
  }
}

@media (max-width: 440px) {
  .brand-name {
    max-width: 150px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .no-wrap {
    white-space: normal;
  }

  .authority-copy h2,
  .section-heading h2,
  .portfolio-head h2,
  .cta h2 {
    font-size: 30px;
  }

  .book-card-body,
  .voice-card {
    padding: 20px;
  }
}
