@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.3em;
}

h1, h2, h3 {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

a {
  color: white;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cover {
  background-size: cover;
  background-position: center;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #121212;
  font-size: calc(0.12vw + 1rem);
  color: white;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 1000000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  will-change: opacity;
}

.svg path, .svg g, .svg polygon {
  transition: 0.25s all;
}

.page-limit {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1500px) {
  .page-limit {
    max-width: 1200px;
    padding: 0 30px;
  }
}
@media (max-width: 1300px) {
  .page-limit {
    max-width: 90%;
  }
}
@media (max-width: 899px) {
  .page-limit {
    padding: 0 50px;
  }
}
@media (max-width: 599px) {
  .page-limit {
    padding: 0 15px;
  }
}
.page-limit.nav-spacer {
  padding: 0 60px;
  max-width: 100%;
}
.page-limit.big {
  max-width: 90%;
}
.page-limit.small {
  max-width: 1300px;
}
@media (max-width: 1400px) {
  .page-limit.small {
    max-width: 1100px;
  }
}
.page-limit.smaller {
  max-width: 610px;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: calc(2.14vw + 1rem);
  color: white;
}

h1 .char,
h2 .char {
  color: inherit;
  position: relative;
  z-index: 1;
  display: inline-block;
}

h1 {
  font-size: 3rem;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 2.3rem;
  }
}

h2 {
  font-size: 2.9375rem;
  font-weight: 700;
}

h3 {
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
  padding: 10px 0 0 0;
}

h4 {
  font-size: 1.5rem;
  color: white;
}

a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: white;
}

a.underline:after {
  background: none repeat scroll 0 0 transparent;
  top: 33px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #f1b247;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 0;
}
@media (max-width: 1400px) {
  a.underline:after {
    top: 56px;
  }
}
@media (max-width: 768px) {
  a.underline:after {
    height: 0;
  }
}

a:hover:after {
  width: 20%;
  left: 40%;
}

@media screen and (max-height: 300px) {
  ul {
    margin-top: 40px;
  }
}
a:active, a:visited, a:link, a:hover {
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none;
}

section {
  background: #121212;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  background: transparent;
  padding: 20px 20px;
  color: #F1B247;
  border-radius: 4px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 3px;
  background: linear-gradient(135deg, #db7d12 0%, #818181 25%, #e68f0d 50%, #4e4e4e 75%, #f18407 100%);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  animation: btnBorderRotate 8s ease-in-out infinite;
}
.btn:hover {
  background-color: #F1B247;
  color: white;
}

@keyframes btnBorderRotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
span.highlight-word, .highlight-word {
  color: #f1b247;
}

/*

Theme Name: Michał Lachowski Portfolio Page
Text Domain: Michał Lachowski Portfolio Page
Version: 1.0 
Description: Custom theme
Author: Michal Lachowski

*/
/* Make text non-selectable across the site */
body,
body *:not(#form *, input, textarea) {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Allow selection for form inputs */
#form,
#form *,
input,
textarea {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

section {
  background: transparent;
}

body {
  overflow: hidden !important;
}

#navbar {
  margin-right: 0;
}
#navbar #menuToggle .menu a {
  margin: 0 30px;
  text-align: center;
}
#navbar #menuToggle .menu a:last-child {
  margin-right: 0;
}

#header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 100;
  background: transparent;
  display: flex;
  padding-top: 30px;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, padding-top 0.3s ease, border-bottom-color 0.1s ease;
  /*mobile menu*/
  /* Menu items */
  /* Staggered animation */
  /* Media query for mobile-only styles */
  /* Desktop menu styles */
}
#header .header.page-limit {
  display: flex;
  align-items: center;
  width: 100%;
}
#header.mobile {
  padding-top: 0;
  border-bottom-color: orange;
  background-color: #151515;
}
#header.mobile .logo {
  height: 50px;
  width: auto;
  padding: 10px 0;
  transition: height 0.3s ease, width 0.3s ease;
}
#header .logo {
  width: auto;
  height: 70px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.3s ease, width 0.3s ease;
}
#header .logo-wrapper {
  height: 75px;
  width: 70px;
}
#header .logo-wrapper #headerLogo {
  width: 70px;
  height: 70px;
}
#header .logo-wrapper #headerLogo #arrow {
  transition: transform 0.4s ease;
}
@media (max-width: 899px) {
  #header .logo {
    height: 48px;
  }
  #header .logo-wrapper {
    height: 52px;
    width: 48px;
  }
  #header .logo-wrapper #headerLogo {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 599px) {
  #header {
    padding-top: 0;
  }
  #header .logo {
    height: 38px;
  }
  #header .logo-wrapper {
    height: 40px;
    width: 40px;
  }
  #header .logo-wrapper #headerLogo {
    width: 38px;
    height: 38px;
  }
}
#header #navbar {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
#header #navbar .menu a {
  transition: color 0.3s ease;
}
#header .menu-wrapper ul.menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #333;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 0;
  transform: translateX(100%) scale(1);
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease;
  z-index: 999;
}
#header .menu-wrapper ul.menu.active {
  transform: translateX(0) scale(1);
  opacity: 1;
  right: 0;
  top: 0;
}
#header .menu-wrapper ul.menu a {
  text-decoration: none;
  color: white;
  padding: 15px 0;
  font-size: 18px;
  border-bottom: 1px solid #444;
  transform: translateX(50px);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
#header .menu-wrapper ul.menu a:nth-child(1) {
  transition-delay: 0.1s;
}
#header .menu-wrapper ul.menu a:nth-child(2) {
  transition-delay: 0.2s;
}
#header .menu-wrapper ul.menu a:nth-child(3) {
  transition-delay: 0.3s;
}
#header .menu-wrapper ul.menu.active a {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 768px) {
  #header .menu-wrapper ul.menu {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  #header .menu-wrapper ul.menu {
    position: static; /* Default desktop behavior */
    display: flex;
    flex-direction: row;
    background: none;
    height: auto;
    padding: 0;
    right: auto;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#banner {
  display: flex;
  height: 100vh;
  flex-direction: column;
  position: relative;
}
#banner .headline-wrapper {
  z-index: 1;
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
  height: 90vh;
  text-align: center;
}
#banner .headline-wrapper .headline-text {
  align-self: center;
  margin-top: 150px;
}
@media (max-width: 599px) {
  #banner .headline-wrapper {
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-top: env(safe-area-inset-top, 0);
  }
  #banner .headline-wrapper .headline-text {
    margin-top: 0;
    transform: translateY(-18%);
  }
}
#banner .headline-wrapper .headline-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 200px;
  z-index: 1;
  /* Tablet: 600px – 899px */
  /* Mobile: under 600px – centered, shifted up for mobile browser chrome */
}
@media (min-width: 1921px) {
  #banner .headline-wrapper .headline-text {
    margin-bottom: 300px;
  }
}
#banner .headline-wrapper .headline-text h1 {
  font-size: 90px;
}
#banner .headline-wrapper .headline-text h2 {
  font-size: 72px;
  padding-top: 30px;
}
#banner .headline-wrapper .headline-text .btn {
  margin-top: 50px;
  align-self: center;
  font-weight: 700;
}
@media (max-width: 899px) {
  #banner .headline-wrapper .headline-text {
    margin-top: 100px;
    margin-bottom: 120px;
  }
  #banner .headline-wrapper .headline-text h1 {
    font-size: 58px;
  }
  #banner .headline-wrapper .headline-text h2 {
    font-size: 38px;
    padding-top: 24px;
  }
  #banner .headline-wrapper .headline-text .btn {
    margin-top: 36px;
    font-size: 14px;
    padding: 12px 18px;
    min-height: auto;
  }
}
@media (max-width: 599px) {
  #banner .headline-wrapper .headline-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  #banner .headline-wrapper .headline-text h1 {
    font-size: 45px;
  }
  #banner .headline-wrapper .headline-text h2 {
    font-size: 45px;
    padding-top: 16px;
  }
  #banner .headline-wrapper .headline-text .btn {
    margin-top: 28px;
    min-height: auto;
    padding: 20px 0px;
    font-size: 18px;
  }
}

.language-toggle {
  position: fixed;
  right: 30px;
  bottom: 24px;
  z-index: 110;
  min-width: auto;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transform: scale(1) translateZ(0);
  transform-origin: bottom right;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.18s ease-out;
}
.language-toggle .language-toggle-label {
  display: inline-block; /* so vertical and horizontal margins apply */
  margin-right: 5px;
}
.language-toggle:hover {
  transform: scale(1.04) translateZ(0);
}
.language-toggle:focus-visible {
  outline: 2px solid #f1b247;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .language-toggle {
    right: 14px;
    bottom: 16px;
    font-size: 14px;
  }
  .language-toggle .language-toggle-label {
    margin-right: 20px;
    margin-bottom: 5px;
  }
}
.headline {
  display: flex;
}
.headline h1 {
  font-size: 60px;
  font-weight: 700;
}

#header .header.page-limit #dynamic-header-title-container {
  padding-left: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-width: 200px;
  height: 70px;
  position: relative;
  will-change: transform;
  z-index: 10;
}
#header .header.page-limit #dynamic-header-title-container .header-dynamic-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
  will-change: transform, opacity;
  z-index: 10;
  transform-origin: left center;
}
@media (max-width: 599px) {
  #header .header.page-limit #dynamic-header-title-container .header-dynamic-title {
    font-size: 26px;
  }
}
@media (max-width: 599px) {
  #header .header.page-limit #dynamic-header-title-container {
    padding-left: 15px;
  }
}

#header .header.page-limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
#header .header.page-limit .logo-wrapper {
  flex-shrink: 0;
  z-index: 11;
}
#header .header.page-limit #navbar.menu-wrapper {
  flex-shrink: 0;
  margin-left: auto;
  z-index: 11;
}

#about {
  display: flex;
  flex-direction: column;
  /* Tablet: 600px – 899px */
  /* Mobile: under 600px – padding-top for consistent alignment; safe-area for notched devices */
}
#about .about-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 40px;
}
#about .about-wrapper::before {
  display: none;
}
#about .about-wrapper-headline .about-text p {
  font-size: 42px;
  line-height: 1.3em;
}
#about .about-wrapper-headline .about-text p:nth-child(2) {
  margin-top: 30px;
  line-height: 1.7em;
  font-size: 24px;
  font-weight: 400;
}
#about .about-wrapper-headline .about-text p a.cta-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline;
  line-height: inherit;
  vertical-align: baseline;
  transition: none;
}
#about .about-wrapper-headline .about-text p a.cta-link:hover {
  opacity: 1;
}
#about .about-wrapper-headline .about-text p a.cta-link .highlight-word {
  display: inline;
  line-height: inherit;
  vertical-align: baseline;
}
#about .about-wrapper-headline .about-text p a.cta-link .glow-word {
  position: relative;
  display: inline;
  line-height: inherit;
  vertical-align: baseline;
  white-space: nowrap;
  background: linear-gradient(135deg, #fcfbf8 0%, #f1b247 20%, #ffd700 40%, #ffda74 60%, #d4a017 80%, #c9a236 100%);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: illuminateGlow 4s ease-in-out infinite;
  font-weight: 400;
}
@media (max-width: 768px) {
  #about .about-wrapper-headline .about-text p a.cta-link .glow-word {
    animation: none;
    background-position: 50% 50%;
  }
}
#about .about-wrapper-headline .about-text p:nth-child(3) {
  margin-top: 30px;
  line-height: 2em;
}
@media (max-width: 899px) {
  #about .about-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
  }
  #about .about-wrapper-headline {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #about .about-wrapper-headline .about-text p {
    font-size: 32px;
  }
  #about .about-wrapper-headline .about-text p:nth-child(2) {
    font-size: 20px;
    margin-top: 20px;
  }
  #about .about-wrapper-headline .about-text p:nth-child(3) {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  #about {
    padding-top: calc(80px + env(safe-area-inset-top, 0px));
  }
  #about .about-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 45px;
  }
  #about .about-wrapper-headline {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  #about .about-wrapper-headline .headline h1 {
    font-size: 36px;
  }
  #about .about-wrapper-headline .about-text p {
    font-size: 24px;
    line-height: 1.35em;
  }
  #about .about-wrapper-headline .about-text p:nth-child(2) {
    font-size: 17px;
    line-height: 1.5em;
    margin-top: 16px;
  }
  #about .about-wrapper-headline .about-text p:nth-child(3) {
    margin-top: 16px;
    line-height: 1.6em;
  }
}

@keyframes illuminateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#technologies {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 510px;
  height: 510px;
  max-width: 510px;
  max-height: 510px;
  /* Tablet: 600px – 899px – 2x2 grid, smaller boxes */
}
#technologies .box {
  text-align: center;
  background: rgba(3, 3, 3, 0.65) !important; /* Semi-transparent dark */
  position: relative;
  width: 200px;
  height: 200px;
  margin: 25px;
  border-radius: 10px;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  border: 1px solid rgba(83, 71, 71, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(255, 255, 255, 0.05);
}
@media (max-width: 768px) {
  #technologies .box {
    will-change: auto;
  }
}
#technologies .box h4 {
  font-size: 18px;
  transition: color 0.3s ease;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  #technologies .box h4 {
    will-change: auto;
  }
}
#technologies .box:hover {
  transform: scale(0.95);
}
#technologies .box:hover::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  border-radius: 15px;
}
#technologies .box:hover img {
  transform: scale(1.06);
}
#technologies .box:hover h4 {
  color: rgba(255, 255, 255, 0.95);
}
#technologies .box img {
  padding: 10px;
  height: 120px;
  filter: saturate(1);
  transition: filter 0.3s ease, transform 0.3s ease;
}
#technologies .box img:hover {
  filter: saturate(2.5) brightness(1.3);
}
#technologies .box img:hover.lighter {
  background-color: #f87d53;
}
@media (max-width: 899px) {
  #technologies {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    gap: 16px;
    margin: 0;
  }
  #technologies .box {
    width: 160px;
    height: 160px;
    margin: 12px;
  }
  #technologies .box h4 {
    font-size: 16px;
  }
  #technologies .box img {
    height: 90px;
    padding: 8px;
  }
}
@media (max-width: 599px) {
  #technologies {
    position: relative;
  }
  #technologies .box {
    width: 100px;
    height: 100px;
    margin: 10px;
  }
}

.about-wrapper-headline {
  align-content: center;
}

.portfolio-wrapper {
  display: flex;
  width: 100%;
}
.portfolio-wrapper .portfolio-content {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 700px;
  overflow: hidden;
}
.portfolio-wrapper .portfolio-content .portfolio-divider {
  flex-shrink: 0;
  width: 1px;
  margin: 0 35px 0 0px;
  background: linear-gradient(to bottom, rgba(192, 141, 23, 0) 0%, rgba(192, 141, 23, 0.08) 10%, rgba(192, 141, 23, 0.15) 18%, rgba(192, 141, 23, 0.158) 35%, #c08d17 50%, rgba(192, 141, 23, 0.35) 55%, rgba(192, 141, 23, 0.15) 82%, rgba(192, 141, 23, 0.08) 90%, rgba(192, 141, 23, 0) 100%);
  background-size: 100% 600%;
  animation: portfolioDividerShift 8s ease-in-out infinite;
}
@media (max-width: 768px) {
  .portfolio-wrapper .portfolio-content .portfolio-divider {
    animation: none;
    background-position: 0 50%;
  }
}
.portfolio-wrapper .portfolio-content .left {
  padding-left: 60px;
  position: relative;
  width: 950px;
  margin: 50px 0 0 0;
}
.portfolio-wrapper .portfolio-content .left h1 {
  font-size: 32px;
}
.portfolio-wrapper .portfolio-content .left h3 {
  font-size: 22px;
  font-weight: 400;
  color: rgb(167, 165, 165);
}
.portfolio-wrapper .portfolio-content .left p {
  padding-top: 15px;
  width: 800px;
  font-weight: 300;
  line-height: 1.5em;
}
.portfolio-wrapper .portfolio-content .left #mockup {
  position: absolute;
  right: 70px;
  top: 200px;
}
.portfolio-wrapper .portfolio-content .left #mockup img {
  width: 700px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-wrapper .portfolio-content .right {
  flex: 0 0 38%;
  max-width: 420px;
  height: 100%;
  padding: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  box-sizing: border-box;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media (max-width: 768px) {
  .portfolio-wrapper .portfolio-content .right {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}
.portfolio-wrapper .portfolio-content .right .portfolio-block {
  padding: 0 0 10px 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0;
  width: auto;
  height: auto;
  text-align: left;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block:last-of-type {
  padding-bottom: 20px;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block h4 {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 5px 0;
  letter-spacing: 0.02em;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(224, 224, 224, 0.9);
  margin: 0;
  font-weight: 300;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 13px;
  color: rgba(224, 224, 224, 0.9);
  line-height: 1.4;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c08d17;
  font-weight: bold;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: rgba(224, 224, 224, 0.9);
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c08d17;
  font-size: 16px;
  line-height: 1.2;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin: 0;
  position: relative;
  padding-top: 2px;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li::before {
  content: counter(keywin, decimal-leading-zero);
  counter-increment: keywin;
  font-size: 22px;
  font-weight: 700;
  color: #c08d17;
  line-height: 1;
  margin-bottom: 2px;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li strong {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li span {
  font-size: 11px;
  color: rgba(224, 224, 224, 0.8);
  line-height: 1.35;
  font-weight: 300;
}
.portfolio-wrapper .portfolio-content .right .portfolio-block:has(ul.key-wins) {
  counter-reset: keywin;
}
.portfolio-wrapper .portfolio-content .right .portfolio-next {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.portfolio-wrapper .portfolio-content .right .portfolio-next .btn {
  width: auto;
  min-width: 140px;
  padding-inline: 22px;
  white-space: nowrap;
}
html[lang=pl] .portfolio-wrapper .portfolio-content .right {
  padding: 25px 0 0 0;
}

@media (max-width: 899px) {
  #about.section,
  #portfolio.section,
  #form.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
  }
  #about.section {
    padding-top: 20px;
  }
  #portfolio.section {
    padding-top: 30px;
  }
  #about .about-wrapper {
    flex: 0 0 auto;
  }
  .portfolio-wrapper {
    flex: 0 0 auto;
    min-height: 0;
    flex-direction: column;
    justify-content: center;
  }
  .portfolio-wrapper .portfolio-content {
    display: grid;
    grid-template-areas: "header1" "header2" "right" "mockup";
    grid-template-rows: auto auto auto auto;
    flex-direction: unset;
    height: auto;
    min-height: 0;
    overflow: visible;
    align-items: stretch;
    padding: 0 20px;
  }
  .portfolio-wrapper .portfolio-content .portfolio-divider {
    display: none;
  }
  .portfolio-wrapper .portfolio-content .left {
    display: contents;
  }
  .portfolio-wrapper .portfolio-content .left h1 {
    grid-area: header1;
    font-size: 26px;
    margin-bottom: 0.25em;
  }
  .portfolio-wrapper .portfolio-content .left h3 {
    grid-area: header2;
    font-size: 17px;
    margin-top: 0;
  }
  .portfolio-wrapper .portfolio-content .left p {
    display: none;
  }
  .portfolio-wrapper .portfolio-content .left #mockup {
    grid-area: mockup;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 24px;
    width: 100%;
  }
  .portfolio-wrapper .portfolio-content .left #mockup img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .portfolio-wrapper .portfolio-content .right {
    grid-area: right;
    flex: none;
    max-width: none;
    width: 100%;
    padding: 0;
    padding-top: 8px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack {
    grid-template-columns: 1fr;
  }
  .portfolio-wrapper .portfolio-content .right section.portfolio-block:nth-child(3),
  .portfolio-wrapper .portfolio-content .right section.portfolio-block:nth-child(4) {
    display: none;
  }
  html[lang=pl] .portfolio-wrapper .portfolio-content .right {
    padding-top: 8px;
  }
}
@media (max-width: 599px) {
  .portfolio-wrapper .portfolio-content .portfolio-divider {
    margin: 20px 0;
  }
  .portfolio-wrapper .portfolio-content .left h1 {
    font-size: 26px;
    color: #F1B247;
  }
  .portfolio-wrapper .portfolio-content .left h3 {
    font-size: 16px;
  }
  .portfolio-wrapper .portfolio-content .left #mockup {
    margin-top: 20px;
  }
  .portfolio-wrapper .portfolio-content .left #mockup img {
    max-width: 250px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block {
    padding: 0 0 12px 0;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block:last-of-type {
    padding-bottom: 16px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block h4 {
    font-size: 13px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block p {
    font-size: 12px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li {
    font-size: 12px;
    padding-left: 20px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li {
    font-size: 12px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li strong {
    font-size: 10px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li span {
    font-size: 10px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li::before {
    font-size: 18px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-next .btn {
    min-width: 120px;
    padding-inline: 18px;
  }
}
@media (max-width: 380px) {
  .portfolio-wrapper .portfolio-content .portfolio-divider {
    margin: 16px 0;
  }
  .portfolio-wrapper .portfolio-content .left h1 {
    font-size: 20px;
  }
  .portfolio-wrapper .portfolio-content .left h3 {
    font-size: 14px;
  }
  .portfolio-wrapper .portfolio-content .left #mockup {
    margin-top: 16px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block {
    padding: 0 0 10px 0;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block:last-of-type {
    padding-bottom: 14px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block h4 {
    font-size: 12px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block p, .portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li, .portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li {
    font-size: 11px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li strong, .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li span {
    font-size: 10px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li::before {
    font-size: 16px;
  }
}
@keyframes portfolioDividerShift {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 0% 70%;
  }
  100% {
    background-position: 0% 20%;
  }
}
#form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
#form .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  z-index: 2;
}
#form .form-wrapper {
  width: 90%;
  z-index: 10;
  margin: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
#form .form-left {
  flex: 0 0 auto;
  width: 640px;
}
#form .form-right {
  margin-right: 100px !important;
}
html[lang=pl] #form .form-right {
  margin-right: 150px !important;
}
#form .form-container {
  position: relative;
  padding: 20px;
  background: transparent;
  border-radius: 16px;
}
#form .form-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, #b99007 0%, #181613 25%, #c08d17 50%, #221f1b 75%, #ca8b15 100%);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  animation: borderRotate 8s ease-in-out infinite;
}
#form .form-container form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@keyframes borderRotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#form .input-wrapper {
  position: relative;
  margin-bottom: 15px;
}
#form .input-wrapper .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #f1b247;
  font-size: 18px;
  pointer-events: none;
  z-index: 3;
}
#form .input-wrapper input, #form .input-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.38) !important;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(15, 11, 3, 0.3);
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 18px;
  z-index: 2;
  padding: 12px 15px 12px 45px;
  transition: all 0.3s ease;
}
#form .input-wrapper input::-moz-placeholder, #form .input-wrapper textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#form .input-wrapper input::placeholder, #form .input-wrapper textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#form .input-wrapper input:focus, #form .input-wrapper textarea:focus {
  outline: none;
  border-color: rgba(241, 179, 71, 0.342);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 0 12px rgba(241, 178, 71, 0.1);
}
#form .input-wrapper input {
  height: 48px;
}
#form .input-wrapper textarea {
  height: 150px;
  resize: vertical;
  padding-top: 20px;
}
#form .input-wrapper:has(textarea) .input-icon {
  top: 26px;
  transform: none;
}
#form .button-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
#form .button-wrapper .btn {
  flex-shrink: 0;
}
#form .button-wrapper .button-subtext {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.3;
}
#form .form-right {
  flex: 0 0 auto;
}
#form .form-right .form-main-heading {
  font-size: 3.4rem;
  font-weight: 800;
  color: #f1b247;
  margin-bottom: 25px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#form .form-right .form-description {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}
#form .form-right .form-description .fa {
  color: #f1b247;
  margin-right: 10px;
  font-size: 1.1rem;
}

@media (max-width: 899px) {
  #form .wrapper {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #form .form-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 92%;
    max-width: 520px;
    height: auto;
    gap: 36px;
  }
  #form .form-left {
    width: 100%;
  }
  #form .form-right {
    margin-right: 0 !important;
    text-align: center;
    order: -1;
  }
  #form .form-right .form-main-heading {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  #form .form-right .form-description {
    font-size: 1.15rem;
  }
  #form .form-container {
    padding: 16px;
  }
  #form .input-wrapper input,
  #form .input-wrapper textarea {
    font-size: 16px;
    padding: 10px 12px 10px 42px;
  }
  #form .input-wrapper .input-icon {
    font-size: 16px;
    left: 12px;
  }
  #form .button-wrapper {
    flex-wrap: wrap;
    gap: 12px;
  }
  html[lang=pl] #form .form-right {
    margin-right: 0 !important;
  }
}
@media (max-width: 599px) {
  #form .form-wrapper {
    width: 94%;
    gap: 28px;
  }
  #form .form-right .form-main-heading {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  #form .form-right .form-description {
    font-size: 1rem;
    line-height: 1.6;
  }
  #form .form-right .form-description .fa {
    margin-right: 8px;
    font-size: 1rem;
  }
  #form .form-container {
    padding: 14px;
  }
  #form .input-wrapper {
    margin-bottom: 12px;
  }
  #form .input-wrapper input,
  #form .input-wrapper textarea {
    font-size: 16px;
    padding: 10px 10px 10px 40px;
  }
  #form .input-wrapper input {
    height: 44px;
  }
  #form .input-wrapper textarea {
    height: 120px;
    padding-top: 14px;
  }
  #form .input-wrapper .input-icon {
    left: 10px;
    font-size: 15px;
  }
  #form .button-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
    gap: 8px;
  }
  #form .button-wrapper .btn {
    width: 100%;
  }
  #form .button-wrapper .button-subtext {
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 380px) {
  #form .form-wrapper {
    width: 96%;
    gap: 24px;
  }
  #form .form-right .form-main-heading {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #form .form-right .form-description {
    font-size: 0.95rem;
  }
  #form .form-right .form-description .fa {
    margin-right: 6px;
  }
  #form .form-container {
    padding: 12px;
  }
  #form .form-container::before {
    border-radius: 10px;
  }
  #form .input-wrapper {
    margin-bottom: 10px;
  }
  #form .input-wrapper input,
  #form .input-wrapper textarea {
    padding: 8px 8px 8px 36px;
    font-size: 16px;
  }
  #form .input-wrapper input {
    height: 42px;
  }
  #form .input-wrapper textarea {
    height: 100px;
  }
  #form .input-wrapper .input-icon {
    left: 10px;
    font-size: 14px;
  }
  #form .button-wrapper .button-subtext {
    font-size: 11px;
  }
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2; /* Ensure the video is behind overlay and content */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1; /* Ensure the overlay is behind content but above the video */
}

.content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .section {
    will-change: auto;
  }
  .section.section-transitioning {
    will-change: transform, opacity;
  }
}
.section .headline, .section .headline h1, .section .headline h2, .section .headline p, .section .headline .btn,
.section .about-wrapper, .section .portfolio-wrapper, .section .form-wrapper, .section .services-wrapper,
.section .headline-wrapper, .section .headline-text h1, .section .headline-text h2, .section .headline-text .btn,
.section .flip-cards-container, .section .form-left, .section .form-right {
  opacity: 0;
}

.about-wrapper-headline {
  width: 700px;
  padding-right: 50px;
}

.headline-wrapper, .wrapper {
  width: 80%;
  margin: 0 auto;
}

#banner, #about, #portfolio, #form {
  position: relative;
  overflow: hidden;
}

.section-glass-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1500px;
  height: 650px;
  min-height: 500px;
  z-index: 0;
  pointer-events: none;
  transform-origin: center center;
  will-change: transform, opacity, height, visibility;
  opacity: 0;
  visibility: hidden;
  /* Glassmorphism Core */
  border-radius: 16px;
  background: rgba(21, 21, 21, 0.65);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 0 12px rgba(192, 141, 23, 0.1), 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(126, 126, 126, 0.05);
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  /* Mobile/tablet: top 80px (below header), bottom 10px (offset from viewport bottom) */
}
@media (max-width: 768px) {
  .section-glass-container {
    will-change: auto;
  }
  .section-glass-container.glass-transitioning {
    will-change: transform, opacity, height, visibility;
  }
}
@media (max-width: 1500px) {
  .section-glass-container {
    width: 1200px;
    max-width: 1200px;
  }
}
@media (max-width: 1300px) {
  .section-glass-container {
    width: 90vw;
    max-width: 1200px;
  }
}
@media (max-width: 899px) {
  .section-glass-container {
    width: 90vw;
    max-width: none;
  }
}
@media (max-width: 599px) {
  .section-glass-container {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .section-glass-container {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .section-glass-container {
    top: 80px !important;
    bottom: 10px !important;
    left: 50% !important;
    margin-left: 0 !important;
    transform: translate(-50%, 0) !important;
  }
}
@media (max-width: 599px) {
  .section-glass-container {
    /* height = viewport - 80px top - 10px bottom so bottom edge is 10px from browser bottom */
    height: calc(100vh - 90px) !important;
    height: calc(100dvh - 90px) !important;
  }
}
.section-glass-container::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transition: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(21, 21, 21, 0.65) 0%, rgba(192, 141, 23, 0.08) 25%, rgba(192, 141, 23, 0.5) 50%, rgba(192, 141, 23, 0.08) 75%, rgba(21, 21, 21, 0.65) 100%);
  background-size: 100% 600%;
  background-repeat: no-repeat;
  background-position: 0 20%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: sectionGlassBorderRotate 8s ease-in-out infinite;
}
@media (max-width: 768px) {
  .section-glass-container::before {
    animation: none;
    background-position: 0 50%;
  }
}

@keyframes sectionGlassBorderRotate {
  0% {
    background-position: 0 20%;
  }
  50% {
    background-position: 0 70%;
  }
  100% {
    background-position: 0 20%;
  }
}
/* ============================================================
   SERVICES SECTION - Updated Services Layout – 2025 Version
   ============================================================
   Modern grouped accordion design with glassmorphism.
   ============================================================ */
#services {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
  padding: 0;
  /* Very narrow (e.g. iPhone SE): same font-size, equal height via min-height */
  /* Very small viewports (e.g. iPhone SE): allow scroll so expanded content is fully visible */
}
#services .services-wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 30px 0;
  margin-bottom: 35px;
}
#services .services-wrapper .headline {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  margin-bottom: 40px;
}
#services .services-wrapper .headline h1 {
  margin: 0;
  font-size: 60px;
}
#services .service-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  #services .service-categories-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#services .service-category {
  min-width: 0; /* keep 3 columns in one row on desktop */
  display: flex;
  flex-direction: column;
  background: rgba(21, 21, 21, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(83, 71, 71, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(255, 255, 255, 0.05);
  overflow: visible;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  will-change: transform, border-color, box-shadow;
}
@media (max-width: 768px) {
  #services .service-category {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    will-change: auto;
  }
}
#services .service-category::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, #b99007 0%, #181613 25%, #c08d17 50%, #221f1b 75%, #ca8b15 100%);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  #services .service-category:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(241, 178, 71, 0.2), 0 4px 20px rgba(0, 0, 0, 0.4), inset 0 0 16px rgba(255, 255, 255, 0.08);
  }
  #services .service-category:hover::before {
    opacity: 1;
    animation: serviceBorderRotate 8s ease-in-out infinite;
  }
}
@media (hover: none) {
  #services .service-category::before {
    animation: none;
  }
}
#services .service-category.is-expanded .category-toggle {
  transform: rotate(45deg);
}
@keyframes serviceBorderRotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#services .category-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  --shine-scale-x: 1;
  --shine-scale-y: 0.4;
  --shine-opacity: 0.7;
  --shine-color: rgba(241, 178, 71, 0.12);
  --shine-duration: 0.3s;
}
#services .category-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  width: 100%;
  aspect-ratio: 1/1;
  background: radial-gradient(ellipse at center, var(--shine-color) 0%, var(--shine-color) 25%, rgba(241, 178, 71, 0.06) 50%, transparent 70%, transparent 100%);
  opacity: 0;
  transition: transform var(--shine-duration) ease-out, opacity var(--shine-duration) ease-out;
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
}
#services .category-header:hover::before {
  transform: translate(-50%, -50%) scale(var(--shine-scale-x), var(--shine-scale-y));
  opacity: var(--shine-opacity);
}
#services .category-header > * {
  position: relative;
  z-index: 1;
}
#services .category-header:focus-visible {
  outline: 2px solid #f1b247;
  outline-offset: -2px;
}
#services .category-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
  line-height: 1;
}
#services .category-text {
  flex: 1;
  min-width: 0; /* allow shrink so header stays one line */
}
#services .category-title {
  font-size: 1.33rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px 0;
  line-height: 1.3;
}
#services .category-tagline {
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.4;
}
#services .category-toggle {
  font-size: 2rem;
  font-weight: 300;
  color: #f1b247;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}
#services .category-content {
  overflow: hidden;
  flex: 1;
  min-height: 0;
  max-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#services .service-list {
  flex: 1; /* takes space so CTA is pushed to bottom */
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 310px;
}
#services .service-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  opacity: 0;
  transform: translateY(20px);
}
#services .service-icon {
  color: #f1b247;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
#services .service-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
#services .service-text strong {
  color: #ffffff;
  font-weight: 600;
}
#services .category-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto; /* align with other cards’ CTAs at bottom */
  padding: 12px 62px;
  width: auto;
  min-width: 140px;
  background: transparent;
  border: 3px solid #F1B247;
  border-radius: 4px;
  color: #F1B247;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px);
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
}
#services .category-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F1B247;
  z-index: -1;
  clip-path: circle(0% at var(--x, 50%) var(--y, 50%));
  transition: clip-path 0.45s ease-out;
}
#services .category-cta.radial-hover::before {
  clip-path: circle(150% at var(--x, 50%) var(--y, 50%));
}
#services .category-cta.radial-hover {
  color: #000000;
}
@media (max-width: 899px) {
  #services .services-wrapper {
    padding: 20px 0;
    margin-bottom: 24px;
    min-height: 55vh;
  }
  #services .category-content {
    min-height: 0;
  }
  #services .headline {
    margin-bottom: 28px;
  }
  #services .headline h1 {
    font-size: 48px;
  }
  #services .service-categories-grid {
    gap: 16px;
  }
  #services .category-header {
    padding: 18px 20px;
  }
  #services .category-icon {
    font-size: 2rem;
  }
  #services .category-title {
    font-size: 1.15rem;
  }
  #services .category-tagline {
    font-size: 0.85rem;
  }
  #services .service-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  #services .services-wrapper {
    padding: 20px 0;
  }
  #services .services-wrapper .headline h1 {
    font-size: 42px;
  }
  #services .service-categories-grid {
    gap: 16px;
  }
  #services .category-header {
    padding: 20px 20px;
    gap: 16px;
  }
  #services .category-icon {
    font-size: 2rem;
  }
  #services .category-title {
    font-size: 1.15rem;
  }
  #services .category-tagline {
    font-size: 0.85rem;
  }
  #services .service-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 599px) {
  #services {
    padding-top: 200px; /* space for fixed header so centering is in visible area */
    min-height: 100vh;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    /* Same height for all collapsed boxes: min-height large enough for 2-line title so all three match */
  }
  #services .services-wrapper {
    padding: 12px 0;
    margin-bottom: 16px;
  }
  #services .headline {
    margin-bottom: 20px;
  }
  #services .headline h1 {
    font-size: 34px;
  }
  #services .service-categories-grid {
    gap: 12px;
  }
  #services .category-header {
    padding: 14px 16px;
  }
  #services .category-icon {
    font-size: 1.75rem;
  }
  #services .category-title {
    font-size: 1rem;
    padding: 0; /* mobile: remove global h3 padding for #services only */
  }
  #services .category-header {
    min-height: 6.5em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #services .category-tagline {
    font-size: 0.8rem;
  }
  #services .service-text {
    font-size: 0.85rem;
  }
  #services .category-cta {
    padding: 10px 48px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  #services .category-header {
    padding: 12px 12px;
    gap: 10px;
    min-height: 6.25em;
  }
  #services .category-icon {
    font-size: 1.45rem;
  }
}
@media (max-width: 480px) {
  #services {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (prefers-reduced-motion: reduce) {
  #services .service-category,
  #services .category-toggle,
  #services .category-content,
  #services .service-item {
    transition: none !important;
    animation: none !important;
  }
}

/* ============================================================
   BACKUP: OLD FLIP-CARD STYLES (2024)
   ============================================================
   Preserved for easy rollback. To restore, uncomment below
   and comment out the new styles above.
   ============================================================

[Old flip-card styles preserved in backup - removed to save space]

============================================================ */
/* Section Dot Navigation */
:root {
  --dot-nav-right-position: 30px;
}
@media (max-width: 599px) {
  :root {
    --dot-nav-right-position: 10px;
  }
}

.section-dots {
  position: fixed;
  top: 50%;
  right: var(--dot-nav-right-position);
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .section-dots {
    right: 5px;
  }
}
@media (max-width: 599px) {
  .section-dots {
    gap: 20px;
  }
}

.section-dot-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.section-dot-container .section-dot-label {
  position: absolute;
  right: 100%;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.section-dot-container:hover .section-dot-label {
  opacity: 1;
  transform: translateX(0);
}

.section-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  transform-origin: center center;
  will-change: transform;
}
@media (max-width: 768px) {
  .section-dot {
    will-change: auto;
  }
}
@media (max-width: 599px) {
  .section-dot {
    width: 10px;
    height: 10px;
  }
}
.section-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.section-dot.active {
  background-color: #F1B247;
}
.section-dot.active.effect-pulse::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(241, 178, 71, 0.5);
  left: 0;
  top: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-glass-container::before {
    animation: none !important;
    background-position: 0 50%;
  }
  .portfolio-divider {
    animation: none !important;
    background-position: 0 50%;
  }
  #form .form-container::before {
    animation: none !important;
    background-position: 50% 50%;
  }
  .about-wrapper .glow-word {
    animation: none !important;
    background-position: 50% 50%;
  }
  .section-dot.active.effect-pulse::after {
    animation: none !important;
  }
  .btn::before {
    animation: none !important;
    background-position: 50% 50%;
  }
  .service-category::before {
    animation: none !important;
  }
}
:root {
  --shuffle-word-width: 3.5ch;
  --shuffle-word-top-offset: 0.02em;
  --shuffle-top-cutoff: 0;
  --shuffle-bottom-cutoff: -30px;
}

.shuffle-wrapper {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}

.shuffle-container {
  display: block;
  position: relative;
  overflow: visible;
  vertical-align: baseline;
  height: 1em;
  line-height: 1.2;
  min-width: var(--shuffle-word-width);
  width: var(--shuffle-word-width);
  text-align: left;
  clip-path: inset(var(--shuffle-top-cutoff) 0 var(--shuffle-bottom-cutoff) 0);
}

.shuffle-word {
  display: block;
  position: absolute;
  top: var(--shuffle-word-top-offset);
  left: 0;
  color: #f1b247;
  white-space: nowrap;
  width: 100%;
}

section:not(#banner) .headline h1 {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

#header .header-dynamic-title {
  height: auto;
  overflow: visible;
  margin: 0;
  padding: 0;
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

body.banner-active .section-glass-container,
#banner .section-glass-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0px !important;
  pointer-events: none !important;
  transform: scale(0) !important;
  position: absolute !important;
  z-index: -9999 !important;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0) !important;
  overflow: hidden !important;
  max-height: 0 !important;
  max-width: 0 !important;
  border: none !important;
}

.socials {
  position: fixed;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}
.socials a {
  margin: 5px 0;
}
.socials img {
  width: 50px;
  transition: all 0.3s ease;
}
.socials img:hover {
  transform: scale(1.2);
}
.socials #line {
  width: 2px;
  height: 120px;
  background: white;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .socials {
    top: 24px;
    right: 25px;
    bottom: auto;
    left: auto;
    flex-direction: row;
    gap: 12px;
  }
  .socials a {
    margin: 0;
  }
  .socials img {
    width: 40px;
  }
  .socials #line {
    display: none;
  }
}

.scroll-down {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: opacity 0.3s ease;
}
@media (max-width: 599px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down .scroll-btn img {
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .scroll-down .scroll-btn img {
    height: 50px;
  }
}
.scroll-down .scroll-btn-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.4s ease;
}
@media (max-width: 599px) {
  .scroll-down .scroll-btn-arrow img {
    width: 10px;
  }
}

.scroll-up {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: opacity 0.3s ease;
}
.scroll-up .scroll-btn-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.4s ease;
}
@media (max-width: 599px) {
  .scroll-up {
    display: none;
  }
}

.scroll-toast {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  transform: translateX(450px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.scroll-toast .scroll-toast-icon {
  font-size: 20px;
  line-height: 1;
  opacity: 0.9;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.scroll-toast .scroll-toast-text {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .scroll-toast {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .language-toggle {
    font-size: 14px;
  }
  section:not(#banner) .headline h1 {
    font-size: 51px;
  }
  #about .about-wrapper-headline .about-text p {
    font-size: 27px;
  }
  #about .about-wrapper-headline .about-text p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 768px) and (max-width: 599px) {
  #about .about-wrapper-headline .headline h1 {
    font-size: 31px;
  }
  #about .about-wrapper-headline .about-text p {
    font-size: 20px;
  }
  #about .about-wrapper-headline .about-text p:nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #technologies .box h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) and (max-width: 899px) {
  #technologies .box h4 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .portfolio-wrapper .portfolio-content .left h1 {
    font-size: 27px;
  }
  .portfolio-wrapper .portfolio-content .left h3 {
    font-size: 19px;
  }
}
@media (max-width: 768px) and (max-width: 899px) {
  .portfolio-wrapper .portfolio-content .left h1 {
    font-size: 22px;
  }
  .portfolio-wrapper .portfolio-content .left h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 599px) {
  .portfolio-wrapper .portfolio-content .left h1 {
    font-size: 22px;
  }
  .portfolio-wrapper .portfolio-content .left h3 {
    font-size: 14px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block h4 {
    font-size: 11px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block p {
    font-size: 10px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li,
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li {
    font-size: 10px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li strong,
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li span {
    font-size: 9px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li::before {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .portfolio-wrapper .portfolio-content .right .portfolio-block h4 {
    font-size: 12px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block p {
    font-size: 11px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li {
    font-size: 11px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li::before {
    font-size: 12px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li {
    font-size: 11px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li::before {
    font-size: 14px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li::before {
    font-size: 19px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li strong,
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li span {
    font-size: 9px;
  }
  #form .form-right .form-main-heading {
    font-size: 2.89rem;
  }
  #form .form-right .form-description {
    font-size: 1.15rem;
  }
  #form .form-right .form-description .fa {
    font-size: 0.94rem;
  }
}
@media (max-width: 768px) and (max-width: 899px) {
  #form .form-right .form-main-heading {
    font-size: 2.04rem;
  }
  #form .form-right .form-description {
    font-size: 0.98rem;
  }
}
@media (max-width: 768px) and (max-width: 599px) {
  #form .form-right .form-main-heading {
    font-size: 1.62rem;
  }
  #form .form-right .form-description {
    font-size: 0.85rem;
  }
  #form .form-right .form-description .fa {
    font-size: 0.85rem;
  }
  #form .input-wrapper .input-icon {
    font-size: 13px;
  }
  #form .button-wrapper .button-subtext {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  #form .input-wrapper .input-icon {
    font-size: 15px;
  }
}
@media (max-width: 768px) and (max-width: 899px) {
  #form .input-wrapper input,
  #form .input-wrapper textarea {
    font-size: 14px;
  }
  #form .input-wrapper .input-icon {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #form .button-wrapper .button-subtext {
    font-size: 12px;
  }
  #services .headline h1,
  #services .services-wrapper .headline h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) and (max-width: 899px) {
  #services .headline h1 {
    font-size: 41px;
  }
}
@media (max-width: 768px) {
  #services .service-categories-grid .category-icon {
    font-size: 2.13rem;
  }
  #services .service-categories-grid .category-title {
    font-size: 1.13rem;
  }
  #services .service-categories-grid .category-tagline {
    font-size: 0.81rem;
  }
  #services .service-categories-grid .category-toggle {
    font-size: 1.7rem;
  }
  #services .service-categories-grid .service-icon {
    font-size: 0.94rem;
  }
  #services .service-categories-grid .service-text {
    font-size: 0.81rem;
  }
  #services .service-categories-grid .category-cta {
    font-size: 15px;
  }
}
@media (max-width: 768px) and (max-width: 899px) {
  #services .service-categories-grid .category-icon {
    font-size: 1.7rem;
  }
  #services .service-categories-grid .category-title {
    font-size: 0.98rem;
  }
  #services .service-categories-grid .category-tagline {
    font-size: 0.72rem;
  }
  #services .service-categories-grid .service-text {
    font-size: 0.77rem;
  }
}
@media (max-width: 768px) and (max-width: 599px) {
  #services .headline h1,
  #services .services-wrapper .headline h1 {
    font-size: 29px;
  }
  #services .service-categories-grid .category-icon {
    font-size: 1.49rem;
  }
  #services .service-categories-grid .category-title {
    font-size: 0.85rem;
  }
  #services .service-categories-grid .category-tagline {
    font-size: 0.68rem;
  }
  #services .service-categories-grid .service-text {
    font-size: 0.72rem;
  }
  #services .service-categories-grid .category-cta {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section-dot-container .section-dot-label {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .language-toggle {
    font-size: 11px;
  }
  section:not(#banner) .headline h1 {
    font-size: 40px;
  }
  #about .about-wrapper-headline .about-text p {
    font-size: 16px;
  }
  #about .about-wrapper-headline .about-text p:nth-child(2) {
    font-size: 11px;
  }
  #about .about-wrapper-headline .headline h1 {
    font-size: 24px;
  }
  #technologies .box h4 {
    font-size: 11px;
  }
  .portfolio-wrapper .portfolio-content .left h1 {
    font-size: 13px;
  }
  .portfolio-wrapper .portfolio-content .left h3 {
    font-size: 9px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block h4 {
    font-size: 8px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block p,
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li,
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li {
    font-size: 7px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul:not(.tech-stack):not(.key-wins) li::before {
    font-size: 9px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.tech-stack li::before {
    font-size: 11px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li::before {
    font-size: 12px;
  }
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li strong,
  .portfolio-wrapper .portfolio-content .right .portfolio-block ul.key-wins li span {
    font-size: 7px;
  }
  #form .form-right .form-main-heading {
    font-size: 1.07rem;
  }
  #form .form-right .form-description {
    font-size: 0.64rem;
  }
  #form .form-right .form-description .fa {
    font-size: 0.67rem;
  }
  #form .input-wrapper input,
  #form .input-wrapper textarea {
    font-size: 11px;
  }
  #form .input-wrapper .input-icon {
    font-size: 9px;
  }
  #form .button-wrapper .button-subtext {
    font-size: 7px;
  }
  #services .headline h1,
  #services .services-wrapper .headline h1 {
    font-size: 23px;
  }
  #services .service-categories-grid .category-icon {
    font-size: 0.97rem;
  }
  #services .service-categories-grid .category-title {
    font-size: 0.67rem;
  }
  #services .service-categories-grid .category-tagline {
    font-size: 0.54rem;
  }
  #services .service-categories-grid .service-text {
    font-size: 0.57rem;
  }
  #services .service-categories-grid .category-cta {
    font-size: 11px;
  }
  .section-dot-container .section-dot-label {
    font-size: 9px;
  }
}
/*# sourceMappingURL=style.css.map */
