@import "../global.css";

div#root {
  --primary-shadow: -20px 20px 0 var(--primary);
  --primary-shadow-reverse: 20px 20px 0 var(--primary);
}

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: var(--secondary);
  margin: 0.5rem 0;
}

.fwm-lightTheme .fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  color: var(--primary-text);
}

.fwm-section-header.fwm-text-align-center .fwm-section-header-hgroup::after {
  margin: 0.5rem auto;
}

/* Primary H3 */
h3.fwm-primary-h3.fwm-primary-h3 {
  font-weight: 400;
}
h3.fwm-primary-h3.fwm-primary-h3::after {
  width: 6.25rem;
  height: 0.25rem;
}

/* Hero Gradient/Box (has Supporting Text) */
.fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup {
  position: relative;
  padding: 3.125rem;
  border-left: 5px solid var(--secondary);
}
.fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
.fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  font-family: Tandelle, sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.125rem;
}

@media (min-width: 48rem) {
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 6rem;
  }
}
/* Flip Card Set [Home] */
.fwm-lightTheme.fwm-card-flip-set .fwm-nestable-grid {
  padding: 1.5rem;
  background: var(--primary-text);
}
.fwm-lightTheme.fwm-card-flip-set .fwm-nestable-grid *:not(.fwm-card-cta-text):not(.fwm-card-cta-link) {
  color: var(--white);
  --primary-svg: var(--white);
}
.fwm-lightTheme.fwm-card-flip-set .fwm-nestable-grid *:not(.fwm-card-cta-text):not(.fwm-card-cta-link).text-primary {
  color: var(--secondary);
}

@media (min-width: 48rem) {
  .fwm-lightTheme.fwm-card-flip-set .fwm-nestable-grid {
    padding: 2rem;
  }
}
/* Custom Photo - Wide */
.fwm-lightTheme.fwm-photo-panel.fwm-column-halves .fwm-PhotoComponent-container {
  position: relative;
  align-self: flex-start;
}
.fwm-lightTheme.fwm-photo-panel.fwm-column-halves .fwm-PhotoComponent-container picture {
  box-shadow: var(--primary-shadow);
}
.fwm-lightTheme.fwm-photo-panel.fwm-column-halves.fwm-media-right .fwm-PhotoComponent-container picture {
  box-shadow: var(--primary-shadow-reverse);
}