:root {
  --navy: #012e75;
  --ink: #122b4e;
  --steel: #476a8a;
  --player: #877d9e;
  --lilac: #ece6f5;
  --paper: #e8edf2;
  --white: #ffffff;
  --dark: #152033;
  --max: 1648px;
  --header: 112px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: Inter, Poppins, sans-serif;
  color: var(--ink);
  background: #0f1824;
  overflow-x: hidden;
}

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

a { color: inherit; }

.oregano { font-family: Oregano, cursive; font-weight: 400; }
.radley { font-family: Radley, Georgia, serif; font-weight: 400; }
.display {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-style: normal;
}

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip-link:focus { left: 16px; z-index: 100; background: #fff; padding: 8px; }

.screen-reader-text,
.hp {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Header */
.site-header {
  background: var(--white);
  height: var(--header);
  min-height: var(--header);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 1px 0 rgba(1, 46, 117, 0.08);
}

.is-home .site-header { position: relative; }

.site-header__inner {
  width: min(1648px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-header__logo img {
  width: 240px;
  height: 46px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.6vw, 28px);
  flex: 1 1 auto;
  min-width: 0;
}

.site-nav__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 0.85vw, 13px);
  letter-spacing: 0.04em;
  color: var(--navy);
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}

.site-nav__list a { text-decoration: none; }
.site-nav__list .current-menu-item > a,
.site-nav__list a:hover { text-decoration: underline; text-underline-offset: 4px; }

.site-header__contact {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 40px;
  padding: 10px 22px;
  border-radius: 4px;
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-header__contact:hover,
.site-header__contact:focus-visible {
  background: #0d2340;
  border-color: #0d2340;
  color: #fff;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--navy);
  cursor: pointer;
}
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }

/* Heroes */
.masthead {
  min-height: 100vh;
  background: #111 center/cover no-repeat;
  display: grid;
  place-items: center;
  position: relative;
}
.masthead__overlay,
.page-hero__overlay,
.intro-band__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 24, 0.15), rgba(8, 14, 24, 0.45));
}
.masthead__wordmark {
  position: relative;
  z-index: 1;
  width: min(863px, 80vw);
}

.page-hero {
  position: relative;
  min-height: 520px;
  background: var(--dark) center/cover no-repeat;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
}
.page-hero--productions {
  height: calc(952 / 1920 * 100vw);
  min-height: 560px;
  max-height: 952px;
  color: var(--navy);
  place-items: center;
  margin-bottom: 0;
}
.page-hero--productions .page-hero__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.12));
}
.page-hero--productions .page-hero__content {
  padding: 40px 24px;
}
.page-hero--productions h1 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 64px);
  letter-spacing: 0.04em;
  line-height: 1.08;
  color: var(--navy);
}
.page-hero--productions h1 span {
  display: block;
  margin-top: 0.08em;
}
.page-hero--productions .page-hero__sub {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.45;
  letter-spacing: 0;
  margin: 14px 0 0;
  color: var(--navy);
}
.page-hero--about {
  height: calc(952 / 1920 * 100vw);
  min-height: 560px;
  max-height: 952px;
  color: var(--navy);
  place-items: center;
}
.page-hero--about .page-hero__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.14));
}
.page-hero--about h1 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 68px);
  letter-spacing: 0.06em;
  line-height: 1.05;
  color: var(--navy);
}
.page-hero--about .page-hero__sub {
  font-family: Radley, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 24px);
  margin: 16px 0 0;
  letter-spacing: 0;
  color: var(--navy);
}
.page-hero--albums {
  height: calc(952 / 1920 * 100vw);
  min-height: 560px;
  max-height: 952px;
  color: var(--navy);
  place-items: center;
}
.page-hero--albums .page-hero__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.16));
}
.page-hero--albums h1 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 68px);
  letter-spacing: 0.06em;
  line-height: 1.05;
  color: var(--navy);
}
.page-hero--albums .page-hero__sub {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 20px);
  margin: 16px 0 0;
  letter-spacing: 0.01em;
  color: var(--navy);
}
.page-hero--lyrics {
  height: calc(952 / 1920 * 100vw);
  min-height: 560px;
  max-height: 952px;
  color: var(--navy);
  place-items: center;
}
.page-hero--lyrics .page-hero__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.16));
}
.page-hero--lyrics h1 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 68px);
  letter-spacing: 0.06em;
  line-height: 1.05;
  color: var(--navy);
}
.page-hero--lyrics .page-hero__sub {
  font-family: Radley, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 22px);
  margin: 16px 0 0;
  letter-spacing: 0;
  color: var(--navy);
}
.page-hero--inspiration {
  height: calc(952 / 1920 * 100vw);
  min-height: 560px;
  max-height: 952px;
  color: var(--navy);
  place-items: center;
}
.page-hero--inspiration .page-hero__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.16));
}
.page-hero--inspiration h1 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 68px);
  letter-spacing: 0.06em;
  line-height: 1.05;
  color: var(--navy);
}
.page-hero--inspiration .page-hero__sub {
  font-family: Radley, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 24px);
  margin: 16px 0 0;
  letter-spacing: 0;
  color: var(--navy);
}
.page-hero--triskel {
  height: calc(952 / 1920 * 100vw);
  min-height: 560px;
  max-height: 952px;
  color: var(--navy);
  place-items: center;
}
.page-hero--triskel .page-hero__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.14));
}
.page-hero--triskel h1 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 4.2vw, 68px);
  letter-spacing: 0.06em;
  line-height: 1.05;
  color: var(--navy);
}
.page-hero--triskel h1 span {
  display: block;
}
.page-hero--triskel .page-hero__sub {
  font-family: Radley, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 24px);
  margin: 16px 0 0;
  letter-spacing: 0;
  color: var(--navy);
}
.page-hero--contact {
  height: calc(952 / 1920 * 100vw);
  min-height: 560px;
  max-height: 952px;
  color: var(--navy);
  place-items: center;
}
.page-hero--contact .page-hero__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.14));
}
.page-hero--contact h1 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 4.2vw, 68px);
  letter-spacing: 0.06em;
  line-height: 1.05;
  color: var(--navy);
}
.page-hero--contact .page-hero__sub {
  font-family: Radley, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 22px);
  margin: 16px 0 0;
  letter-spacing: 0;
  color: var(--navy);
}

.page-template-template-inspiration,
.inspiration-page {
  background: #fff;
  font-family: Inter, sans-serif;
}
.insp-intro .insp-intro__line {
  display: block;
}
.insp-intro .aw-purpose__media {
  width: min(100%, 560px);
  padding-right: clamp(8px, 1.5vw, 16px);
}
.insp-intro .aw-purpose__media img {
  border-width: 1px;
  box-shadow: 0 6px 18px rgba(18, 43, 78, 0.12);
}
.insp-quote {
  min-height: clamp(280px, 28vw, 362px);
  padding: clamp(56px, 5.5vw, 80px) clamp(80px, 10vw, 160px);
}
.insp-quote__attr {
  font-family: Inter, sans-serif;
  font-size: clamp(13px, 0.9vw, 15px);
  color: #2a3a5a;
  margin: 18px 0 0;
  letter-spacing: 0.02em;
}
.insp-stories {
  background: #fff;
  background-image: none;
  margin: 16px 0;
  padding: clamp(36px, 4vw, 56px) 0;
}
.insp-stories__heading {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.6vw, 40px);
  margin: 0 0 28px;
  color: var(--navy);
}
.insp-stories .albums-disco__grid {
  max-width: 1080px;
  gap: clamp(14px, 1.8vw, 24px);
}
.insp-stories .albums-disco__card {
  background: #f5f0e8;
  border-radius: 12px;
  padding: 16px 16px 22px;
  min-height: 0;
}
.insp-stories .albums-disco__card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  max-height: 210px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
}
.insp-stories .albums-disco__card h3 {
  font-size: clamp(18px, 1.45vw, 24px);
  max-width: none;
}
.insp-stories .albums-disco__card p {
  font-size: 12px;
  max-width: 28ch;
  -webkit-line-clamp: 3;
}
.insp-stories .albums-disco__card .btn--navy-outline {
  min-width: 140px;
  min-height: 38px;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.insp-stories .albums-disco__leaf--bl {
  width: clamp(90px, 9vw, 150px);
  bottom: 0;
}
.insp-stories .albums-disco__leaf--tr {
  width: clamp(90px, 9vw, 160px);
  top: 0;
}
.insp-process {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: clamp(52px, 5.5vw, 72px) 24px clamp(56px, 6vw, 84px);
}
.insp-process__leaf {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  height: auto;
  display: block;
}
.insp-process__leaf--tl {
  left: 0;
  top: 18%;
  width: clamp(120px, 14vw, 280px);
}
.insp-process__leaf--br {
  right: 0;
  bottom: 6%;
  width: clamp(90px, 10vw, 180px);
}
.insp-process .wrap {
  position: relative;
  z-index: 1;
}
.insp-process .about-journey__icon {
  width: 120px;
  height: 120px;
  border-color: #5a4f78;
  background: #ebe8f4;
  color: #5a4f78;
  z-index: 2;
}
.insp-process .about-journey__icon img {
  width: 56px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
  display: block;
}
.insp-cta {
  border-bottom: 0;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  min-height: clamp(320px, 28vw, 440px);
}
.insp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.insp-cta .btn--navy-outline {
  background: #fff;
  color: var(--navy);
  border-color: var(--navy);
  min-width: 200px;
  min-height: 44px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.insp-cta .btn--navy {
  min-width: 200px;
  min-height: 44px;
}
@media (max-width: 900px) {
  .insp-stories .albums-disco__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .insp-process__leaf--tl,
  .insp-process__leaf--br {
    opacity: 0.55;
  }
  .insp-process .about-journey__icon {
    width: 96px;
    height: 96px;
  }
  .insp-process .about-journey__icon img {
    width: 44px;
    max-height: 44px;
  }
}

.page-template-template-triskel,
.triskel-page {
  background: #fff;
  font-family: Inter, sans-serif;
}
.triskel-intro .triskel-intro__line {
  display: block;
}
.triskel-intro .aw-purpose__media {
  width: min(100%, 560px);
  padding-right: clamp(8px, 1.5vw, 16px);
}
.triskel-intro .aw-purpose__media img {
  border-width: 1px;
  box-shadow: 0 6px 18px rgba(18, 43, 78, 0.12);
}
.triskel-quote {
  min-height: clamp(280px, 28vw, 362px);
  padding: clamp(56px, 5.5vw, 80px) clamp(64px, 8vw, 140px);
}
.triskel-quote .about-quote__inner {
  width: min(1070px, 100%);
}
.triskel-quote__attr {
  font-family: Inter, sans-serif;
  font-size: clamp(13px, 0.9vw, 15px);
  color: #2a3a5a;
  margin: 18px 0 0;
  letter-spacing: 0.02em;
}
.triskel-cards {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  border-top: 0;
  border-bottom: 0;
  margin: 24px 0;
  padding: clamp(40px, 4.5vw, 64px) 0 clamp(48px, 5vw, 72px);
  text-align: center;
}
.triskel-cards .wrap {
  position: relative;
  z-index: 1;
}
.triskel-cards .aw-cards__kicker {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.95vw, 16px);
  color: #1a1a1a;
  margin: 0;
}
.triskel-cards h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(30px, 2.8vw, 44px);
  color: var(--navy);
  margin: 8px 0 36px;
}
.triskel-cards .aw-cards__grid {
  max-width: 1080px;
  gap: clamp(14px, 1.8vw, 24px);
}
.triskel-cards .aw-card {
  background: #f5f0e8;
  border-radius: 12px;
  padding: 28px 20px 32px;
  min-height: 0;
}
.triskel-cards .aw-card__icon {
  color: var(--navy);
  min-height: 64px;
  margin-bottom: 18px;
}
.triskel-cards .aw-card__icon svg {
  height: 56px;
  width: auto;
}
.triskel-cards .aw-card__icon img {
  height: 56px;
  width: auto;
}
.triskel-cards .aw-card h3 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(20px, 1.6vw, 28px);
  color: var(--navy);
  margin: 0 0 12px;
}
.triskel-cards .aw-card p {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: #2a2a2a;
  margin: 0 auto;
  max-width: 32ch;
}
.triskel-journey {
  position: relative;
  margin: 24px 0;
  padding: clamp(52px, 5.5vw, 72px) 24px clamp(56px, 6vw, 84px);
}
.triskel-journey__leaf {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  height: auto;
  display: block;
}
.triskel-journey__leaf--tl {
  left: 0;
  top: 16%;
  width: clamp(120px, 14vw, 280px);
}
.triskel-journey__leaf--br {
  right: 0;
  bottom: 6%;
  width: clamp(90px, 10vw, 180px);
}
.triskel-journey .wrap {
  position: relative;
  z-index: 1;
}
.triskel-journey .about-journey__icon {
  width: 120px;
  height: 120px;
  background: #ebe8f4;
  border-color: #5a4f78;
  color: #5a4f78;
  z-index: 2;
}
.triskel-journey .about-journey__icon svg {
  width: 48px;
  height: 48px;
}
.triskel-journey .about-journey__icon img {
  width: 52px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
.triskel-cta {
  border-bottom: 0;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  min-height: clamp(340px, 30vw, 468px);
  color: var(--navy);
}
.triskel-cta .aw-cta__inner {
  max-width: 922px;
}
.triskel-cta h2 {
  color: var(--navy);
}
.triskel-cta p {
  color: var(--navy);
}
.triskel-join {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 683px;
  margin: 28px auto 18px;
  background: var(--navy);
  border-radius: 4px;
  padding: 5px;
  gap: 0;
}
.triskel-join input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 18px;
  font: 15px Inter, sans-serif;
  outline: none;
}
.triskel-join input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.triskel-join .btn--light {
  flex: 0 0 auto;
  background: #fff;
  color: var(--navy);
  border: 0;
  border-radius: 2px;
  min-height: 50px;
  padding: 0 18px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 600;
  white-space: nowrap;
}
.triskel-cta__note {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(17px, 1.25vw, 22px);
  margin: 0 auto !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 900px) {
  .triskel-cards .aw-cards__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .triskel-journey__leaf--tl,
  .triskel-journey__leaf--br {
    opacity: 0.55;
  }
  .triskel-journey .about-journey__icon {
    width: 96px;
    height: 96px;
  }
  .triskel-join {
    flex-direction: column;
    padding: 10px;
    gap: 8px;
  }
  .triskel-join input {
    min-height: 44px;
    text-align: center;
  }
}
.page-hero--triskel h1 span {
  margin-top: 0.12em;
}

.page-hero__content { position: relative; z-index: 1; padding: 80px 24px; }
.page-hero h1 {
  font-size: clamp(48px, 7vw, 76px);
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
}
.page-hero h1 span { display: block; margin-top: 50px; }
.page-hero p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.5;
  margin: 46px 0 0;
}

.intro-band {
  position: relative;
  min-height: min(720px, 92vh);
  background: #d7c4b0 right center / cover no-repeat;
  color: var(--navy);
  display: flex;
  align-items: stretch;
}
.intro-band__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 241, 234, 0.55) 0%, rgba(247, 241, 234, 0.18) 34%, rgba(247, 241, 234, 0) 52%);
  pointer-events: none;
}
.intro-band__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 500px) 1fr;
  align-items: center;
  width: 100%;
  max-width: 1648px;
  margin-inline: auto;
  padding-left: clamp(72px, 11vw, 168px);
  padding-right: 32px;
  min-height: inherit;
  box-sizing: border-box;
}
.intro-band__copy {
  position: relative;
  z-index: 1;
  max-width: 460px;
  padding: 80px 0;
  margin: 0;
}
.intro-band h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  color: var(--navy);
}
.intro-band h1 span { display: block; }
.intro-band .kicker {
  color: var(--navy);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.intro-band p {
  max-width: 36ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--navy);
}

.kicker {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: none;
  margin: 0;
}
.kicker--center { text-align: center; }

.section-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  margin: 8px 0 32px;
  color: var(--navy);
}
.section-heading--center { text-align: center; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 49px;
  padding: 0 22px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  border: 1.8px solid transparent;
  cursor: pointer;
}
.btn--light { background: var(--lilac); color: #111; }
.btn--ghost,
.btn--ghost-light {
  background: transparent;
  border-color: var(--lilac);
  color: #fff;
}
.btn--navy {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  border-radius: 2px;
  min-height: 40px;
  padding: 0 18px;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.btn--navy-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
  border-radius: 2px;
  min-height: 40px;
  padding: 0 18px;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Split */
.split-section {
  position: relative;
  padding: 80px 0;
  background: var(--dark) center/cover no-repeat;
  color: #fff;
}
.split-section__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.split-section.is-flip .split-section__grid { grid-template-columns: 0.9fr 1.1fr; }
.split-section.is-flip .split-section__media { order: 2; }
.split-section__media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 4px;
}
.split-section__copy h2 {
  font-family: Oregano, cursive;
  font-size: clamp(36px, 4vw, 58px);
  margin: 10px 0 20px;
  font-weight: 400;
}
.split-section__note {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 2px solid rgba(255,255,255,0.4);
  max-width: 360px;
}

.split-section--light {
  background-color: #eef2f6;
  background-position: center;
  background-size: cover;
  color: var(--navy);
  padding: 56px 0;
  border-top: 48px solid #fff;
}
.split-section--light .split-section__grid {
  grid-template-columns: minmax(280px, 1fr) minmax(420px, 1fr);
  gap: 24px 28px;
  align-items: center;
  max-width: 1280px;
}
.split-section--light .split-section__media {
  width: 100%;
  max-width: 520px;
  justify-self: start;
  padding: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(18, 43, 78, 0.14);
  border-radius: 2px;
}
.split-section--light .split-section__copy {
  max-width: 520px;
  justify-self: start;
  margin-right: 0;
  padding-left: 0;
}
.split-section--light h2,
.split-section--light .about-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.25;
  color: var(--navy);
  margin: 0 0 18px;
}
.about-heading__line {
  display: block;
}
.about-heading__line--keep {
  white-space: nowrap;
}
.split-section--light .split-section__media img {
  height: auto;
  max-height: 420px;
  width: 100%;
  object-fit: cover;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}
.split-section--light .kicker {
  color: var(--navy);
  font-size: 15px;
  margin-bottom: 10px;
}
.split-section--light p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 420px;
  color: var(--navy);
}
.split-section--light .btn { margin-top: 8px; }

.split-section--purpose {
  background-color: #e7edf3;
  background-image: url("../images/angelwax-purpose.webp");
  background-position: center;
  background-size: cover;
  color: var(--navy);
  padding: clamp(32px, 4vw, 56px) 0;
}
.split-section--purpose .split-section__grid {
  grid-template-columns: minmax(240px, 0.42fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 4vw, 56px) clamp(32px, 5vw, 72px);
  align-items: center;
}
.split-section--purpose.is-flip .split-section__grid {
  grid-template-columns: minmax(240px, 0.42fr) minmax(280px, 0.58fr);
}
.split-section--purpose .split-section__copy {
  max-width: 480px;
}
.split-section--purpose .kicker {
  font-family: Radley, Georgia, serif;
  font-style: italic;
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0;
  color: var(--navy);
  margin-bottom: 10px;
}
.split-section--purpose h2,
.split-section--purpose .about-heading {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.2;
  max-width: 420px;
  margin: 0 0 16px;
  color: var(--navy);
}
.split-section--purpose p {
  font-family: Inter, sans-serif;
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.6;
  max-width: 480px;
  color: var(--navy);
}
.split-section--purpose .split-section__note {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 2px solid #c4a574;
  max-width: 320px;
  font-family: Radley, Georgia, serif;
  font-style: italic;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
  color: var(--navy);
}
.split-section--purpose .split-section__media img {
  height: auto;
  max-height: min(420px, 36vw);
  object-fit: cover;
  border-radius: 0;
}

.card-grid-section--create {
  display: block;
  background: #fff url("../images/angelwax-cards.webp") center / cover no-repeat;
  padding: clamp(32px, 4vw, 56px) 0;
  max-width: none;
  width: 100%;
}
.card-grid-section--create .wrap-inner,
.card-grid-section--create.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}
.card-grid-section--create .create-head {
  text-align: center;
  margin-bottom: 24px;
}
.card-grid-section--create .create-head .kicker {
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.card-grid-section--create .create-head .section-heading {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.4vw, 40px);
  margin: 4px 0 0;
}
.card-grid-section--create .info-card {
  background: #f7f3eb;
  box-shadow: none;
  padding: 28px 22px 24px;
}
.card-grid-section--create .info-card h3 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(20px, 1.6vw, 26px);
  margin: 0 0 10px;
}
.card-grid-section--create .info-card p {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}
.card-grid-section--create .info-card__icon svg {
  width: 56px;
  height: 56px;
}

.process-band {
  position: relative;
  overflow: hidden;
  background: #eceaf4 url("../images/angelwax-process.webp") center / cover no-repeat;
  color: var(--navy);
  padding: clamp(36px, 4.5vw, 64px) 24px;
}
.process-band .kicker {
  font-family: Inter, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}
.process-band .section-heading {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.4vw, 40px);
  margin: 6px 0 28px;
}
.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
  position: relative;
  max-width: 1577px;
  margin-inline: auto;
  text-align: center;
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: #c8cbd6;
}
.process-steps__icon {
  width: clamp(72px, 7vw, 100px);
  height: clamp(72px, 7vw, 100px);
  margin: 0 auto 12px;
  border: 1.5px solid var(--navy);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eceaf4;
  color: var(--navy);
  position: relative;
  z-index: 1;
}
.process-steps__icon svg {
  width: 36px;
  height: 36px;
}
.process-steps h3 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 2vw, 32px);
  margin: 4px 0 8px;
  color: var(--navy);
}
.process-steps p {
  font-family: Inter, sans-serif;
  max-width: 320px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.55;
}

.angelwax-page .cta-band {
  min-height: 0;
  height: auto;
  display: grid;
  place-items: center;
  padding: clamp(36px, 4vw, 56px) 24px;
  background-color: #7aa3c7;
  background-size: cover;
  background-position: center;
}
.angelwax-page .cta-band h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.4vw, 38px);
  color: #fff;
}
.angelwax-page .cta-band p {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.angelwax-page .cta-band .btn--navy {
  min-width: 243px;
  min-height: 49px;
  background: #152033;
  border-color: #152033;
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.site-header--wash {
  background-color: #9ec4de;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  color: var(--navy);
}
.site-header--wash .site-nav__list,
.site-header--wash .nav-toggle {
  color: var(--navy);
}
.site-header--wash .site-nav__list .current-menu-item > a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-header--wash .site-header__contact {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.aw-purpose,
.aw-cards,
.aw-process,
.aw-cta {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--navy);
  border-top: 48px solid #fff;
}
.aw-purpose {
  padding: clamp(48px, 5.5vw, 80px) 0;
}
.aw-purpose__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: 1560px;
}
.aw-purpose__copy {
  padding-left: clamp(24px, 5vw, 64px);
  max-width: 520px;
  justify-self: start;
}
.aw-purpose__kicker {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 0.95vw, 16px);
  letter-spacing: 0.02em;
  color: #1a2740;
  margin: 0 0 14px;
}
.aw-purpose__heading {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.15;
  margin: 0 0 22px;
  color: var(--navy);
}
.aw-purpose__heading span {
  display: block;
}
.aw-purpose__body {
  font-family: Inter, sans-serif;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.65;
  margin: 0;
  max-width: 42ch;
  color: #2a3a55;
}
.aw-purpose__rule {
  display: block;
  width: 89px;
  height: 2px;
  margin: 28px 0 16px;
  background: #5c4a2e;
}
.aw-purpose__note {
  font-family: "Great Vibes", Oregano, cursive !important;
  font-style: normal !important;
  font-weight: 400;
  font-size: clamp(26px, 2vw, 34px) !important;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  max-width: none;
  color: var(--navy);
}
.aw-purpose__media {
  justify-self: end;
  width: min(100%, 640px);
  padding: 10px;
  padding-right: calc(10px + clamp(8px, 2vw, 24px));
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(18, 43, 78, 0.14);
  box-sizing: border-box;
}
.aw-purpose__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 859 / 685;
  max-height: none;
  object-fit: cover;
  border: 0;
  box-shadow: none;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.aw-cards {
  padding: clamp(48px, 5.5vw, 88px) 0 clamp(56px, 6vw, 96px);
  text-align: center;
  border-bottom: 48px solid #fff;
  background-color: #fff;
}
.aw-cards__kicker {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0.02em;
  color: var(--navy);
  margin: 0;
}
.aw-cards h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 3vw, 44px);
  color: var(--navy);
  margin: 8px 0 40px;
}
.aw-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 32px);
  max-width: 1280px;
  margin-inline: auto;
}
.aw-card {
  background: #f7f1e8;
  border-radius: 18px;
  padding: clamp(36px, 3.5vw, 48px) clamp(22px, 2.2vw, 32px) clamp(32px, 3vw, 44px);
  text-align: center;
  box-shadow: none;
}
.aw-card__icon {
  color: var(--navy);
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}
.aw-card__icon svg {
  width: auto;
  height: 52px;
}
.aw-card__icon img {
  width: auto;
  height: 52px;
  display: block;
  object-fit: contain;
}
.about-page .about-cards {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #fff;
  background-image: none !important;
  background-size: auto;
  border-top: 0;
  border-bottom: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: clamp(40px, 4.5vw, 64px) 0 clamp(48px, 5vw, 72px);
}
.about-page .about-cards .wrap {
  position: relative;
  z-index: 1;
}
.about-cards__leaf {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  height: auto;
  display: block;
}
.about-cards__leaf--bl {
  left: 0;
  bottom: 0;
  width: clamp(120px, 11vw, 180px);
}
.about-cards__leaf--tr {
  right: 0;
  top: 0;
  width: clamp(120px, 11vw, 190px);
}
.about-page .about-cards .aw-cards__kicker {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.95vw, 16px);
  letter-spacing: 0.01em;
  color: #1a1a1a;
}
.about-page .about-cards h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 3.2vw, 48px);
  color: var(--navy);
  margin: 10px 0 40px;
}
.about-page .about-cards .aw-cards__grid {
  max-width: 1180px;
  gap: clamp(20px, 2.5vw, 36px);
  padding-inline: clamp(12px, 2vw, 24px);
}
.about-page .about-cards .aw-card {
  background: #f5f0e8;
  border-radius: 16px;
  padding: clamp(40px, 4vw, 56px) clamp(24px, 2.4vw, 36px) clamp(36px, 3.5vw, 48px);
}
.about-page .about-cards .aw-card__icon {
  margin-bottom: 20px;
  min-height: 56px;
}
.about-page .about-cards .aw-card__icon img {
  height: 54px;
  width: auto;
}
.about-page .about-cards .aw-card h3 {
  font-size: clamp(24px, 2vw, 30px);
  margin-bottom: 16px;
}
.about-page .about-cards .aw-card p {
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.65;
  color: #2a2a2a;
  max-width: 28ch;
}
@media (max-width: 720px) {
  .about-cards__leaf--bl,
  .about-cards__leaf--tr {
    width: 90px;
    opacity: 0.85;
  }
}
.aw-card h3 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 1.8vw, 28px);
  color: var(--navy);
  margin: 0 0 14px;
  line-height: 1.25;
}
.aw-card p {
  font-family: Inter, sans-serif;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.6;
  color: #2d3d58;
  margin: 0 auto;
  max-width: 30ch;
}

.aw-process {
  padding: clamp(40px, 5vw, 72px) 24px;
  text-align: center;
}
.aw-process__kicker {
  font-family: Inter, sans-serif;
  font-size: 14px;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}
.aw-process h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.5vw, 40px);
  margin: 6px 0 36px;
}
.aw-process__steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  max-width: 1100px;
}
.aw-process__steps::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 16%;
  right: 16%;
  height: 1px;
  background: #b8b4c4;
}
.aw-process__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 14px;
  border: 1.5px solid var(--navy);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eceaf4;
  position: relative;
  z-index: 1;
  color: var(--navy);
}
.aw-process__icon svg { width: 32px; height: 32px; }
.aw-process__steps h3 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 2vw, 30px);
  margin: 0 0 10px;
}
.aw-process__steps p {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 28ch;
}

.aw-cta {
  padding: clamp(40px, 5vw, 64px) 24px;
  text-align: center;
  border-bottom: 48px solid #fff;
}
.aw-cta__inner { max-width: 760px; }
.aw-cta h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.4vw, 36px);
  color: var(--navy);
  margin: 0 0 14px;
}
.aw-cta p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--navy);
  margin: 0 auto 22px;
  max-width: 52ch;
}
.aw-cta .btn--navy {
  min-width: 220px;
  min-height: 44px;
  background: #152033;
  border-color: #152033;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-template-template-angelwax {
  background: #fff;
  font-family: Inter, sans-serif;
}

.page-template-template-about,
.about-page {
  background: #fff;
  font-family: Inter, sans-serif;
}
.about-story {
  position: relative;
  isolation: isolate;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  border-top: 72px solid #fff;
  padding: clamp(40px, 4.5vw, 72px) 0 clamp(64px, 7vw, 110px);
  color: var(--ink);
}
.about-story__inner {
  max-width: 1180px;
  width: min(1180px, calc(100% - clamp(48px, 8vw, 120px)));
  margin-inline: auto;
}
.about-story__content {
  display: flow-root;
}
.about-story__media {
  float: right;
  width: min(46%, 520px);
  margin: 8px 0 28px clamp(28px, 3.5vw, 48px);
  padding: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(18, 43, 78, 0.14);
  box-sizing: border-box;
}
.about-story__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 749 / 597;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
}
.about-story__kicker {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(15px, 1vw, 18px);
  letter-spacing: 0.01em;
  color: var(--ink);
  margin: 0 0 16px;
}
.about-story__heading {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.1;
  margin: 0 0 22px;
  color: var(--ink);
  max-width: 9em;
}
.about-story__line {
  display: block;
}
.about-story__lead,
.about-story__body p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
  color: #2a3a55;
  margin: 0 0 1.25em;
}
.about-story__lead {
  margin-bottom: 1.25em;
}
.about-story__body p:last-child {
  margin-bottom: 0;
}
.about-cta {
  border-bottom: 0;
  margin-bottom: 24px;
}
.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.about-cta .btn--navy-outline {
  background: #fff;
  color: var(--navy);
  border-color: var(--navy);
  min-width: 170px;
  min-height: 44px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.about-cta .btn--navy {
  min-width: 200px;
  min-height: 44px;
}
@media (max-width: 900px) {
  .about-story {
    background-size: cover;
    border-top-width: 40px;
  }
  .about-story__inner {
    width: min(1180px, calc(100% - 40px));
  }
  .about-story__media {
    float: none;
    width: 100%;
    max-width: 520px;
    margin: 8px auto 28px;
  }
  .about-story__heading {
    max-width: none;
  }
}

.about-quote {
  border-top: 48px solid #fff;
  border-bottom: 48px solid #fff;
  background-color: #ebe8f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  text-align: center;
  min-height: clamp(300px, 32vw, 420px);
  padding: clamp(64px, 7vw, 100px) clamp(96px, 12vw, 200px);
  color: #2a3a5a;
  display: grid;
  place-items: center;
}
.about-quote__inner {
  width: min(780px, 100%);
}
.about-quote blockquote {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.45;
  margin: 0 auto;
  color: #2a3a5a;
}
.about-quote__line {
  display: block;
}
@media (max-width: 720px) {
  .about-quote {
    min-height: 260px;
    padding: 56px 56px;
  }
}
.about-journey {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  border-bottom: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #ebe8f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #4a3f66;
  text-align: center;
  padding: clamp(48px, 5vw, 72px) 24px clamp(56px, 6vw, 80px);
}
.about-journey .wrap {
  position: relative;
  z-index: 1;
}
.about-journey__kicker {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.95vw, 16px);
  letter-spacing: 0.01em;
  color: #3d3550;
  margin: 0;
}
.about-journey h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 3.2vw, 48px);
  color: #3d3550;
  margin: 8px 0 44px;
}
.about-journey__timeline {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}
.about-journey__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  position: relative;
}
.about-journey__rail {
  position: absolute;
  top: 60px;
  left: 12.5%;
  right: 12.5%;
  height: 1.5px;
  background: #5a4f78;
  z-index: 0;
  pointer-events: none;
}
.about-journey__dot {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5a4f78;
  transform: translate(-50%, -50%);
}
.about-journey__dot:nth-child(1) { left: 25%; }
.about-journey__dot:nth-child(2) { left: 50%; }
.about-journey__dot:nth-child(3) { left: 75%; }
.about-journey__icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 18px;
  border: 1.5px solid #5a4f78;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ebe8f4;
  position: relative;
  z-index: 1;
  color: #5a4f78;
}
.about-journey__icon img {
  width: 54px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  display: block;
}
.about-journey__icon svg {
  width: 48px;
  height: 48px;
}
.about-journey__steps h3 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 28px);
  color: #3d3550;
  margin: 0 0 12px;
  line-height: 1.2;
}
.about-journey__steps p {
  font-family: Inter, sans-serif;
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.55;
  color: #3d3550;
  margin: 0 auto;
  max-width: 28ch;
}
@media (max-width: 900px) {
  .about-journey__steps {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
  }
  .about-journey__rail {
    display: none;
  }
  .about-journey__icon {
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 560px) {
  .about-journey__steps {
    grid-template-columns: 1fr;
  }
}

/* Albums page */
.page-template-template-albums,
.albums-page {
  background: #fff;
  font-family: Inter, sans-serif;
}
.albums-intro .albums-intro__line {
  display: block;
}
.albums-intro .aw-purpose__media img {
  border-width: 2px;
}
.albums-disco {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 16px 0;
  padding: clamp(36px, 4vw, 56px) 0 clamp(48px, 5vw, 72px);
  text-align: center;
  color: var(--navy);
}
.albums-disco .wrap {
  position: relative;
  z-index: 1;
}
.albums-disco__leaf {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  height: auto;
  display: block;
}
.albums-disco__leaf--bl {
  left: 0;
  bottom: 0;
  width: clamp(90px, 9vw, 150px);
}
.albums-disco__leaf--tr {
  right: 0;
  top: 18%;
  width: clamp(90px, 9vw, 160px);
}
.albums-disco__kicker {
  font-family: Inter, sans-serif;
  font-size: clamp(13px, 0.9vw, 15px);
  margin: 0;
  color: #1a1a1a;
}
.albums-disco h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.6vw, 40px);
  margin: 6px 0 28px;
  color: var(--navy);
}
.albums-disco__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: clamp(12px, 2vw, 24px);
  align-items: start;
}
.albums-disco__card {
  background: #f3eee6;
  border: 1px solid rgba(18, 43, 78, 0.18);
  border-radius: 18px;
  padding: 18px 18px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
.albums-disco__cover {
  margin: 0 0 16px;
  border-radius: 10px;
  overflow: hidden;
  background: #ddd;
}
.albums-disco__cover img,
.albums-disco__card > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: none;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0;
  display: block;
}
.albums-disco__card > img {
  margin-bottom: 14px;
}
.albums-disco__card h3 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 24px);
  margin: 0 0 12px;
  color: var(--navy);
  line-height: 1.25;
  min-height: 60px;
}
.albums-disco__copy,
.albums-disco__card > p {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: #2a2a2a;
  margin: 0 auto 16px;
  max-width: 32ch;
  flex: 0 0 auto;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.albums-disco__rule {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 14px;
  border: 0;
  border-top: 1px solid rgba(18, 43, 78, 0.28);
}
.albums-disco__tracks {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.albums-disco__tracks li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: var(--ink);
}
.albums-disco__tracks li:last-child {
  margin-bottom: 0;
}
.albums-disco__track-name {
  min-width: 0;
  flex: 1 1 auto;
}
.albums-disco__track-num {
  display: inline-block;
  min-width: 1.4em;
  margin-right: 2px;
}
.albums-disco__track-time {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.albums-disco__card .btn--navy-outline {
  min-width: 140px;
  min-height: 38px;
  padding: 8px 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  background: transparent;
  align-self: center;
  margin-top: auto;
}
.albums-disco__empty {
  grid-column: 1 / -1;
  margin: 0;
}
.albums-featured {
  position: relative;
  margin: 24px 0;
  padding: clamp(40px, 5vw, 72px) 0;
  background-color: #ebe8f4;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #3d3550;
}
.albums-featured .music-player {
  border-top: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  background-image: none !important;
}
.albums-featured .music-player__head {
  margin-bottom: 32px;
}
.albums-featured .music-player .kicker {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #3d3550;
}
.albums-featured .music-player .section-heading {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 3.2vw, 48px);
  color: #3d3550;
}
.albums-featured .music-player__hero {
  background: #8f84a8;
  max-width: 1100px;
}
.albums-featured .music-player__title {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
}
.albums-featured .music-player__links .btn--light,
.albums-featured .music-player__links .btn--ghost {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.albums-cta {
  border-bottom: 0;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 900px) {
  .albums-disco__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  .albums-disco__leaf--bl,
  .albums-disco__leaf--tr {
    width: 90px;
  }
}

/* Player */
.music-player {
  position: relative;
  margin-top: 0;
  padding: 48px 24px 56px;
  border-top: 48px solid #fff;
  background-color: #ede7f4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--navy);
}
.music-player.has-bg::before { display: none; }
.music-player > * { position: relative; z-index: 1; }
.music-player__head { margin-bottom: 28px; }
.music-player .kicker {
  color: var(--navy);
  font-size: 14px;
  margin-bottom: 6px;
}
.music-player .section-heading {
  color: var(--navy);
  font-weight: 500;
  margin: 0;
}
.music-player__empty {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
}
.music-player__hero {
  display: grid;
  grid-template-columns: 280px 1fr;
  max-width: 1180px;
  margin: 0 auto;
  background: #8f84a8;
  border-radius: 16px;
  overflow: hidden;
  min-height: 0;
  color: #fff;
}
.music-player__cover img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.music-player__meta {
  padding: 28px 36px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.music-player__title {
  font-size: clamp(32px, 3.4vw, 44px);
  margin: 0;
  line-height: 1.15;
  font-weight: 400;
}
.music-player__album {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin: 0;
  opacity: 0.95;
}
.music-player__transport {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 6px;
}
.play-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #111;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
.play-btn svg { width: 18px; height: 18px; }
.play-btn__pause { display: none; }
.is-playing .play-btn__play { display: none; }
.is-playing .play-btn__pause { display: grid; }
.stop-btn { display: none; }
#music-player {
  scroll-margin-top: 28px;
}
.play-btn--sm {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: #fff;
  color: #111;
}
.play-btn--sm svg { width: 14px; height: 14px; }
.music-player__wave {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 48px;
}
.music-player__wave svg {
  display: block;
  width: 100%;
  height: 48px;
}
.music-player__time {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.music-player__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}
.music-player__links .btn {
  min-width: 200px;
  height: 42px;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.music-player__links .btn--ghost {
  border-color: #fff;
  color: #fff;
}
.music-player__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 0;
}
.track-bar {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-radius: 10px;
  background: #7c728f;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  cursor: pointer;
  text-align: left;
}
.track-bar.is-active,
.track-bar:hover { background: #6e647f; }
.track-bar img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
}
.track-bar__title { display: block; font-size: 14px; font-weight: 500; line-height: 1.25; }
.track-bar__artist { display: block; font-size: 11px; margin-top: 4px; opacity: 0.85; }
.is-playing .play-btn { background: var(--lilac); }

/* Cards / albums */
.card-grid-section,
.discography,
.featured-album,
.journey,
.contact-layout,
.page-main { padding: 72px 0; background: var(--paper); color: var(--ink); }

.card-grid-section.card-grid-section--create {
  background: #fff url("../images/angelwax-cards.webp") center / cover no-repeat;
  padding: clamp(32px, 4vw, 56px) 0;
  color: var(--navy);
}

.lyrics-preview {
  position: relative;
  overflow: hidden;
  padding: 80px 0 88px;
  background: #fff center / cover no-repeat;
  color: var(--navy);
}
.lyrics-preview__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}
.lyrics-preview .kicker {
  color: var(--navy);
  font-size: 15px;
}
.lyrics-preview .section-heading {
  margin-top: 6px;
  margin-bottom: 36px;
}

.card-grid,
.album-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.info-card,
.album-card {
  background: #fff;
  padding: 40px 28px 36px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(18, 43, 78, 0.08);
}
.info-card__icon { color: var(--navy); margin-bottom: 20px; display: flex; justify-content: center; }
.info-card h3,
.album-card h3 {
  font-family: Oregano, cursive;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 16px;
}
.album-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 20px;
}

.album-row {
  display: flex;
  align-items: center;
  gap: 22px;
  background-color: #c5dcf0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14px 22px 14px 16px;
  margin: 14px 0;
  text-decoration: none;
  min-height: 96px;
  border-radius: 12px;
  color: var(--navy);
  box-shadow: none;
}
.album-row img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.album-row__title {
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 500;
  flex: 1 1 auto;
  min-width: 0;
}
.album-row__chevron {
  flex: 0 0 auto;
  margin-left: auto;
  display: grid;
  place-items: center;
}
.lyrics-preview__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin-top: 28px;
  color: var(--navy);
  font-size: 15px;
}
.lyrics-preview__hint .leaf-mark { width: 22px; height: 22px; }

.quote-band {
  background: var(--steel);
  color: #fff;
  text-align: center;
  padding: 80px 24px;
}
.quote-band blockquote {
  font-family: Oregano, cursive;
  font-size: clamp(28px, 3vw, 42px);
  margin: 0 auto;
  max-width: 1100px;
}
.quote-cite { margin-top: 24px; }

.journey__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.cta-band,
.join-band {
  text-align: center;
  color: #fff;
  padding: 80px 24px;
  background: var(--steel) center/cover no-repeat;
}
.cta-band h2,
.join-band h2 {
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 16px;
}
.cta-band p,
.join-band p { max-width: 818px; margin: 0 auto 24px; }

.join-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 760px;
  margin: 0 auto 16px;
}
.join-form input {
  flex: 1 1 280px;
  min-height: 52px;
  border: 0;
  padding: 0 16px;
  font: 16px Inter, sans-serif;
}

/* Contact */
.page-template-template-contact,
.contact-page {
  background: #fff;
  font-family: Inter, sans-serif;
}
.contact-main {
  padding: clamp(48px, 5vw, 80px) 0 clamp(56px, 6vw, 96px);
  border-top: 48px solid #fff;
  overflow-x: clip;
}
.contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: stretch;
  box-sizing: border-box;
}
.contact-main__form {
  max-width: 680px;
  width: 100%;
  min-width: 0;
}
.contact-main__form h2 {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 3.2vw, 48px);
  color: var(--navy);
  margin: 0 0 16px;
  line-height: 1.15;
}
.contact-main__lead {
  font-family: Inter, sans-serif;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.65;
  color: #2a3a55;
  margin: 0 0 28px;
  max-width: 52ch;
}
.contact-form {
  display: grid;
  gap: 18px;
}
.contact-form .hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 8px;
}
.contact-form__label {
  font-family: Inter, sans-serif;
  font-size: clamp(15px, 1.1vw, 20px);
  color: var(--navy);
  font-weight: 400;
}
.contact-form__field {
  position: relative;
  display: block;
}
.contact-form__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa3b2;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 1;
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid #1a1a1a;
  background: #fff;
  min-height: 58px;
  padding: 12px 16px 12px 42px;
  font: 14px Inter, sans-serif;
  color: #222;
  border-radius: 0;
  box-sizing: border-box;
}
.contact-form__field--plain input,
.contact-form__field--plain textarea {
  padding-left: 16px;
}
.contact-form__field--area textarea {
  min-height: 202px;
  resize: vertical;
  padding-top: 16px;
  padding-bottom: 28px;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: #9aa3b2;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: 1px solid var(--navy);
  outline-offset: 0;
}
.char-count {
  position: absolute;
  left: 16px;
  bottom: 12px;
  font-size: 11px;
  color: #9aa3b2;
}
.contact-form__submit {
  width: fit-content;
  min-width: 264px;
  min-height: 60px;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  background: #152033;
  border-color: #152033;
}
.form-status {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--navy);
}
.contact-aside {
  position: relative;
  isolation: isolate;
  overflow: visible;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  background-color: #ececfb;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 36px) clamp(24px, 2.5vw, 36px);
  color: #122b4e;
  box-sizing: border-box;
}
.contact-aside h3 {
  position: relative;
  z-index: 1;
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.6vw, 40px);
  margin: 0 0 28px;
  color: #122b4e;
}
.contact-aside__item {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.contact-aside__icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #000000;
  margin-top: 4px;
}
.contact-aside__icon svg {
  width: 22px;
  height: 22px;
}
.contact-aside__label {
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.2vw, 22px);
  margin: 0 0 4px;
  color: #122b4e;
}
.contact-aside__value {
  font-family: Inter, sans-serif;
  font-size: clamp(15px, 1.1vw, 20px);
  margin: 0;
  color: #000000;
}
.contact-aside__value a {
  color: inherit;
  text-decoration: none;
}
.contact-aside__follow {
  position: relative;
  z-index: 1;
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.2vw, 22px);
  margin: 28px 0 14px;
  color: #122b4e;
}
.contact-aside__social {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  gap: 16px;
}
.contact-aside__social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #000000;
  background: #122b4e;
  color: #ffffff;
  display: grid;
  place-items: center;
  text-decoration: none;
}
.contact-aside__social svg {
  width: 16px;
  height: 16px;
}
.contact-aside__social img {
  width: 18px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.contact-aside__photo {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 8px;
  background: #ffffff;
  overflow: hidden;
}
.contact-aside__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 755 / 420;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
}
.contact-cta {
  border-bottom: 0;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  min-height: clamp(320px, 28vw, 446px);
}
.contact-subscribe {
  margin-top: 8px;
}
@media (max-width: 980px) {
  .contact-main__grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

.lyrics-desk {
  position: relative;
  margin: 16px 0;
  padding: clamp(40px, 5vw, 72px) 24px;
  background-color: #ebe8f4;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #3d3550;
  text-align: center;
}
.lyrics-desk__kicker {
  font-family: Inter, sans-serif;
  font-size: clamp(13px, 0.9vw, 15px);
  margin: 0;
  color: #3d3550;
}
.lyrics-desk__heading {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(30px, 3vw, 44px);
  margin: 8px 0 36px;
  color: #3d3550;
}
.lyrics-desk__grid {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
  text-align: left;
  max-width: 1180px;
  margin: 0 auto;
}
.lyrics-desk__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.lyrics-song {
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  padding: 14px 18px;
  cursor: pointer;
  text-align: left;
  font-family: Radley, Georgia, serif;
  font-size: clamp(16px, 1.3vw, 20px);
  color: #3d3550;
  box-shadow: 0 2px 10px rgba(61, 53, 80, 0.06);
}
.lyrics-song__num {
  font-family: Inter, sans-serif;
  font-size: 13px;
  opacity: 0.75;
  min-width: 1.5em;
}
.lyrics-song__play {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.lyrics-song__play svg {
  width: 12px;
  height: 12px;
}
.lyrics-song__title {
  flex: 1;
  min-width: 0;
}
.lyrics-song.is-active {
  background: #8f84a8;
  color: #fff;
}
.lyrics-desk__panel {
  background: #fff;
  border-radius: 16px;
  padding: clamp(28px, 3vw, 42px);
  box-shadow: 0 8px 28px rgba(61, 53, 80, 0.08);
}
.lyrics-desk__now {
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #5a4f78;
}
.lyrics-desk__title {
  font-family: Radley, Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 40px);
  margin: 0 0 8px;
  color: #3d3550;
  line-height: 1.15;
}
.lyrics-desk__album {
  font-family: Inter, sans-serif;
  font-size: 14px;
  margin: 0 0 18px;
  color: #5a4f78;
}
.lyrics-desk__transport {
  margin-bottom: 22px;
}
.lyrics-desk__transport .play-btn {
  background: var(--navy);
  color: #fff;
}
.lyrics-desk__transport .music-player__wave {
  color: var(--navy);
}
.lyrics-desk__transport .music-player__time {
  color: #3d3550;
  font-family: Inter, sans-serif;
}
.lyrics-body {
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #3d3550;
  max-height: 280px;
  overflow: auto;
  margin-bottom: 24px;
}
.lyrics-body p {
  margin: 0 0 1em;
}
.lyrics-desk__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lyrics-desk__nav .btn--navy {
  min-width: 150px;
  min-height: 42px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-template-template-lyrics,
.lyrics-page {
  background: #fff;
  font-family: Inter, sans-serif;
}
.lyrics-intro .lyrics-intro__line {
  display: block;
}
.lyrics-intro .aw-purpose__media {
  width: min(100%, 520px);
  padding-right: clamp(8px, 1.5vw, 16px);
}
.lyrics-intro .aw-purpose__media img {
  border-width: 1px;
  box-shadow: 0 6px 18px rgba(18, 43, 78, 0.12);
}
.lyrics-cta {
  border-bottom: 0;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
}
.lyrics-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.lyrics-cta .btn--navy-outline {
  background: #fff;
  color: var(--navy);
  border-color: var(--navy);
  min-width: 170px;
  min-height: 44px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.lyrics-cta .btn--navy {
  min-width: 200px;
  min-height: 44px;
}
@media (max-width: 900px) {
  .lyrics-desk__grid {
    grid-template-columns: 1fr;
  }
}

.album-single {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: start;
}

/* Footer */
.site-footer {
  background: var(--paper) center/cover no-repeat;
  color: var(--ink);
  padding-top: 56px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr 0.8fr;
  gap: 32px;
  padding-bottom: 40px;
}
.site-footer h2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin: 0 0 12px;
  border-bottom: 1px solid var(--ink);
  display: inline-block;
  padding-bottom: 6px;
}
.footer-links { list-style: none; margin: 16px 0 0; padding: 0; }
.footer-links a { text-decoration: none; display: block; margin: 10px 0; }
.footer-label { font-family: Montserrat, sans-serif; font-weight: 600; margin: 12px 0 0; }
.social-list {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 16px 0 0;
  padding: 0;
  color: var(--ink);
}
.social-list a { color: var(--ink); display: grid; place-items: center; }
.site-footer__legal {
  background: #fff;
  text-align: center;
  padding: 22px;
  color: var(--steel);
  border-top: 4px solid rgba(255,255,255,0.3);
}
.site-footer__legal p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.site-footer__sep {
  margin: 0 0.45em;
  opacity: 0.7;
}
.site-footer__credit {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.site-footer__credit:hover {
  color: var(--ink);
}

/* Responsive */
@media (max-width: 1100px) {
  .music-player__hero,
  .split-section__grid,
  .split-section.is-flip .split-section__grid,
  .split-section--light .split-section__grid,
  .contact-layout,
  .lyrics-desk__grid,
  .album-single,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .split-section.is-flip .split-section__media { order: 0; }
  .split-section--purpose.is-flip .split-section__media { order: 2; }
  .split-section--purpose .split-section__grid,
  .split-section--purpose.is-flip .split-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .aw-purpose__grid,
  .aw-cards__grid,
  .aw-process__steps,
  .about-journey__steps {
    grid-template-columns: 1fr;
  }
  .aw-process__steps::before,
  .about-journey__steps::before { display: none; }
  .aw-purpose__heading { max-width: none; }
  .aw-purpose__copy { padding-left: 0; max-width: none; }
  .aw-purpose__media { justify-self: stretch; width: 100%; padding-right: 0; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps::before { display: none; }
  .music-player__hero {
    grid-template-columns: 1fr;
  }
  .music-player__cover img { min-height: 240px; height: 240px; }
  .card-grid,
  .album-grid,
  .music-player__list,
  .journey__grid { grid-template-columns: 1fr 1fr; }
  .intro-band__grid {
    padding-left: clamp(40px, 8vw, 96px);
    padding-right: 24px;
    grid-template-columns: minmax(260px, 460px) 1fr;
  }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 16px 24px 28px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .nav-open .site-nav { display: flex; }
  .site-nav__list {
    flex-direction: column;
    white-space: normal;
    justify-content: flex-start;
  }
  .site-header__contact {
    width: 100%;
    min-height: 44px;
  }
  .site-header { position: relative; height: auto; min-height: 88px; }
  .page-hero--productions,
  .page-hero--about,
  .page-hero--albums,
  .page-hero--lyrics {
    height: min(62vh, 560px);
    min-height: 420px;
    max-height: 560px;
  }
  .page-hero--productions h1 { font-size: 36px; }
  .page-hero--productions h1 span { margin-top: 0.08em; }
  .page-hero--productions .page-hero__sub {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-size: 15px;
    margin-top: 10px;
  }
  .page-hero h1 { font-size: 42px; }
  .page-hero h1 span { margin-top: 16px; }
  .page-hero p { font-size: 20px; margin-top: 20px; }
  .split-section--purpose { padding: 40px 0; }
  .split-section--purpose .split-section__media img { height: auto; max-height: 280px; }
  .process-band { padding: 32px 16px 40px; }
  .process-steps h3 { font-size: 24px; }
  .card-grid,
  .album-grid,
  .music-player__list,
  .journey__grid,
  .form-row { grid-template-columns: 1fr; }
  .music-player { padding: 32px 16px 40px; border-top-width: 32px; }
  .music-player__transport { grid-template-columns: 56px 1fr; }
  .music-player__time { grid-column: 1 / -1; }
  .play-btn { width: 56px; height: 56px; }
  .music-player__title { font-size: 32px; }
  .music-player__album { font-size: 14px; }
  .music-player__meta { padding: 22px 18px 24px; }
  .music-player__links .btn { min-width: 0; width: 100%; }
  .site-header__logo img { width: 200px; height: auto; }
  .split-section--light { padding: 40px 0; border-top-width: 32px; }
  .split-section--light .split-section__media { max-width: 100%; }
  .split-section--light .split-section__media img { max-height: 360px; }
  .lyrics-preview { padding: 48px 0 56px; }
  .album-row { padding: 12px 14px; }
  .album-row__title { font-size: 16px; }
  .intro-band {
    min-height: 0;
    display: block;
    background-position: center 18%;
  }
  .intro-band__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .intro-band__photo-space {
    order: -1;
    min-height: 280px;
  }
  .intro-band__copy {
    max-width: 100%;
    padding: 28px 4px 40px;
    background: rgba(255, 248, 242, 0.9);
  }
  .split-section--light .split-section__copy {
    justify-self: start;
    margin-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
  .about-heading__line--keep {
    white-space: normal;
  }
  .intro-band p { max-width: none; }
  .intro-band__wash {
    background: linear-gradient(180deg, transparent 0%, rgba(247, 241, 234, 0.15) 45%, rgba(247, 241, 234, 0.92) 70%);
  }
  .masthead { min-height: 70vh; }
}

/* ---- Motion / hover energy ---- */
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .btn,
  .site-nav__list a,
  .footer-links a,
  .social-list a,
  .contact-aside__social a,
  .aw-card,
  .albums-disco__card,
  .info-card,
  .track-bar,
  .lyrics-song,
  .play-btn,
  .about-journey__icon,
  .contact-aside__photo img,
  .aw-purpose__media img,
  .albums-disco__card img,
  .albums-disco__cover img {
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
  }

  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(18, 43, 78, 0.18);
  }
  .btn--navy:hover {
    background: #0d2340;
    border-color: #0d2340;
  }
  .btn--navy-outline:hover {
    background: var(--navy);
    color: #fff;
  }
  .btn--light:hover {
    filter: brightness(0.97);
  }

  .site-nav__list a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1.5px;
    transition: background-size 0.28s ease, opacity 0.28s ease;
  }
  .site-nav__list a:hover,
  .site-nav__list .current-menu-item > a {
    background-size: 100% 1.5px;
    text-decoration: none;
  }

  .aw-card:hover,
  .albums-disco__card:hover,
  .info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(18, 43, 78, 0.12);
  }
  .albums-disco__card:hover img,
  .albums-disco__card:hover .albums-disco__cover img,
  .aw-purpose__media:hover img,
  .contact-aside__photo:hover img,
  .split-section--light .split-section__media:hover img,
  .about-story__media:hover img {
    transform: scale(1.1);
  }
  .albums-disco__card img,
  .albums-disco__cover img,
  .aw-purpose__media img,
  .contact-aside__photo img,
  .split-section--light .split-section__media img,
  .about-story__media img {
    transition: transform 0.45s ease;
  }

  .track-bar:hover,
  .lyrics-song:hover {
    transform: translateX(4px);
  }
  .play-btn:hover {
    transform: scale(1.06);
  }
  .about-journey__icon:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 18px rgba(90, 79, 120, 0.18);
  }

  .footer-links a:hover {
    opacity: 0.7;
    transform: translateX(3px);
  }
  .social-list a:hover,
  .contact-aside__social a:hover {
    transform: translateY(-3px) scale(1.08);
  }
  .contact-aside__social a:hover {
    background: #000000;
    border-color: #000000;
  }
  .site-footer__brand a:hover img {
    opacity: 0.88;
  }
  .site-header__logo a:hover img {
    transform: scale(1.02);
  }
  .site-header__logo img {
    transition: transform 0.28s ease;
  }
}

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

.social-list__shopify {
  width: 18px;
  height: auto;
  display: block;
  filter: brightness(0);
}
.social-list a:hover .social-list__shopify {
  opacity: 0.75;
}

/* ---- Stronger mobile pass ---- */
@media (max-width: 1100px) {
  .albums-disco__grid,
  .triskel-cards .aw-cards__grid,
  .insp-stories .albums-disco__grid {
    grid-template-columns: 1fr 1fr;
    max-width: 720px;
  }
  .contact-main__grid {
    grid-template-columns: 1fr;
  }
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .page-hero--inspiration,
  .page-hero--triskel,
  .page-hero--contact,
  .page-hero--about,
  .page-hero--albums,
  .page-hero--lyrics,
  .page-hero--productions {
    height: min(58vh, 480px);
    min-height: 360px;
    max-height: 480px;
  }
  .page-hero--inspiration h1,
  .page-hero--triskel h1,
  .page-hero--contact h1,
  .page-hero--about h1,
  .page-hero--albums h1,
  .page-hero--lyrics h1 {
    font-size: clamp(28px, 8vw, 40px);
  }
  .page-hero--triskel h1 span {
    margin-top: 0.08em;
  }
  .albums-disco__grid,
  .triskel-cards .aw-cards__grid,
  .insp-stories .albums-disco__grid,
  .aw-cards__grid,
  .card-grid,
  .album-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
  .site-footer {
    padding-top: 40px;
    text-align: center;
  }
  .site-footer__brand,
  .site-footer__col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-footer__brand img {
    margin-inline: auto;
  }
  .site-footer h2 {
    margin-inline: auto;
  }
  .social-list {
    justify-content: center;
  }
  .footer-links {
    text-align: center;
  }
  .triskel-join,
  .contact-subscribe {
    flex-direction: column;
    max-width: 100%;
  }
  .triskel-join input,
  .contact-subscribe input {
    min-height: 48px;
    text-align: center;
    width: 100%;
  }
  .triskel-join .btn--light,
  .contact-subscribe .btn--light {
    width: 100%;
  }
  .contact-form__submit {
    width: 100%;
    min-width: 0;
  }
  .about-quote,
  .insp-quote,
  .triskel-quote {
    padding: 48px 28px;
    min-height: 0;
  }
  .aw-purpose,
  .contact-main {
    padding: 40px 0 48px;
    border-top-width: 24px;
  }
  .aw-cta,
  .insp-cta,
  .triskel-cta,
  .contact-cta,
  .lyrics-cta {
    min-height: 0;
    padding: 48px 20px;
    margin-bottom: 16px;
  }
  .albums-disco__leaf,
  .about-cards__leaf,
  .insp-process__leaf,
  .triskel-journey__leaf {
    opacity: 0.4;
    width: clamp(70px, 18vw, 120px);
  }
  .about-journey__icon,
  .insp-process .about-journey__icon,
  .triskel-journey .about-journey__icon {
    width: 88px;
    height: 88px;
  }
  .wrap {
    width: min(var(--max), calc(100% - 32px));
  }
}

@media (max-width: 480px) {
  .page-hero__content {
    padding: 48px 16px;
  }
  .btn {
    letter-spacing: 0.04em;
  }
  .contact-aside {
    padding: 24px 18px;
  }
  .music-player__wave {
    overflow: hidden;
  }
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #122b4e;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(18, 43, 78, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease, background-color 0.28s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #0d1f38;
  transform: translateY(-2px);
}
.back-to-top:focus-visible {
  outline: 2px solid #122b4e;
  outline-offset: 3px;
}

