/*
Theme Name: Deveron River Brass
Theme URI: https://deveronriverbrass.co.uk
Author: Deveron River Brass
Description: A distinctive, accessible website theme for Deveron River Brass.
Version: 1.5.5
Text Domain: deveron-river-brass
*/

:root {
  --purple-950: #16091f;
  --purple-900: #24102f;
  --purple-800: #38154b;
  --purple-700: #53206f;
  --purple-500: #7c3f9e;
  --gold-500: #d8ac52;
  --gold-300: #efd58e;
  --cream: #fbf7ed;
  --ink: #201b23;
  --muted: #6d6570;
  --white: #fff;
  --shadow: 0 18px 50px rgba(22, 9, 31, .14);
  --radius: 22px;
  --wrap: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  clip: auto;
  background: var(--white);
  color: var(--purple-900);
}
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-500);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0 0 .55em;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: balance;
}
h1 { font-size: clamp(3rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin: 0 0 1.2em; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(14,5,20,.82), rgba(14,5,20,.18));
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand img {
  width: 62px;
  height: 62px;
  border: 2px solid rgba(239,213,142,.6);
  border-radius: 50%;
  object-fit: cover;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.2rem; }
.brand-copy span { margin-top: 5px; color: var(--gold-300); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .91rem; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:hover, .main-nav a:focus { color: var(--gold-300); }
.nav-cta { padding: 10px 17px; border: 1px solid var(--gold-300); border-radius: 999px; }

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 790px;
  color: var(--white);
  background-color: var(--purple-950);
  background-image: linear-gradient(90deg, rgba(19,7,26,.92) 0%, rgba(31,10,42,.65) 45%, rgba(19,7,26,.18) 75%), url("assets/images/band-hero.webp");
  background-position: center;
  background-size: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(transparent, rgba(22,9,31,.72));
}
.hero-badge {
  position: absolute;
  z-index: 3;
  top: 142px;
  right: max(32px, calc((100vw - 1160px) / 2));
  width: clamp(170px, 15vw, 220px);
  height: auto;
  filter: drop-shadow(0 16px 30px rgba(10, 3, 15, .45));
}
.hero-content { position: relative; z-index: 2; max-width: 830px; padding: 190px 0 92px; }
.hero h1 span { color: var(--gold-300); }
.hero-lede { max-width: 650px; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--gold-500);
  color: var(--purple-950);
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover, .button:focus { transform: translateY(-2px); background: var(--gold-300); }
.button-outline { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.05); color: var(--white); }

.feature-event { position: relative; z-index: 4; margin-top: -46px; }
.event-panel {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 28px 34px;
  border: 1px solid rgba(216,172,82,.32);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.event-date { display: grid; place-items: center; min-height: 110px; border-right: 1px solid #e5dcca; color: var(--purple-800); text-align: center; }
.event-date strong { font-family: Georgia, serif; font-size: 2.7rem; line-height: 1; }
.event-date span { margin-top: 5px; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.event-panel p { margin: 0; color: var(--muted); }
.event-link { color: var(--purple-700); font-weight: 800; white-space: nowrap; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.12rem; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: center; }
.logo-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: var(--radius);
  background: var(--purple-800);
  box-shadow: var(--shadow);
}
.logo-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(239,213,142,.22), transparent 48%); }
.logo-card img { position: relative; width: 100%; border-radius: 14px; }
.intro-copy .big-copy { font-family: Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.35; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.fact { padding: 18px; border-top: 2px solid var(--gold-500); background: #fffaf0; }
.fact strong { display: block; color: var(--purple-800); font-size: 1.05rem; }
.fact span { color: var(--muted); font-size: .84rem; }
.text-link { display: inline-block; margin-top: 27px; color: var(--purple-700); font-weight: 800; text-decoration: none; }
.text-link:hover, .text-link:focus { text-decoration: underline; }

.dark-section { color: var(--white); background: var(--purple-950); }
.dark-section .section-heading p:last-child { color: rgba(255,255,255,.72); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 32px;
  border: 1px solid rgba(239,213,142,.22);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(124,63,158,.22), rgba(255,255,255,.035));
}
.card-number { color: var(--gold-300); font-size: .8rem; font-weight: 800; letter-spacing: .15em; }
.card h3 { margin-top: 32px; }
.card p { color: rgba(255,255,255,.7); }
.card a { margin-top: auto; color: var(--gold-300); font-weight: 800; text-decoration: none; }

.events-list { border-top: 1px solid #ddd2bf; }
.event-row { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 25px; padding: 28px 8px; border-bottom: 1px solid #ddd2bf; }
.event-row time { color: var(--purple-700); font-weight: 800; }
.event-row h3 { margin: 0 0 5px; font-size: 1.45rem; }
.event-row p { margin: 0; color: var(--muted); }
.event-tag { padding: 7px 11px; border-radius: 999px; background: #eadcf1; color: var(--purple-800); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.join-band { padding: 90px 0; background: linear-gradient(115deg, var(--purple-700), var(--purple-900)); color: var(--white); }
.join-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.join-grid p { max-width: 750px; color: rgba(255,255,255,.8); }

.site-footer { padding: 62px 0 30px; color: rgba(255,255,255,.76); background: #100617; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.footer-grid h2, .footer-grid h3 { color: var(--white); }
.footer-grid h2 { font-size: 2rem; }
.footer-grid h3 { font-family: "Segoe UI", Arial, sans-serif; font-size: .84rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: var(--gold-300); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 28px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-links a { color: var(--gold-300); }
.whatsapp-float {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: #167c4b;
  color: var(--white);
  box-shadow: 0 12px 34px rgba(0,0,0,.24);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.whatsapp-float:hover, .whatsapp-float:focus { background: #0f633b; transform: translateY(-2px); }
.whatsapp-float span { color: #7ef0ad; font-size: 1.2rem; line-height: 1; }

.content-shell { min-height: 70vh; padding: 160px 0 90px; }
.content-shell article { max-width: 850px; margin-inline: auto; }
.content-shell h1 { color: var(--purple-900); font-size: clamp(2.7rem, 6vw, 5rem); }

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 210px 0 105px;
  color: var(--white);
  background: linear-gradient(115deg, var(--purple-950), var(--purple-700));
}
.about-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -150px; bottom: -260px; border: 1px solid rgba(239,213,142,.3); border-radius: 50%; box-shadow: 0 0 0 70px rgba(239,213,142,.05), 0 0 0 140px rgba(239,213,142,.035); }
.about-hero .wrap { position: relative; z-index: 2; }
.about-hero h1 { max-width: 850px; }
.about-hero p:last-child { max-width: 720px; color: rgba(255,255,255,.78); font-size: 1.2rem; }
.story-section { padding: 105px 0; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.story-aside { position: sticky; top: 30px; }
.story-aside img { border-radius: var(--radius); box-shadow: var(--shadow); }
.story-copy { max-width: 720px; }
.story-copy h2 { color: var(--purple-900); }
.story-copy .lead { color: var(--purple-700); font-family: Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.4; }
.story-divider { margin: 65px 0; border: 0; border-top: 1px solid #ddd2bf; }
.director-section { padding: 100px 0; color: var(--white); background: var(--purple-950); }
.director-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.director-grid p { color: rgba(255,255,255,.74); }
.legacy-quote { padding: 34px; border-left: 4px solid var(--gold-500); background: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: clamp(1.3rem, 2.4vw, 2rem); line-height: 1.4; }
.legal-content { min-height: 70vh; padding: 175px 0 95px; }
.legal-content article { max-width: 850px; margin-inline: auto; }
.legal-content h1 { color: var(--purple-900); font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-content h2 { margin-top: 1.6em; color: var(--purple-800); font-size: clamp(1.55rem, 3vw, 2.3rem); }
.legal-content h3 { margin-top: 1.5em; color: var(--purple-800); font-family: "Segoe UI", Arial, sans-serif; font-size: 1.1rem; }
.legal-content p, .legal-content li { color: #494149; }
.legal-content .policy-date { color: var(--muted); font-size: .9rem; }
.legal-content .policy-note { padding: 22px 25px; border-left: 4px solid var(--gold-500); background: #fff7e5; }
.legal-content a { color: var(--purple-700); }

@media (max-width: 900px) {
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 700px; background-position: 58% center; }
  .event-panel { grid-template-columns: 100px 1fr; }
  .event-link { grid-column: 2; }
  .intro-grid, .join-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 260px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .story-grid, .director-grid { grid-template-columns: 1fr; }
  .story-aside { position: static; max-width: 520px; }
}
@media (max-width: 1100px) {
  .hero-badge { display: none; }
}
@media (max-width: 620px) {
  :root { --wrap: min(100% - 28px, 1160px); }
  body { font-size: 16px; }
  .site-header { position: absolute; }
  .header-inner { min-height: 78px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy span { display: none; }
  .nav-cta { padding: 8px 12px; font-size: .8rem; }
  .hero { min-height: 670px; background-image: linear-gradient(0deg, rgba(19,7,26,.95) 0%, rgba(31,10,42,.62) 68%, rgba(19,7,26,.24)), url("assets/images/band-hero.webp"); background-position: 55% center; }
  .hero-content { padding: 150px 0 75px; }
  .feature-event { margin-top: -28px; }
  .event-panel { grid-template-columns: 1fr; gap: 18px; padding: 24px; }
  .event-date { grid-template-columns: auto auto; justify-content: start; gap: 10px; min-height: auto; border-right: 0; border-bottom: 1px solid #e5dcca; padding-bottom: 16px; text-align: left; }
  .event-date strong { font-size: 2.1rem; }
  .event-link { grid-column: auto; }
  .section { padding: 78px 0; }
  .facts { grid-template-columns: 1fr; }
  .event-row { grid-template-columns: 1fr; gap: 6px; }
  .event-tag { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 10px 14px; }
}


/* Booking details */
.booking-panel {
  max-width: 900px;
  margin: 3rem auto 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(239, 213, 142, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  scroll-margin-top: 6rem;
}

.booking-panel h2 {
  margin-top: 0;
}

.booking-panel p {
  max-width: 760px;
}

.booking-panel .button-row {
  margin-top: 1.5rem;
}

/* Audience testimonials */
.testimonial-quote {
  font-size: 1.15rem;
  line-height: 1.65;
}

.testimonial-name {
  margin-top: 1rem;
  color: #efd58e;
  font-weight: 700;
}

.testimonial-note {
  margin: 1.5rem 0 0;
  text-align: center;
  font-style: italic;
  opacity: 0.8;
}

/* Frequently asked questions */
.faq-wrap {
  max-width: 960px;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid rgba(36, 16, 47, 0.15);
  border-radius: 10px;
  background: #ffffff;
}

.faq-list summary {
  padding: 1.1rem 1.25rem;
  color: #24102f;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-list summary:hover {
  background: rgba(124, 63, 158, 0.06);
}

.faq-list summary:focus-visible {
  outline: 3px solid #d8ac52;
  outline-offset: -3px;
}

.faq-list details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  line-height: 1.7;
}

.faq-list details a {
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .booking-panel {
    margin-top: 2rem;
  }

  .booking-panel .button-row {
    align-items: stretch;
  }

  .booking-panel .button {
    text-align: center;
  }
}

/* Restore visual depth to the new homepage sections */
#book,
#testimonials,
#faq {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#book > .wrap,
#testimonials > .wrap,
#faq > .wrap {
  position: relative;
  z-index: 1;
}

/* Subtle gold musical-rhythm circles */
#book::before {
  content: "";
  position: absolute;
  top: 4rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    transparent 0 2.4rem,
    rgba(216, 172, 82, 0.09) 2.45rem 2.55rem
  );
  pointer-events: none;
}

.booking-panel {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
}

/* Richer testimonial background and cards */
#testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(124, 63, 158, 0.25), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(216, 172, 82, 0.08), transparent 28%);
  pointer-events: none;
}

#testimonials .card {
  background: linear-gradient(
    145deg,
    rgba(124, 63, 158, 0.2),
    rgba(255, 255, 255, 0.035)
  );
  border-color: rgba(216, 172, 82, 0.22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

/* Lighter, more designed FAQ area */
#faq {
  background-color: #fbf7ed;
  background-image:
    radial-gradient(circle at 5% 12%, rgba(124, 63, 158, 0.08), transparent 24%),
    radial-gradient(circle at 96% 88%, rgba(216, 172, 82, 0.12), transparent 22%);
}

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.faq-list details {
  align-self: start;
  border-left: 3px solid rgba(216, 172, 82, 0.65);
  box-shadow: 0 8px 24px rgba(36, 16, 47, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-list details:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(36, 16, 47, 0.09);
}

.faq-list details[open] {
  border-left-color: #7c3f9e;
}

@media (max-width: 760px) {
  .faq-list {
    grid-template-columns: 1fr;
  }

  #book::before {
    right: -18rem;
    opacity: 0.7;
  }

  .faq-list details:hover {
    transform: none;
  }
}

/* Flugel photograph background for joining section */
.join-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(
      90deg,
      rgba(36, 16, 47, 0.97) 0%,
      rgba(46, 18, 60, 0.93) 48%,
      rgba(36, 16, 47, 0.58) 72%,
      rgba(20, 8, 28, 0.28) 100%
    ),
    url("https://deveronriverbrass.co.uk/wp-content/uploads/2026/08/deveron-flugel-join-background.webp")
    center right / cover no-repeat;
}

.join-band .wrap {
  position: relative;
  z-index: 1;
}

.join-band h2,
.join-band p,
.join-band .eyebrow {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

@media (max-width: 760px) {
  .join-band {
    background:
      linear-gradient(
        rgba(36, 16, 47, 0.9),
        rgba(36, 16, 47, 0.9)
      ),
      url("https://deveronriverbrass.co.uk/wp-content/uploads/2026/08/deveron-flugel-join-background.webp")
      68% center / cover no-repeat;
  }
}

/* Support the Band page */
.content-shell article:has(.support-page) > h1 {
  margin: 0;
  padding: 5rem max(5vw, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 85% 45%, rgba(216, 172, 82, 0.18), transparent 28%),
    linear-gradient(135deg, #53206f 0%, #24102f 100%);
  font-size: clamp(3rem, 7vw, 6rem);
}

.support-page {
  margin-top: 0;
}

.support-page section {
  padding: 5rem max(5vw, calc((100vw - 1180px) / 2));
}

.support-intro {
  background: #fbf7ed;
}

.support-intro h2,
.support-uses h2,
.support-contact h2 {
  max-width: 800px;
  margin: 0.35rem 0 1.5rem;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.support-intro p {
  max-width: 780px;
}

.support-lede {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.6;
  color: #53206f;
}

.support-uses {
  color: #fff;
  background:
    repeating-radial-gradient(
      circle at 100% 50%,
      transparent 0,
      transparent 82px,
      rgba(216, 172, 82, 0.08) 84px,
      transparent 87px
    ),
    linear-gradient(135deg, #18091f, #351143);
}

.support-uses .eyebrow,
.podium-appeal .eyebrow {
  color: #efd58e;
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.support-card {
  padding: 2rem;
  border: 1px solid rgba(239, 213, 142, 0.3);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.055);
}

.support-card span {
  display: block;
  margin-bottom: 2rem;
  color: #efd58e;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.support-card h3 {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.45rem;
}

.support-card p {
  color: rgba(255, 255, 255, 0.8);
}

.podium-appeal {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr;
  gap: 3rem;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 85% 50%, rgba(216, 172, 82, 0.22), transparent 30%),
    linear-gradient(135deg, #53206f, #24102f);
}

.podium-appeal h2 {
  margin: 0.35rem 0 1.5rem;
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.podium-appeal p {
  max-width: 730px;
  color: rgba(255, 255, 255, 0.84);
}

.podium-note {
  padding: 2.5rem;
  border: 1px solid rgba(239, 213, 142, 0.45);
  border-radius: 50% 50% 1.5rem 1.5rem;
  text-align: center;
  background: rgba(24, 9, 31, 0.35);
}

.podium-note strong,
.podium-note span {
  display: block;
}

.podium-note strong {
  color: #efd58e;
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.podium-note span {
  margin-top: 0.6rem;
  color: #fff;
}

.support-contact {
  background: #fbf7ed;
}

.support-contact > p {
  max-width: 800px;
}

.support-contact .button-row {
  margin-top: 2rem;
}

.support-contact .button-outline {
  color: #53206f;
  border-color: #53206f;
}

.support-contact .button-outline:hover {
  color: #fff;
  background: #53206f;
}

@media (max-width: 760px) {
  .content-shell article:has(.support-page) > h1,
  .support-page section {
    padding: 3.5rem 1.5rem;
  }

  .support-cards,
  .podium-appeal {
    grid-template-columns: 1fr;
  }

  .podium-appeal {
    gap: 2rem;
  }

  .podium-note {
    border-radius: 1.25rem;
  }

  .support-contact .button-row {
    align-items: stretch;
  }

  .support-contact .button {
    text-align: center;
  }
}

/* Allow the Support page design to use the full browser width */
.content-shell:has(.support-page) {
  padding: 0;
}

.content-shell > .wrap:has(.support-page) {
  width: 100%;
  max-width: none;
  padding: 0;
}

.content-shell article:has(.support-page) {
  margin: 0;
}

.content-shell > .wrap:has(.support-page) {
  display: block;
}

.content-shell article:has(.support-page) {
  width: 100%;
  max-width: none;
  padding: 0;
}