/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .sticky {
    position: sticky;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .right-10 {
    right: calc(var(--spacing) * 10);
  }

  .z-10 {
    z-index: 10;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .w-11\/12 {
    width: 91.6667%;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

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

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

  .items-center {
    align-items: center;
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }

  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }

  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }

  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

  .text-center {
    text-align: center;
  }

  @media (min-width: 520px) {
    .min-\[520px\]\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .min-\[520px\]\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }

    .md\:w-8\/12 {
      width: 66.6667%;
    }

    .md\:w-10\/12 {
      width: 83.3333%;
    }

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

    .md\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }

    .md\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-8\/12 {
      width: 66.6667%;
    }

    .lg\:w-10\/12 {
      width: 83.3333%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-6\/12 {
      width: 50%;
    }

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

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

@font-face {
  font-family: the_seasonsregular;
  src: url("./the_seasons_bold-webfont.woff2") format("woff2"), url("./the_seasons_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: the_seasonsregular;
  src: url("./the_seasons_regular-webfont.woff2") format("woff2"), url("./the_seasons_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --sauce-cream: #fbfaf6;
  --sauce-blue: #121929;
  --sauce-gold: #b39874;
  --sauce-footer: #474954;
}

header {
  background: var(--sauce-cream);
}

main {
  overflow-x: hidden;
}

body {
  background: var(--sauce-cream);
  color: var(--sauce-blue);
  font-optical-sizing: auto;
  letter-spacing: 0%;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

p {
  margin-bottom: 15px;
}

.footer, .services-section {
  background: var(--sauce-footer);
  color: #fff;
}

.footer {
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

.clients-section {
  background: var(--sauce-cream);
  color: var(--sauce-blue);
}

.swiper {
  width: 100vw;
  height: 60vh;
}

.logo {
  max-width: 450px;
  padding: 15px;
}

h1 {
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  font-family: the_seasonsregular;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

h2, .section-title {
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  font-family: the_seasonsregular;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.section-title {
  color: inherit;
}

.btn {
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid var(--sauce-gold);
  color: var(--sauce-gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 20px;
  font-family: the_seasonsregular;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.service-item {
  color: #fff;
  text-align: center;
  font-family: the_seasonsregular;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12;
}

.client-logo-wrap {
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.client-logo-wrap a {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-logo {
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  max-width: 220px;
  max-height: 125px;
  display: block;
}

#block-gallery-slider .gallery-carousel {
  height: 700px;
  padding-bottom: 30px;
}

#block-gallery-slider .swiper-slide {
  width: fit-content;
  max-width: 90%;
  height: 700px;
}

#block-gallery-slider .swiper-slide img {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 670px;
}

#block-gallery-slider .swiper-button-next {
  background: var(--sauce-gold);
  width: 60px;
  height: 60px;
  top: inherit;
  border-radius: 60px;
  bottom: 0;
}

#block-gallery-slider .swiper-button-next:after {
  color: #fff;
  font-size: 15px;
}

#block-gallery-slider .swiper-button-prev {
  background: var(--sauce-gold);
  width: 60px;
  height: 60px;
  top: inherit;
  border-radius: 60px;
  bottom: 0;
}

#block-gallery-slider .swiper-button-prev:after {
  color: #fff;
  font-size: 15px;
}

.footer-logo {
  width: 60px;
  height: auto;
  display: inline-block;
}

.footer .footer-instagram svg path {
  fill: #fff;
}

@media only screen and (max-width: 768px) {
  .logo {
    width: 60%;
  }

  h1, .section-title {
    font-size: 38px;
  }

  .btn {
    font-size: 14px;
  }

  .service-item {
    font-size: 22px;
  }

  .client-logo {
    max-width: 205px;
  }

  #block-gallery-slider .gallery-carousel {
    height: 400px;
    padding-bottom: 30px;
  }

  #block-gallery-slider .swiper-slide {
    width: fit-content;
    max-width: 90%;
    height: 400px;
  }

  #block-gallery-slider .swiper-slide img {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: 370px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}
