@charset "UTF-8";
/*============================================================================
	Dependency-free breakpoint mixin
		- Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
		- Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/*============================================================================
	Used for verify if reponsive prefix is defined in flexbox grid building (_flex.scss)
==============================================================================*/
/*============================================================================
	Dynamically change text color based on a background color
		- Based on http://thesassway.com/intermediate/dynamically-change-text-color-based-on-its-background-with-sass/
==============================================================================*/
/*============================================================================
	Hover
==============================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  margin: 1.5rem 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

.hidden,
[hidden] {
  display: none;
}

* {
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.site-main {
  position: relative;
  z-index: 1000;
}

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.85rem;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.035rem;
  }
}
@media screen and (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 2.22rem;
  }
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.925rem;
  }
}
@media screen and (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 2.1rem;
  }
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.2375rem;
  }
}
@media screen and (min-width: 1280px) {
  h5,
  .h5 {
    font-size: 1.35rem;
  }
}

h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 1.2rem;
  }
}

a,
a > div {
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #cd3300;
}
a:hover,
a > div:hover {
  color: #cd3300;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.entry-content iframe,
.entry-content embed,
.entry-content .tableauPlaceholder,
.entry-content .wp-caption {
  max-width: 100%;
}
.entry-content .wp-caption:not([class*=align]) {
  margin: 0 0 0.85rem 0;
}
.entry-content .wp-caption .wp-caption-text {
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.4;
  margin-top: 0.35rem;
}
.entry-content h1 {
  font-size: 3rem;
  text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
  margin-bottom: 1.175rem;
}
.entry-content p {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.5rem;
  overflow-wrap: break-word;
}
.entry-content ul {
  list-style: disc;
  padding-left: 1rem;
}
.entry-content ul li {
  line-height: 1.5rem;
  font-size: 1.1rem;
}
.entry-content ul li + li {
  margin-top: 0.625rem;
}
.entry-content blockquote {
  padding: 0.75rem 1rem;
  margin-top: 10px;
  margin-bottom: 1.75rem;
  border-left: 4px solid rgba(205, 51, 0, 0.7);
  background-color: rgb(224.4, 224.4, 224.4);
  color: #000;
}
@media screen and (min-width: 768px) {
  .entry-content blockquote {
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 1rem 1.25rem;
  }
}
.entry-content blockquote * {
  font-size: 1.35rem;
  margin-bottom: 0;
  line-height: 1.35;
}
.entry-content img {
  height: auto !important;
  max-width: 100% !important;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .entry-content img {
    display: block;
    margin: 0 0 1rem 0;
    width: 100% !important;
  }
}

.alignnone {
  margin: 0 0 0.85rem 0;
}

.alignright {
  float: right !important;
  margin: 0 0 0.85rem 0.85rem;
}

.alignleft {
  float: left !important;
  margin: 0 0.85rem 0.85rem 0;
}

.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 1024px) {
  .alignfull,
  .alignwide {
    margin-bottom: 2em;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .alignwide {
    width: 75vw;
  }
  .alignfull {
    width: 100vw;
    max-width: none;
  }
}
.carousel {
  display: none;
}
.carousel.slick-initialized {
  display: block;
}

.slick-list {
  overflow: visible;
}

.carousel-dots .slick-dots:not([style]) {
  display: none !important;
}
.carousel-dots .slick-dots {
  margin-top: 1rem;
  border-radius: 50px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 0.475rem;
  max-width: 100%;
}
.carousel-dots .slick-dots li {
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.35;
  cursor: pointer;
  border-radius: 500px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media screen and (min-width: 1024px) {
  .carousel-dots .slick-dots li {
    margin: 0 0.15rem;
    width: 10px;
    height: 10px;
  }
}
.carousel-dots .slick-dots li.slick-active {
  opacity: 1;
}
.carousel-dots .slick-dots li button {
  display: none;
}
.carousel-dots .slick-dots li button:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  #baguetteBox-overlay .full-image img {
    max-width: 900px !important;
    max-height: 90vh !important;
  }
}

.container, .front-posts-slider__carousel .slick-list,
.front-posts-slider__carousel .slick-dots, .container--sm {
  max-width: 1280px;
  padding: 0 1rem;
  margin: 0 auto;
}

.container--sm {
  max-width: 888px;
}

.overflow-hidden {
  overflow: hidden;
}

.responsive-embed {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  border-radius: 10px;
  background-color: #000;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section {
  padding-top: 4.675rem;
  padding-bottom: 4.675rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding-top: 5.675rem;
    padding-bottom: 5.675rem;
  }
}

.section-sm, .gallery, .front-about {
  padding-top: 2.35rem;
  padding-bottom: 2.35rem;
}
@media screen and (min-width: 1024px) {
  .section-sm, .gallery, .front-about {
    padding-top: 3.35rem;
    padding-bottom: 3.35rem;
  }
}

.section-lg {
  padding-top: 5.675rem;
  padding-bottom: 5.675rem;
}
@media screen and (min-width: 1024px) {
  .section-lg {
    padding-top: 6.675rem;
    padding-bottom: 6.675rem;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2rem 0;
  margin: 0 -15px;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.col-1 {
  width: 8.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-2 {
  width: 16.6666666667%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-3 {
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-4 {
  width: 33.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-5 {
  width: 41.6666666667%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-6 {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-7 {
  width: 58.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-8 {
  width: 66.6666666667%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-9 {
  width: 75%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-10 {
  width: 83.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-11 {
  width: 91.6666666667%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-12 {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 480px) {
  .justify-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .justify-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .justify-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-sm-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-sm-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .align-sm-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .justify-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .justify-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .justify-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-md-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-md-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .align-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-md-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .justify-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .justify-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .justify-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-lg-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-lg-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .align-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .justify-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .justify-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .justify-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-xl-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .align-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-xl-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1536px) {
  .justify-xxl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-xxl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .justify-xxl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .justify-xxl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-xxl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-xxl-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-xxl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .align-xxl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-xxl-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.about-content {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .about-content {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-content {
    padding: 6rem 0;
  }
}

.about-content__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.about-content__header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .about-content__header {
    margin-bottom: 3rem;
  }
}

.about-content__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about-content__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-content__title {
    font-size: 3rem;
  }
}
.about-content__title ion-icon {
  font-size: 2rem;
  color: #cd3300;
}
@media screen and (min-width: 768px) {
  .about-content__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-content__title ion-icon {
    font-size: 3rem;
  }
}

.about-gallery {
  padding: 4rem 0;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .about-gallery {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-gallery {
    padding: 6rem 0;
  }
}

.about-gallery__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .about-gallery__header {
    margin-bottom: 4rem;
  }
}

.about-gallery__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about-gallery__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-gallery__title {
    font-size: 3rem;
  }
}
.about-gallery__title ion-icon {
  font-size: 2rem;
  color: #cd3300;
}
@media screen and (min-width: 768px) {
  .about-gallery__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-gallery__title ion-icon {
    font-size: 3rem;
  }
}

.about-gallery__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-gallery__description {
    font-size: 1.25rem;
  }
}

.about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .about-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.about-gallery__item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.about-gallery__item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.about-gallery__item:hover .about-gallery__overlay {
  opacity: 1;
}
.about-gallery__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.about-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(205, 51, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about-gallery__overlay ion-icon {
  font-size: 3rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-gallery__overlay ion-icon {
    font-size: 3.5rem;
  }
}

.front-about {
  background-color: #f8f8f8;
}

.front-about__header {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .front-about__header {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__header {
    margin-bottom: 2rem;
  }
}

.front-about__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .front-about__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__title {
    font-size: 3rem;
  }
}

.front-about__title-icon {
  font-size: 2rem;
  color: #cd3300;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .front-about__title-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__title-icon {
    font-size: 3rem;
  }
}

.front-about__content {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .front-about__content {
    font-size: 1.0625rem;
    line-height: 1.9;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__content {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.front-about__content p {
  margin: 0 0 1.5rem 0;
}
.front-about__content p:last-child {
  margin-bottom: 0;
}
.front-about__content strong {
  color: #000;
  font-weight: 700;
}
.front-about__content a {
  color: #cd3300;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.front-about__content a:hover {
  color: rgb(154, 38.312195122, 0);
}

.front-about__action-wrapper {
  text-align: center;
}

.front-about__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #cd3300 0%, rgb(154, 38.312195122, 0) 100%);
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
  -webkit-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
  box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
  -moz-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .front-about__action {
    padding: 1.125rem 3rem;
    font-size: 1.0625rem;
    gap: 1rem;
  }
}
.front-about__action:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -ms-box-shadow: 0 8px 20px rgba(205, 51, 0, 0.4);
  -webkit-box-shadow: 0 8px 20px rgba(205, 51, 0, 0.4);
  box-shadow: 0 8px 20px rgba(205, 51, 0, 0.4);
  -moz-box-shadow: 0 8px 20px rgba(205, 51, 0, 0.4);
  color: #fff;
}
.front-about__action:hover .front-about__action-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.front-about__action:focus {
  outline: 2px solid #cd3300;
  outline-offset: 3px;
}

.front-about__action-icon {
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .front-about__action-icon {
    font-size: 1.375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .front-about__action {
    -webkit-transition: none;
    transition: none;
  }
  .front-about__action:hover {
    -webkit-transform: none;
    transform: none;
  }
  .front-about__action:hover .front-about__action-icon {
    -webkit-transform: none;
    transform: none;
  }
}
.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-width: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  padding: inherit;
  margin: inherit;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/**
 * Action Item Component
 * 
 * Card component for displaying action items in grid listings
 * Using BEM methodology with design tokens
 * Visual identity distinct from Project component
 */
.action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.action-item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}
.action-item:hover .action-item__image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.action-item:hover .action-item__overlay {
  opacity: 1;
  visibility: visible;
}
.action-item:hover .action-item__title {
  color: #cd3300;
}
.action-item:hover .action-item__cta-icon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.action-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.action-item__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.action-item__image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(242, 242, 242, 0.4) 0%, rgba(242, 242, 242, 0.7) 100%);
}
@media screen and (min-width: 768px) {
  .action-item__image {
    height: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .action-item__image {
    height: 260px;
  }
}
.action-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.action-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(205, 51, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(205, 51, 0, 0.6) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.action-item__overlay-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background-color: rgba(248, 248, 248, 0.15);
  border: 3px solid rgba(248, 248, 248, 0.8);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.action-item:hover .action-item__overlay-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.action-item__overlay-icon ion-icon {
  font-size: 2rem;
  color: #f8f8f8;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  .action-item__overlay-icon ion-icon {
    font-size: 2.25rem;
  }
}

.action-item__badges {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  z-index: 2;
}

.action-item__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  backdrop-filter: blur(6px);
}
@media screen and (min-width: 768px) {
  .action-item__badge {
    font-size: 0.8125rem;
  }
}
.action-item__badge ion-icon {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .action-item__badge ion-icon {
    font-size: 1rem;
  }
}
.action-item__badge--video {
  background-color: rgba(205, 51, 0, 0.9);
}
.action-item__badge--gallery {
  background-color: rgba(0, 0, 0, 0.8);
}

.action-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .action-item__content {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .action-item__content {
    padding: 1.75rem;
  }
}

.action-item__header {
  margin-bottom: 1rem;
}

.action-item__title {
  margin: 0 0 0.75rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #000;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
@media screen and (min-width: 768px) {
  .action-item__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .action-item__title {
    font-size: 1.375rem;
  }
}

.action-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  color: #000;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .action-item__meta {
    font-size: 0.875rem;
  }
}

.action-item__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.action-item__meta-item ion-icon {
  font-size: 1rem;
  opacity: 0.8;
}

.action-item__excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 1.25rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #000;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .action-item__excerpt {
    font-size: 1rem;
  }
}
.action-item__excerpt p {
  margin: 0;
}
.action-item__excerpt p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.action-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.action-item__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #cd3300;
  -webkit-transition: gap 400ms ease;
  transition: gap 400ms ease;
}
@media screen and (min-width: 768px) {
  .action-item__cta {
    font-size: 1rem;
  }
}
.action-item__cta:hover {
  gap: 0.75rem;
}

.action-item__cta-icon {
  font-size: 1.125rem;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 768px) {
  .action-item__cta-icon {
    font-size: 1.25rem;
  }
}

/*============================================================================
	Dependency-free breakpoint mixin
		- Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
		- Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/*============================================================================
	Used for verify if reponsive prefix is defined in flexbox grid building (_flex.scss)
==============================================================================*/
/*============================================================================
	Dynamically change text color based on a background color
		- Based on http://thesassway.com/intermediate/dynamically-change-text-color-based-on-its-background-with-sass/
==============================================================================*/
/*============================================================================
	Hover
==============================================================================*/
/*============================================================================
  Contact Item Component

  Displays contact information in elegant cards
==============================================================================*/
.item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2.5rem 1.5rem;
  background-color: #f8f8f8;
  border-radius: 10px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .item-contact {
    padding: 3rem 2rem;
  }
}
.item-contact:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -ms-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.item-contact:hover .item-contact__icon-wrapper {
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}
.item-contact:hover .item-contact__icon {
  color: #fff;
}
.item-contact:hover .item-contact__value--link {
  color: #cd3300;
}

.item-contact__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #cd3300 0%, rgb(154, 38.312195122, 0) 100%);
  border-radius: 50%;
  margin-bottom: 1.75rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-box-shadow: 0 4px 16px rgba(205, 51, 0, 0.25);
  -webkit-box-shadow: 0 4px 16px rgba(205, 51, 0, 0.25);
  box-shadow: 0 4px 16px rgba(205, 51, 0, 0.25);
  -moz-box-shadow: 0 4px 16px rgba(205, 51, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .item-contact__icon-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 2rem;
  }
}

.item-contact__icon {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.95);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-contact__icon {
    font-size: 2.75rem;
  }
}

.item-contact__label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .item-contact__label {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.item-contact__value {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #555;
  margin: 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .item-contact__value {
    font-size: 1.0625rem;
  }
}
.item-contact__value--link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.item-contact__value--link:hover, .item-contact__value--link:focus {
  color: #cd3300;
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .item-contact,
  .item-contact__icon-wrapper {
    -webkit-transition: none;
    transition: none;
  }
  .item-contact:hover {
    -webkit-transform: none;
    transform: none;
  }
  .item-contact:hover .item-contact__icon-wrapper {
    -webkit-transform: none;
    transform: none;
  }
}
/**
 * Document Item Component
 * 
 * Card component for displaying document items with file information
 * Using BEM methodology with design tokens
 */
.document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #f8f8f8;
  border: 2px solid #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: border-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: border-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
}
.document-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: #cd3300;
}
.document-item:hover .document-item__icon {
  background-color: #cd3300;
  color: #f8f8f8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.document-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (min-width: 768px) {
  .document-item__header {
    padding: 1.5rem;
    gap: 1.25rem;
  }
}

.document-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (min-width: 768px) {
  .document-item__icon {
    width: 70px;
    height: 70px;
  }
}
.document-item__icon ion-icon {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .document-item__icon ion-icon {
    font-size: 2.25rem;
  }
}

.document-item__header-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.document-item__title {
  margin: 0 0 0.75rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .document-item__title {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .document-item__title {
    font-size: 1.125rem;
  }
}

.document-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .document-item__meta {
    gap: 1rem;
  }
}

.document-item__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  color: #000;
  opacity: 0.7;
}
.document-item__meta-item ion-icon {
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.document-item__meta-item span {
  white-space: nowrap;
}

.document-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .document-item__body {
    padding: 1.5rem;
  }
}

.document-item__excerpt {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .document-item__excerpt {
    font-size: 1rem;
  }
}

.document-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.25rem;
  border-top: 1px solid #f2f2f2;
}
@media screen and (min-width: 768px) {
  .document-item__footer {
    padding: 1.5rem;
    gap: 1rem;
  }
}

.document-item__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .document-item__button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
  }
}
.document-item__button ion-icon {
  font-size: 1.125rem;
}
.document-item__button--primary {
  background-color: #cd3300;
  color: #f8f8f8;
  border: 2px solid #cd3300;
}
.document-item__button--primary:hover {
  background-color: rgb(164.2, 40.8497560976, 0);
  border-color: rgb(164.2, 40.8497560976, 0);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
          box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
  color: #f8f8f8;
}
.document-item__button--primary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.document-item__button--outline {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}
.document-item__button--outline:hover {
  background-color: #000;
  color: #f8f8f8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.document-item__button--outline:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*============================================================================
  Footer - Componente de rodapé do site
  - Utiliza BEM (Block, Element, Modifier)
  - Totalmente independente de estilos externos
  - Responsivo usando mixin at-query
  - Tema light apenas
==============================================================================*/
/* Block: footer */
.footer {
  background-color: #f8f8f8;
  padding: 3rem 0 0;
  color: #333333;
  font-size: 0.9rem;
  line-height: 1.6;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 4rem 0 0;
  }
}

/* Element: footer__container */
.footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding: 0 2rem;
  }
}

/* Element: footer__content */
.footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__content {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
  }
}

/* Element: footer__section */
.footer__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Element: footer__logo */
.footer__logo {
  margin-bottom: 1rem;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 220px;
  }
}

/* Element: footer__logo-image */
.footer__logo-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Element: footer__description */
.footer__description {
  margin: 0;
  color: rgb(84.15, 84.15, 84.15);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Element: footer__title */
.footer__title {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(33.15, 33.15, 33.15);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Element: footer__menu */
.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.footer__menu li {
  margin: 0;
  padding: 0;
}

.footer__menu a {
  color: rgb(84.15, 84.15, 84.15);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}
.footer__menu a:hover, .footer__menu a:focus {
  color: #cd3300;
}

/* Element: footer__contact-list */
.footer__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

/* Element: footer__contact-item */
.footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}

/* Element: footer__icon */
.footer__icon {
  color: #cd3300;
  font-size: 1.1rem;
  margin-top: 0.15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Element: footer__link */
.footer__link {
  color: rgb(84.15, 84.15, 84.15);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__link:hover, .footer__link:focus {
  color: #cd3300;
}

/* Element: footer__text */
.footer__text {
  color: rgb(84.15, 84.15, 84.15);
  margin: 0;
}

/* Element: footer__social */
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Element: footer__social-item */
.footer__social-item {
  margin: 0;
  padding: 0;
}

/* Element: footer__social-link */
.footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgb(225.05, 225.05, 225.05);
  color: rgb(84.15, 84.15, 84.15);
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__social-link:hover, .footer__social-link:focus {
  background-color: #cd3300;
  color: white;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (min-width: 768px) {
  .footer__social-link {
    width: 44px;
    height: 44px;
  }
}

/* Element: footer__social-icon */
.footer__social-icon {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__social-icon ion-icon {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .footer__social-icon ion-icon {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__social-icon {
    font-size: 1.2rem;
  }
}

/* Element: footer__copyright */
.footer__copyright {
  background-color: #f8f8f8;
  padding: 1.25rem 1rem;
  text-align: center;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* Element: footer__copyright-text */
.footer__copyright-text {
  color: #000;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .footer__copyright-text {
    font-size: 0.9rem;
  }
}
.footer__copyright-text a {
  color: #cd3300;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__copyright-text a:hover, .footer__copyright-text a:focus {
  opacity: 0.8;
}
.footer__copyright-text a.privacy-policy-link {
  color: #000;
}
.footer__copyright-text a.privacy-policy-link:hover, .footer__copyright-text a.privacy-policy-link:focus {
  color: #cd3300;
}

/* Element: footer__scroll-top */
.footer__scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background-color: #cd3300;
  color: white;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.footer__scroll-top:hover {
  background-color: rgb(154, 38.312195122, 0);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.footer__scroll-top:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.footer__scroll-top.footer__scroll-top--visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .footer__scroll-top {
    width: 56px;
    height: 56px;
  }
}

/* Element: footer__scroll-top-icon */
.footer__scroll-top-icon {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__scroll-top-icon {
    font-size: 1.4rem;
  }
}

.front-posts-slider {
  background-color: #f8f8f8;
}

.front-posts-slider__carousel {
  position: relative;
  overflow: hidden;
}

.front-posts-slider__slide {
  width: 100vw;
  position: relative;
  min-height: 380px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem 1rem;
  overflow: hidden;
  border-radius: 10px;
  margin: 1rem 0.5rem 0;
  -ms-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .front-posts-slider__slide {
    min-height: 440px;
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-posts-slider__slide {
    min-height: 480px;
    padding: 4rem;
  }
}

.front-posts-slider__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.front-posts-slider__slide:hover .front-posts-slider__background {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.front-posts-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}

.front-posts-slider__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  -webkit-animation: slideUp 0.6s ease-out;
          animation: slideUp 0.6s ease-out;
}
@media screen and (min-width: 1024px) {
  .front-posts-slider__content {
    max-width: 900px;
  }
}

.front-posts-slider__post-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.5rem 0;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .front-posts-slider__post-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-posts-slider__post-title {
    font-size: 2.5rem;
  }
}

.front-posts-slider__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #cd3300 0%, rgb(154, 38.312195122, 0) 100%);
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.4);
  -webkit-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.4);
  box-shadow: 0 4px 12px rgba(205, 51, 0, 0.4);
  -moz-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .front-posts-slider__link {
    padding: 1.125rem 2.5rem;
    font-size: 1.0625rem;
    gap: 1rem;
  }
}
.front-posts-slider__link:hover {
  color: #fff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -ms-box-shadow: 0 8px 20px rgba(205, 51, 0, 0.5);
  -webkit-box-shadow: 0 8px 20px rgba(205, 51, 0, 0.5);
  box-shadow: 0 8px 20px rgba(205, 51, 0, 0.5);
  -moz-box-shadow: 0 8px 20px rgba(205, 51, 0, 0.5);
}
.front-posts-slider__link:hover .front-posts-slider__link-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.front-posts-slider__link:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.front-posts-slider__link-icon {
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .front-posts-slider__link-icon {
    font-size: 1.375rem;
  }
}

.front-posts-slider__carousel .slick-track {
  background-color: #f8f8f8;
}
.front-posts-slider__carousel .slick-dots {
  background: transparent;
  padding: 1rem 2rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0.75rem;
  margin: 0 auto;
  list-style: none;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .front-posts-slider__carousel .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .front-posts-slider__carousel .slick-dots {
    bottom: 3rem;
    gap: 1rem;
  }
}
.front-posts-slider__carousel .slick-dots li {
  margin: 0;
}
.front-posts-slider__carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .front-posts-slider__carousel .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}
.front-posts-slider__carousel .slick-dots li button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.front-posts-slider__carousel .slick-dots li.slick-active button {
  background-color: #000;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .front-posts-slider__background,
  .front-posts-slider__link,
  .front-posts-slider__link-icon {
    -webkit-transition: none;
    transition: none;
  }
  .front-posts-slider__slide:hover .front-posts-slider__background {
    -webkit-transform: none;
    transform: none;
  }
  .front-posts-slider__link:hover {
    -webkit-transform: none;
    transform: none;
  }
  .front-posts-slider__link:hover .front-posts-slider__link-icon {
    -webkit-transform: none;
    transform: none;
  }
  .front-posts-slider__content {
    -webkit-animation: none;
            animation: none;
  }
  .slick-dots li button:hover {
    -webkit-transform: none;
    transform: none;
  }
  .slick-dots li.slick-active button {
    -webkit-transform: none;
    transform: none;
  }
}
.gallery {
  overflow: hidden;
}

.gallery__grid {
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery__item {
  display: block;
  position: relative;
}
.gallery__item ion-icon {
  color: rgba(255, 255, 255, 0.9);
}
.gallery__item img {
  height: 190px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .gallery__item img {
    height: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__item img {
    height: 280px;
  }
}
.gallery__item:hover .gallery__item-overlay {
  opacity: 1;
}

.gallery__item-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.gallery__item-overlay * {
  color: #cd3300;
}

/**
 * Hero Page Component
 * 
 * Componente de hero/banner para páginas internas
 * Totalmente encapsulado usando BEM e design tokens
 * 
 * Uso:
 * .hero-page → Block (padrão)
 * .hero-page--lg → Modifier (versão grande)
 * .hero-page--sm → Modifier (versão pequena)
 * .hero-page--no-overlay → Modifier (sem overlay escuro)
 */
/* ============================================
   BLOCK: hero-page
   ============================================ */
.hero-page {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: linear-gradient(135deg, rgb(12.75, 12.75, 12.75) 0%, #000 50%, rgb(7.65, 7.65, 7.65) 100%);
  overflow: hidden;
  /* Padrão geométrico sutil para hero sem imagem */
}
.hero-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(248, 248, 248, 0.02) 35px, rgba(248, 248, 248, 0.02) 70px), repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(248, 248, 248, 0.015) 35px, rgba(248, 248, 248, 0.015) 70px);
  z-index: 0;
  pointer-events: none;
}
.hero-page {
  /* Quando tiver imagem de fundo */
}
.hero-page[style*=background-image] {
  background-attachment: fixed;
  background-image: var(--hero-bg-image);
}
.hero-page[style*=background-image]::before {
  background-image: linear-gradient(135deg, rgba(205, 51, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(205, 51, 0, 0.1) 100%);
}
@media (prefers-reduced-motion: reduce) {
  .hero-page[style*=background-image] {
    background-attachment: scroll;
  }
}

/* ============================================
   MODIFIERS: hero-page
   ============================================ */
/* Modifier: Large hero */
.hero-page--lg .hero-page__overflow {
  min-height: 350px;
}
@media screen and (min-width: 768px) {
  .hero-page--lg .hero-page__overflow {
    min-height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page--lg .hero-page__overflow {
    min-height: 500px;
  }
}

/* Modifier: Small hero */
.hero-page--sm .hero-page__overflow {
  min-height: 150px;
}
@media screen and (min-width: 768px) {
  .hero-page--sm .hero-page__overflow {
    min-height: 200px;
  }
}

/* Modifier: No overlay */
.hero-page--no-overlay .hero-page__overlay {
  display: none;
}

/* ============================================
   ELEMENTS: hero-page
   ============================================ */
/* Element: hero-page__overflow */
.hero-page__overflow {
  position: relative;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero-page__overflow {
    min-height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__overflow {
    min-height: 320px;
  }
}

/* Element: hero-page__overlay */
.hero-page__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.hero-page__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
}
.hero-page__overlay {
  /* Overlay mais escuro quando tiver imagem */
}
.hero-page[style*=background-image] .hero-page__overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.75) 100%);
}
.hero-page[style*=background-image] .hero-page__overlay::before {
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

/* Element: hero-page__container */
.hero-page__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  padding: 1.5rem 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero-page__container {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__container {
    padding: 2.5rem 2rem;
  }
}

/* Element: hero-page__content */
.hero-page__content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  -webkit-animation: heroFadeIn 1s ease-out;
          animation: heroFadeIn 1s ease-out;
  /* Linha decorativa superior - apenas quando não tiver imagem */
}
.hero-page__content::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #cd3300;
  top: -1.5rem;
  -webkit-box-shadow: 0 0 20px rgba(205, 51, 0, 0.4);
          box-shadow: 0 0 20px rgba(205, 51, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .hero-page__content::before {
    top: -2rem;
    width: 80px;
    height: 4px;
  }
}
.hero-page__content::before {
  /* Quando tiver imagem, usar gradiente sutil */
}
.hero-page[style*=background-image] .hero-page__content::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #cd3300), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #cd3300 50%, transparent 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hero-page__content {
  /* Linha decorativa inferior */
}
.hero-page__content::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #cd3300;
  bottom: -1.5rem;
  -webkit-box-shadow: 0 0 20px rgba(205, 51, 0, 0.4);
          box-shadow: 0 0 20px rgba(205, 51, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .hero-page__content::after {
    bottom: -2rem;
    width: 80px;
    height: 4px;
  }
}
.hero-page__content::after {
  /* Quando tiver imagem, usar gradiente sutil */
}
.hero-page[style*=background-image] .hero-page__content::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #cd3300), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #cd3300 50%, transparent 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@-webkit-keyframes heroFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Element: hero-page__tag */
.hero-page__tag {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f8f8f8;
  background: linear-gradient(135deg, rgba(205, 51, 0, 0.95) 0%, rgba(205, 51, 0, 0.85) 100%);
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
          box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-animation: tagSlideDown 0.6s ease-out 0.2s both;
          animation: tagSlideDown 0.6s ease-out 0.2s both;
}
.hero-page__tag::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #f8f8f8;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(248, 248, 248, 0.6);
          box-shadow: 0 0 8px rgba(248, 248, 248, 0.6);
}
.hero-page__tag::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #f8f8f8;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(248, 248, 248, 0.6);
          box-shadow: 0 0 8px rgba(248, 248, 248, 0.6);
}
@media screen and (min-width: 768px) {
  .hero-page__tag {
    font-size: 0.875rem;
    padding: 0.625rem 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@-webkit-keyframes tagSlideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes tagSlideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Element: hero-page__title */
.hero-page__title {
  position: relative;
  margin: 0 0 1.25rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #f8f8f8;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
  -webkit-animation: titleSlideUp 0.8s ease-out 0.3s both;
          animation: titleSlideUp 0.8s ease-out 0.3s both;
}
.hero-page__title::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(205, 51, 0, 0.4) 0%, transparent 50%, rgba(205, 51, 0, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero-page__title {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}

@-webkit-keyframes titleSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes titleSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Element Modifier: hero-page__title--sm */
.hero-page__title--sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hero-page__title--sm {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__title--sm {
    font-size: 2.5rem;
  }
}

/* Element: hero-page__subtitle */
.hero-page__subtitle {
  margin: 0 0 1.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(248, 248, 248, 0.95);
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.01em;
  -webkit-animation: subtitleFade 1s ease-out 0.5s both;
          animation: subtitleFade 1s ease-out 0.5s both;
}
@media screen and (min-width: 768px) {
  .hero-page__subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.65;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__subtitle {
    font-size: 1.375rem;
  }
}

@-webkit-keyframes subtitleFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes subtitleFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Element: hero-page__description */
.hero-page__description {
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(248, 248, 248, 0.9);
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: descriptionFade 1s ease-out 0.6s both;
          animation: descriptionFade 1s ease-out 0.6s both;
}
@media screen and (min-width: 768px) {
  .hero-page__description {
    font-size: 1.0625rem;
    line-height: 1.75;
  }
}
.hero-page__description p {
  margin: 0;
}
.hero-page__description p:not(:last-child) {
  margin-bottom: 0.75rem;
}

@-webkit-keyframes descriptionFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes descriptionFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Element: hero-page__actions */
.hero-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  -webkit-animation: actionsFade 1s ease-out 0.8s both;
          animation: actionsFade 1s ease-out 0.8s both;
}
@media screen and (min-width: 768px) {
  .hero-page__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__actions {
    gap: 1.5rem;
  }
}

@-webkit-keyframes actionsFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes actionsFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Element: hero-page__button */
.hero-page__button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 1rem 2.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f8f8f8;
  background: linear-gradient(135deg, #cd3300 0%, rgb(179.5, 44.656097561, 0) 100%);
  border: 2px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3), inset 0 -2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3), inset 0 -2px 8px rgba(0, 0, 0, 0.2);
}
.hero-page__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(248, 248, 248, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(248, 248, 248, 0.2) 50%, transparent 100%);
  -webkit-transition: left 600ms ease;
  transition: left 600ms ease;
}
.hero-page__button::after {
  content: "→";
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.hero-page__button:hover, .hero-page__button:focus {
  -webkit-transform: translateY(-4px) scale(1.02);
          transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 8px 24px rgba(205, 51, 0, 0.5), inset 0 -2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 24px rgba(205, 51, 0, 0.5), inset 0 -2px 8px rgba(0, 0, 0, 0.3);
  border-color: rgba(248, 248, 248, 0.3);
}
.hero-page__button:hover::before, .hero-page__button:focus::before {
  left: 100%;
}
.hero-page__button:hover::after, .hero-page__button:focus::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.hero-page__button:active {
  -webkit-transform: translateY(-2px) scale(1);
          transform: translateY(-2px) scale(1);
}
@media screen and (min-width: 768px) {
  .hero-page__button {
    padding: 1.125rem 2.75rem;
    font-size: 1rem;
  }
}

/* Element Modifier: hero-page__button--outline */
.hero-page__button--outline {
  background: transparent;
  border-color: rgba(248, 248, 248, 0.8);
  color: #f8f8f8;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(248, 248, 248, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(248, 248, 248, 0.1);
}
.hero-page__button--outline::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(205, 51, 0, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(205, 51, 0, 0.3) 50%, transparent 100%);
}
.hero-page__button--outline:hover, .hero-page__button--outline:focus {
  background: linear-gradient(135deg, rgba(248, 248, 248, 0.95) 0%, #f8f8f8 100%);
  border-color: #f8f8f8;
  color: #000;
  -webkit-box-shadow: 0 8px 24px rgba(248, 248, 248, 0.4), inset 0 -2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(248, 248, 248, 0.4), inset 0 -2px 8px rgba(0, 0, 0, 0.1);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .hero-page__button {
    -webkit-transition: none;
    transition: none;
  }
  .hero-page__button:hover, .hero-page__button:focus {
    -webkit-transform: none;
            transform: none;
  }
}
.item-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2.5rem 2rem;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .item-highlight {
    padding: 3rem 2.5rem;
  }
}
.item-highlight:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -ms-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.item-highlight:hover .item-highlight__icon-wrapper {
  background-color: #cd3300;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-highlight:hover .item-highlight__icon-wrapper .item-highlight__icon {
  color: #fff;
}
.item-highlight:hover .item-highlight__link {
  color: #cd3300;
}
.item-highlight:hover .item-highlight__link .item-highlight__arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.item-highlight:focus {
  outline: 2px solid #cd3300;
  outline-offset: 2px;
}

.item-highlight__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-highlight__icon-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 2rem;
  }
}

.item-highlight__icon {
  font-size: 2.5rem;
  color: #cd3300;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-highlight__icon {
    font-size: 3rem;
  }
}

.item-highlight__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .item-highlight__title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}

.item-highlight__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .item-highlight__description {
    font-size: 1.0625rem;
    margin-bottom: 2rem;
  }
}

.item-highlight__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-highlight__link {
    font-size: 1.0625rem;
  }
}

.item-highlight__arrow {
  font-size: 1.125rem;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.list-grid-with-action {
  padding: 4rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .list-grid-with-action {
    padding: 6rem 0;
  }
}
.list-grid-with-action--light {
  background-color: #f8f8f8 !important;
}
.list-grid-with-action--dark {
  background-color: rgb(222.5, 222.5, 222.5) !important;
}

.list-grid-with-action__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__header {
    margin-bottom: 4rem;
  }
}

.list-grid-with-action__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .list-grid-with-action__title {
    font-size: 3rem;
  }
}
.list-grid-with-action__title ion-icon {
  font-size: 2rem;
  color: #cd3300;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .list-grid-with-action__title ion-icon {
    font-size: 3rem;
  }
}

.list-grid-with-action__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__description {
    font-size: 1.25rem;
  }
}
.list-grid-with-action__description p {
  margin: 0 0 1rem 0;
}
.list-grid-with-action__description p:last-child {
  margin-bottom: 0;
}

.list-grid-with-action__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding: 1rem 2rem;
  background-color: #cd3300;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
          box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__action {
    padding: 1.125rem 2.5rem;
    font-size: 1.0625rem;
    gap: 0.75rem;
  }
}
.list-grid-with-action__action ion-icon {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__action ion-icon {
    font-size: 1.5rem;
  }
}
.list-grid-with-action__action:hover {
  background-color: rgb(164.2, 40.8497560976, 0);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(205, 51, 0, 0.4);
          box-shadow: 0 6px 16px rgba(205, 51, 0, 0.4);
}
.list-grid-with-action__action:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 8px rgba(205, 51, 0, 0.3);
          box-shadow: 0 2px 8px rgba(205, 51, 0, 0.3);
}

.list-grid-with-action__action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__action-wrapper {
    margin-top: 4rem;
  }
}

/*============================================================================
  Bar-Nav - Componente de navegação principal
  - Utiliza BEM (Block, Element, Modifier)
  - Totalmente independente de estilos externos
  - Responsivo usando mixin at-query
  - Tema light apenas
  - Design tokens para cores, espaçamentos e tipografia
==============================================================================*/
/* Block: bar-nav */
.bar-nav {
  background-color: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.bar-nav.bar-nav--scrolled {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.bar-nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9998;
}
@media screen and (min-width: 1024px) {
  .bar-nav::before {
    display: none;
  }
}
.bar-nav.bar-nav--open::before {
  opacity: 1;
  visibility: visible;
}

/* Element: bar-nav__container */
.bar-nav__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .bar-nav__container {
    padding: 0 2rem;
  }
}

/* Element: bar-nav__content */
.bar-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 70px;
  gap: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bar-nav__content {
    min-height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__content {
    gap: 3rem;
  }
}

/* Element: bar-nav__logo */
.bar-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bar-nav__logo:hover, .bar-nav__logo:focus {
  opacity: 0.8;
}
.bar-nav__logo:focus-visible {
  outline: 2px solid #cd3300;
  outline-offset: 4px;
  border-radius: 4px;
}

/* Element: bar-nav__logo-image */
.bar-nav__logo-image {
  height: 45px;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .bar-nav__logo-image {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__logo-image {
    height: 55px;
  }
}

/* Element: bar-nav__menu-wrapper */
.bar-nav__menu-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  .bar-nav__menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85vw;
    max-width: 380px;
    background-color: white;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    width: auto;
    max-width: none;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
    z-index: auto;
  }
}
@media screen and (max-width: 1023px) {
  .bar-nav--open .bar-nav__menu-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* Element: bar-nav__menu-header */
.bar-nav__menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  background-color: white;
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu-header {
    display: none;
  }
}

/* Element: bar-nav__menu-title */
.bar-nav__menu-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(33.15, 33.15, 33.15);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Element: bar-nav__close */
.bar-nav__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bar-nav__close:hover {
  color: #cd3300;
  background-color: rgba(205, 51, 0, 0.05);
}
.bar-nav__close:focus-visible {
  outline: 2px solid #cd3300;
  outline-offset: 2px;
  border-color: #cd3300;
}
.bar-nav__close:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* Element: bar-nav__close-icon */
.bar-nav__close-icon {
  font-size: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Element: bar-nav__menu */
.bar-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 1023px) {
  .bar-nav__menu {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0;
  }
}

/* Menu items */
.bar-nav__menu > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu > li {
    border-bottom: none;
  }
}

.bar-nav__menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  color: #333333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu > li > a {
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
  }
}
.bar-nav__menu > li > a span {
  position: relative;
}
.bar-nav__menu > li > a:hover, .bar-nav__menu > li > a:focus {
  color: #cd3300;
}
.bar-nav__menu > li > a:focus-visible {
  outline: 2px solid #cd3300;
  outline-offset: 2px;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu > li > a::after {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 1.25rem;
    right: 1.25rem;
    height: 2px;
    background-color: #cd3300;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .bar-nav__menu > li > a:hover::after, .bar-nav__menu > li > a:focus::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/* Current menu item */
.bar-nav__menu > li.current-menu-item > a,
.bar-nav__menu > li.current_page_item > a {
  color: #cd3300;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu > li.current-menu-item > a::after,
  .bar-nav__menu > li.current_page_item > a::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/* Element: bar-nav__toggle */
.bar-nav__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .bar-nav__toggle {
    display: none;
  }
}
.bar-nav__toggle:hover {
  color: #cd3300;
  background-color: rgba(205, 51, 0, 0.05);
}
.bar-nav__toggle:focus-visible {
  outline: 2px solid #cd3300;
  outline-offset: 2px;
  border-color: #cd3300;
}
.bar-nav__toggle:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.bar-nav--open .bar-nav__toggle {
  color: #cd3300;
}

/* Element: bar-nav__toggle-icon */
.bar-nav__toggle-icon {
  font-size: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bar-nav--open .bar-nav__toggle-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Prevent body scroll when menu is open (mobile) */
@media screen and (max-width: 1023px) {
  body.bar-nav-open {
    overflow: hidden;
  }
}

/**
 * Post Item Component
 * 
 * Card component for displaying post items in grid listings
 * Using BEM methodology with design tokens
 */
.post-item {
  display: block;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
}
.post-item * {
  text-decoration: none;
}
.post-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  background-color: #000;
}
.post-item:hover .post-item__thumbnail img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.post-item:hover .post-item__meta {
  color: #f8f8f8;
  opacity: 0.9;
}
.post-item:hover .post-item__title {
  color: #f8f8f8;
}

.post-item__thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .post-item__thumbnail {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .post-item__thumbnail {
    height: 240px;
  }
}
.post-item__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.post-item__content {
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .post-item__content {
    padding: 1.5rem 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-item__content {
    padding: 1.75rem 1.5rem;
  }
}

.post-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: #000;
  opacity: 0.7;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease, opacity 300ms ease;
  transition: color 300ms ease, opacity 300ms ease;
}
.post-item__meta ion-icon {
  font-size: 1rem;
}

.post-item__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media screen and (min-width: 768px) {
  .post-item__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-item__title {
    font-size: 1.375rem;
  }
}

/**
 * Single Post Component
 * 
 * Full page layout for individual post display
 * Includes hero section with blur effect and content area
 * Using BEM methodology with design tokens
 */
.post-single__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.post-single__hero::before, .post-single__hero::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
}
.post-single__hero::before {
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0.4;
}
.post-single__hero::after {
  z-index: 2;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.post-single__hero .container, .post-single__hero .container--sm, .post-single__hero .front-posts-slider__carousel .slick-list, .front-posts-slider__carousel .post-single__hero .slick-list,
.post-single__hero .front-posts-slider__carousel .slick-dots,
.front-posts-slider__carousel .post-single__hero .slick-dots,
.post-single__hero .row,
.post-single__hero [class*=col] {
  position: relative;
  z-index: 3;
}

.post-single__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .post-single__thumbnail {
    -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  }
}

.post-single__info {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .post-single__info {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .post-single__info {
    padding: 4rem 0;
  }
}

.post-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #000;
  opacity: 0.7;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .post-single__meta {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.post-single__meta ion-icon {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .post-single__meta ion-icon {
    font-size: 1.375rem;
  }
}

.post-single__title {
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .post-single__title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-single__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .post-single__title {
    font-size: 3rem;
  }
}

.post-single__content {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .post-single__content {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .post-single__content {
    font-size: 1.125rem;
  }
}
.post-single__content p {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .post-single__content p {
    margin-bottom: 1.5rem;
  }
}
.post-single__content h2,
.post-single__content h3,
.post-single__content h4,
.post-single__content h5,
.post-single__content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
.post-single__content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .post-single__content h2 {
    font-size: 2rem;
  }
}
.post-single__content h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .post-single__content h3 {
    font-size: 1.75rem;
  }
}
.post-single__content h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .post-single__content h4 {
    font-size: 1.5rem;
  }
}
.post-single__content ul,
.post-single__content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .post-single__content ul,
  .post-single__content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }
}
.post-single__content ul li,
.post-single__content ol li {
  margin-bottom: 0.5rem;
}
.post-single__content a {
  color: #cd3300;
  text-decoration: underline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.post-single__content a:hover {
  color: rgb(154, 38.312195122, 0);
}
.post-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
}
.post-single__content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #cd3300;
  background-color: #f2f2f2;
  border-radius: 10px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .post-single__content blockquote {
    padding: 1.5rem 2rem;
  }
}
.post-single__content blockquote p:last-child {
  margin-bottom: 0;
}
.post-single__content code {
  padding: 0.25rem 0.5rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}
.post-single__content pre {
  margin: 2rem 0;
  padding: 1.25rem;
  background-color: #000;
  color: #f8f8f8;
  border-radius: 10px;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .post-single__content pre {
    padding: 1.5rem;
  }
}
.post-single__content pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/**
 * Project Item Component
 * 
 * Card component for displaying project items in grid listings
 * Using BEM methodology with design tokens
 */
.project-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 400ms ease, -webkit-box-shadow 400ms ease;
  transition: -webkit-transform 400ms ease, -webkit-box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease, -webkit-box-shadow 400ms ease;
}
.project-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}
.project-item:hover .project-item__image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.project-item:hover .project-item__overlay {
  opacity: 1;
  visibility: visible;
}
.project-item:hover .project-item__badges {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.project-item:hover .project-item__cta {
  color: #cd3300;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.project-item:hover .project-item__cta ion-icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.project-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.project-item__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.project-item__image {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.08) 100%);
}
@media screen and (min-width: 768px) {
  .project-item__image {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .project-item__image {
    height: 340px;
  }
}
.project-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, rgba(205, 51, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-item__overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-item:hover .project-item__overlay-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.project-item__overlay-content ion-icon {
  font-size: 3.5rem;
  color: #f8f8f8;
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  .project-item__overlay-content ion-icon {
    font-size: 4rem;
  }
}

.project-item__overlay-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #f8f8f8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .project-item__overlay-text {
    font-size: 1.125rem;
  }
}

.project-item__badges {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  z-index: 2;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.project-item__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .project-item__badge {
    font-size: 0.8125rem;
    padding: 0.4375rem 0.875rem;
  }
}
.project-item__badge ion-icon {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .project-item__badge ion-icon {
    font-size: 1.125rem;
  }
}
.project-item__badge--video {
  background-color: rgba(205, 51, 0, 0.95);
}
.project-item__badge--gallery {
  background-color: rgba(0, 0, 0, 0.85);
}

.project-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .project-item__content {
    padding: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-item__content {
    padding: 2rem;
  }
}

.project-item__title {
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
@media screen and (min-width: 768px) {
  .project-item__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-item__title {
    font-size: 1.5rem;
  }
}
.project-item:hover .project-item__title {
  color: #cd3300;
}

.project-item__excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 1.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #000;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .project-item__excerpt {
    font-size: 1rem;
  }
}
.project-item__excerpt p {
  margin: 0;
}
.project-item__excerpt p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.project-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
}

.project-item__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 768px) {
  .project-item__cta {
    font-size: 1rem;
  }
}
.project-item__cta ion-icon {
  font-size: 1.125rem;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 768px) {
  .project-item__cta ion-icon {
    font-size: 1.25rem;
  }
}

.project-item__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #000;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .project-item__date {
    font-size: 0.875rem;
  }
}
.project-item__date ion-icon {
  font-size: 1rem;
}

/**
 * Single Project Component
 * 
 * Full page layout for individual project display
 * Using BEM methodology with design tokens
 */
.project-single__hero {
  position: relative;
  width: 100%;
  height: 50vh;
  max-height: 600px;
  overflow: hidden;
  background: linear-gradient(135deg, #000 0%, black 100%);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .project-single__hero {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__hero {
    height: 65vh;
  }
}
.project-single__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.project-single__hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.project-single__hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.project-single__hero-subtitle {
  margin: 0 0 0.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #f8f8f8;
  background-color: rgba(205, 51, 0, 0.95);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .project-single__hero-subtitle {
    font-size: 1.125rem;
  }
}

.project-single__hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f8f8f8;
  text-transform: uppercase;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .project-single__hero-title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .project-single__hero-title {
    font-size: 4rem;
  }
}

.project-single__content {
  position: relative;
  margin-top: -4rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .project-single__content {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__content {
    margin-top: -6rem;
  }
}

.project-single__card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .project-single__card {
    padding: 2.5rem 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__card {
    padding: 3rem 2.5rem;
    margin-bottom: 4rem;
  }
}

.project-single__section {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .project-single__section {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__section {
    padding: 5rem 0;
  }
}
.project-single__section:first-child {
  padding-top: 0;
}
.project-single__section:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.project-single__intro {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .project-single__intro {
    font-size: 1.1875rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__intro {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.project-single__intro p:first-child {
  font-size: 1.25em;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

.project-single__body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
@media screen and (min-width: 768px) {
  .project-single__body {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__body {
    font-size: 1.125rem;
  }
}
.project-single__body p {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .project-single__body p {
    margin-bottom: 1.5rem;
  }
}
.project-single__body h2,
.project-single__body h3,
.project-single__body h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
.project-single__body h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .project-single__body h2 {
    font-size: 2rem;
  }
}
.project-single__body h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .project-single__body h3 {
    font-size: 1.625rem;
  }
}
.project-single__body ul,
.project-single__body ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.project-single__body ul li,
.project-single__body ol li {
  margin-bottom: 0.625rem;
  line-height: 1.6;
}
.project-single__body a {
  color: #cd3300;
  text-decoration: underline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.project-single__body a:hover {
  color: rgb(154, 38.312195122, 0);
}
.project-single__body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
}

.project-single__section-title {
  margin: 0 0 1.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .project-single__section-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.project-single__section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#cd3300), to(transparent));
  background: linear-gradient(90deg, #cd3300 0%, transparent 100%);
  border-radius: 2px;
}

.project-single__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.project-single__video-wrapper iframe,
.project-single__video-wrapper object,
.project-single__video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-single__gallery-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .project-single__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.project-single__gallery-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms ease, -webkit-box-shadow 400ms ease;
  transition: -webkit-transform 400ms ease, -webkit-box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease, -webkit-box-shadow 400ms ease;
}
.project-single__gallery-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.project-single__gallery-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project-single__gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.service-item__card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-item__card {
    gap: 1.25rem;
  }
}

.service-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: linear-gradient(135deg, #cd3300 0%, rgb(154, 38.312195122, 0) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-item__icon {
    width: 90px;
    height: 90px;
    font-size: 3rem;
  }
}
.service-item__icon ion-icon {
  --ionicon-stroke-width: 32px;
}

.service-item__image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .service-item__title {
    font-size: 1.375rem;
  }
}

.service-item__description {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .service-item__description {
    font-size: 1rem;
  }
}
.service-item__description p {
  margin: 0 0 0.75rem 0;
}
.service-item__description p:last-child {
  margin-bottom: 0;
}

.about-services {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .about-services {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-services {
    padding: 6rem 0;
  }
}

.about-services__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .about-services__header {
    margin-bottom: 4rem;
  }
}

.about-services__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about-services__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-services__title {
    font-size: 3rem;
  }
}
.about-services__title ion-icon {
  font-size: 2rem;
  color: #cd3300;
}
@media screen and (min-width: 768px) {
  .about-services__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-services__title ion-icon {
    font-size: 3rem;
  }
}

.about-services__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-services__description {
    font-size: 1.25rem;
  }
}

.member-item__card {
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: visible;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .member-item__card {
    padding: 2.5rem 2rem;
  }
}
.member-item__card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.member-item__card:hover .member-item__photo img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.member-item__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f2f2f2;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .member-item__photo {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .member-item__photo {
    width: 160px;
    height: 160px;
  }
}
.member-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.member-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .member-item__content {
    gap: 1rem;
  }
}

.member-item__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .member-item__name {
    font-size: 1.375rem;
  }
}

.member-item__position {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #cd3300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .member-item__position {
    font-size: 0.9375rem;
  }
}

.member-item__bio-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 2px solid #cd3300;
  color: #cd3300;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .member-item__bio-link {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
  }
}
.member-item__bio-link ion-icon {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .member-item__bio-link ion-icon {
    font-size: 1.25rem;
  }
}
.member-item__bio-link:hover {
  background-color: #cd3300;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
          box-shadow: 0 4px 12px rgba(205, 51, 0, 0.3);
}
.member-item__bio-link:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.member-item__bio-link:focus {
  outline: 2px solid #cd3300;
  outline-offset: 2px;
}

.member-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
.member-modal--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.member-modal__container {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-animation: modalFadeIn 0.3s ease;
          animation: modalFadeIn 0.3s ease;
}

@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.member-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .member-modal__close {
    width: 48px;
    height: 48px;
    font-size: 1.75rem;
  }
}
.member-modal__close ion-icon {
  --ionicon-stroke-width: 48px;
}
.member-modal__close:hover {
  background-color: #cd3300;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.member-modal__close:focus {
  outline: 2px solid #cd3300;
  outline-offset: 2px;
}

.member-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .member-modal__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.member-modal__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 300px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .member-modal__photo {
    width: 320px;
    height: auto;
  }
}
.member-modal__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.member-modal__body {
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .member-modal__body {
    padding: 3rem;
  }
}

.member-modal__header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #f2f2f2;
}

.member-modal__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 0.75rem 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .member-modal__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .member-modal__title {
    font-size: 2.25rem;
  }
}

.member-modal__position {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #cd3300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .member-modal__position {
    font-size: 1.0625rem;
  }
}

.member-modal__biography {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.85);
}
@media screen and (min-width: 768px) {
  .member-modal__biography {
    font-size: 1.0625rem;
  }
}
.member-modal__biography p {
  margin: 0 0 1.25rem 0;
}
.member-modal__biography p:last-child {
  margin-bottom: 0;
}
.member-modal__biography strong,
.member-modal__biography b {
  font-weight: 700;
  color: #000;
}
.member-modal__biography em,
.member-modal__biography i {
  font-style: italic;
}

.about-team {
  padding: 4rem 0;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .about-team {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-team {
    padding: 6rem 0;
  }
}

.about-team__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .about-team__header {
    margin-bottom: 4rem;
  }
}

.about-team__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about-team__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-team__title {
    font-size: 3rem;
  }
}
.about-team__title ion-icon {
  font-size: 2rem;
  color: #cd3300;
}
@media screen and (min-width: 768px) {
  .about-team__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-team__title ion-icon {
    font-size: 3rem;
  }
}

.about-team__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-team__description {
    font-size: 1.25rem;
  }
}

/**
 * Video Item Component
 * 
 * Card component for displaying video items in grid listings
 * Using BEM methodology with design tokens
 */
.row:has(.video-item) {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row:has(.video-item) > [class*=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
}
.video-item * {
  text-decoration: none;
}
.video-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  background-color: #000;
}
.video-item:hover .video-item__thumbnail img {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
          transform: translate(-50%, -50%) scale(1.08);
}
.video-item:hover .video-item__play-overlay {
  opacity: 1;
}
.video-item:hover .video-item__play-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #cd3300;
  border-color: #cd3300;
}
.video-item:hover .video-item__meta {
  color: #f8f8f8;
  opacity: 0.9;
}
.video-item:hover .video-item__title {
  color: #f8f8f8;
}
.video-item:hover .video-item__type {
  background-color: #cd3300;
  color: #f8f8f8;
}

.video-item__thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .video-item__thumbnail {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .video-item__thumbnail {
    height: 240px;
  }
}
.video-item__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.video-item__play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.8;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  z-index: 1;
}

.video-item__play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(248, 248, 248, 0.95);
  border: 3px solid #f8f8f8;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .video-item__play-button {
    width: 70px;
    height: 70px;
    border-width: 4px;
  }
}
.video-item__play-button ion-icon {
  font-size: 28px;
  color: #000;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .video-item__play-button ion-icon {
    font-size: 32px;
  }
}

.video-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .video-item__content {
    padding: 1.5rem 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .video-item__content {
    padding: 1.75rem 1.5rem;
  }
}

.video-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: #000;
  opacity: 0.7;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease, opacity 300ms ease;
  transition: color 300ms ease, opacity 300ms ease;
}
.video-item__meta ion-icon {
  font-size: 1rem;
}

.video-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0.75rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media screen and (min-width: 768px) {
  .video-item__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .video-item__title {
    font-size: 1.375rem;
  }
}

.video-item__type {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.375rem 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: rgba(0, 0, 0, 0.08);
  color: #000;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-item__type[data-type=youtube] {
  background-color: rgba(255, 0, 0, 0.1);
  color: #FF0000;
}
.video-item__type[data-type=vimeo] {
  background-color: rgba(26, 183, 234, 0.1);
  color: #1AB7EA;
}

/**
 * Single Video Component
 * 
 * Full page layout for individual video display
 * Includes video embed section and content area
 * Using BEM methodology with design tokens
 */
.video-single__embed {
  padding: 2rem 0;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .video-single__embed {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .video-single__embed {
    padding: 4rem 0;
  }
}

.video-single__player {
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .video-single__player {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  }
}

.video-single__responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-single__responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-single__thumbnail-fallback {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}
.video-single__thumbnail-fallback img {
  width: 100%;
  height: auto;
  display: block;
}

.video-single__info {
  padding: 2rem 0;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .video-single__info {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .video-single__info {
    padding: 4rem 0;
  }
}

.video-single__header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .video-single__header {
    margin-bottom: 3rem;
  }
}

.video-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #000;
  opacity: 0.7;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .video-single__meta {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.video-single__meta ion-icon {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .video-single__meta ion-icon {
    font-size: 1.375rem;
  }
}
.video-single__meta time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.video-single__type {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: rgba(0, 0, 0, 0.08);
  color: #000;
  border-radius: 4px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .video-single__type {
    font-size: 0.8125rem;
    padding: 0.4375rem 1rem;
  }
}
.video-single__type[data-type=youtube] {
  background-color: #FF0000;
  color: #f8f8f8;
}
.video-single__type[data-type=vimeo] {
  background-color: #1AB7EA;
  color: #f8f8f8;
}

.video-single__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .video-single__title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .video-single__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .video-single__title {
    font-size: 3rem;
  }
}

.video-single__content {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .video-single__content {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .video-single__content {
    font-size: 1.125rem;
  }
}
.video-single__content p {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .video-single__content p {
    margin-bottom: 1.5rem;
  }
}
.video-single__content h2,
.video-single__content h3,
.video-single__content h4,
.video-single__content h5,
.video-single__content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
.video-single__content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .video-single__content h2 {
    font-size: 2rem;
  }
}
.video-single__content h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .video-single__content h3 {
    font-size: 1.75rem;
  }
}
.video-single__content h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .video-single__content h4 {
    font-size: 1.5rem;
  }
}
.video-single__content ul,
.video-single__content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .video-single__content ul,
  .video-single__content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }
}
.video-single__content ul li,
.video-single__content ol li {
  margin-bottom: 0.5rem;
}
.video-single__content a {
  color: #cd3300;
  text-decoration: underline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.video-single__content a:hover {
  color: rgb(154, 38.312195122, 0);
}
.video-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
}
.video-single__content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #cd3300;
  background-color: #f2f2f2;
  border-radius: 10px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .video-single__content blockquote {
    padding: 1.5rem 2rem;
  }
}
.video-single__content blockquote p:last-child {
  margin-bottom: 0;
}
.video-single__content code {
  padding: 0.25rem 0.5rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}
.video-single__content pre {
  margin: 2rem 0;
  padding: 1.25rem;
  background-color: #000;
  color: #f8f8f8;
  border-radius: 10px;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .video-single__content pre {
    padding: 1.5rem;
  }
}
.video-single__content pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}/*# sourceMappingURL=main.css.map */