@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/bebas-neue-995908a0.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/montserrat-2f5adf11.woff2") format("woff2");
}

/* The original production build included these browser-normalization rules.
   They are included directly here so the Web Forms version renders the same
   way without a separate front-end build step. */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol, ul, menu { list-style: none; }
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea {
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: button;
}
[hidden] { display: none !important; }

:root {
  --navy: #011e3f;
  --copper: #ba4715;
  --cream: #f7ede5;
  --light-cream: #faf4ee;
  --ink: #263346;
  --white: #fffdf9;
  --font-display: "Bebas Neue";
  --font-body: "Montserrat";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--light-cream);
  color: var(--ink);
  font-family: var(--font-body), Montserrat, Arial, sans-serif;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; }
h2 {
  margin-bottom: 1rem;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow-shell { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.centered { text-align: center; }
.section-pad { padding-block: clamp(72px, 9vw, 128px); }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(186, 71, 21, .2);
  background: rgba(250, 244, 238, .96);
  backdrop-filter: blur(10px);
}
.header-inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand-link { display: block; width: 154px; height: 78px; position:relative;z-index:2; }
    .brand-link img {
        width: 100%;
        height: 100%;
        object-fit: contain;
       /* transform: scale(2.5);
        transform-origin: top center;
        background-color: #FAF4EE*/
    }
nav { display: flex; gap: clamp(18px, 3vw, 40px); }
nav a {
  position: relative;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .055em;
}
nav a::after {
  position: absolute;
  right: 0; bottom: -8px; left: 0;
  height: 2px;
  background: var(--copper);
  content: "";
  opacity: 0;
  transform: scaleX(.25);
  transition: 180ms ease;
}
nav a:hover::after, nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }

.home-hero { padding-top: clamp(36px, 5vw, 70px); padding-bottom: 44px; text-align: center; }
.tagline-art-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 44px;
}

.tagline-art {
  display: block;
  width: min(680px, 82vw);
  max-width: 100%;
  height: auto;
  margin: 0;
  transform: translateX(clamp(5px, 0.8vw, 12px));
}
.service-duet {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(76px, 10vw, 150px);
}
.service-path { display: flex; align-items: center; flex-direction: column; }
.photo-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  overflow: hidden;
  border: 2px solid var(--copper);
  background: var(--cream);
}
.service-path:first-child .photo-frame {
  border-width: 3px;
  box-shadow: inset 0 0 0 8px rgba(247, 237, 229, .7), 0 14px 30px rgba(1, 30, 63, .12);
}
.photo-frame img, .performance-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.photo-frame:hover img { transform: scale(1.04); }
.service-path:first-child .photo-frame img {
  object-position: center;
  transform: none;
}
.service-path:first-child .photo-frame:hover img { transform: scale(1.04); }
.service-path:last-child .photo-frame img { object-position: center; }
.service-path h2 { margin-bottom: .25rem; }
.service-path > p:not(.eyebrow) { min-height: 3.4rem; }
.eyebrow {
  margin-bottom: .65rem;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.copper { color: var(--copper); }
.center-heart {
  position: absolute;
  top: 31%;
  left: 50%;
  color: var(--copper);
  font-size: 3.5rem;
  transform: translate(-50%, -50%);
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: 180ms ease;
}
.button-framed {
  min-width: min(100%, 320px);
  outline: 1px solid rgba(255,253,249,.84);
  outline-offset: -7px;
  background: var(--copper);
  box-shadow: 0 0 0 2px var(--copper);
  color: var(--white);
  cursor: pointer;
}
.button-framed:hover, .button-framed:focus-visible {
  background: var(--navy);
  box-shadow: 0 0 0 2px var(--navy);
  transform: translateY(-2px);
}
.hero-bridge { margin: 40px auto 0; color: var(--navy); }

.mission-section, .live-section { background: var(--cream); }
.mission-section h2 { color: var(--copper); }
.mission-copy { margin: 0 auto 30px; font-size: clamp(1.05rem, 2vw, 1.32rem); font-weight: 600; }
.heart-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--copper);
}
.heart-divider span { width: clamp(60px, 9vw, 130px); height: 2px; background: var(--navy); }
.heart-divider b { font-size: 2.4rem; font-weight: 400; line-height: 1; }

.split-content {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 7vw, 100px);
}
.split-content p { font-size: 1.03rem; }
.split-content ul { display: grid; gap: 10px; margin: 26px 0; padding-left: 22px; }
.split-content li::marker { color: var(--copper); }
.student-gallery-wrap { margin-top: clamp(64px, 8vw, 108px); text-align: center; }
.student-gallery-wrap h3,
.session-vocals h3 {
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.student-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}
.student-gallery figure {
  height: 290px;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--copper);
  background: var(--cream);
}
.student-gallery img { width: 100%; height: 100%; object-fit: cover; }
.student-gallery figure:nth-child(1) img { object-position: center; }
.student-gallery figure:nth-child(2) img { object-position: center 35%; }
.student-gallery figure:nth-child(3) img { object-position: center; }
.student-gallery figure:nth-child(4) img { object-position: center 30%; }
.student-gallery figure:nth-child(5) img { object-position: 30% center; }
.navy-callout { padding: clamp(36px, 5vw, 64px); background: var(--navy); color: var(--cream); }
.navy-callout h3 {
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.callout-heart { display: block; color: var(--copper); font-size: 3rem; }
.text-link { display: inline-block; border-bottom: 2px solid var(--copper); color: var(--navy); font-weight: 750; }
.performance-photo {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  border: 2px solid var(--copper);
}
.performance-photo img { object-position: center 25%; }
.live-inquiry { margin-top: 18px; }
.media-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
}
.media-tabs a {
  border-bottom: 2px solid var(--copper);
  color: var(--navy);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.session-vocals {
  display: grid;
  align-items: center;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(44px, 7vw, 100px);
  margin-top: clamp(72px, 9vw, 126px);
  padding-top: clamp(56px, 7vw, 90px);
  border-top: 2px solid rgba(186, 71, 21, .55);
}
.session-photo {
  height: 520px;
  overflow: hidden;
  border: 2px solid var(--copper);
}
.session-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.session-vocals ul { display: grid; gap: 8px; padding-left: 22px; }
.session-vocals li::marker { color: var(--copper); }
.session-note { color: var(--navy); font-weight: 700; }
.about-section { background: var(--light-cream); }
.about-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(48px, 7vw, 104px);
}
.about-copy p:not(.eyebrow) { font-size: 1.05rem; }
.about-copy p:not(.eyebrow) + p:not(.eyebrow) { margin-top: 1.15rem; }
.about-lead { color: var(--navy); font-size: 1.18rem !important; font-weight: 650; }
.about-copy .heart-divider { justify-content: flex-start; margin-top: 34px; }
.story-carousel { min-width: 0; }
.story-carousel figure { margin: 0; background: var(--navy); }
.story-image { height: 560px; overflow: hidden; border: 2px solid var(--copper); }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.story-image--contain { background: #171717; }
.story-image--contain img { object-fit: contain; object-position: center; }
.story-image--polished img {
  object-position: center 34%;
  filter: brightness(1.06) contrast(1.08) saturate(.9);
}
.story-carousel figcaption { min-height: 72px; padding: 10px 18px 11px; color: var(--cream); }
.story-carousel figcaption span {
  color: var(--copper);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.story-carousel figcaption p { margin: 5px 0 0; line-height: 1.45; }
.carousel-controls {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}
/*.carousel-controls > button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--copper);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font-size: 2rem;
}*/
    .carousel-controls > button {
        display: grid;
        width: 46px;
        height: 46px;
        padding: 0;
        place-items: center;
        border: 1px solid var(--copper);
        background: transparent;
        color: var(--navy);
        cursor: pointer;
        font-family: Arial, sans-serif;
        font-size: 2rem;
        line-height: 1;
    }
.carousel-dots { display: flex; justify-content: center; gap: 9px; }
.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(1, 30, 63, .25);
  cursor: pointer;
}
.carousel-dots button.active { background: var(--copper); transform: scale(1.25); }
.contact-section { background: var(--navy); color: var(--cream); }
.contact-section h2 { color: var(--cream); }
.social-contact-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 32px);
  width: min(700px, 100%);
  margin: 34px auto 0;
}
.social-contact-links a {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 8px;
}
.social-contact-links span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid var(--copper);
  border-radius: 50%;
  color: var(--cream);
  font-size: 1.25rem;
  font-weight: 800;
  transition: 180ms ease;
}
.social-contact-links b {
  color: var(--cream);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.social-contact-links a:hover span,
.social-contact-links a:focus-visible span { background: var(--copper); transform: translateY(-2px); }

.site-footer { background: #00152d; color: var(--cream); }
.footer-inner {
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  align-items: center;
  gap: 32px;
  padding-block: 38px;
}
.footer-inner img { width: 125px; height: 110px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-inner p { margin: 0; font-size: .76rem; }

@media (max-width: 860px) {
  .header-inner { align-items: flex-start; flex-direction: column; gap: 5px; padding-block: 10px; }
  .brand-link { width: 122px; height: 58px; }
  nav { width: 100%; padding-bottom: 10px; overflow-x: auto; }
  nav a { flex: 0 0 auto; }
}
@media (max-width: 720px) {
  .social-contact-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    width: min(360px, 100%);
  }

  .social-contact-links a:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 18px) / 2);
    justify-self: center;
  }

  .page-shell, .narrow-shell { width: min(100% - 30px, 620px); }
  .service-duet, .split-content, .about-layout, .session-vocals, .footer-inner { grid-template-columns: 1fr; }
  .service-duet { gap: 72px; }
  .center-heart { display: none; }
  .service-path > p:not(.eyebrow) { min-height: auto; }
  .performance-photo { min-height: 470px; }
  .student-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .student-gallery figure { height: 250px; }
  .student-gallery figure:last-child { grid-column: 1 / -1; }
  .session-photo, .story-image { height: 460px; }
  .footer-inner { gap: 18px; text-align: center; }
  .footer-inner img { margin-inline: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
