@charset "UTF-8";
/**
 * Theme Name:        Frauenhaus Mannheim
 * Description:       The Frauenhaus Mannheim theme.
 * Version:           1.0.0
 * Author:            Thorsten Hallscheidt
 * Author URI:        https://atseesite.de
 * Text Domain:       frauenhaus-mannheim
 * Domain Path:       /assets/lang
 * Tested up to:      6.6
 * Requires at least: 6.2
 * Requires PHP:      8.1
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */
@font-face {
  font-family: "AkkuratLL";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/AkkuratLL-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLL";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/AkkuratLL-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLL";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/AkkuratLL-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  src: url("./assets/fonts/Fraunces-VariableFont_SOFT,WONK,opsz,wght.woff2") format("woff2");
  font-display: swap;
}
/* Minimal base. Extend here; compiled output goes to /style.css. */
/***** colors *******/
html {
  font-size: 18px;
}

body {
  font-size: 1rem;
  color: #4F3955;
  line-height: 1.2;
  font-family: "AkkuratLL";
}

@media all and (max-width: 1280px) {
  #main {
    margin-top: -80px;
  }
}
section:not(.frauenhaus-hero, .variable-content) {
  padding-top: 3vw;
  padding-bottom: 5vw;
}
section:not(.frauenhaus-hero, .variable-content) .wp-block-columns {
  max-width: 1400px;
  margin: 0 auto;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 76px);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  margin-top: 0;
  font-size: clamp(2rem, 4.5vw, 76px);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
}
h2 strong {
  font-weight: 900;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  text-transform: uppercase;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

p {
  font-size: 20px;
}
p strong {
  font-weight: 900;
}

li {
  font-size: 20px;
}

.quote {
  color: #598EEC;
  font-family: Fraunces;
  font-size: clamp(2.6rem, 4.2vw, 60px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(2.9rem, 4.55vw, 4rem);
  max-width: 900px;
}
.quote.center {
  margin: 0 auto;
}

.purple_middle {
  color: #8D6A99;
  font-size: clamp(1.7rem, 4vw, 60px);
}

.wp-block-columns {
  margin: 0 auto;
  max-width: 1400px;
}
.wp-block-columns:first-child {
  margin-top: clamp(60px, 12vw, 180px);
}

@media all and (max-width: 1280px) {
  .wp-block-columns:first-child {
    margin: 150px 10px 10px 10px;
  }

  .gradient.violett > .wp-block-columns {
    padding: 120px 10px;
  }
}
@media (max-width: 600px) {
  .wp-block-columns.reverse_order {
    flex-direction: column-reverse;
  }
}
/*******  Buttons ***********/
.wp-block-buttons {
  margin: 4vw auto;
}
.wp-block-buttons a.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4F3955;
  background-color: #B0CC90;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}
.wp-block-buttons a.wp-block-button__link:hover, .wp-block-buttons a.wp-block-button__link:focus-visible {
  background-color: #a8cf82;
  transform: translateY(1px);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  line-height: 1.5;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

/* ============================================================
   Navigation
   ============================================================ */
.header_content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: transparent;
}

.navigation_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  padding: 32px 32px 64px 0;
}

.logo_wrap {
  flex: 0 0 auto;
  min-height: 55px;
  padding: 28px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff6e4;
}

.logo {
  height: 100%;
}
.logo a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.logo img,
.logo svg {
  display: block;
  width: 70px;
  height: auto;
}
.logo img.logo_mobile,
.logo svg.logo_mobile {
  display: none;
}

/* ============================================================
   Desktop Menu
   ============================================================ */
.header-navigation {
  flex: 0 0 auto;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu .menu-item {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
}
.header-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #6f6374;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff6e4;
  transition: color 180ms ease, background-color 180ms ease;
}
.header-menu .menu-item:first-child a {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.header-menu .menu-item:not(.spenden):has(+ .menu-item.spenden) a {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.header-menu .menu-item:not(.spenden) a:hover, .header-menu .menu-item:not(.spenden) a:focus-visible {
  color: #4e345c;
  background-color: #fff1d2;
}
.header-menu .menu-item.spenden {
  margin-left: 32px;
}
.header-menu .menu-item.spenden a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4F3955;
  background-color: #B0CC90;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}
.header-menu .menu-item.spenden a:hover, .header-menu .menu-item.spenden a:focus-visible {
  background-color: #a8cf82;
  transform: translateY(-1px);
}

/* ============================================================
   Hamburger
   übernommen aus der bisherigen mobilen Struktur
   ============================================================ */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1002;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: #fff6e4;
  cursor: pointer;
  transition: all 0.4s ease;
}
.hamburger-menu .line {
  width: 30px;
  height: 3px;
  margin: 3px 0;
  background-color: #4e345c;
  border-radius: 999px;
  transition: all 0.4s ease;
}
.hamburger-menu.open, .hamburger-menu[aria-expanded=true] {
  transform: rotate(-180deg);
}
.hamburger-menu.open .line:nth-child(1), .hamburger-menu[aria-expanded=true] .line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 5px);
}
.hamburger-menu.open .line:nth-child(2), .hamburger-menu[aria-expanded=true] .line:nth-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(-90deg);
}
.hamburger-menu.open .line:nth-child(3), .hamburger-menu[aria-expanded=true] .line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -5px);
}

/* ============================================================
   Mobile Menu
   Struktur aus der vorhandenen mobilen Navigation übernommen
   ============================================================ */
@media all and (max-width: 1280px) {
  .header_content {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: auto;
    min-height: 76px;
    pointer-events: auto;
  }

  .navigation_wrapper {
    position: relative;
    z-index: 1001;
    align-items: center;
    width: 100%;
    height: 76px;
    padding: 12px 16px 12px 0;
    border-radius: 0 0 18px 18px;
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 180ms ease;
  }

  .logo_wrap {
    height: 44px;
    padding: 10px 18px;
  }

  .logo img,
.logo svg {
    width: 120px;
  }
  .logo img.logo_mobile,
.logo svg.logo_mobile {
    display: block;
    max-width: 70px;
  }
  .logo img.logo_desktop,
.logo svg.logo_desktop {
    display: none;
  }

  .hamburger-menu {
    display: flex;
    width: 48px;
    height: 48px;
    background-color: transparent;
  }
  .hamburger-menu.open .line {
    background-color: #fff;
    transition: all 0.4s ease;
  }

  .header-navigation {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #4F3955;
  }

  .header-navigation.visible {
    display: block;
  }

  .header-menu {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20vh auto 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
  }
  .header-menu .menu-item {
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .header-menu .menu-item#menu-item-21, .header-menu .menu-item.spenden {
    border-bottom: 0;
  }
  .header-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1.2;
    color: #FFF4E0;
    text-decoration: none;
    background-color: transparent;
  }
  .header-menu .menu-item:first-child a,
.header-menu .menu-item:not(.spenden):has(+ .menu-item.spenden) a {
    border-radius: 999px;
  }
  .header-menu .menu-item:not(.spenden) a:hover, .header-menu .menu-item:not(.spenden) a:focus-visible {
    background-color: #fff1d2;
  }
  .header-menu .menu-item.spenden {
    margin: 40px 0 0;
    padding: 0;
  }
  .header-menu .menu-item.spenden a {
    min-height: 48px;
    padding: 0 32px;
    border-radius: 999px;
    color: #4e345c;
    background-color: #b8d996;
  }
  .header-menu .menu-item.spenden a:hover,
.header-menu .menu-item.spenden a:focus-visible {
    background-color: #a8cf82;
  }
}
/* ============================================================
   Small Screens
   ============================================================ */
@media all and (max-width: 600px) {
  .navigation_wrapper {
    height: 68px;
    padding: 12px 16px 12px 0;
    background-color: transparent;
  }

  .logo_wrap {
    height: 44px;
    padding: 10px 18px;
  }

  .logo img,
.logo svg {
    width: 120px;
  }
  .logo img.logo_mobile,
.logo svg.logo_mobile {
    display: block;
    max-width: 70px;
  }
  .logo img.logo_desktop,
.logo svg.logo_desktop {
    display: none;
  }

  .hamburger-menu {
    width: 44px;
    height: 44px;
  }

  .header-menu {
    max-width: 280px;
    margin-top: 18vh;
  }
}
.wp-block-theme-frauenhaus-hero.frauenhaus-hero {
  position: relative;
  width: 100%;
  max-width: none;
  height: 240vh;
  overflow: visible;
  isolation: isolate;
}
.wp-block-theme-frauenhaus-hero.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--fh-hero-min-height, 100vh);
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__background > .frauenhaus-hero-svg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: var(--fh-hero-content-max-width, 1400px);
  margin: 0 auto;
  pointer-events: none;
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__headline-group {
  position: absolute;
  top: 23%;
  left: 52%;
  max-width: 700px;
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__headline {
  margin: 0;
  color: #f6efe2;
  font-size: clamp(2.2rem, 4.2vw, 4.8rem);
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__headline strong {
  font-weight: 700;
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__scroll-note-group {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: min(360px, 100% - 2rem);
  transform: translateX(-50%);
  text-align: center;
}
.wp-block-theme-frauenhaus-hero .frauenhaus-hero__scroll-note {
  margin: 0;
  color: #f6efe2;
  font-size: clamp(1rem, 1.45vw, 1.4rem);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/********* gradients ********/
.gradient.yellow {
  background: linear-gradient(180deg, #FFF4E0 61.06%, #FFF 100%);
}
.gradient.yellow .wp-block-columns {
  margin: 0 auto;
}

.gradient.yellow2 {
  background: linear-gradient(180deg, #FFF 0%, #FFF4E0 34.62%, #FFF4E0 65.38%, #FFF 100%);
}
.gradient.yellow2 .wp-block-columns {
  margin: 0 auto;
}

.gradient.violett {
  background: linear-gradient(180deg, #D0B1DD 0%, #FFF 100%);
}
.gradient.violett > .wp-block-columns {
  margin: 0 auto;
  padding: 200px 0 0;
}
@media all and (max-width: calc(1400px + 40px)) {
  .gradient.violett > .wp-block-columns .wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.is-subpage.gradient.yellow .variable-content {
  background: linear-gradient(180deg, #ffe5bb 0%, #FFF min(35%, 720px), #FFF 100%);
}
.is-subpage.gradient.yellow .variable-content .wp-block-columns {
  margin: 0 auto;
}
@media all and (max-width: calc(1400px + 40px)) {
  .is-subpage.gradient.yellow .variable-content .wp-block-columns .wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.is-subpage.gradient.violett .variable-content {
  background: linear-gradient(180deg, #B88AD0 0%, #FFF min(35%, 720px), #FFF 100%);
}
.is-subpage.gradient.violett .variable-content .wp-block-columns {
  margin: 0 auto;
  padding: 200px 0 0;
}
@media all and (max-width: calc(1400px + 40px)) {
  .is-subpage.gradient.violett .variable-content .wp-block-columns .wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.variable-content a {
  color: #598EEC;
}
.variable-content a:hover {
  color: #2f4375;
}
.variable-content .faunces {
  font-family: "Fraunces";
  font-weight: 300;
}
.variable-content .wp-block-column figure {
  border-radius: 60px;
  overflow: hidden;
  max-width: 530px;
}
.variable-content #ziel {
  margin-top: 400px;
}
.variable-content #ziel .wp-block-columns {
  max-width: 100%;
}
.variable-content #ziel .wp-block-column.gradient {
  padding-top: 100px;
  position: relative;
}
.variable-content #ziel .wp-block-column.gradient .spende_teaser {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -420px;
  transform: translateX(-50%);
  width: clamp(320px, 58vw, 822px);
  height: clamp(190px, 34vw, 485px);
  background-image: url("./assets/img/Frauenhaus_Bogen.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  overflow: hidden;
}
.variable-content #ziel .wp-block-column.gradient .spende_teaser .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: clamp(10px, 2vw, 40px);
  text-align: center;
}
.variable-content #ziel .wp-block-column.gradient .spende_teaser h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1;
  font-weight: 900;
  color: #45304d;
  margin-bottom: 40px;
}
.variable-content #ziel .wp-block-column.gradient .spende_teaser h2.faunces {
  font-family: "Fraunces";
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: clamp(28px, 4vw, 56px);
  text-transform: none;
}
@media all and (max-width: 1280px) {
  .variable-content #ziel .wp-block-column.gradient .spende_teaser {
    top: -346px;
    width: 95%;
    height: 400px;
  }
  .variable-content #ziel .wp-block-columns:first-child {
    margin: 120px 0 20px 0;
  }
  .variable-content #ziel .wp-block-columns:first-child .wp-block-column {
    padding: 90px 20px 20px 20px;
  }
  .variable-content #ziel .wp-block-column.gradient .spende_teaser h2 {
    font-size: 60px;
  }
  .variable-content #ziel .wp-block-column.gradient .spende_teaser h2.faunces {
    font-size: 60px;
  }
}
@media all and (max-width: 600px) {
  .variable-content #ziel {
    margin-top: 200px;
  }
  .variable-content #ziel .wp-block-column.gradient .spende_teaser {
    top: -160px;
    width: 95%;
    height: 230px;
  }
  .variable-content #ziel .wp-block-column.gradient .spende_teaser h2 {
    font-size: 35px;
  }
  .variable-content #ziel .wp-block-column.gradient .spende_teaser h2.faunces {
    font-size: 35px;
  }
}

.is-subpage .variable-content {
  padding: 200px 0 0;
}

/************* News *************/
.news-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 80px) clamp(48px, 10vw, 160px);
}

.news_item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.news_item.is-hidden {
  display: none;
}
.news_item__date {
  color: #D0B1DD;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 20px;
}
.news_item__image {
  border-radius: 40px;
  overflow: hidden;
  height: 370px;
}
.news_item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.news_item__headline h3 {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 0.9;
  min-height: 90px;
}
.news_item__headline h3 a {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #D0B1DD;
  text-decoration: none;
}
.news_item__excerpt_inner {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #4F3955;
  min-height: 100px;
}

.news_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 48px;
  border-radius: 999px;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #8D6A99;
  color: #FFF4E0;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
  width: fit-content;
  max-width: 100%;
  margin-top: 20px;
}

.news-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.news-more__button {
  border-radius: 100px;
  background: #8D6A99;
  color: #FFF4E0;
  text-transform: uppercase;
  display: flex;
  padding: 16px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .news-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .news-wrapper {
    grid-template-columns: 1fr;
  }
}
/**************** News Single *********************/
.news-single__article {
  padding-top: clamp(120px, 15vw, 400px);
  max-width: 1400px;
  margin: 0 auto;
}
.news-single__article .news-single__inner {
  margin: 0 20px;
}
.news-single__article .news-single__subheadline {
  color: #598EEC;
  font-family: Fraunces;
  font-size: clamp(2.6rem, 4.2vw, 60px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(2.9rem, 4.55vw, 4rem);
  max-width: 900px;
}
.news-single__article .news-single__subheadline.center {
  margin: 0 auto;
}
.news-single__article figure {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  max-height: 50vw;
}
.news-single__article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-single__article .news-single__content {
  column-count: 2;
  column-gap: 64px;
}
.news-single__article .news-single__content p,
.news-single__article .news-single__content ul,
.news-single__article .news-single__content ol {
  break-inside: avoid;
}
@media (max-width: 600px) {
  .news-single__article .news-single__content {
    column-count: 1;
    column-gap: 0;
  }
}

.site-footer {
  position: relative;
  min-height: 500px;
  display: flex;
  overflow: hidden;
  background-color: white;
}

.footer_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 353px;
  display: block;
  background-color: #4e345c;
  pointer-events: none;
}

.footer_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  display: flex;
  background-image: url("./assets/img/Frauenhaus_footer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.footer_content_wrapper {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: auto auto 0 auto;
  padding: 0 0 32px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "widgets" "bottom";
  row-gap: 32px;
}

/* ============================================================
   Footer Widget Area
   ============================================================ */
.footer_widget_area {
  grid-area: widgets;
  display: flex;
  width: 100%;
  padding-bottom: 24px;
  justify-content: space-between;
}

.footer_widget_area .widget {
  margin: 0;
}

.footer-widget-left,
.footer-widget-right {
  margin: 0;
}

.contact_widget h2 {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}
.contact_widget p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #fff;
}
.contact_widget a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact_widget .wp-block-group,
.contact_widget .wp-block-group__inner-container {
  margin: 0;
}
.contact_widget .wp-block-columns {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin: 0;
}
.contact_widget .wp-block-column {
  margin: 0;
}
.contact_widget .wp-block-buttons {
  margin: 0;
}
.contact_widget .wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.contact_widget .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4F3955;
  background-color: #B0CC90;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}
.contact_widget .wp-block-button__link:hover, .contact_widget .wp-block-button__link:focus-visible {
  background-color: #a8cf82;
  transform: translateY(-1px);
}

/* ============================================================
   Footer Bottom Navigation
   ============================================================ */
.footer-navigation-wrapper {
  grid-area: bottom;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 32px;
  align-items: end;
  padding-top: 32px;
  border-top: 1px solid #fff;
}

.footer-navigation-wrapper > p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.footer-navigation ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navigation li {
  margin: 0;
  padding: 0;
}
.footer-navigation a {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}
.footer-navigation a:hover, .footer-navigation a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ============================================================
   Social Icons
   ============================================================ */
.footer-navigation[aria-label="Social Media"] #menu-social-media {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navigation[aria-label="Social Media"] .menu-item {
  margin: 0;
  padding: 0;
}
.footer-navigation[aria-label="Social Media"] a {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.8;
  transition: opacity 180ms ease, transform 180ms ease;
}
.footer-navigation[aria-label="Social Media"] a:hover, .footer-navigation[aria-label="Social Media"] a:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  text-decoration: none;
}
.footer-navigation[aria-label="Social Media"] .fb a {
  background-image: url("./assets/img/fb.svg");
}
.footer-navigation[aria-label="Social Media"] .insta a {
  background-image: url("./assets/img/insta.svg");
}
.footer-navigation[aria-label="Social Media"] .li a {
  background-image: url("./assets/img/li.svg");
}
.footer-navigation[aria-label="Social Media"] .yt a {
  background-image: url("./assets/img/yt.svg");
}

/* ============================================================
   Responsive
   ============================================================ */
@media all and (max-width: 1280px) {
  .site-footer {
    min-height: 620px;
  }

  .footer_bg {
    height: 100%;
  }

  .footer_inner {
    min-height: 620px;
    max-height: none;
    background-size: cover;
  }

  .footer_content_wrapper {
    width: calc(100% - 64px);
    row-gap: 32px;
  }

  .footer_widget_area {
    grid-template-columns: 1fr;
    row-gap: 48px;
    column-gap: 0;
    max-width: none;
    padding-bottom: 0;
  }

  .contact_widget .wp-block-columns {
    flex-direction: column;
    gap: 20px;
  }
  .contact_widget .wp-block-button__link {
    min-height: 60px;
    padding: 18px 36px;
  }

  .footer-navigation-wrapper {
    grid-template-columns: 1fr;
    row-gap: 24px;
    align-items: start;
  }

  .footer-navigation ul {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media all and (max-width: 600px) {
  .site-footer {
    min-height: 720px;
  }

  .footer_inner {
    min-height: 720px;
  }

  .footer_content_wrapper {
    width: calc(100% - 40px);
    padding-bottom: 32px;
    row-gap: 28px;
  }

  .footer_widget_area {
    row-gap: 40px;
  }

  .contact_widget h2 {
    margin-bottom: 14px;
  }
  .contact_widget .wp-block-button__link {
    width: 100%;
    min-height: 56px;
  }

  .footer-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-navigation[aria-label="Social Media"] #menu-social-media {
    flex-direction: row;
    gap: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
