


    :root {
      --brand-charcoal: #30323a;
      --brand-muted: #64748b;
      --brand-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
      --hero-gold: #b47a28;
      --hero-gold-soft: #d19a45;
    }

    html {
      min-height: 100%;
      scroll-behavior: smooth;
      scroll-padding-top: 92px;
    }

    body {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      font-family: "Outfit", Arial, sans-serif;
      color: var(--brand-charcoal);
      background: #ffffff;
      line-height: 1.6;
    }

    main {
      flex: 1 0 auto;
    }

    h1,
    h2,
    h3,
    h4,
    .navbar-brand {
      font-family: "Outfit", Arial, sans-serif;
    }

    a {
      text-decoration: none;
    }

    section {
      padding: 96px 0;
    }

    .site-navbar {
      min-height: 92px;
      padding: 0;
      background: #ffffff;
      border-bottom: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .site-navbar .container {
      max-width: 1244px;
      min-height: 92px;
      align-items: center;
    }

    .navbar-brand {
      color: var(--brand-charcoal);
      font-weight: 900;
      letter-spacing: 0;
    }

    .site-logo {
      flex: 0 0 auto;
      margin: 0;
      padding: 0;
    }

    .brand-logo {
      width: 156px;
      height: auto;
      display: block;
    }

    .site-navbar .navbar-collapse {
      align-items: center;
      justify-content: flex-end;
    }

    .site-navbar .nav-link {
      padding: 0.35rem 0;
      color: #34343b;
      font-family: "Outfit", Arial, sans-serif;
      font-size: 1.08rem;
      font-weight: 700;
      letter-spacing: 0.045em;
      line-height: 1;
    }

    .site-navbar .nav-link:hover,
    .site-navbar .nav-link:focus {
      color: var(--hero-gold);
    }

    .nav-cart {
      position: relative;
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #ffffff;
      background: #000000;
      font-size: 1.15rem;
      line-height: 1;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .bank-account-card {
      transition: all 0.2s ease;
    }

    .bank-account-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
    }

    .bank-icon {
      width: 45px;
      height: 45px;
    }

    .nav-cart:hover,
    .nav-cart:focus {
      color: #ffffff;
      background: #1b1b1b;
      transform: translateY(-1px);
    }

    .nav-cart-count {
      position: absolute;
      top: -6px;
      right: -7px;
      min-width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #ffffff;
      border-radius: 999px;
      color: #ffffff;
      background: var(--hero-gold);
      font-size: 0.68rem;
      font-weight: 900;
      line-height: 1;
      padding: 0 0.28rem;
    }

    .nav-login {
      --bs-btn-color: #b47a28;
      --bs-btn-bg: #ffffff;
      --bs-btn-border-color: #b47a28;
      --bs-btn-hover-color: #ffffff;
      --bs-btn-hover-bg: #b47a28;
      --bs-btn-hover-border-color: #b47a28;
      --bs-btn-focus-shadow-rgb: 7, 136, 150;
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-width: 3px;
      border-radius: 50%;
      padding: 0;
      line-height: 1;
    }

    .nav-login .bi {
      font-size: 1.45rem;
      line-height: 1;
    }

    @media (min-width: 992px) {
      .main-nav-list {
        gap: 29px;
        margin-left: auto;
      }

      .nav-cart {
        margin-left: 33px;
      }
    }

    @media (min-width: 1200px) {
      .main-nav-list {
        gap: 31px;
      }
    }

    .hero {
      position: relative;
      min-height: clamp(620px, 78vh, 760px);
      overflow: hidden;
      display: flex;
      align-items: center;
      padding: clamp(104px, 11vh, 128px) 0 clamp(130px, 17vh, 178px);
      background: #000000;
      color: #ffffff;
    }

    .hero-content {
      position: relative;
      z-index: 4;
      padding-left: 0.2rem;
      max-width: 640px;
    }

    .hero-title {
      margin: 0 0 1.05rem;
      color: #ffffff;
      font-family: "Cinzel-SemiBold", serif;
      font-size: 5rem;
      font-weight: 400;
      line-height: 0.9;
      letter-spacing: 0.02em;
    }

    .hero-title span:first-child {
      color: var(--hero-gold-soft);
    }

    .serif {
      display: block;
      margin-top: 0.42rem;
      color: #ffffff;
      font-family: "Cinzel-SemiBold", serif;
      font-size: 0.90em;
      font-weight: 400;
      line-height: 0.88;
    }

    .line-hero {
      width: 100%;
      height: 1px;
      margin: 0 0 1rem;
      background: linear-gradient(90deg, rgba(180, 122, 40, 0.95), rgba(180, 122, 40, 0));
    }

    .hero-copy {
      max-width: 35rem;
      margin: 0 0 1.7rem;
      color: #ffffff;
      font-size: 1.08rem;
      font-weight: 700;
      line-height: 1.28;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1.35rem;
      align-items: center;
      margin-left: 0;
    }

    .hero-btn {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.48rem;
      border-radius: 999px;
      font-size: 1rem;
      font-weight: 800;
      line-height: 1;
      padding: 0.48rem 1.08rem;
      white-space: nowrap;
      box-shadow: none;
    }

    .hero-btn .bi {
      font-size: 0.95rem;
      line-height: 1;
    }

    .hero-btn-light {
      color: #050505;
      background: #ffffff;
      border: 2px solid #ffffff;
    }

    .hero-btn-light:hover {
      color: #050505;
      background: #f5f0e8;
      border-color: #f5f0e8;
    }

    .hero-btn-dark {
      color: #050505;
      background: #ffffff;
      border: 2px solid #ffffff;
    }


    .hero-btn-dark:hover {
      color: #f5f0e8;
      background: #050505;
      border-color: #050505;
    }

    .hero-btn-outline {
      color: #ffffff;
      background: transparent;
      border: 1.5px solid var(--hero-gold);
      padding-right: 1.08rem;
      padding-left: 1.08rem;
    }

    .hero-btn-outline:hover {
      color: #ffffff;
      background: rgba(180, 122, 40, 0.16);
      border-color: var(--hero-gold-soft);
    }

    .hero-btn-outline .bi {
      width: 1.24rem;
      height: 1.24rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #050505;
      background: #ffffff;
      border-radius: 50%;
      font-size: 0.78rem;
    }



    .hero__wave {
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 140px;
      z-index: 2;
      display: block;
    }

    .categories {
      background: #0f0f0f;
      padding: clamp(70px, 8vw, 96px) 0 clamp(76px, 9vw, 112px);
      color: #ffffff;
    }

    .categories-shell {
      max-width: 820px;
      margin: 0 auto;
    }

    .categories-heading {
      margin: 0 0 58px;
      text-align: center;
    }

    .categories-heading h2 {
      margin: 0;
      color: #ffffff;
      font-family: "Cinzel-SemiBold", serif;
      font-size: clamp(2.05rem, 4vw, 2.35rem);
      font-weight: 400;
      line-height: 1.05;
      text-transform: uppercase;
    }

    .categories-heading span {
      width: min(100%, 390px);
      height: 1px;
      display: block;
      margin: 13px auto 0;
      background: #8b5c20;
    }

    .categories-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px 16px;
    }

    .category-card {
      width: 100%;
      min-height: 230px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      overflow: hidden;
      padding: 28px 24px 22px;
      border: 1px solid #875817;
      border-radius: 8px;
      background: #0f0f0f;
      text-align: center;
      cursor: pointer;
    }

    .category-card h3 {
      margin: 0;
      color: #ffffff;
      font-family: "Cinzel-SemiBold", serif;
      font-size: 1.22rem;
      font-weight: 400;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .category-card img {
      width: 210px;
      max-width: 100%;
      height: 150px;
      display: block;
      margin-bottom: 16px;
      object-fit: contain;
      object-position: center center;
    }

    .featured-products {
      --featured-gap: 24px;
      --featured-visible: 4;
      overflow: hidden;
      padding: 84px 0 98px;
      background: #f5ecdf;
      color: #050505;
    }

    .featured-products-shell {
      max-width: 1030px;
      margin: 0 auto;
    }

    .featured-products-heading {
      margin: 0 0 48px;
      text-align: center;
    }

    .featured-products-heading h2 {
      margin: 0;
      color: #050505;
      font-family: "Cinzel-SemiBold", serif;
      font-size: 2.45rem;
      font-weight: 400;
      line-height: 1.05;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .featured-products-heading span {
      width: min(100%, 480px);
      height: 1px;
      display: block;
      margin: 16px auto 0;
      background: linear-gradient(90deg, transparent, rgba(180, 122, 40, 0.55), transparent);
    }

    .featured-products-slider {
      position: relative;
      padding: 0 0 34px;
    }

    .featured-products-viewport {
      overflow: hidden;
      cursor: grab;
      touch-action: pan-y;
    }

    .featured-products-viewport.is-dragging {
      cursor: grabbing;
    }

    .featured-products-track {
      display: flex;
      gap: var(--featured-gap);
      will-change: transform;
      transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .featured-products-viewport.is-dragging .featured-products-track {
      transition: none;
    }

    .featured-product-card {
      flex: 0 0 calc((100% - (var(--featured-gap) * (var(--featured-visible) - 1))) / var(--featured-visible));
      min-width: 0;
      overflow: hidden;
      border-radius: 8px;
      background: #ffffff;
      color: #050505;
      text-align: center;
    }

    .featured-product-card img {
      width: calc(100% - 20px);
      aspect-ratio: 1.08;
      display: block;
      margin: 10px auto 0;
      border-radius: 8px;
      object-fit: cover;
      object-position: center center;
      user-select: none;
      pointer-events: none;
    }

    .featured-product-body {
      display: flex;
      min-height: 154px;
      flex-direction: column;
      align-items: center;
      padding: 12px 18px 18px;
    }

    .featured-product-card h3 {
      margin: 0;
      color: #050505;
      font-size: 1.05rem;
      font-weight: 900;
      line-height: 1.18;
    }

    .featured-product-category {
      margin: 4px 0 0;
      color: var(--hero-gold-soft);
      font-size: 0.86rem;
      font-weight: 900;
      line-height: 1.2;
    }

    .featured-product-rule {
      position: relative;
      width: 148px;
      max-width: 82%;
      height: 1px;
      display: block;
      margin: 17px 0 14px;
      background: #d19a45;
    }

    .featured-product-rule::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 7px;
      height: 7px;
      background: #d19a45;
      transform: translate(-50%, -50%) rotate(45deg);
    }

    .featured-product-price {
      margin: 0 0 10px;
      color: #050505;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 1.1;
    }

    .featured-product-btn {
      width: min(100%, 152px);
      min-height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: auto;
      border-radius: 999px;
      background: #000000;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 900;
      line-height: 1;
      padding: 0.36rem 0.85rem;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .featured-product-btn:hover,
    .featured-product-btn:focus {
      color: #ffffff;
      background: #1c1c1c;
      transform: translateY(-1px);
    }

    .featured-products-control {
      position: absolute;
      top: 42%;
      z-index: 3;
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border: 0;
      border-radius: 50%;
      background: #000000;
      color: #ffffff;
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
      transform: translateY(-50%);
      transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    }

    .featured-products-control:hover,
    .featured-products-control:focus {
      background: #1c1c1c;
      transform: translateY(-50%) scale(1.04);
    }

    .featured-products-control-prev {
      left: -58px;
    }

    .featured-products-control-next {
      right: -58px;
    }

    .featured-products-dots {
      min-height: 16px;
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 20px;
    }

    .featured-products-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.2);
      transition: width 0.22s ease, background 0.22s ease;
    }

    .featured-products-dot.is-active {
      width: 26px;
      background: #000000;
    }

    @media (prefers-reduced-motion: reduce) {

      .featured-products-track,
      .featured-product-btn,
      .featured-products-control,
      .featured-products-dot {
        transition: none;
      }
    }



    @media (max-width: 767.98px) {
      .categories-shell {
        max-width: 560px;
      }

      .categories-heading {
        margin-bottom: 40px;
      }

      .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
      }

      .category-card {
        min-height: 210px;
        padding: 24px 18px 20px;
      }

      .featured-products {
        --featured-visible: 2;
        --featured-gap: 18px;
        padding: 72px 0 84px;
      }

      .featured-products-shell {
        max-width: 560px;
      }

      .featured-products-heading {
        margin-bottom: 34px;
      }

      .featured-products-heading h2 {
        font-size: 2rem;
      }

      .featured-products-control {
        display: none;
      }
    }

    @media (max-width: 420px) {
      .categories-shell {
        max-width: 280px;
      }

      .categories-grid {
        grid-template-columns: 1fr;
      }

      .featured-products {
        --featured-visible: 1;
      }

      .featured-products-shell {
        max-width: 270px;
      }

      .featured-products-heading h2 {
        font-size: 1.72rem;
      }
    }



    .hero-visual {
      min-width: 0;
      display: flex;
      justify-content: center;
    }

    .hero-slider {
      position: relative;
      z-index: 1;
      width: min(100%, clamp(520px, 52vw, 760px));
      max-width: 100%;
      height: clamp(420px, 42vw, 590px);
      display: block;
      margin: 0 auto;
      isolation: isolate;
      transform: scale(1.08);
      transform-origin: center bottom;
    }

    .hero-team {
      position: absolute;
      inset: 0;
      width: 100%;
      max-width: 100%;
      height: 100%;
      display: block;
      margin: 0 auto;
      object-fit: contain;
      object-position: center bottom;
    }

    .hero-slide {
      opacity: 0;
      filter: blur(8px);
      transform: translateX(24px) scale(0.985);
      transition: opacity 0.9s ease, filter 0.9s ease, transform 0.9s ease;
      pointer-events: none;
    }

    .hero-slide.is-active {
      z-index: 2;
      opacity: 1;
      filter: blur(0);
      transform: translateX(0) scale(1);
    }

    @media (prefers-reduced-motion: reduce) {
      .hero-slide {
        transition: none;
      }
    }

    .text-muted-custom {
      color: var(--brand-muted);
    }

    .soft-section {
      background: #f8fafc;
    }

    .services-section {
      position: relative;
      overflow: hidden;
      padding: clamp(78px, 9vw, 112px) 0 clamp(156px, 18vh, 196px);
      background:
        radial-gradient(circle at 50% 70%, rgba(180, 122, 40, 0.14), rgba(0, 0, 0, 0) 22rem),
        #000000;
      color: #ffffff;
    }

    .services-section .container {
      position: relative;
      z-index: 3;
    }

    .services-shell {
      max-width: 760px;
      margin: 0 auto;
      text-align: center;
    }



    .services-heading h2 {
      margin: 0;
      color: #ffffff;
      font-family: "Cinzel-SemiBold", serif;
      font-size: clamp(2.05rem, 4vw, 2.5rem);
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
    }

    .services-heading span {
      width: min(100%, 390px);
      height: 1px;
      display: block;
      margin: 1rem auto 0;
      background: linear-gradient(90deg, rgba(180, 122, 40, 0), rgba(180, 122, 40, 0.9), rgba(180, 122, 40, 0));
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px 28px;
    }

    .service-card,
    .testimonial-card {
      border: 1px solid rgba(15, 23, 42, 0.06);
      border-radius: 1rem;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }

    .service-card,
    .testimonial-card {
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .services-section .service-card {
      min-height: 104px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 1rem 1.15rem;
      border: 1px solid rgba(180, 122, 40, 0.72);
      border-radius: 8px;
      background: linear-gradient(145deg, rgba(38, 38, 34, 0.96), rgba(19, 19, 17, 0.98));
      box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
      text-align: center;
    }

    .services-section .service-card:hover {
      transform: translateY(-4px);
      border-color: rgba(209, 154, 69, 0.95);
      box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42), 0 0 28px rgba(180, 122, 40, 0.14);
    }

    .services-section .service-card h3 {
      margin: 0;
      color: #ffffff;
      font-size: clamp(1.04rem, 2vw, 1.24rem);
      font-weight: 900;
      line-height: 1.15;
    }

    .services-section .service-card>span {
      width: min(72%, 170px);
      height: 1px;
      display: block;
      margin: 0.68rem auto 0.46rem;
      background: linear-gradient(90deg, rgba(180, 122, 40, 0), rgba(180, 122, 40, 0.68), rgba(180, 122, 40, 0));
    }

    .services-section .service-card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.78);
      font-size: clamp(0.78rem, 1.5vw, 0.92rem);
      font-weight: 700;
      line-height: 1.25;
    }

    .services-logo-wrap {
      display: flex;
      justify-content: center;
      margin: clamp(42px, 6vw, 64px) auto 0;
      filter: drop-shadow(0 0 28px rgba(209, 154, 69, 0.28));
    }

    .services-logo {
      width: min(100%, 340px);
      height: auto;
      display: block;
    }

    .services__wave {
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 140px;
      z-index: 2;
      display: block;
    }

    .testimonial-card:hover {
      transform: translateY(-6px);
      border-color: rgba(57, 197, 204, 0.35);
      box-shadow: var(--brand-shadow);
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 0.9rem;
      margin-top: 1.35rem;
    }

    .testimonial-avatar {
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      background: #101820;
      color: #ffffff;
      font-size: 0.95rem;
      font-weight: 900;
      line-height: 1;
    }

    .testimonial-author-meta {
      min-width: 0;
      display: grid;
      gap: 0.12rem;
    }

    .testimonial-author-meta h3 {
      margin: 0;
      color: #111827;
      font-size: 1.08rem;
      font-weight: 900;
      line-height: 1.18;
    }

    .testimonial-author-meta time {
      color: #53637a;
      font-size: 0.95rem;
      font-weight: 800;
      line-height: 1.15;
    }

    .contact-section {
      background: #ffffff;
      color: #050505;
      padding: clamp(82px, 10vw, 118px) 0 clamp(74px, 8vw, 104px);

    }

    .contact-shell {
      max-width: 1040px;
      margin: 0 auto;
      text-align: center;
    }

    .contact-details {
      display: grid;
      gap: clamp(30px, 4.2vw, 40px);
      margin: 0 auto clamp(48px, 6vw, 68px);
    }

    .contact-item {
      display: grid;
      justify-items: center;
      gap: 1.5rem;
    }

    .contact-icon {
      width: 58px;
      height: 58px;
      display: inline-grid;
      place-items: center;
      border: 1px solid var(--hero-gold);
      border-radius: 50%;
      color: #050505;
      background: #ffffff;
      font-size: 2rem;
      line-height: 1;
    }

    .contact-item p {
      max-width: 760px;
      margin: 0;
      color: #050505;
      font-size: clamp(1.25rem, 2.35vw, 1.65rem);
      font-weight: 800;
      line-height: 1.22;
    }

    .map-frame {
      width: 100%;
      height: clamp(340px, 44vw, 500px);
      overflow: hidden;
      border-radius: 0;
      box-shadow: none;
    }

    .map-frame iframe {
      width: 100%;
      height: 100%;
      display: block;
      border: 0;
    }

    .site-footer {
      flex-shrink: 0;
      background: #000000;
      color: #ffffff;
      padding: 54px 0 58px;
    }

    .footer-grid {
      max-width: 1120px;
      margin: 0 auto;
    }

    .footer-logo-link {
      display: inline-flex;
      align-items: center;
    }

    .footer-logo {
      width: min(100%, 260px);
      height: auto;
      display: block;
    }

    .footer-title {
      margin: 0 0 0.65rem;
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.2;
    }

    .footer-links {
      display: grid;
      gap: 0.06rem;
    }

    .site-footer a {
      color: #ffffff;
    }

    .footer-links a {
      font-size: 1.1rem;
      font-weight: 900;
      line-height: 1.28;
    }

    .footer-socials {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 1rem;
    }

    .footer-socials a {
      width: 28px;
      height: 28px;
      display: inline-grid;
      place-items: center;
      color: #ffffff;
      font-size: 1.55rem;
      line-height: 1;
    }

    .footer-socials a:hover,
    .footer-links a:hover {
      color: rgba(255, 255, 255, 0.78);
    }

    .whatsapp-float {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 1030;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #25d366;
      color: #ffffff;
      font-size: 1.65rem;
      box-shadow: 0 20px 40px rgba(37, 211, 102, 0.35);
    }

    .animate {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.75s ease, transform 0.75s ease;
    }

    .animate.show {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 991.98px) {
      .site-navbar {
        min-height: auto;
        padding: 0.7rem 0;
      }

      .site-navbar .container {
        min-height: 64px;
      }

      .brand-logo {
        width: 160px;
      }

      .site-navbar .navbar-collapse {
        padding: 1rem 0 0.35rem;
        text-align: center;
      }

      .main-nav-list {
        align-items: center !important;
        gap: 0.8rem;
      }

      .site-navbar .nav-link {
        text-align: center;
      }

      .nav-cart {
        margin: 1rem auto 0;
      }

      .hero {
        min-height: auto;
        padding: 116px 0 150px;
        text-align: center;
      }

      .hero__wave {
        height: 118px;
      }

      .services-section {
        padding-bottom: 150px;
      }

      .services__wave {
        height: 118px;
      }

      .hero-content {
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
      }

      .hero-title {
        font-size: 4.35rem;
      }

      .line-hero {
        margin-right: auto;
        margin-left: auto;
      }

      .hero-copy {
        margin-right: auto;
        margin-left: auto;
      }

      .hero-actions {
        justify-content: center;
        margin-left: 0;
      }

      .hero-visual {
        margin-top: 2.4rem !important;
      }

      .hero-slider {
        width: min(100%, 620px);
        height: clamp(360px, 72vw, 520px);
      }

      .site-footer {
        padding: 48px 0 52px;
      }

      .footer-logo {
        width: min(100%, 245px);
      }

      .footer-socials {
        justify-content: center;
      }
    }

    @media (max-width: 575.98px) {
      section {
        padding: 72px 0;
      }

      .hero-title {
        font-size: 3.28rem;
      }

      .serif {
        margin-top: 0.15rem;
      }

      .hero-copy {
        font-size: 1.02rem;
      }

      .hero-btn {
        width: min(100%, 244px);
      }

      .hero__wave {
        height: 86px;
      }

      .services-section {
        padding-bottom: 112px;
      }

      .services__wave {
        height: 86px;
      }

      .services-shell {
        max-width: 360px;
      }

      .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .services-section .service-card {
        min-height: 96px;
      }

      .services-logo {
        width: min(100%, 280px);
      }

      .hero-visual {
        margin-top: 2rem !important;
      }

      .hero-slider {
        width: min(100%, 420px);
        height: clamp(300px, 88vw, 430px);
      }

      .brand-logo {
        width: 148px;
      }

    }

    @media (max-width: 380px) {
      .hero-title {
        font-size: 2.9rem;
      }
    }
