/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/hero/src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * Hero Block - Frontend Styles
 *
 * Style-aware design that adapts to theme variations (Neo-Brutalism, Terminal, etc.)
 */
.wp-block-swishfolio-core-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.sfcore-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.sfcore-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  gap: 4rem;
  box-sizing: border-box;
}
.sfcore-hero__content {
  flex: 1;
  min-width: 0;
}
.sfcore-hero--layout-full .sfcore-hero__inner {
  justify-content: center;
}
.sfcore-hero--layout-full .sfcore-hero__content {
  max-width: 900px;
}
.sfcore-hero--layout-split-right .sfcore-hero__inner {
  flex-direction: row;
}
.sfcore-hero--layout-split-right .sfcore-hero__content {
  flex: 1;
  max-width: 600px;
}
.sfcore-hero--layout-split-right .sfcore-hero__image-container {
  flex: 1;
  max-width: 500px;
}
.sfcore-hero--layout-split-left .sfcore-hero__inner {
  flex-direction: row-reverse;
}
.sfcore-hero--layout-split-left .sfcore-hero__content {
  flex: 1;
  max-width: 600px;
}
.sfcore-hero--layout-split-left .sfcore-hero__image-container {
  flex: 1;
  max-width: 500px;
}
.sfcore-hero--align-left .sfcore-hero__content {
  text-align: left;
}
.sfcore-hero--align-left .sfcore-hero__buttons {
  justify-content: flex-start;
}
.sfcore-hero--align-center .sfcore-hero__content {
  text-align: center;
}
.sfcore-hero--align-center .sfcore-hero__buttons {
  justify-content: center;
}
.sfcore-hero--align-right .sfcore-hero__content {
  text-align: right;
}
.sfcore-hero--align-right .sfcore-hero__buttons {
  justify-content: flex-end;
}
.sfcore-hero--valign-top .sfcore-hero__inner {
  align-items: flex-start;
}
.sfcore-hero--valign-center .sfcore-hero__inner {
  align-items: center;
}
.sfcore-hero--valign-bottom .sfcore-hero__inner {
  align-items: flex-end;
}
.sfcore-hero__heading {
  margin: 0 0 1rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: var(--sf-text-glow, none);
}
.sfcore-hero__heading--medium {
  font-size: clamp(2rem, 5vw, 3rem);
}
.sfcore-hero__heading--large {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
}
.sfcore-hero__heading--xlarge {
  font-size: clamp(3rem, 9vw, 6rem);
}
.sfcore-hero__heading--outline {
  -webkit-text-stroke: 2px currentColor;
  text-stroke: 2px currentColor;
  color: transparent;
  paint-order: stroke fill;
}
.sfcore-hero__heading--shadow {
  text-shadow: 4px 4px 0 var(--wp--preset--color--contrast);
}
.sfcore-hero__heading--uppercase {
  text-transform: uppercase;
}
.sfcore-hero__heading--lowercase {
  text-transform: lowercase;
}
.sfcore-hero__heading--capitalize {
  text-transform: capitalize;
}
.sfcore-hero__subheading {
  margin: 0 0 2rem;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.5;
  opacity: 0.9;
  max-width: 700px;
}
.sfcore-hero--align-center .sfcore-hero__subheading {
  margin-left: auto;
  margin-right: auto;
}
.sfcore-hero--align-right .sfcore-hero__subheading {
  margin-left: auto;
}
.sfcore-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 100%;
}
.sfcore-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: var(--sf-border);
  box-shadow: var(--sf-shadow-sm);
  cursor: pointer;
  transition: all 0.1s ease-out;
  padding: 1rem 2rem;
  font-size: 1rem;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;
}
.sfcore-hero__cta--primary {
  background: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--accent-5);
  box-shadow: var(--sf-shadow-sm);
}
.sfcore-hero__cta--primary:hover {
  box-shadow: var(--sf-shadow-md);
  transform: var(--sf-hover-transform, translateY(-3px));
}
.sfcore-hero__cta--primary:active {
  box-shadow: none;
  transform: var(--sf-active-transform, translateY(0));
}
.sfcore-hero__cta--secondary {
  background: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--contrast);
  box-shadow: var(--sf-shadow-sm);
}
.sfcore-hero__cta--secondary:hover {
  box-shadow: var(--sf-shadow-md);
  transform: var(--sf-hover-transform, translateY(-3px));
}
.sfcore-hero__cta--secondary:active {
  box-shadow: none;
  transform: var(--sf-active-transform, translateY(0));
}
.sfcore-hero__cta--outline {
  background: transparent;
  color: currentColor;
  border-color: currentColor;
  box-shadow: none;
}
.sfcore-hero__cta--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--sf-shadow-sm);
  transform: var(--sf-hover-transform, translateY(-3px));
}
.sfcore-hero__cta--outline:active {
  box-shadow: none;
  transform: var(--sf-active-transform, translateY(0));
}
.sfcore-hero__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.sfcore-hero--align-center .sfcore-hero__social-links {
  justify-content: center;
}
.sfcore-hero--align-right .sfcore-hero__social-links {
  justify-content: flex-end;
}
.sfcore-hero__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: currentColor;
  text-decoration: none;
  border: var(--sf-border);
  background: transparent;
  transition: all 0.2s ease-out;
}
.sfcore-hero__social-link:hover {
  background: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  transform: var(--sf-hover-transform);
  box-shadow: var(--sf-shadow-sm);
}
.sfcore-hero__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.sfcore-hero__social-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.sfcore-hero__social-custom-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sfcore-hero__heading--full-width {
  width: 100%;
  max-width: none;
}
.sfcore-hero--heading-overlay.sfcore-hero--layout-split-right .sfcore-hero__inner, .sfcore-hero--heading-overlay.sfcore-hero--layout-split-left .sfcore-hero__inner {
  position: relative;
}
.sfcore-hero--heading-overlay.sfcore-hero--layout-split-right .sfcore-hero__content, .sfcore-hero--heading-overlay.sfcore-hero--layout-split-left .sfcore-hero__content {
  position: relative;
  z-index: 3;
}
.sfcore-hero--heading-overlay.sfcore-hero--layout-split-right .sfcore-hero__heading--overlay, .sfcore-hero--heading-overlay.sfcore-hero--layout-split-left .sfcore-hero__heading--overlay {
  position: relative;
  z-index: 10;
  width: calc(100% + 200px);
  max-width: none;
}
.sfcore-hero--heading-overlay.sfcore-hero--layout-split-right .sfcore-hero__heading--overlay {
  margin-right: -200px;
}
.sfcore-hero--heading-overlay.sfcore-hero--layout-split-left .sfcore-hero__heading--overlay {
  margin-left: -200px;
}
.sfcore-hero__image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.sfcore-hero__image-wrapper {
  position: relative;
  z-index: 2;
  border-style: solid;
  overflow: hidden;
  background: var(--wp--preset--color--accent-5);
}
.sfcore-hero__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sfcore-hero__deco-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.sfcore-hero__deco-shape--1 {
  top: -20px;
  left: -30px;
  width: 120px;
  height: 120px;
}
.sfcore-hero__deco-shape--2 {
  bottom: -20px;
  right: -30px;
  width: 100px;
  height: 100px;
}
.sfcore-hero__deco-shape--circle {
  border-radius: 50%;
}
.sfcore-hero__deco-shape--square {
  border-radius: 0;
}
.sfcore-hero__deco-shape--triangle {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid;
  border-bottom-color: inherit;
}
.sfcore-hero__deco-shape--1.sfcore-hero__deco-shape--triangle {
  border-left-width: 60px;
  border-right-width: 60px;
  border-bottom-width: 100px;
}
.sfcore-hero__deco-shape--2.sfcore-hero__deco-shape--triangle {
  border-left-width: 50px;
  border-right-width: 50px;
  border-bottom-width: 85px;
}
.sfcore-hero__bg-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.sfcore-hero__bg-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sfcore-hero__bg-shape--small {
  width: 150px;
  height: 150px;
}
.sfcore-hero__bg-shape--medium {
  width: 250px;
  height: 250px;
}
.sfcore-hero__bg-shape--large {
  width: 400px;
  height: 400px;
}
.sfcore-hero__bg-shape--top-left {
  top: -30px;
  left: -30px;
}
.sfcore-hero__bg-shape--top-right {
  top: -30px;
  right: -30px;
}
.sfcore-hero__bg-shape--bottom-left {
  bottom: -30px;
  left: -30px;
}
.sfcore-hero__bg-shape--bottom-right {
  bottom: -30px;
  right: -30px;
}
.sfcore-hero__bg-shape--center-left {
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.sfcore-hero__bg-shape--center-right {
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.sfcore-hero__bg-shape--circle {
  border-radius: 50%;
}
.sfcore-hero__bg-shape--square {
  border-radius: 0;
}
.sfcore-hero__bg-shape--triangle {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 130px solid;
  border-bottom-color: inherit;
}
.sfcore-hero__bg-shape--small.sfcore-hero__bg-shape--triangle {
  border-left-width: 55px;
  border-right-width: 55px;
  border-bottom-width: 95px;
}
.sfcore-hero__bg-shape--medium.sfcore-hero__bg-shape--triangle {
  border-left-width: 90px;
  border-right-width: 90px;
  border-bottom-width: 155px;
}
.sfcore-hero__bg-shape--large.sfcore-hero__bg-shape--triangle {
  border-left-width: 145px;
  border-right-width: 145px;
  border-bottom-width: 250px;
}
.sfcore-hero__blob {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.sfcore-hero__blob svg {
  display: block;
}
.sfcore-hero__blob--1 {
  top: -30px;
  left: -40px;
}
.sfcore-hero__blob--2 {
  bottom: -30px;
  right: -40px;
}
.sfcore-hero__cta--has-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.sfcore-hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sfcore-hero__cta-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.sfcore-hero__cta-icon-img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sfcore-hero__shape {
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  pointer-events: none;
}
.sfcore-hero__shape--circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  top: -100px;
  right: -50px;
}
.sfcore-hero__shape--square {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: 10%;
  transform: rotate(15deg);
}
.sfcore-hero__shape--triangle {
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 260px solid;
  border-bottom-color: inherit;
  background: transparent !important;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.sfcore-hero__shape--lines {
  width: 300px;
  height: 200px;
  background: repeating-linear-gradient(45deg, currentColor, currentColor 4px, transparent 4px, transparent 20px);
  top: 20%;
  left: -50px;
}
.wp-block-swishfolio-core-hero.alignfull {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-swishfolio-core-hero.alignwide {
  width: calc(100% + 4rem);
  max-width: 100vw;
  margin-left: -2rem;
}
@media (max-width: 782px) {
  .sfcore-hero__inner {
    padding: 3rem 1.5rem;
    gap: 2.5rem;
  }
  .sfcore-hero--layout-split-right .sfcore-hero__inner,
  .sfcore-hero--layout-split-left .sfcore-hero__inner {
    flex-direction: column;
  }
  .sfcore-hero--layout-split-right .sfcore-hero__content,
  .sfcore-hero--layout-split-left .sfcore-hero__content {
    max-width: 100%;
    text-align: center;
  }
  .sfcore-hero--layout-split-right .sfcore-hero__buttons,
  .sfcore-hero--layout-split-left .sfcore-hero__buttons {
    justify-content: center;
  }
  .sfcore-hero--layout-split-right .sfcore-hero__image-container,
  .sfcore-hero--layout-split-left .sfcore-hero__image-container {
    max-width: 400px;
    margin: 0 auto;
  }
  .sfcore-hero__heading--medium {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }
  .sfcore-hero__heading--large {
    font-size: clamp(2rem, 6vw, 3.5rem);
  }
  .sfcore-hero__heading--xlarge {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
  }
  .sfcore-hero__heading--outline {
    -webkit-text-stroke-width: 1.5px;
    text-stroke-width: 1.5px;
  }
  .sfcore-hero__heading--shadow {
    text-shadow: 3px 3px 0 var(--wp--preset--color--contrast);
  }
  .sfcore-hero__subheading {
    font-size: 1.125rem;
  }
  .sfcore-hero__buttons {
    gap: 0.75rem;
  }
  .sfcore-hero__cta {
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
  }
  .sfcore-hero__shape--circle {
    width: 200px;
    height: 200px;
  }
  .sfcore-hero__shape--square {
    width: 150px;
    height: 150px;
  }
  .sfcore-hero__bg-shape--small {
    width: 100px;
    height: 100px;
  }
  .sfcore-hero__bg-shape--medium {
    width: 170px;
    height: 170px;
  }
  .sfcore-hero__bg-shape--large {
    width: 280px;
    height: 280px;
  }
  .sfcore-hero__blob svg {
    width: 80% !important;
    height: 80% !important;
  }
  .sfcore-hero__deco-shape--1 {
    width: 90px;
    height: 90px;
    top: -15px;
    left: -20px;
  }
  .sfcore-hero__deco-shape--2 {
    width: 70px;
    height: 70px;
    bottom: -15px;
    right: -20px;
  }
  .sfcore-hero__social-links {
    justify-content: center;
    gap: 0.75rem;
  }
  .sfcore-hero__social-link {
    width: 44px;
    height: 44px;
  }
  .sfcore-hero--heading-overlay.sfcore-hero--layout-split-right .sfcore-hero__heading--overlay, .sfcore-hero--heading-overlay.sfcore-hero--layout-split-left .sfcore-hero__heading--overlay {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-swishfolio-core-hero {
    min-height: auto !important;
    overflow-x: clip;
  }
  .sfcore-hero__inner {
    padding: 2.5rem 1.25rem;
    gap: 2rem;
    overflow: hidden;
  }
  .sfcore-hero__content {
    max-width: 100%;
  }
  .sfcore-hero__heading--medium {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
  .sfcore-hero__heading--large {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
    margin-bottom: 0.75rem;
  }
  .sfcore-hero__heading--xlarge {
    font-size: clamp(2rem, 10vw, 3rem);
    margin-bottom: 0.75rem;
  }
  .sfcore-hero__heading--outline {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }
  .sfcore-hero__heading--shadow {
    text-shadow: 2px 2px 0 var(--wp--preset--color--contrast);
  }
  .sfcore-hero__subheading {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .sfcore-hero__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
    margin-top: 1.5rem;
    padding-right: 4px;
    padding-bottom: 4px;
  }
  .sfcore-hero__cta {
    padding: 0.875rem 1.25rem;
    font-size: 0.875rem;
    text-align: center;
    max-width: 100%;
    width: 100%;
    box-shadow: var(--sf-shadow-sm);
  }
  .sfcore-hero__cta:hover {
    box-shadow: var(--sf-shadow-md);
    transform: var(--sf-hover-transform, translateY(-3px));
  }
  .sfcore-hero__cta--outline {
    box-shadow: none;
  }
  .sfcore-hero__cta--outline:hover {
    box-shadow: var(--sf-shadow-sm);
    transform: var(--sf-hover-transform, translateY(-3px));
  }
  .sfcore-hero__shape {
    display: none;
  }
  .sfcore-hero__bg-shape {
    display: none;
  }
  .sfcore-hero__blob svg {
    width: 60% !important;
    height: 60% !important;
  }
  .sfcore-hero__blob--1 {
    top: -15px;
    left: -20px;
  }
  .sfcore-hero__blob--2 {
    bottom: -15px;
    right: -20px;
  }
  .sfcore-hero__image-container {
    padding: 1.5rem;
    max-width: 300px;
  }
  .sfcore-hero__deco-shape--1 {
    width: 70px;
    height: 70px;
    top: -10px;
    left: -15px;
  }
  .sfcore-hero__deco-shape--2 {
    width: 50px;
    height: 50px;
    bottom: -10px;
    right: -15px;
  }
  .sfcore-hero--align-left .sfcore-hero__content,
  .sfcore-hero--align-right .sfcore-hero__content {
    text-align: center;
  }
  .sfcore-hero--align-left .sfcore-hero__buttons,
  .sfcore-hero--align-right .sfcore-hero__buttons {
    justify-content: stretch;
  }
  .sfcore-hero--align-left .sfcore-hero__subheading,
  .sfcore-hero--align-right .sfcore-hero__subheading {
    margin-left: auto;
    margin-right: auto;
  }
  .sfcore-hero__social-links {
    justify-content: center;
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
  .sfcore-hero__social-link {
    width: 40px;
    height: 40px;
  }
  .sfcore-hero__social-icon {
    width: 20px;
    height: 20px;
  }
  .sfcore-hero__social-custom-icon {
    width: 20px;
    height: 20px;
  }
}

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