/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/

/* ── Remove all decorative circle shapes ── */
.circle-shape::before,
.section-title.circle-shape::before,
.section-title .portfolio-shape::before,
.section-title .portfolio-shape2::before,
.section-title .footer-shape::before,
.section-title .blog-shape::before,
.section-title .blog-shape-inner::before,
.section-title .testimonial-shape::before,
.section-title .priceing-shape::before {
  display: none !important;
}
/* Logos em Habilidades (assets/images/soft) */
.skill-soft-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.skill-soft-percent-muted {
  color: rgba(230, 221, 198, 0.85) !important;
}

/* YouTube embed (site-config.json) — 16:9 horizontal */
.site-youtube-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #0a0a0a;
}

.site-youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-about-cover-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.site-about-cover-link:hover .site-about-cover-img,
.site-about-cover-link:focus-visible .site-about-cover-img {
  opacity: 0.92;
}

.site-about-cover-link:focus-visible {
  outline: 2px solid rgba(230, 221, 198, 0.6);
  outline-offset: 3px;
}

.site-about-cover-img {
  max-height: 420px;
  object-fit: cover;
  background: #111;
}

.site-about-yt-outlink {
  color: rgba(230, 221, 198, 0.95);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-about-yt-outlink:hover {
  color: #fff;
}

/* Sobre: prévia única (sem capa + iframe duplicados) */
.site-about-single-preview {
  max-width: min(100%, 440px);
  margin-left: auto;
  margin-right: auto;
}

/*
 * Capa do vídeo “Conheça a minha história”: sem altura fixa nem cover —
 * mostra o banner completo (letterbox se a proporção for diferente).
 */
.shorts-video-wrap.site-about-showreel {
  height: auto;
  min-height: 0;
}
.shorts-video-wrap.site-about-showreel .shorts-video-link {
  height: auto;
}
.shorts-video-wrap.site-about-showreel .shorts-video-link img {
  width: 100%;
  height: auto;
  max-height: min(85vh, 720px);
  object-fit: contain;
  object-position: center;
  background: #111;
}
.shorts-video-wrap.site-about-showreel .shorts-video-link:hover img {
  transform: none;
  opacity: 0.9;
}
.shorts-video-wrap.site-about-showreel.site-about-single-preview {
  max-width: min(100%, 720px);
}

/* Common Style */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  border: 0 !important;
}

body {
  font-family: "DM Sans", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.55;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #696969;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0;
  color: #333333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition-duration: 300ms;
}

a,
button,
img,
input {
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #FFB646;
}

button,
input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

ul:last-child {
  margin-bottom: 0;
}

hr {
  border-top-width: 2px;
}

.btn-primary, .btn-primary-outline {
  margin-right: 8px;
  padding: 12px 24px;
  border: 1px solid rgba(8, 8, 8, 0.4);
  font-weight: 700;
  font-size: 15px;
  background-color: #080808;
  color: #e8dcc5;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 8px;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .btn-primary, .btn-primary-outline {
    padding: 16px 28px;
  }
}
.btn-primary:hover, .btn-primary-outline:hover {
  background-color: transparent;
  border-color: rgba(8, 8, 8, 0.4);
  color: rgba(8, 8, 8, 0.95);
}
.btn-primary:hover .animate-arrow-up, .btn-primary-outline:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.bg-dark .btn-primary, .bg-dark .btn-primary-outline,
.contact-dark-button .btn-primary,
.contact-dark-button .btn-primary-outline {
  background-color: #e8dcc5;
  border-color: #e8dcc5;
  color: #080808;
}
.bg-dark .btn-primary:hover, .bg-dark .btn-primary-outline:hover,
.contact-dark-button .btn-primary:hover,
.contact-dark-button .btn-primary-outline:hover {
  background-color: transparent;
  border-color: #e8dcc5;
  color: #e8dcc5;
}

.btn-primary-outline {
  margin-right: 0;
  background-color: transparent;
  color: #080808;
}
.btn-primary-outline:hover {
  background-color: #080808;
  border-color: #080808;
  color: #e8dcc5;
}

.tab-btn {
  border: 0;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #FFFFFF;
  color: #080808;
  line-height: 1;
  border-radius: 8px;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .tab-btn {
    padding: 16px 28px;
  }
}
.tab-btn:hover {
  color: #e8dcc5;
  background-color: #080808;
}
.tab-btn:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.tab-btn.active {
  color: #e8dcc5;
  background-color: #080808;
}

.bg-dark-tab .tab-btn {
  color: #e8dcc5;
  background-color: #080808;
}
.bg-dark-tab .tab-btn:hover {
  color: #080808;
  background-color: #FFFFFF;
}
.bg-dark-tab .tab-btn.active {
  color: #080808;
  background-color: #FFFFFF;
}

.paragraph {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(8, 8, 8, 0.6);
}

.dark-paragraph .paragraph {
  color: rgba(232, 220, 197, 0.88);
}

.font-Syne {
  font-family: "Syne", sans-serif;
}

.font-Inter {
  font-family: "Inter", sans-serif;
}

.font-Poppins {
  font-family: "Poppins", sans-serif;
}

.font-DMSans {
  font-family: "DM Sans", sans-serif;
}

.font-sans {
  font-family: "DM Sans", sans-serif;
}

.text-lg {
  font-size: 18px;
  line-height: 1.75rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-8 {
  line-height: 32px;
}

.leading-7 {
  line-height: 28px;
}

.leading-normal {
  line-height: 1.5;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.-mr-3 {
  margin-right: -12px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 4rem;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-xl {
  font-size: 20px;
  line-height: 28px;
}

.text-2xl {
  font-size: 24px;
}

.text-32 {
  font-size: 32px;
}

.circle-shape, .section-title.circle-shape {
  z-index: 1;
}

.circle-shape::before, .section-title.circle-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  background-color: #3b1979;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-shape::before, .section-title.circle-shape::before {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .circle-shape::before, .section-title.circle-shape::before {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1441px) {
  .circle-shape::before, .section-title.circle-shape::before {
    width: 120px;
    height: 120px;
  }
}

/* Título da secção "Conheça minha jornada" (about) */
.about-journey-heading {
  color: #f0d35a !important;
}

.section-title {
  font-size: 36px;
  letter-spacing: -1.5px;
  line-height: 1;
}

.tabs.nav .tab-btn {
  gap: 0.5rem;
}
.tab-btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.92;
}
.section-title.circle-shape::before {
  top: 2px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.circle-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title.circle-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title.circle-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .section-title {
    font-size: 64px;
  }
}
.section-title .portfolio-shape::before {
  top: 4px;
  left: -6px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .portfolio-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .portfolio-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .portfolio-shape::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .portfolio-shape2 {
  z-index: 1;
}
.section-title .portfolio-shape2::before {
  top: 2px;
  left: 15px;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 575px) {
  .section-title .portfolio-shape2::before {
    top: 4px;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .portfolio-shape2::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .portfolio-shape2::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .portfolio-shape2::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .testimonial-shape::before {
  top: 4px;
  left: -2px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .testimonial-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .testimonial-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .testimonial-shape::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .blog-shape::before {
  top: 8px;
  left: 20px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .blog-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .blog-shape::before {
    width: 69px;
    height: 69px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .blog-shape::before {
    width: 69px;
    height: 69px;
  }
}
.section-title .blog-shape-inner::before {
  top: 8px;
  left: 20px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .blog-shape-inner::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .blog-shape-inner::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .blog-shape-inner::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .priceing-shape::before {
  top: 13px;
  left: -4px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .priceing-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .priceing-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .priceing-shape::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .footer-shape::before {
  top: 8px;
  left: 0;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .footer-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .footer-shape::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .footer-shape::before {
    width: 60px;
    height: 60px;
  }
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-140 {
  padding-top: 140px;
}

.pb-90 {
  padding-bottom: 90px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-38 {
  padding-left: 38px;
  padding-right: 38px;
}

.pb-120 {
  padding-bottom: 120px;
}

.gap-2 {
  gap: 8px !important;
}

.row-gap-24 {
  row-gap: 24px;
}

.gap-y-2 {
  row-gap: 8px !important;
}

.leading-none {
  line-height: 1;
}

.gap-3 {
  gap: 12px !important;
}

.gap-8 {
  gap: 32px !important;
}

.gap-10 {
  gap: 40px !important;
}

.gap-x-4 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

.gap-y-5 {
  row-gap: 20px !important;
}

.gap-6 {
  gap: 24px !important;
}

.strock-text {
  margin-top: 6px;
  font-family: "Syne", sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(232, 220, 197, 0.8);
  text-shadow: none;
}

.bg-dark .strock-text {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.text-black-text-800 {
  color: rgba(8, 8, 8, 0.8);
}

.bg-dark .text-black-text-800 {
  color: #e8dcc5;
}

.featured-properties {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(8, 8, 8, 0.04);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .featured-properties {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

a {
  transition: all linear;
  transition-duration: 300ms;
}

.success {
  color: #4CAF50;
}

.error {
  color: #F44336;
}

.counter:not(.is-visible) {
  visibility: hidden;
}

.w-110px {
  width: 110px;
}

.dot {
  z-index: 1;
  padding-left: 16px;
}
.dot::before {
  display: block;
  content: "";
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #FF9330;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 100%;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-40 {
  border-radius: 40px;
}

.text-xs {
  font-size: 12px;
  line-height: 1rem;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.leading-10 {
  line-height: 2.5rem;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.text-15 {
  font-size: 15px;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.fill-primary {
  fill: #FFB646;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.max-w-1075 {
  max-width: 1075px;
}

.leading-snug {
  line-height: 1.375;
}

.gap-y-6 {
  row-gap: 24px !important;
}

.banner-contents {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .banner-contents {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.max-w-950 {
  max-width: 950px;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.gap-23 {
  gap: 23px;
}

.bg-black {
  background-color: #1A1A1A;
}

.dark-bg {
  background-color: #080808;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .header {
    padding-left: 48px;
  }
}

.header-inner {
  padding-left: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .header-inner {
    padding-left: 0;
  }
}

.header-border-bottom {
  border-bottom: 1px solid rgba(8, 8, 8, 0.4);
}

.bg-dark .header-border-bottom {
  border-color: rgba(255, 255, 255, 0.2);
}

.header.is-sticky {
  position: fixed;
  top: 0;
  background-color: #212121;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.header.is-sticky .header-border-bottom {
  border-color: rgba(255, 255, 255, 0.15);
}

.header.is-sticky .contact-link {
  color: #e8dcc5 !important;
}

.offcanvas-toggle {
  padding: 28px 38px;
}

/* ── Navegação principal no header (desktop) + contraste logo Hermano em fundo escuro ── */
.header-main-nav-list {
  gap: 0.12rem;
}
@media only screen and (min-width: 1400px) {
  .header-main-nav-list {
    gap: 0.35rem;
  }
}
.header-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.38rem 0.5rem;
  border-radius: 10px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.header-nav-link:hover {
  color: #ffb646;
  background: rgba(255, 182, 70, 0.08);
}
.header-nav-link.is-active {
  color: #ffb646;
}
.header-nav-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.9;
}
.header-nav-link.is-active .header-nav-icon {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  #offcanvas-toggle {
    display: none !important;
  }
}
/*
 * PNG Hermano escuro no header/offcanvas — tom creme #e8dcc5 (igual hermanologo.svg / espanhol com Zé).
 * brightness(0) invert(1) branco base; sepia/saturate/brightness afinam para o bege.
 * Inclui #sticky-header.
 */
.header.bg-dark .header-brand-mark img[src*="logohermano"],
.white-header.bg-dark .header-brand-mark img[src*="logohermano"],
#sticky-header.bg-dark .header-brand-mark img[src*="logohermano"],
#sticky-header .header-brand-mark img.projetos-hermano-logo,
.header-brand-mark img.projetos-hermano-logo,
#sticky-header .header-brand-mark img.hermano-header-logo,
.header-brand-mark img.hermano-header-logo,
.offcanvas-header img[src*="logohermano"],
.offcanvas-header img.hermano-header-logo {
  -webkit-filter: brightness(0) invert(1) sepia(0.5) saturate(0.2) brightness(0.88);
  filter: brightness(0) invert(1) sepia(0.5) saturate(0.2) brightness(0.88);
  opacity: 1;
}

/* Classe explícita: garante creme no header (mobile/Safari; não depende só de [src*]) */
#sticky-header .header-brand-mark img.hermano-header-logo,
.header-brand-mark img.hermano-header-logo,
.offcanvas-header img.hermano-header-logo {
  -webkit-filter: brightness(0) invert(1) sepia(0.5) saturate(0.2) brightness(0.88) !important;
  filter: brightness(0) invert(1) sepia(0.5) saturate(0.2) brightness(0.88) !important;
  opacity: 1 !important;
}

.header .contact-link {
  color: #e8dcc5 !important;
}

.contact-link {
  margin-right: 8px;
  padding: 6px 12px;
  font-size: 15px;
}
.contact-link:hover {
  color: #FF9330 !important;
}
.contact-link:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-link:hover {
    color: #e8dcc5 !important;
  }
}
.contact-link.hover-text-white:hover {
  color: #e8dcc5 !important;
}

.bg-dark .contact-link {
  color: #e8dcc5 !important;
}
.bg-dark .contact-link:hover {
  color: #FF9330 !important;
}
.bg-dark .contact-link.hover-text-white:hover {
  color: #e8dcc5 !important;
}

.animate-arrow-up {
  display: inline-block;
  margin-left: 12px;
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}
.offcanvas {
  padding-left: 2rem;
  width: 350px !important;
  min-height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .offcanvas {
    width: 460px !important;
  }
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 80px;
  padding: 0 !important;
}

.offcanvas-close {
  padding: 0.5rem 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.offcanvas-close svg {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.offcanvas-nav {
  margin-right: 40px;
}

.offcanvas-menu-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.offcanvas-menu-item:hover a {
  color: #FF9330 !important;
}
.offcanvas-menu-item:hover .offcanvas-menu-icon-wrap {
  background: rgba(255, 147, 48, 0.16) !important;
  border-color: rgba(255, 182, 70, 0.5) !important;
  color: #ff9330 !important;
  transform: scale(1.05);
}
.offcanvas-menu-item:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.offcanvas-menu-label {
  flex: 1;
  min-width: 0;
  padding-right: 12px;
}
.offcanvas-menu-icon-wrap {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 182, 70, 0.08);
  border: 1px solid rgba(255, 182, 70, 0.22);
  color: rgba(255, 255, 255, 0.88);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.offcanvas-menu-icon {
  width: 22px;
  height: 22px;
  display: block;
}
.offcanvas-menu-link.text-warning .offcanvas-menu-icon-wrap {
  background: rgba(255, 182, 70, 0.18);
  border-color: rgba(255, 182, 70, 0.45);
  color: #ffb646;
}

.offcanvas-menu-link {
  font-family: "Syne", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -1.5px !important;
  line-height: 1.05 !important;
  font-size: clamp(1.25rem, 2.75vw, 1.65rem) !important;
  transition-duration: 300ms;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.offcanvas-social-links li a {
  transition-duration: 300ms;
}
.offcanvas-social-links li a:hover {
  color: #FF9330 !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .white-header {
    padding-left: 3rem;
  }
}

.white-bg-header {
  padding-left: 1rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .white-bg-header {
    padding-left: 0px;
  }
}

.contact-link-warning {
  color: rgba(8, 8, 8, 0.95);
}
.contact-link-warning:hover {
  color: #FF9330;
}
.contact-link-warning:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.bg-dark .contact-link-warning {
  color: #e8dcc5;
}
.bg-dark .contact-link-warning:hover {
  color: #FF9330;
}

.footer {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .footer {
    padding-top: 120px;
  }
}

.service-contact-card-footer {
  padding: 2rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  min-height: 160px;
}
.service-contact-card-footer:hover a:not(.footer-cta-card__link) {
  color: #FF9330 !important;
}
.service-contact-card-footer:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

/* Rodapé: cartões e-mail / telefone + ícones */
.footer-cta-card {
  min-height: 0;
}

.footer-cta-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}

.footer-cta-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 179, 70, 0.14);
  color: #ffb646;
}

.footer-cta-card__icon svg {
  width: 22px;
  height: 22px;
}

.footer-cta-card__title {
  line-height: 1.28;
  font-size: clamp(1.05rem, 2.8vw, 1.25rem);
  padding-top: 0.15rem;
}

.footer-cta-card__link {
  text-decoration: none;
  word-break: break-word;
  flex: 1 1 auto;
  min-width: 0;
}

.footer-cta-card__link:hover {
  color: #ffc966 !important;
}

.footer-cta-card__bottom {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .service-contact-card-footer.footer-cta-card {
    padding: 1.35rem 1.2rem;
  }

  .footer-cta-card__bottom {
    flex-direction: row;
    align-items: flex-start;
  }
}

.footer-hermano-brand {
  padding-top: clamp(1.75rem, 5vw, 3.5rem);
  padding-bottom: clamp(1.25rem, 4vw, 2.5rem);
}

.footer-hermano-brand__img {
  width: 100%;
  max-width: min(340px, 82vw);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .footer-hermano-brand__img {
    max-width: min(400px, 55vw);
  }
}

.footer-title-col {
  padding: 2rem 0;
  min-height: 160px;
}

.footer-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
}
@media only screen and (min-width: 576px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-title-col {
    grid-column: 1 / -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-title-col {
    grid-column: 1 / -1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .footer-grid {
    gap: 1.5rem;
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .footer-title-col {
    grid-column: auto;
  }
}

#scrollUp:hover span {
  color: #FF9330 !important;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social-links {
  gap: 1rem;
}

.footer-social-link:hover {
  color: #FF9330 !important;
}

/* call module that you want to import */
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .hero-content-wrapper {
    padding-top: 48px;
  }
}

.hello-iam {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .hello-iam {
    font-size: 32px;
  }
}
.hello-iam span {
  display: inline-block;
  margin-right: 24px;
}
.hello-iam img {
  margin-left: 8px;
}

.hero-title {
  color: #080808;
  font-size: 80px;
  line-height: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 100px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .hero-title {
    font-size: 120px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 1441px) {
  .hero-title {
    font-size: 140px;
    line-height: 110px;
  }
}

.iam-designer {
  color: rgba(8, 8, 8, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .iam-designer {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .iam-designer {
    font-size: 24px;
  }
}

.text-counter {
  font-size: 44px;
}

.text-worldwide {
  margin-left: 12px;
  color: rgba(8, 8, 8, 0.8);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image {
    max-width: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image {
    max-width: 570px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .hero-image {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1441px) {
  .hero-image {
    max-width: initial;
  }
}

.contact-spin svg,
.contact-spin.btn {
  bottom: 200px;
  right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .contact-spin svg,
  .contact-spin.btn {
    right: 150px;
    bottom: 80px;
  }
}

a.contact-spin.btn {
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  box-shadow: none;
}

.contact-spin.btn {
  position: absolute;
  width: 180px;
  height: 195px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  overflow: visible;
}

.contact-spin .contact-spin-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  transform-origin: center center;
  -webkit-animation: contactSpinSlow 28s linear infinite;
          animation: contactSpinSlow 28s linear infinite;
}

@-webkit-keyframes contactSpinSlow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes contactSpinSlow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-spin .contact-spin-img {
    -webkit-animation: none;
            animation: none;
  }
}

.hero-btn-wraper {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-btn-wraper {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .hero-btn-wraper {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1441px) {
  .hero-btn-wraper {
    margin-bottom: 80px;
  }
}

.animate-spin {
  transform-origin: center;
  -webkit-animation: animateSpin 7s linear infinite;
          animation: animateSpin 7s linear infinite;
}

@-webkit-keyframes animateSpin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes animateSpin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.social-links {
  margin-top: 20px;
}
@media only screen and (min-width: 576px) {
  .social-links {
    margin-top: 0;
  }
}
.social-links ul {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.social-links a:hover {
  color: #FF9330 !important;
}

.service-card {
  padding: 28px 24px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 8px;
  transition: all 0.3s linear;
}
.service-card:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.15);
}
.service-card:hover .service-icon {
  background-color: rgba(8, 8, 8, 0.04);
}
.service-card:hover a {
  color: #FF9330;
}
.service-card:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.bg-dark .service-card {
  background-color: #1A1A1A;
}
.bg-dark .service-card:hover {
  background-color: #FFFFFF;
}
.bg-dark .service-card:hover .service-icon {
  background-color: rgba(8, 8, 8, 0.04);
  color: #080808;
}
.bg-dark .service-card:hover .service-card-link {
  color: #080808;
}

.service-icon {
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  border-radius: 100%;
  transition: all 0.3s;
}

.bg-dark .service-icon {
  background-color: #080808;
  color: #e8dcc5;
}

.service-card-link {
  transition: all 0.3s;
}

.bg-dark .service-card-link {
  color: #e8dcc5;
}

.service-contact-card {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
  max-width: 416px;
  height: 100%;
  position: relative;
  border-radius: 8px;
}
.service-contact-card:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.bg-dark .service-contact-card {
  background-color: #3b1979;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.bg-dark .service-contact-card .say-hello-email,
.bg-dark .service-contact-card .text-warning {
  color: #e8dcc5 !important;
}

.bg-dark .service-contact-card svg path {
  stroke: #e8dcc5;
}

.say-hello-email {
  font-size: 16px !important;
  word-break: break-all;
  overflow-wrap: break-word;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.about-grid-space-right {
  padding-left: 60px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid-space-right {
    padding-left: 95px;
  }
}

.years-of-experience {
  z-index: 10;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .years-of-experience {
    right: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .years-of-experience {
    right: 170px;
  }
}

.years-experience-of-number {
  font-size: 65px;
  z-index: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .years-experience-of-number {
    font-size: 80px;
  }
}
.years-experience-of-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: -1;
  width: 95px;
  height: 95px;
  background-color: #FFB646;
  display: block;
  transform: translateY(-50%);
  border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .years-experience-of-number::before {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .years-experience-of-number::before {
    width: 110px;
    height: 110px;
  }
}

.based-in-german-title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .based-in-german-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .based-in-german-title {
    font-size: 44px;
  }
}

.award-lists {
  gap: 36px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1441px) {
  .award-lists {
    gap: 40px;
  }
}

.award-lists-item span {
  line-height: 40px;
  z-index: 1;
}
.award-lists-item span::before {
  display: block;
  background: rgba(8, 8, 8, 0.03);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 43px;
  height: 43px;
  content: "";
  border-radius: 100%;
}

/* Estatísticas com ícones (home / sobre) */
.award-lists--with-icons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  max-width: 720px;
}

@media only screen and (min-width: 576px) {
  .award-lists--with-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 4vw, 32px);
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  .award-lists--with-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.award-stat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.award-stat-card:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(230, 221, 198, 0.12);
  transform: translateY(-2px);
}

.award-stat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0.25rem;
  border-radius: 12px;
  color: rgba(230, 221, 198, 0.95);
  background: rgba(230, 221, 198, 0.08);
}

.award-stat-card__icon svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.award-stat-card .award-stat-card__num {
  line-height: 1.15;
}

.bg-dark .award-stat-card .paragraph,
.dark-paragraph .award-stat-card .paragraph {
  color: rgba(230, 221, 198, 0.82);
}

.award-stat-card__desc {
  font-size: 0.9375rem;
  line-height: 1.4;
  max-width: 14rem;
}

.award-stat-card__desc--long {
  font-size: 0.875rem;
  line-height: 1.35;
  max-width: 11.5rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid {
    gap: 134px;
  }
}

.about-grid-section-two {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid-section-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid-section-two {
    gap: 134px;
  }
}

.say-hello-contact-box {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
}
.say-hello-contact-box:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .say-hello-contact-box h4 {
    font-size: 32px;
  }
}

.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}
.video-popup:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.video-popup svg circle {
  fill: #FFB646;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.video-popup svg path {
  stroke: #080808;
}
.video-popup:hover circle {
  fill: #FFE600;
}
.video-popup:hover path {
  stroke: #e8dcc5;
}

.about-me-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-me-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-me-grid {
    gap: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-properties-space-left {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .featured-properties-space-left {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1441px) {
  .featured-properties-space-left {
    padding-left: 134px;
  }
}

.tabs.nav {
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.based-in-german-title-tab {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .based-in-german-title-tab {
    font-size: 32px;
  }
}

.paragraph.mb-7 {
  margin-bottom: 28px;
}

.paragraph.mb-14 {
  margin-bottom: 56px;
}

.tab-contents-experience {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .tab-contents-experience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.experience-tab-item {
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.experience-tab-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}

.bg-dark-tab .experience-tab-item {
  background-color: #080808;
}
.bg-dark-tab .experience-tab-item:hover {
  background-color: #FFFFFF;
}
.bg-dark-tab .experience-tab-item:hover .text-black-text-800,
.bg-dark-tab .experience-tab-item:hover .text-white {
  color: #080808 !important;
}

.education-tab-contents {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.education-tab-item {
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .education-tab-item {
    gap: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .education-tab-item {
    gap: 100px;
  }
}
.education-tab-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}

.bg-dark-tab .education-tab-item {
  background-color: #080808;
}
.bg-dark-tab .education-tab-item:hover {
  background-color: #FFFFFF;
}
.bg-dark-tab .education-tab-item:hover .text-black-text-800,
.bg-dark-tab .education-tab-item:hover .text-white {
  color: #080808 !important;
}

.skills-tab-contents {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .skills-tab-contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills-tab-contents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skills-tab-contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .skills-tab-contents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.skills-tab-item {
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.skills-tab-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}

.bg-dark-tab .skills-tab-item {
  background-color: #080808;
  color: #e8dcc5;
}
.bg-dark-tab .skills-tab-item:hover {
  background-color: #FFFFFF;
  color: #080808;
}
.bg-dark-tab .skills-tab-item:hover .text-black-text-800,
.bg-dark-tab .skills-tab-item:hover .text-white {
  color: #080808 !important;
}

.awards-tab-contents {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .awards-tab-contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.awards-tab-item {
  gap: 32px;
  padding: 32px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.awards-tab-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}

.bg-dark-tab .awards-tab-item {
  background-color: #080808;
  color: #e8dcc5;
}
.bg-dark-tab .awards-tab-item:hover {
  background-color: #FFFFFF;
  color: #080808;
}
.bg-dark-tab .awards-tab-item:hover .text-black-text-800,
.bg-dark-tab .awards-tab-item:hover .text-white {
  color: #080808 !important;
}

.bg-dark-tab .featured-properties {
  background-color: #1A1A1A;
}
.bg-dark-tab .text-black-text-800 {
  color: rgba(232, 220, 197, 0.88);
}

.portfolio-tag-link {
  color: rgba(8, 8, 8, 0.8);
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid rgba(8, 8, 8, 0.4);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.portfolio-tag-link:hover {
  background-color: rgba(8, 8, 8, 0.95);
  color: #e8dcc5;
  border-color: rgba(8, 8, 8, 0.95);
}

.bg-dark .portfolio-tag-link {
  color: #e8dcc5;
  border-color: #FFFFFF;
}
.bg-dark .portfolio-tag-link:hover {
  color: #FF9330;
}

.portfolio-title:hover a {
  color: #FF9330;
}
.portfolio-title:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.portfolio-link {
  font-size: 20px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-link {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .portfolio-link {
    font-size: 32px;
  }
}

.bg-dark .portfolio-link {
  color: #e8dcc5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-title-section {
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .testimonial-title-section {
    text-align: left;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .testimonial-space-left {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .testimonial-space-left {
    padding-left: 4% !important;
  }
}
@media only screen and (min-width: 1441px) {
  .testimonial-space-left {
    padding-left: 6% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .testimonial-space-left {
    padding-left: 17% !important;
  }
}

.testimonial-gap {
  -moz-column-gap: 55px;
       column-gap: 55px;
}
@media only screen and (min-width: 1441px) {
  .testimonial-gap {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media only screen and (min-width: 1920px) {
  .testimonial-gap {
    -moz-column-gap: 165px;
         column-gap: 165px;
  }
}

.qotation-icon {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .qotation-icon {
    margin-bottom: 2rem;
  }
}

.testimonial-texts {
  font-size: 16px;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  color: rgba(8, 8, 8, 0.8);
}
@media only screen and (min-width: 576px) {
  .testimonial-texts {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .testimonial-texts {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.bg-dark .testimonial-texts {
  color: rgba(232, 220, 197, 0.88);
}

.testimonial-qotation-name {
  font-size: 16px;
  line-height: 1.75rem;
  font-weight: 800;
}
@media only screen and (min-width: 576px) {
  .testimonial-qotation-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .blog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.blog-meta-item {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.blog-meta-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: -1;
  transform: translateY(-50%);
}
.blog-meta-item:first-child::before {
  background-color: #080808;
}
.blog-meta-item:first-child a {
  color: rgba(8, 8, 8, 0.8);
}
.blog-meta-item:last-child::before {
  background-color: #FF9330;
}
.blog-meta-item:last-child a {
  color: #FF9330;
}

.bg-dark .blog-meta-item:first-child::before {
  background-color: #FFFFFF;
}
.bg-dark .blog-meta-item:first-child a {
  color: #e8dcc5;
}

.blog-title-section:hover a {
  color: #FF9330;
}
.blog-title-section:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.blog-title {
  color: #080808;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1441px) {
  .blog-title {
    font-size: 22px;
  }
}

.bg-dark .blog-title {
  color: #e8dcc5;
}

@media only screen and (min-width: 576px) {
  .blog-item:nth-child(even) {
    margin-top: 2.5rem;
  }
}

.blog-details-section {
  margin-top: -280px;
  padding-top: 280px;
}

.blog-clients-info {
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

.blog-social-link {
  color: rgba(8, 8, 8, 0.8);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.blog-social-link:hover {
  color: #FF9330;
}

.bg-dark .blog-social-link {
  color: #e8dcc5;
}
.bg-dark .blog-social-link:hover {
  color: #FF9330;
}

.pricing-title-section {
  max-width: 325px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-title-section {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .pricing-title-section {
    max-width: 527px;
  }
}

.contact-for-custom-project {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .contact-for-custom-project {
    margin-top: 0;
  }
}

.prcing-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .prcing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prcing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .prcing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pricing-item {
  padding: 1.5rem;
  gap: 2.5rem;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 1rem;
  transition: all 0.5s linear background-color;
}
.pricing-item a {
  color: rgba(8, 8, 8, 0.6);
}
.pricing-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}
.pricing-item:hover a {
  color: #FF9330;
}
.pricing-item:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .pricing-item {
    padding: 2rem;
    gap: 3rem;
  }
}

.bg-dark .pricing-item {
  background-color: #1A1A1A;
}
.bg-dark .pricing-item a {
  color: #e8dcc5;
}
.bg-dark .pricing-item:hover {
  background-color: #FFFFFF;
}
.bg-dark .pricing-item:hover a {
  color: rgba(8, 8, 8, 0.6);
}
.bg-dark .pricing-item:hover .pricing-plan {
  color: rgba(8, 8, 8, 0.6);
}
.bg-dark .pricing-item:hover .text-white {
  color: #080808 !important;
}

.pricing-plan {
  color: rgba(8, 8, 8, 0.6);
}

.bg-dark .pricing-plan {
  color: rgba(232, 220, 197, 0.88);
}

.pricing-rate {
  color: #FF9330;
}

.project-item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.project-item:hover::before {
  opacity: 0.8;
}
.project-item::before {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background-color: rgba(8, 8, 8, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.project-item:hover .project-item-content {
  bottom: 24px;
}

.project-title {
  text-transform: capitalize;
  font-size: 17px;
}
@media only screen and (min-width: 576px) {
  .project-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .project-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1441px) {
  .project-title {
    font-size: 28px;
  }
}

.project-item-content {
  left: 24px;
  right: 24px;
  bottom: -150px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.project-item-contet-wrap a {
  color: #e8dcc5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.project-item-contet-wrap:hover a {
  color: #FF9330;
}
.project-item-contet-wrap:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.banner-title {
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .banner-title {
    font-size: 44px;
  }
}

.clients-info-item {
  width: 50%;
}
@media only screen and (min-width: 576px) {
  .clients-info-item {
    width: 33.333333%;
  }
}

.clients-info-text {
  color: rgba(8, 8, 8, 0.8);
}

.bg-dark .clients-info-text {
  color: #e8dcc5;
}

.project-details-section {
  margin-top: -130px;
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .project-details-section {
    margin-top: -280px;
    padding-top: 280px;
  }
}

.list-style-squre li {
  position: relative;
  z-index: 1;
  padding-left: 40px;
}
.list-style-squre li::before {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-color: #080808;
  width: 6px;
  height: 6px;
  z-index: -1;
}

.bg-dark .list-style-squre li::before {
  background-color: #FFFFFF;
}

#contact-form {
  row-gap: 18px;
}

.address-item {
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d1d5db;
}
@media (min-width: 992px) {
  .address-item {
    max-width: 416px;
  }
}

.contact-form-control {
  width: 100%;
  border: 1px solid rgba(8, 8, 8, 0.4);
  border-radius: 8px;
  padding: 16px;
}
.contact-form-control::-moz-placeholder {
  opacity: 1;
  color: rgba(8, 8, 8, 0.6);
}
.contact-form-control:-ms-input-placeholder {
  opacity: 1;
  color: rgba(8, 8, 8, 0.6);
}
.contact-form-control::placeholder, .contact-form-control:focus {
  opacity: 1;
  color: rgba(8, 8, 8, 0.6);
}

textarea.contact-form-control {
  height: 100px;
}

.resize-none {
  resize: none;
}

.contact-social-link {
  color: #080808;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.contact-social-link:hover {
  color: #FF9330;
}

.bg-black .contact-social-link {
  color: #e8dcc5;
}
.bg-black .contact-social-link:hover {
  color: #FF9330;
}

.bg-black label {
  color: #e8dcc5;
}
.bg-black .contact-form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-black .contact-form-control::-moz-placeholder {
  opacity: 1;
  color: rgba(232, 220, 197, 0.45);
}
.bg-black .contact-form-control:-ms-input-placeholder {
  opacity: 1;
  color: rgba(232, 220, 197, 0.45);
}
.bg-black .contact-form-control::placeholder, .bg-black .contact-form-control:focus {
  opacity: 1;
  color: rgba(232, 220, 197, 0.45);
}

.brand-carousel {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(8, 8, 8, 0.1);
  border-bottom: 1px solid rgba(8, 8, 8, 0.1);
}

.bg-dark .brand-carousel {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ── Hero dark section colour overrides ─────────────────────── */
.hero-dark .hero-title                    { color: #e8dcc5; }
.hero-dark .hello-iam                     { color: #e8dcc5; }
.hero-dark .hello-iam svg path            { stroke: #e8dcc5; }
.hero-dark .text-dark                     { color: #e8dcc5 !important; }
.hero-dark .iam-designer                  { color: #e8dcc5; }
.hero-dark .text-worldwide                { color: rgba(232,220,197,.92); }
.hero-dark .text-counter                  { color: #e8dcc5; }
.hero-dark .mx-8 svg path                 { stroke: rgba(232,220,197,.4); }
.hero-dark .social-links a               { color: #e8dcc5 !important; }

.hero-dark .btn-primary {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #e8dcc5;
  color: #e8dcc5;
}
.hero-dark .btn-primary:hover {
  background-color: #e8dcc5;
  border-color: #e8dcc5;
  color: #212121;
}
.hero-dark .btn-primary:hover .animate-arrow-up svg path {
  stroke: #212121;
}

@keyframes heroPortraitIn {
  from {
    opacity: 0;
    transform: translate3d(64px, 24px, 0) scale(0.88);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

/* Foto decorativa — proporção natural (não esticar) */
.hero-dark .hero-portrait {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: clamp(240px, 50vmin, 460px);
}
@media (min-width: 992px) {
  .hero-dark .hero-portrait {
    justify-content: flex-end;
    min-height: min(78vh, 520px);
  }
}

/* Foto decorativa não deve roubar cliques dos ícones sociais / texto por baixo */
.hero-dark img.hero-image {
  pointer-events: none;
}

.hero-dark .hero-portrait .hero-image {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  display: block;
  width: auto !important;
  max-width: min(100%, 88vw, 480px) !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .hero-dark .hero-portrait .hero-image {
    max-width: min(100%, 28rem, 42vw) !important;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1441px) {
  .hero-dark .hero-portrait .hero-image {
    max-width: min(32rem, 36vw) !important;
  }
}

@media (min-width: 768px) {
  .hero-dark .hero-portrait .hero-image {
    /* Global `img { transition: all }` fights CSS animation on transform/opacity */
    transition: none;
    backface-visibility: hidden;
    animation: heroPortraitIn 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
  }
}

@keyframes heroContactSpinIn {
  from {
    opacity: 0;
    transform: translate3d(30px, 30px, 0) scale(0.6);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@media (min-width: 768px) {
  .hero-dark .contact-spin svg,
  .hero-dark .contact-spin.btn {
    transition: none;
    -webkit-animation: heroContactSpinIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
            animation: heroContactSpinIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-dark img.hero-image,
  .hero-dark .contact-spin svg,
  .hero-dark .contact-spin.btn,
  .hero-dark .hero-cta-pulse,
  .bg-black .hero-cta-pulse {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.hero-dark .hero-content-wrapper {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .hero-dark .hero-content-wrapper {
    padding-top: 1.5rem;
  }
}
.hero-dark .btn-primary-outline {
  background-color: transparent;
  border-color: #e8dcc5;
  color: #e8dcc5;
}
.hero-dark .btn-primary-outline:hover {
  background-color: #e8dcc5;
  border-color: #e8dcc5;
  color: #212121;
}

@keyframes heroCtaPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.028);
  }
}

.hero-dark .hero-cta-pulse,
.bg-black .hero-cta-pulse {
  -webkit-animation: heroCtaPulse 2.6s ease-in-out infinite;
          animation: heroCtaPulse 2.6s ease-in-out infinite;
  transform-origin: center;
}

.hero-dark .hero-cta-pulse--delay,
.bg-black .hero-cta-pulse--delay {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

/* ── YouTube Shorts Carousel ────────────────────────────────── */
.shorts-carousel-wrapper {
  position: relative;
  padding: 0 56px;
}

.shorts-video-wrap {
  position: relative;
  height: 460px;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.shorts-video-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #111;
}

.shorts-video-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.shorts-video-link:hover img {
  transform: scale(1.04);
  opacity: 0.85;
}

.shorts-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
}

/* Botão "Ver mais no YouTube" com capa (thumbnail) */
.youtube-cta-banner {
  position: relative;
  min-height: 104px;
  padding: 22px 28px !important;
  border-radius: 12px !important;
  overflow: hidden;
  border: none !important;
  background-color: #1a1a1a !important;
  background-image: linear-gradient(
      105deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.45) 55%,
      rgba(0, 0, 0, 0.35) 100%
    ),
    url("https://img.youtube.com/vi/54iMgCHOSB0/hqdefault.jpg");
  background-size: cover;
  background-position: center;
  color: #e8dcc5 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.youtube-cta-banner:hover {
  color: #e8dcc5 !important;
  filter: brightness(1.06);
}
@media (max-width: 480px) {
  .youtube-cta-banner {
    padding: 16px 18px !important;
  }
}

.youtube-cta-banner .animate-arrow-up svg path {
  stroke: #e8dcc5 !important;
  stroke-opacity: 1 !important;
}

.shorts-btn-prev,
.shorts-btn-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #3b1979;
  color: #e8dcc5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 12px rgba(59, 25, 121, 0.4);
}

.shorts-btn-prev:hover,
.shorts-btn-next:hover {
  background: #2a1158;
  transform: translateY(-50%) scale(1.08);
}

.shorts-btn-prev { left: 0; }
.shorts-btn-next { right: 0; }

.shorts-btn-prev.swiper-button-disabled,
.shorts-btn-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.shorts-pagination {
  text-align: center;
  margin-top: 24px;
}

.shorts-pagination .swiper-pagination-bullet {
  background: #3b1979;
  opacity: 0.4;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  transition: opacity 0.2s, transform 0.2s;
}

.shorts-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
}

@media (max-width: 767px) {
  .shorts-carousel-wrapper { padding: 0 clamp(10px, 3vw, 44px); }
  .shorts-video-wrap {
    height: auto;
    min-height: 0;
    aspect-ratio: 9 / 16;
    max-height: min(78vh, 520px);
  }
}

@media (max-width: 575px) {
  .shorts-video-wrap {
    max-height: min(72vh, 480px);
  }
}

/* ── Portfólio (projects.html): faixas texto + prévia vertical ── */
.portfolio-cases-section .portfolio-section-head__kicker {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-section-head__title {
  font-size: clamp(1.65rem, 4.2vw, 2.45rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #e8dcc5 !important;
}

.portfolio-section-head__lead {
  font-size: clamp(0.95rem, 2.1vw, 1.0625rem);
  line-height: 1.55;
  color: rgba(232, 220, 197, 0.72);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-cases-loading {
  color: rgba(232, 220, 197, 0.55);
}

.portfolio-cases-loading[hidden] {
  display: none !important;
}

.portfolio-cases {
  width: 100%;
}

.portfolio-case {
  padding: clamp(2rem, 5vw, 3.25rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.portfolio-case:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.portfolio-case__title {
  font-family: Syne, sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: #ffb646 !important;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.portfolio-case__body .portfolio-case__p,
.portfolio-case__body .paragraph {
  color: rgba(232, 220, 197, 0.9) !important;
  font-size: 1.02rem;
  line-height: 1.68;
}

.portfolio-case__empty {
  color: rgba(232, 220, 197, 0.5) !important;
  font-size: 0.95rem;
}

.portfolio-case__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portfolio-case__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-case__frame {
  width: 100%;
  max-width: 300px;
}

/* Ensaios / Desdobramentos: várias capas (campo image, várias linhas) — fila alinhada */
.portfolio-case__frame--cover-strip {
  max-width: 100% !important;
  width: 100%;
}
.portfolio-case__cover-strip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: stretch;
  width: 100%;
  min-height: 0;
}
.portfolio-case__cover-strip-item {
  flex: 1 1 0;
  min-width: 0;
  max-width: 25%;
}
.portfolio-case__cover-strip-inner {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.portfolio-case__cover-strip-inner img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
@media (max-width: 575px) {
  .portfolio-case__cover-strip {
    flex-wrap: wrap;
  }
  .portfolio-case__cover-strip-item {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
  .portfolio-case__cover-strip-inner,
  .portfolio-case__cover-strip-inner img {
    min-height: 160px;
  }
}
@media (min-width: 992px) {
  .portfolio-case__frame--cover-strip {
    max-width: 520px;
    margin-left: auto;
    margin-right: 0;
  }
  .portfolio-case__cover-strip-inner,
  .portfolio-case__cover-strip-inner img {
    min-height: 220px;
  }
}

@media (min-width: 992px) {
  .portfolio-case__frame {
    max-width: 312px;
    margin-left: auto;
    margin-right: 0;
  }
}

.portfolio-case .portfolio-case__shorts.shorts-video-wrap {
  height: auto !important;
  aspect-ratio: 9 / 16;
  max-height: min(520px, 70vh);
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.portfolio-case .shorts-video-link:hover img {
  transform: scale(1.03);
}

/* Projetos: secções + grelha de fotos extra (admin → gallery) */
.portfolio-cases__group {
  margin-top: clamp(2.25rem, 5vw, 3.5rem);
}
.portfolio-cases__group:first-child {
  margin-top: 0;
}
.portfolio-cases__group-title {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffb646 !important;
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 182, 70, 0.2);
}
.portfolio-case__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  max-width: 100%;
}
/* Ensaios + Desdobramentos: até 4 fotos numa fila alinhada */
.portfolio-case__gallery--row4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 100%;
}
.portfolio-case__gallery--row4 .portfolio-case__gallery-item {
  flex: 1 1 0;
  min-width: 0;
}
.portfolio-case__gallery--row4 .portfolio-case__gallery-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .portfolio-case__gallery--row4 .portfolio-case__gallery-item img {
    height: 130px;
  }
}
@media (max-width: 575px) {
  .portfolio-case__gallery--row4 {
    flex-wrap: wrap;
  }
  .portfolio-case__gallery--row4 .portfolio-case__gallery-item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
.portfolio-case__gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.portfolio-case__gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.portfolio-case__gallery-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .portfolio-case__gallery:not(.portfolio-case__gallery--row4) {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .portfolio-case__gallery:not(.portfolio-case__gallery--row4) .portfolio-case__gallery-item img {
    height: 130px;
  }
}

/* Texto utilitário Bootstrap: branco → creme da marca */
.text-white {
  color: #e8dcc5 !important;
}

/* —— Telemóvel: sem “deslizar” na horizontal, texto claro nos blocos escuros —— */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (max-width: 767.98px) {
  html,
  body {
    overscroll-behavior-x: none;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
    max-width: 100%;
  }
  /* Sobre / secções: evita títulos cortados (“Nascido…”) */
  .based-in-german-title {
    font-size: clamp(1.25rem, 5.2vw, 1.75rem) !important;
    line-height: 1.25 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #e8dcc5 !important;
  }
  .bg-dark .paragraph,
  .bg-dark .about-section .paragraph {
    color: rgba(232, 220, 197, 0.9) !important;
  }
  .text-worldwide {
    color: rgba(232, 220, 197, 0.9) !important;
  }
  .text-counter {
    font-variant-numeric: tabular-nums;
  }
  /* Blocos de estatísticas (Sobre / home) — “700+”, “150+” etc.: letras nunca cinza a negro em fundo escuro */
  .bg-dark .award-stat-card__num {
    color: #e8dcc5 !important;
    font-variant-numeric: tabular-nums;
  }
  .bg-dark .award-stat-card__desc {
    color: rgba(232, 220, 197, 0.9) !important;
  }
}