@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2"), url('../fonts/Satoshi-VariableItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--background-color: #fafafa;
  --font-family--satoshi: Satoshi, sans-serif;
  --color--font-color: #171717;
  --text-size--regular: 1rem;
  --heading-style--h2: 3.5rem;
  --text-size--tiny: .75rem;
  --text-size--medium: 1.125rem;
  --text-size--small: .875rem;
  --text-size--huge: 1.75rem;
  --heading-style--h1: 5rem;
  --heading-style--h5: 2.5rem;
  --heading-style--h6: 1.75rem;
  --text-size--large: 1.25rem;
  --heading-style--h3: 3rem;
  --color--black: #0a0a0a;
  --color--white: #ffffff;
  --color--primary-color: #404040;
  --heading-style--h4: 2.25rem;
  --secondary-button--gap: 1rem;
  --font-family--satoshi-variable: "Satoshi Variable", sans-serif;
  --color--stroke: #e5e5e5;
  --color--accent: #737373;
  --color--subtle: rgba(23, 23, 23, 0.04);
  --shadow--soft: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow--medium: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow--strong: 0 8px 24px rgba(0, 0, 0, 0.12);
  --radius--small: 0.375rem;
  --radius--medium: 0.75rem;
  --radius--large: 1rem;
  --radius--xlarge: 1.5rem;
  --spacing--section: 6rem;
  --spacing--section-small: 3rem;
  --spacing--element: 1.5rem;
  --spacing--element-small: 0.75rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background: var(--color--white);
  font-family: var(--font-family--satoshi);
  color: var(--color--font-color);
  font-size: var(--text-size--regular);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.005em;
  min-height: 100vh;
}

/* Smooth scroll and anchor navigation spacing for single-page site */
html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 100px;
}

#home {
  scroll-margin-top: 0;
}

/* Consistent section spacing system - increased white space */
section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

section:first-of-type {
  padding-top: 0;
}

section:last-of-type {
  padding-bottom: 3rem;
}

/* Standardize container sizes - use container for all main sections */
.w-layout-blockcontainer.container {
  max-width: 110rem;
}

/* Consistent section headers - cleaner, more minimal */
.section-header {
  text-align: center;
  margin-bottom: 5rem;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.section-header .heading-4,
.section-header .heading-5 {
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.section-header p,
.section-header > div {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(23, 23, 23, 0.65);
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  line-height: 1.75;
  color: rgba(23, 23, 23, 0.7);
}

a {
  color: var(--color--font-color);
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.heading-2 {
  font-size: var(--heading-style--h2);
  line-height: .95;
}

.container {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.container.small {
  max-width: 90rem;
}

.container.medium {
  max-width: 100rem;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-regular {
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

.hero-style-guide-wrapper {
  background-image: linear-gradient(0deg, #12121263, #12121200);
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.text-size-tiny {
  font-size: var(--text-size--tiny);
}

.section-style-guide {
  margin-top: 5.75rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-medium {
  font-size: var(--text-size--medium);
  line-height: 1.6;
  letter-spacing: 0;
}

.button {
  grid-row-gap: .25rem;
  color: #3f3f3f;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.text-size-small {
  font-size: var(--text-size--small);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.text-weight-light {
  font-weight: 300;
  letter-spacing: -0.01em;
}

.text-size-xsmall {
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.style-gudie-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.style-gudie-content.horizontal {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
}

.color-palette {
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

.color-palette.black {
  background-color: #121212;
}

.color-palette.white {
  background-color: #f3f3f3;
  border: 1px solid #bbb;
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  font-weight: 300;
  line-height: 1.3;
}

.heading-1 {
  font-size: var(--heading-style--h1);
  line-height: .95;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-bold {
  font-weight: 700;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-size: var(--heading-style--h5);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.text-weight-medium {
  font-weight: 500;
  letter-spacing: 0;
}

.text-weight-medium.caps.regular-vw-small {
  font-size: .8vw;
}

.style-guide-content {
  margin-bottom: 6rem;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.heading-6 {
  font-size: var(--heading-style--h6);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.text-size-large {
  font-size: var(--text-size--large);
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.heading-3 {
  font-size: var(--heading-style--h3);
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-weight: 400;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #0000001f;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.divider-line {
  background-color: #dfddda;
  height: 1px;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.speakers-card {
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 2rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.pricing-button {
  background-color: var(--color--black);
  color: var(--color--white);
  text-align: center;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button.password {
  margin-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.opacity-50 {
  opacity: .5;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: var(--radius--medium);
  background: var(--color--white);
  box-shadow: none;
  flex-flow: column;
  padding: 1.75rem;
  margin-bottom: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: relative;
}

.faq-item:hover {
  border-color: rgba(23, 23, 23, 0.15);
  box-shadow: var(--shadow--soft);
}

.faq-item.active {
  border-color: rgba(23, 23, 23, 0.2);
  box-shadow: var(--shadow--soft);
  background: rgba(250, 250, 250, 0.5);
}

.faq-question {
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--color--font-color);
  line-height: 1.5;
}

.faq-arrow {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.25rem;
  height: 1.25rem;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.arrow {
  width: auto;
  height: auto;
}

.arrow.second {
  position: relative;
  top: 1rem;
}

.faq-bottom {
  z-index: 10;
  margin-right: 3rem;
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease;
  opacity: 0;
}

.faq-item.active .faq-bottom {
  max-height: 500px;
  opacity: 1;
  margin-top: 1.5rem;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0.5rem;
  display: grid;
}

.faq-bottom-content p {
  color: rgba(23, 23, 23, 0.65);
  line-height: 1.75;
  font-size: 0.9375rem;
}

.faq-bottom-content a {
  color: var(--color--font-color);
  text-decoration: underline;
  font-weight: 500;
}

.faq-bottom-content a:hover {
  color: var(--color--accent);
}

.team-member-component {
  flex-direction: column;
  margin-top: 15vh;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 15px;
  line-height: 1.2;
}

.rich-text p {
  margin-bottom: 1rem;
}

.event-item {
  cursor: pointer;
  flex-flow: column;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.event-button {
  background-color: var(--color--primary-color);
  color: var(--color--white);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.4rem;
  font-family: Cabinetgrotesk;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-button.w--current {
  font-family: Cabinetgrotesk;
}

.button-hover {
  background-color: var(--color--black);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.relative {
  z-index: 5;
  position: relative;
}

.button-submit-hover {
  background-color: var(--color--primary-color);
  border-radius: 50%;
  width: 35rem;
  height: 35rem;
  position: absolute;
}

.button-submit-hover.small {
  width: 16rem;
  height: 16rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.not-fount-text-size {
  font-size: 22rem;
  font-weight: 300;
  line-height: 1;
}

.button-home {
  background-color: var(--color--black);
  color: var(--color--white);
  text-align: center;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 3.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-contact {
  color: var(--color--font-color);
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: rgba(23, 23, 23, 0.15);
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  transition: all .2s ease;
}

.text-field-contact:hover {
  border-bottom-color: rgba(23, 23, 23, 0.3);
}

.text-field-contact:focus {
  border-bottom-color: var(--color--black);
  color: var(--color--font-color);
  outline: none;
}

.submit-button {
  z-index: 3;
  color: var(--color--white);
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: var(--font-family--satoshi);
}

.max-width-70ch {
  max-width: 70ch;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider-line-instructions {
  background-color: var(--color--black);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.instruction-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 15vh;
  display: flex;
}

.heading-2-instruction {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2-instruction.text-weight-bold {
  font-weight: 700;
}

.instruction-heading {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-top-description {
  margin-top: 2rem;
}

.link {
  color: var(--color--black);
  text-decoration: none;
}

.align-middle {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.max-width-50ch {
  max-width: 50ch;
}

.instructions-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.instructions {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-changelog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  padding-top: 12rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  display: flex;
  overflow: hidden;
}

.style-guide-heading {
  font-size: 6.125vw;
  font-weight: 300;
  line-height: 1;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.opacity-85 {
  opacity: .8;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: var(--color--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.heading-4 {
  font-size: var(--heading-style--h4);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.font-color {
  background-color: var(--color--font-color);
  color: var(--color--font-color);
}

.primary-color {
  background-color: var(--color--primary-color);
  color: var(--color--primary-color);
}

.background-color {
  background-color: var(--color--background-color);
}

.bento-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bento-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.tag-marquee {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  white-space: nowrap;
  align-items: center;
  max-width: 15rem;
  display: flex;
  overflow: hidden;
}

.tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-items: center;
  display: flex;
}

.elipse {
  background-color: var(--color--primary-color);
  border-radius: 50%;
  width: .35rem;
  height: .35rem;
}

.heading-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.max-width-45ch {
  max-width: 45ch;
}

.max-width-45ch > div {
  line-height: 1.7;
  color: rgba(21, 21, 21, 0.75);
  letter-spacing: 0;
}

.bento-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.card-small {
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: var(--radius--medium);
  background: var(--color--white);
  box-shadow: var(--shadow--soft);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 55vh;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-small img {
  filter: brightness(0.98) contrast(1.02) saturate(0.9);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.card-small:hover {
  border-color: rgba(23, 23, 23, 0.15);
  box-shadow: var(--shadow--medium);
  transform: translateY(-2px);
}

.card-small:hover img {
  filter: brightness(1) contrast(1.05) saturate(0.95);
  transform: scale(1.01);
}

.card-small::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.02);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.card-small:hover::before {
  opacity: 1;
}

.card-big {
  border: 1px solid rgba(155, 143, 126, 0.15);
  border-radius: var(--radius--medium);
  background: var(--color--white);
  box-shadow: var(--shadow--soft);
  align-items: flex-start;
  width: 65%;
  height: 50vh;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

/* New: Text-only card for better readability */
.card-big-text {
  border: 1px solid rgba(155, 143, 126, 0.15);
  border-radius: var(--radius--medium);
  background: var(--color--white);
  box-shadow: var(--shadow--soft);
  width: 65%;
  height: 50vh;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-big-text:hover {
  border-color: rgba(217, 119, 6, 0.3);
  box-shadow: var(--shadow--medium);
  transform: translateY(-4px);
}

.card-text-content {
  z-index: 2;
  grid-column-gap: var(--spacing--element-small);
  grid-row-gap: var(--spacing--element-small);
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--spacing--element) 3rem;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-text-content .heading-6 {
  color: var(--color--font-color);
  font-weight: 500;
}

.card-big:hover {
  border-color: rgba(217, 119, 6, 0.3);
  box-shadow: var(--shadow--medium);
  transform: translateY(-4px);
}

.card-big::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color--primary-color), var(--color--accent));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 4;
}

.card-big:hover::after {
  opacity: 1;
}

.card-big .card-image {
  filter: brightness(0.7) contrast(1.1);
  transition: filter 0.4s ease;
}

.card-big:hover .card-image {
  filter: brightness(0.6) contrast(1.2);
}

.card-image {
  position: absolute;
  inset: 0%;
}

.card-big-content {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  padding: 2.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 255, 255, 0.85) 100%);
  backdrop-filter: blur(20px) saturate(180%);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.card-big-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(245, 245, 245, 0.1));
  border-radius: 1rem;
  pointer-events: none;
  z-index: -1;
}

.card-big-content > * {
  position: relative;
  z-index: 1;
}

.card-big-content .heading-6 {
  color: var(--color--font-color);
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.card-big:hover .card-big-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.secondary-button {
  grid-column-gap: var(--secondary-button--gap);
  grid-row-gap: var(--secondary-button--gap);
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius--small);
  background: transparent;
  backdrop-filter: none;
  border: 1px solid rgba(23, 23, 23, 0.15);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  position: relative;
  text-decoration: none;
  color: var(--color--font-color);
}

.secondary-button:hover {
  background: var(--color--black);
  color: var(--color--white);
  border-color: var(--color--black);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(2px);
}

.arrow-wrapper {
  display: flex;
}

.bento-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-overlay {
  z-index: 1;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.75), rgba(26, 26, 26, 0.65));
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
  position: absolute;
}

.card-small:hover .card-overlay,
.card-big:hover .card-overlay {
  opacity: 0.6;
}

.card-small .primary-button {
  z-index: 3;
  position: relative;
}

.card-small .primary-button > * {
  color: var(--color--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.max-width-40ch {
  max-width: 40ch;
}

.max-width-60ch {
  max-width: 60ch;
}

.primary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background: var(--color--black);
  border-radius: var(--radius--small);
  box-shadow: none;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.25rem;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.primary-button > * {
  position: relative;
  z-index: 2;
  color: var(--color--white);
  transition: all 0.2s ease;
}

.primary-button:hover {
  background: var(--color--primary-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.primary-button:active {
  transform: translateY(0);
  box-shadow: none;
}

.sticky-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 12rem;
  display: flex;
  position: relative;
}

/* New: Features Grid - Separated text and images */
.features-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.features-grid.reverse {
  grid-template-columns: 1fr 1fr;
}

.features-grid.reverse .feature-text-section {
  order: 1;
}

.features-grid.reverse .feature-image-section {
  order: 2;
}

.feature-image-section {
  width: 100%;
  border-radius: var(--radius--large);
  overflow: hidden;
  box-shadow: var(--shadow--medium);
  position: relative;
}

.feature-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.feature-image-section:hover .feature-image {
  transform: scale(1.05);
}

.feature-text-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.feature-text-section .caps {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.feature-text-section .heading-4 {
  margin-bottom: 1rem;
}

.feature-description {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(23, 23, 23, 0.65);
  margin-bottom: 2rem;
  max-width: 48ch;
}

.sticky-component {
  width: 50%;
  height: 90vh;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.sticky-component img {
  filter: brightness(0.9) contrast(1.1);
  object-fit: cover;
}

.sticky-content {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.sticky-big-image {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  filter: brightness(0.85) contrast(1.1);
  border-radius: 0.5rem;
}

.sticky-text {
  grid-column-gap: 2.8vw;
  grid-row-gap: 2.8vw;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 10vw;
  margin-left: 4vw;
  margin-right: 2rem;
  padding: 3vw 2.5vw;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(30px) saturate(180%);
  border-radius: 1rem;
  box-shadow: var(--shadow--medium);
  display: flex;
}

/* ========================================
   MODERN NAVIGATION SYSTEM
   ======================================== */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px) saturate(180%);
  border-bottom: 1px solid rgba(23, 23, 23, 0.06);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar.scrolled {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(23, 23, 23, 0.08);
}

.navbar-component {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  max-width: 110rem;
  margin: 0 auto;
}

.brand {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color--font-color);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: opacity 0.2s ease;
}

.brand:hover {
  opacity: 0.7;
}

.right-navbar-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.nav-link {
  position: relative;
  color: var(--color--font-color);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color--font-color);
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover,
.nav-link.w--current {
  color: var(--color--font-color);
}

.nav-link:hover::after,
.nav-link.w--current::after {
  width: 100%;
}

.button-border {
  padding: 0;
}

.button-navbar {
  background: var(--color--black);
  color: var(--color--white);
  padding: 0.625rem 1.5rem;
  border-radius: var(--radius--small);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  display: inline-block;
}

.button-navbar:hover {
  background: var(--color--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.menu-button {
  display: none;
}

/* ========================================
   HERO SECTION REDESIGN
   ======================================== */

.hero-wrapper {
  position: relative;
  height: 70vh;
  min-height: 500px;
  max-height: 700px;
  overflow: hidden;
  margin-top: 80px;
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-background::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.5) 0%, rgba(10, 10, 10, 0.7) 100%);
  z-index: 1;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) contrast(1.05) saturate(0.85);
}

/* Elegant Text Overlay on Hero */
.hero-text-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 4rem;
}

.hero-overlay-content {
  max-width: 600px;
  color: white;
}

.hero-overlay-title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 3rem;
  color: white;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius--medium);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-stat {
  flex: 1;
  text-align: center;
}

.hero-stat-number {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.375rem;
  letter-spacing: -0.01em;
}

.hero-stat-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}

/* Responsive Hero Text Overlay */
@media screen and (max-width: 991px) {
  .hero-text-overlay {
    padding: 0 2.5rem;
  }
  
  .hero-overlay-title {
    font-size: 2.75rem;
  }
  
  .hero-stats {
    gap: 1.5rem;
    padding: 1.5rem;
  }
  
  .hero-stat-number {
    font-size: 1.25rem;
  }
  
  .hero-stat-label {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-text-overlay {
    padding: 0 1.5rem;
    align-items: flex-end;
    padding-bottom: 3rem;
  }
  
  .hero-overlay-content {
    max-width: 100%;
  }
  
  .hero-overlay-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
  }
  
  .hero-stat {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .hero-stat-number {
    font-size: 1.125rem;
  }
  
  .hero-stat-label {
    font-size: 0.75rem;
  }
  
  .hero-stat-divider {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-overlay {
    padding: 0 1.25rem;
    padding-bottom: 2rem;
  }
  
  .hero-overlay-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-stats {
    padding: 1rem;
    gap: 0.75rem;
  }
  
  .hero-stat-number {
    font-size: 1rem;
  }
  
  .hero-stat-label {
    font-size: 0.6875rem;
  }
}

.hero-content-section {
  position: relative;
  margin-top: -12rem;
  z-index: 10;
}

.hero-content-wrapper {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px) saturate(180%);
  border-radius: var(--radius--large);
  padding: 3.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid rgba(23, 23, 23, 0.06);
  text-align: center;
}

.read-more-tag {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.625rem 1.25rem;
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.1), rgba(245, 158, 11, 0.1));
  border: 1px solid rgba(217, 119, 6, 0.2);
  border-radius: 2rem;
  color: var(--color--primary-color);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2rem;
}

.read-more-tag:hover {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.15), rgba(245, 158, 11, 0.15));
  border-color: rgba(217, 119, 6, 0.3);
  transform: translateX(4px);
}

.vertical-line-tag {
  width: 1px;
  height: 1.25rem;
  background: rgba(217, 119, 6, 0.3);
}

.read-more-button {
  display: flex;
  align-items: center;
}

.hero-description {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(23, 23, 23, 0.65);
  margin: 1.5rem auto 2.5rem;
  max-width: 55ch;
}

/* ========================================
   SHOWCASE GRID - Visual Home Section
   ======================================== */

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 280px;
  gap: 1.25rem;
  width: 100%;
}

.showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius--medium);
  background: var(--color--black);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.05) saturate(0.95);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.showcase-card:hover img {
  filter: brightness(0.7) contrast(1.1) saturate(1);
  transform: scale(1.08);
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.75) 100%);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  opacity: 1;
  transition: all 0.3s ease;
}

.showcase-card:hover .showcase-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9) 100%);
}

.showcase-text {
  position: relative;
  z-index: 2;
  width: 100%;
}

.showcase-cta {
  display: inline-flex;
  align-items: center;
  color: white;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.showcase-card:hover .showcase-cta {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateX(4px);
}

/* Balanced Grid Layout - No Empty Space */
.showcase-large {
  grid-column: span 8;
  grid-row: span 2;
}

.showcase-small {
  grid-column: span 4;
  grid-row: span 1;
}

.showcase-medium {
  grid-column: span 12;
  grid-row: span 1;
}

/* ========================================
   PRODUCTS SECTION
   ======================================== */

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

.product-card {
  background: var(--color--white);
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: var(--radius--medium);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  border-color: rgba(23, 23, 23, 0.15);
  box-shadow: var(--shadow--medium);
  transform: translateY(-4px);
}

.product-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: rgba(250, 250, 250, 0.5);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.98) contrast(1.02) saturate(0.95);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-image img {
  filter: brightness(1) contrast(1.05) saturate(1);
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--color--black);
  color: var(--color--white);
  padding: 0.375rem 0.875rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}

.product-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.product-category {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(23, 23, 23, 0.5);
}

.product-name {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--color--font-color);
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.01em;
}

.product-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.65);
  margin: 0;
  flex: 1;
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(23, 23, 23, 0.06);
}

.product-feature {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: rgba(23, 23, 23, 0.7);
}

.product-feature svg {
  flex-shrink: 0;
  color: var(--color--black);
}

/* Responsive Products Grid */
@media screen and (max-width: 991px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .product-image {
    height: 240px;
  }
  
  .product-content {
    padding: 1.75rem;
  }
  
  .product-name {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .product-image {
    height: 260px;
  }
  
  .product-content {
    padding: 1.5rem;
  }
  
  .product-name {
    font-size: 1.25rem;
  }
  
  .product-description {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 479px) {
  .product-image {
    height: 220px;
  }
  
  .product-content {
    padding: 1.25rem;
  }
  
  .product-name {
    font-size: 1.125rem;
  }
  
  .product-badge {
    font-size: 0.6875rem;
    padding: 0.3125rem 0.75rem;
  }
}

/* ========================================
   VALUES GRID
   ======================================== */

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 4rem;
}

.value-card {
  padding: 2.5rem 2rem;
  background: rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(23, 23, 23, 0.06);
  border-radius: var(--radius--medium);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-card:hover {
  background: var(--color--white);
  border-color: rgba(23, 23, 23, 0.12);
  box-shadow: var(--shadow--soft);
  transform: translateY(-4px);
}

.value-number {
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(23, 23, 23, 0.2);
  line-height: 1;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.value-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color--font-color);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.value-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.65);
  margin: 0;
}

@media screen and (max-width: 991px) {
  .values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .value-card {
    padding: 2rem 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .value-card {
    padding: 1.75rem 1.5rem;
  }
  
  .value-number {
    font-size: 2rem;
  }
  
  .value-title {
    font-size: 1.125rem;
  }
}

/* Responsive Showcase Grid */
@media screen and (max-width: 991px) {
  .showcase-grid {
    grid-auto-rows: 240px;
    gap: 1rem;
  }
  
  .showcase-large {
    grid-column: span 12;
    grid-row: span 1;
  }
  
  .showcase-small {
    grid-column: span 6;
    grid-row: span 1;
  }
  
  .showcase-medium {
    grid-column: span 12;
    grid-row: span 1;
  }
  
  .showcase-overlay {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .showcase-grid {
    grid-auto-rows: 220px;
    gap: 0.875rem;
  }
  
  .showcase-large,
  .showcase-small,
  .showcase-medium {
    grid-column: span 12;
    grid-row: span 1;
  }
  
  .showcase-overlay {
    padding: 1.25rem;
  }
  
  .showcase-text .heading-6 {
    font-size: 1.25rem;
  }
  
  .showcase-text p {
    font-size: 0.8125rem !important;
  }
  
  .showcase-cta {
    padding: 0.375rem 0.875rem;
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 479px) {
  .showcase-grid {
    grid-auto-rows: 200px;
    gap: 0.75rem;
  }
  
  .showcase-overlay {
    padding: 1rem;
  }
  
  .showcase-text .heading-6 {
    font-size: 1.125rem;
  }
  
  .showcase-text .caps {
    font-size: 0.75rem !important;
  }
  
  .showcase-text p {
    font-size: 0.75rem !important;
    display: none; /* Hide descriptions on very small screens */
  }
  
  .showcase-cta {
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
  }
}

.hero-featured-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.featured-product-card {
  padding: 1.5rem;
  background: rgba(245, 245, 245, 0.5);
  border: 1px solid rgba(155, 143, 126, 0.1);
  border-radius: var(--radius--medium);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.featured-product-card:hover {
  background: var(--color--white);
  border-color: rgba(217, 119, 6, 0.3);
  box-shadow: var(--shadow--medium);
  transform: translateY(-4px);
}

.product-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color--font-color);
}

.product-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color--primary-color);
}

/* ========================================
   PRODUCTS SECTION
   ======================================== */

.products-wrapper {
  margin-top: 4rem;
}

.products-empty-state {
  text-align: center;
  padding: 6rem 2rem;
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.5), rgba(255, 255, 255, 0.8));
  border-radius: var(--radius--large);
  border: 1px solid rgba(155, 143, 126, 0.1);
}

.empty-state-content {
  max-width: 600px;
  margin: 0 auto;
}

.empty-state-text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.7);
  margin: 1.5rem 0 2.5rem;
}

.flex-horizontal {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon-wrapper {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.black-button {
  background: var(--color--black);
  color: var(--color--white);
  padding: 0.875rem 2rem;
  border-radius: var(--radius--small);
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
}

.black-button:hover {
  background: var(--color--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* ========================================
   MODERN CONTACT CARD
   ======================================== */

.contact-card-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  background: var(--color--white);
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: var(--radius--large);
  padding: 4rem;
  text-align: center;
  box-shadow: var(--shadow--soft);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2rem;
}

.contact-card:hover {
  box-shadow: var(--shadow--medium);
  transform: translateY(-4px);
  border-color: rgba(23, 23, 23, 0.12);
}

.contact-card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 50%;
  color: var(--color--black);
}

.contact-card-content {
  max-width: 500px;
  margin: 0 auto;
}

.contact-card-title {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--color--font-color);
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

.contact-card-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.65);
  margin: 0 0 2rem;
}

.contact-email-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: var(--color--black);
  color: var(--color--white);
  border-radius: var(--radius--small);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-email-link:hover {
  background: var(--color--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.contact-email-link svg {
  transition: transform 0.3s ease;
}

.contact-email-link:hover svg {
  transform: translateX(4px);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.contact-info-card {
  background: rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(23, 23, 23, 0.06);
  border-radius: var(--radius--medium);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  background: var(--color--white);
  border-color: rgba(23, 23, 23, 0.1);
  box-shadow: var(--shadow--soft);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color--white);
  border-radius: 50%;
  color: var(--color--black);
}

.contact-info-text {
  text-align: left;
}

.contact-info-label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(23, 23, 23, 0.5);
  margin-bottom: 0.25rem;
}

.contact-info-value {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color--font-color);
}

/* Responsive Contact Card */
@media screen and (max-width: 767px) {
  .contact-card {
    padding: 3rem 2rem;
  }
  
  .contact-card-icon {
    width: 64px;
    height: 64px;
  }
  
  .contact-card-icon svg {
    width: 36px;
    height: 36px;
  }
  
  .contact-card-title {
    font-size: 1.5rem;
  }
  
  .contact-card-description {
    font-size: 1rem;
  }
  
  .contact-email-link {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
  }
  
  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .contact-info-card {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .contact-card {
    padding: 2rem 1.5rem;
  }
  
  .contact-card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 1.5rem;
  }
  
  .contact-card-icon svg {
    width: 32px;
    height: 32px;
  }
  
  .contact-card-title {
    font-size: 1.25rem;
  }
  
  .contact-card-description {
    font-size: 0.9375rem;
  }
  
  .contact-email-link {
    font-size: 0.9375rem;
    padding: 0.75rem 1.5rem;
  }
  
  .contact-info-card {
    padding: 1.25rem;
  }
  
  .contact-info-icon {
    width: 40px;
    height: 40px;
  }
  
  .contact-info-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* ========================================
   MODERN FOOTER REDESIGN
   ======================================== */

.footer-section {
  background: rgba(250, 250, 250, 0.5);
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  padding: 5rem 0 2rem;
  margin-top: 6rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.footer-brand-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-brand {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color--font-color);
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.65);
  max-width: 40ch;
  margin: 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(23, 23, 23, 0.7);
}

.contact-item svg {
  flex-shrink: 0;
  color: var(--color--black);
}

.footer-email {
  color: var(--color--font-color);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-email:hover {
  color: var(--color--primary-color);
}

.footer-links-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-column-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color--font-color);
  margin-bottom: 0.5rem;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer-link {
  color: rgba(23, 23, 23, 0.65);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-link:hover {
  color: var(--color--font-color);
  transform: translateX(2px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copyright {
  font-size: 0.875rem;
  color: rgba(23, 23, 23, 0.5);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-bottom-link {
  font-size: 0.875rem;
  color: rgba(23, 23, 23, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom-link:hover {
  color: var(--color--font-color);
}

.footer-divider {
  color: rgba(23, 23, 23, 0.3);
  font-size: 0.875rem;
}

/* Responsive Footer */
@media screen and (max-width: 991px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .footer-links-column {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer-section {
    padding: 4rem 0 2rem;
    margin-top: 4rem;
  }
  
  .footer-main {
    gap: 2.5rem;
    padding-bottom: 2.5rem;
  }
  
  .footer-brand {
    font-size: 1.25rem;
  }
  
  .footer-links-column {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .footer-section {
    padding: 3rem 0 1.5rem;
  }
  
  .footer-main {
    gap: 2rem;
    padding-bottom: 2rem;
  }
  
  .footer-brand {
    font-size: 1.125rem;
  }
  
  .footer-tagline {
    font-size: 0.875rem;
  }
  
  .footer-bottom-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .footer-divider {
    display: none;
  }
}

/* Legacy footer styles - keeping for compatibility */
.footer-component {
  padding: 4rem 0 2rem;
  border-top: 1px solid rgba(155, 143, 126, 0.15);
}

.text-block {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color--font-color);
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
}

.footer-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-grid-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-text-size {
  font-size: 1rem;
  color: var(--color--font-color);
  margin-bottom: 0.5rem;
}

.footer-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link:hover {
  color: var(--color--primary-color);
}

/* ========================================
   CONTACT FORM REDESIGN
   ======================================== */

.contact-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.form-wrapper {
  background: var(--color--white);
  border-radius: var(--radius--large);
  padding: 3rem;
  box-shadow: var(--shadow--medium);
  border: 1px solid rgba(155, 143, 126, 0.1);
}

.form-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.name-wrapper-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.text-size-medium-vw {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color--font-color);
}

.contact-button {
  margin-top: 1.5rem;
}

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

.success-message {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(22, 163, 74, 0.1));
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: var(--radius--medium);
  padding: 2rem;
  text-align: center;
}

.text-size-contact {
  color: rgb(22, 163, 74);
  font-weight: 600;
  font-size: 1.125rem;
}

.error-message {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(220, 38, 38, 0.1));
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: var(--radius--medium);
  padding: 2rem;
  text-align: center;
}

.text-size-medium-contact {
  color: rgb(220, 38, 38);
  font-weight: 600;
  font-size: 1rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media screen and (max-width: 991px) {
  .navbar-component {
    padding: 1rem 0;
  }

  .nav-menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .menu-button {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
  }

  .menu-icon {
    font-size: 1.5rem;
    color: var(--color--font-color);
  }

  .hero-wrapper {
    height: 60vh;
    min-height: 400px;
  }

  .hero-content-wrapper {
    padding: 2.5rem;
  }

  .hero-content-section {
    margin-top: -10rem;
  }

  .features-grid,
  .features-grid.reverse {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .features-grid.reverse .feature-text-section,
  .features-grid.reverse .feature-image-section {
    order: 0;
  }

  .bento-row {
    flex-direction: column;
  }

  .card-small,
  .card-big,
  .card-big-text {
    width: 100%;
    height: 40vh;
    min-height: 300px;
  }

  .sticky-wrapper {
    flex-direction: column;
    margin-top: 4rem;
  }

  .sticky-component,
  .sticky-content {
    width: 100%;
    position: relative;
    top: 0;
  }

  .sticky-component {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .hero-content-wrapper {
    padding: 2rem;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .heading-5 {
    font-size: 1.75rem;
  }

  .hero-featured-products {
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    padding: 2rem;
  }

  .card-big-content {
    padding: 1.5rem;
  }

  .feature-description {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-component {
    padding: 0.75rem 0;
  }

  .brand {
    font-size: 1.25rem;
  }

  .hero-wrapper {
    height: 50vh;
    min-height: 350px;
  }

  .hero-content-wrapper {
    padding: 1.5rem;
  }

  .hero-content-section {
    margin-top: -8rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .form-wrapper {
    padding: 1.5rem;
  }

  .card-small,
  .card-big,
  .card-big-text {
    height: 35vh;
    min-height: 250px;
  }
}

.sticky-text {
  grid-column-gap: 2.8vw;
  grid-row-gap: 2.8vw;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 10vw;
  margin-left: 4vw;
  margin-right: 2rem;
  padding: 3vw 2.5vw;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(30px) saturate(180%);
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
  z-index: 2;
}

.sticky-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(245, 245, 245, 0.1));
  border-radius: 1.5rem;
  pointer-events: none;
  z-index: -1;
}

.sticky-text > * {
  position: relative;
  z-index: 1;
}

.sticky-text .heading-vw,
.sticky-text .regular-vw {
  color: var(--color--font-color);
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.9);
}

.sticky-text .text-weight-medium.caps {
  color: var(--color--primary-color);
  letter-spacing: 0.08em;
}

.content {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 36vw;
  display: flex;
}

.content.max-width-34vw {
  max-width: 34vw;
}

.sticky-paragraph {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
}

.sticky-paragraph .regular-vw {
  line-height: 1.8;
  color: var(--color--font-color);
  font-weight: 400;
}

.sticky-small-image {
  display: none;
}

.sticky-medium-image {
  flex: none;
  align-self: flex-end;
  width: 50%;
  height: 50vh;
  margin-top: 8vh;
  margin-right: 4vw;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

.products-wrapper {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-flow: column;
  display: flex;
}

.products-header {
  justify-content: space-between;
  display: flex;
}

.products-heading {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-horizontal {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.opacity-60 {
  opacity: .6;
}

.button-wrapper {
  z-index: 4;
  align-self: center;
  position: relative;
}

.black-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background: linear-gradient(135deg, var(--color--black), #1a1a1a);
  color: var(--color--white);
  border-radius: var(--radius--small);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 1.125rem 2.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: none;
}

.black-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.black-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #1a1a1a, var(--color--black));
}

.black-button:hover::before {
  left: 100%;
}

.black-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.products-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-link {
  background-color: var(--color--white);
  border: 1px solid rgba(155, 143, 126, 0.1);
  border-radius: 1rem;
  box-shadow: var(--shadow--soft);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-link:hover {
  border-color: rgba(217, 119, 6, 0.3);
  box-shadow: var(--shadow--medium);
  transform: translateY(-4px);
}

.product-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color--primary-color), var(--color--accent));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-link:hover::after {
  opacity: 1;
}

.product-card-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-card-info {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1.5rem;
  display: flex;
}

.info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.mask-frame {
  background-color: #e5e5e5;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.faq-heading {
  text-align: center;
  max-width: 50ch;
}

.faq-hover {
  border-radius: .5rem;
  transition: background-color .45s;
}

.faq-hover:hover {
  background-color: var(--color--white);
}

.products-main-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.max-width-85ch {
  max-width: 85ch;
}

.products-component {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  display: flex;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.form-content {
  width: 100%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-60ch-2 {
  max-width: 60ch;
}

.contact-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.error-message {
  text-align: center;
  background-color: #e54e4e;
  border-radius: .5rem;
}

.hero-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-size-contact {
  font-size: 1.375rem;
}

.form-wrapper {
  width: 50%;
  margin-bottom: 0;
}

.name-wrapper-contact {
  width: 100%;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
  display: flex;
}

.brand.w--current {
  color: var(--color--font-color);
  font-size: var(--heading-style--h5);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.brand.w--current:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.navbar {
  z-index: 50;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.links-navbar {
  border-radius: .5rem .5rem .5rem .5px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem 1rem;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.links-navbar:hover {
  color: #283849;
  background-color: #f6f9fc;
}

.links-navbar.w--current {
  border: 1px solid #f6f9fc;
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-link {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, var(--color--primary-color), var(--color--accent));
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover {
  color: var(--color--font-color);
  background-color: rgba(217, 119, 6, 0.08);
  transform: translateY(-1px);
}

.nav-link:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.nav-link.w--current {
  color: var(--color--primary-color);
  font-weight: 500;
}

.nav-link.w--current::before {
  transform: translateX(-50%) scaleX(1);
}

.navbar-component {
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius--large);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1.125rem 2.5rem;
  transition: all 0.3s ease;
  display: flex;
}

.navbar-component:hover {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.overlay-navbar {
  z-index: 1;
  opacity: 0;
  background-color: #040404;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-parallax {
  height: 110%;
}

.hero-heading {
  z-index: 5;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 63ch;
  margin-bottom: 3rem;
  margin-left: 3.5rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(30px) saturate(180%);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  display: flex;
  position: relative;
  transition: all 0.4s ease;
}

.hero-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(245, 245, 245, 0.05));
  border-radius: 2rem;
  pointer-events: none;
}

.hero-heading > * {
  position: relative;
  z-index: 1;
}

.hero-heading:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.hero-grid {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0.4) 50%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
}

/* New Hero Content Section - Separated from image */
.hero-content-section {
  margin-top: -10vh;
  padding-top: 0;
  padding-bottom: 8rem;
  position: relative;
  z-index: 2;
}

/* Removed duplicate hero-content-wrapper - using the one at line 1787 instead */

.hero-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.8);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.hero-featured-products {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 2rem;
  display: grid;
}

.featured-product-card {
  padding: var(--spacing--element-small) 1.5rem;
  background: rgba(245, 245, 245, 0.5);
  border: 1px solid rgba(155, 143, 126, 0.1);
  border-radius: var(--radius--medium);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: block;
}

.featured-product-card:hover {
  background: var(--color--white);
  border-color: rgba(217, 119, 6, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.product-name {
  font-weight: 500;
  color: var(--color--font-color);
  margin-bottom: 0.5rem;
}

.product-price {
  font-size: 0.875rem;
  color: var(--color--primary-color);
  font-weight: 600;
}

.hero-background {
  position: absolute;
  inset: 0%;
  filter: brightness(1.05) contrast(1.1) saturate(1.1);
  transition: transform 20s ease-out;
}

.hero-wrapper:hover .hero-background {
  transform: scale(1.02);
}

.circle-hover {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.circle-hero {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.hero-hover {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  white-space: nowrap;
  border-radius: 0.75rem;
  border: 1px solid rgba(217, 119, 6, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hero-hover:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  border-color: var(--color--primary-color);
}

.hover-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  position: relative;
}

.hover-content > * {
  color: var(--color--font-color);
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.hover-content div:last-child {
  color: var(--color--primary-color);
  font-weight: 600;
}

.hover-relative {
  position: relative;
}

.arrow-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 1rem;
  height: .9rem;
  margin-top: .4rem;
  display: flex;
  overflow: hidden;
}

.button-hero {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.button-image {
  position: relative;
  inset: 0%;
}

.circular-text {
  padding: .5rem;
  position: absolute;
}

.button-arrow {
  position: absolute;
}

.hero-arrow-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--black);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(217, 119, 6, 0.1);
  border-radius: 2.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
}

.read-more-tag:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(217, 119, 6, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.vertical-line-tag {
  background-color: var(--color--black);
  opacity: .5;
  color: #fff;
  width: 1px;
  height: 1rem;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.product-title {
  max-width: 70ch;
}

.product-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 6rem;
  display: flex;
}

.product-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  margin-bottom: 4rem;
  display: grid;
}

.product-image {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 40vw;
  max-width: 50rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-description {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
}

.product-wrapper {
  width: 100%;
  margin-top: 15vh;
}

.price-tag {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--color--white);
  border: .5px solid #bebebe;
  border-radius: 2px;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.info-tag {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  align-items: center;
  display: flex;
}

.multi-images {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: .5rem;
  width: 100%;
  height: 15vh;
  display: flex;
  overflow: hidden;
}

.lightbox-link {
  border-radius: .5rem;
  height: 38vh;
  overflow: hidden;
}

.product-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color--black);
  color: var(--color--white);
  border-radius: 20rem;
  align-items: center;
  margin-top: 2.1rem;
  padding: 1.6rem 3.1rem 1.6rem 3.6rem;
  display: flex;
}

.lightbox-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.footer-grid-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  height: 3rem;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.text-color-black {
  color: #151515;
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  background-color: var(--color--primary-color);
  color: #c9d4d8;
  transform: translate(0, -2px);
}

.icon-embed {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #8e8c87;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.footer-social-wrapper {
  display: none;
}

/* Empty state for products page */
.products-empty-state {
  padding: 6rem 2rem;
  text-align: center;
  margin-top: 3rem;
}

.empty-state-content {
  max-width: 60ch;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.empty-state-text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.8);
  margin-bottom: 1rem;
}


.paragraph {
  color: #00000080;
}

.footer-text-size {
  font-size: 1.5rem;
}

.max-width-80ch {
  max-width: 80ch;
}

.button-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background: linear-gradient(135deg, var(--color--black), #1a1a1a);
  color: var(--color--white);
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  align-items: center;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s ease;
}

.button-navbar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #1a1a1a, var(--color--black));
}

.button-navbar:hover::before {
  left: 100%;
}

.button-navbar.margin-left {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-border {
  border-radius: .25rem;
  justify-content: center;
  align-items: flex-end;
  max-height: 2.3rem;
  display: flex;
  overflow: hidden;
}

.heading-vw {
  font-size: 4.8vw;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.regular-vw {
  font-size: 1.1vw;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--color--font-color);
  font-weight: 400;
}

.sticky-text .regular-vw {
  color: var(--color--font-color);
  opacity: 0.9;
}

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.modal-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.modal-button {
  color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.modal-embed {
  display: flex;
}

.delete-this {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fbfbfb;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.webflix-link {
  color: #101828;
}

.opacity-80 {
  opacity: .8;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.max-width-37ch {
  max-width: 37ch;
}

.logo-footer {
  width: 11rem;
  height: auto;
}

.logo-navbar {
  width: 8rem;
}

.modal-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.exit {
  z-index: 5;
  background-color: var(--color--background-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  bottom: 1rem;
  left: .5rem;
}

.code-embed {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.container-2 {
  max-width: 600px;
}

.text-block {
  font-size: var(--heading-style--h2);
  line-height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 3.5rem;
  }

  .container {
    max-width: 90vw;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .text-weight-medium.caps.regular-vw-small {
    font-size: 1rem;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .speakers-card {
    padding: 1rem 1rem 2rem;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .faq-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .faq-bottom {
    margin-right: 0;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

  .team-member-component {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .event-item {
    padding-left: 0;
    padding-right: 0;
  }

  .button-submit-hover {
    width: 52rem;
    height: 52rem;
  }

  .heading-2-instruction {
    font-size: 4.5rem;
  }

  /* Responsive styles for new layout */
  .hero-content-wrapper {
    padding: 3rem 2rem;
    max-width: 100%;
  }

  .hero-featured-products {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }

  .features-grid.reverse .feature-text-section,
  .features-grid.reverse .feature-image-section {
    order: 0;
  }

  .card-big-text {
    width: 100%;
    height: auto;
    min-height: 40vh;
  }

  .card-text-content {
    padding: 2rem;
  }

  .feature-description {
    max-width: 100%;
  }

  .max-width-50ch {
    max-width: none;
  }

  .style-guide-heading {
    font-size: 7rem;
  }

  .changelog-component {
    flex-flow: column;
    display: flex;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .heading-4 {
    font-size: 2.7rem;
  }

  .bento-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bento-row {
    flex-flow: column;
  }

  .card-small {
    order: 1;
    width: 100%;
  }

  .card-big {
    width: 100%;
  }

  .sticky-wrapper {
    margin-top: 8rem;
  }

  .content, .content.max-width-34vw {
    max-width: none;
  }

  .sticky-paragraph {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .products-wrapper {
    margin-top: 8rem;
  }

  .faq-wrapper, .products-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .max-width-60ch-2 {
    max-width: 70%;
  }

  .contact-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-icon {
    color: #1e3251;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #fff9;
  }

  .links-navbar {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fffc;
    border-radius: 1.375rem;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: 1rem;
    padding: 2rem;
    position: absolute;
    left: 5vw;
    right: 5vw;
  }

  .right-navbar-content {
    display: flex;
  }

  .nav-menu-wrap {
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .navbar-component {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
    position: relative;
  }

  .hero-heading {
    max-width: 50ch;
  }

  .hero-grid {
    display: none;
  }

  .hero-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    height: 100svh;
    display: flex;
  }

  .circular-text {
    height: 7rem;
  }

  .product-info {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .product-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .product-image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .product-description {
    justify-content: flex-start;
    align-items: center;
  }

  .info-tag {
    flex-flow: column;
  }

  .lightbox-link {
    height: 40vh;
  }

  .product-button {
    margin-top: 1rem;
  }

  .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .footer-social-wrapper {
    margin-bottom: 4rem;
  }

  .footer-text-size {
    font-size: 1.4rem;
  }

  .button-navbar.margin-left {
    margin-left: 0;
  }

  .heading-vw {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .regular-vw {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-huge {
    line-height: 1.3;
  }

  .heading-1 {
    font-size: 3.5rem;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .heading-6 {
    font-size: 1.75rem;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .hero-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .hero-featured-products {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .featured-product-card {
    padding: 1.25rem;
  }

  .card-big-content {
    padding: 1.5rem;
  }

  .card-text-content {
    padding: 1.5rem;
  }

  .bento-row {
    gap: 1rem;
  }

  .card-small,
  .card-big,
  .card-big-text {
    height: 35vh;
    min-height: 280px;
  }

  .sticky-wrapper {
    flex-direction: column;
    margin-top: 4rem;
  }

  .sticky-component,
  .sticky-content {
    width: 100%;
    position: relative;
    top: 0;
  }

  .sticky-component {
    height: 50vh;
  }

  .sticky-text {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1.5rem;
  }

  .products-cards {
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    padding: 2rem 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-text-size {
    font-size: 1.25rem;
  }

  .navbar-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand {
    font-size: 1.25rem;
  }

  .hero-wrapper {
    height: 60vh;
    min-height: 400px;
  }

  .hero-content-section {
    margin-top: -8rem;
  }

  .hero-heading {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem 1.5rem;
  }

  .heading-vw {
    font-size: 2rem;
  }

  .regular-vw {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .heading-6 {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-wrapper {
    padding: 1.5rem;
  }

  .hero-content-section {
    margin-top: -6rem;
  }

  .hero-wrapper {
    height: 50vh;
    min-height: 350px;
  }

  .hero-heading {
    padding: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .card-small,
  .card-big,
  .card-big-text {
    height: 30vh;
    min-height: 250px;
  }

  .card-big-content,
  .card-text-content {
    padding: 1.25rem;
  }

  .form-wrapper {
    padding: 1.5rem;
  }

  .navbar-component {
    padding: 0.75rem 1rem;
  }

  .brand {
    font-size: 1.125rem;
  }

  .button-navbar {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }

  .nav-menu {
    padding: 1.5rem;
  }

  .footer-component {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .footer-text-size {
    font-size: 1.125rem;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .heading-vw {
    font-size: 1.75rem;
  }

  .regular-vw {
    font-size: 0.875rem;
  }

  .sticky-text {
    padding: 1.5rem;
  }

  .feature-description {
    font-size: 1rem;
  }

  .empty-state-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2.3rem;
    line-height: 1.15;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* Mobile responsive styles for new layout */
  .hero-wrapper {
    height: 50vh;
  }

  .hero-content-section {
    margin-top: -5vh;
    margin-bottom: 4rem;
  }

  .hero-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .features-grid {
    margin-top: 4rem;
    margin-bottom: 4rem;
    grid-row-gap: 2rem;
  }

  .feature-text-section .heading-4 {
    font-size: 1.75rem;
  }

  .feature-description {
    font-size: 1rem;
  }

  .card-big-text {
    height: auto;
    min-height: 35vh;
  }

  .card-text-content {
    padding: 1.5rem;
  }

  .faq-item {
    padding: 1.5rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .heading-3 {
    font-size: 2.7rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .speakers-card {
    height: 100%;
  }

  .faq-bottom-content {
    padding-bottom: 0;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

  .button-submit-hover {
    width: 42rem;
    height: 42rem;
  }

  .not-fount-text-size {
    font-size: 14rem;
  }

  .heading-2-instruction {
    font-size: 4rem;
  }

  .style-guide-heading {
    font-size: 6rem;
  }

  .style-guide-heading.mobile {
    font-size: 4rem;
  }

  .changelog-component {
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .bento-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .card-big {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .sticky-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 100%;
    margin-top: 4rem;
  }

  .sticky-component {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .sticky-content {
    width: 100%;
    padding-bottom: 0;
  }

  .sticky-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-left: 2rem;
  }

  .sticky-paragraph {
    max-width: none;
  }

  .sticky-small-image {
    width: 10rem;
    height: 10rem;
    margin-top: 4rem;
    margin-right: 4rem;
  }

  .sticky-medium-image, .products-wrapper {
    margin-top: 6rem;
  }

  .products-cards {
    flex-flow: column;
    display: flex;
  }

  .contact-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .navbar-component {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .hero-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .button-hero {
    display: none;
    position: relative;
    left: 0;
  }

  .product-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .credits-wrapper {
    flex-flow: column;
    margin-top: 1rem;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-heading {
    height: 2rem;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .footer-text-size {
    font-size: 1.3rem;
  }

  .heading-vw {
    font-size: 2.5rem;
  }

  .text-size-medium-2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 2.8rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .style-guide-component, .divider-line {
    width: 100%;
  }

  .faq-title-wrapper {
    padding-right: 3.5rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .button-submit-hover {
    width: 25rem;
    height: 25rem;
  }

  .not-fount-text-size {
    font-size: 7rem;
  }

  .divider-line-instructions {
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 3rem;
    line-height: 1.1;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .hero-changelog-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .style-guide-heading.mobile {
    font-size: 3rem;
  }

  .changelog-component {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .heading-4 {
    font-size: 2.2rem;
  }

  .content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .products-wrapper {
    margin-top: 4rem;
  }

  .products-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .products-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrapper {
    align-self: auto;
  }

  .max-width-60ch-2 {
    max-width: none;
  }

  .form-wrapper, .form {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #fff9;
  }

  .links-navbar {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
  }

  .nav-menu {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .footer-heading {
    height: auto;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-social-wrapper {
    margin-bottom: 2rem;
  }

  .footer-text-size {
    font-size: 1.2rem;
  }

  .overlay-mobile {
    z-index: 2;
    background-image: linear-gradient(0deg, var(--color--background-color), #efefef00);
    height: 50vh;
    position: absolute;
    inset: auto 0% 0;
  }

  .heading-vw {
    font-size: 2.2rem;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
  }

  .modal-link {
    flex-flow: wrap;
  }
}

#w-node-ef7e6b0d-be93-adff-4060-9d901676e40c-c5c3bfcf {
  grid-area: 2 / 5 / 4 / 7;
  place-self: center;
}

#w-node-e5f29151-518e-2cc5-830b-93494d1384d7-c5c3bfcf {
  grid-area: 5 / 6 / 6 / 7;
  place-self: center end;
}

#w-node-_017e8081-75d8-24cb-ae60-e4c7ae005f3d-c5c3bfcf {
  grid-area: 4 / 9 / 5 / 10;
  place-self: end center;
}

#w-node-_166a32a4-df69-feaf-899a-25aced6d2465-c5c3bfcf, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4af-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4c3-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4c8-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4df-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee509-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee53f-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee55d-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee55f-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee564-c5c3bfd8, #w-node-_1d033a72-bfd5-f09e-8de5-139b4f643236-c5c3bfd8, #w-node-_03993e21-e067-738e-3b6b-1ee9329895a8-c5c3bfd8, #w-node-e2aba446-b341-f364-b7ff-109c4a3e66dd-c5c3bfd8, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee56d-c5c3bfd8, #w-node-_27cdc4ca-a824-91eb-49eb-ab35f8054e02-c5c3bfd9, #w-node-_338636f3-38f5-d93b-80c1-22af1269d0a3-c5c3bfda, #w-node-_11830304-ed83-c247-8dbe-1f93339a1055-c5c3bfe1, #w-node-_11830304-ed83-c247-8dbe-1f93339a1075-c5c3bfe1, #w-node-_11830304-ed83-c247-8dbe-1f93339a108e-c5c3bfe1, #w-node-bdc51d0e-da8c-85e8-0820-4fad353d80b5-c5c3bfe2, #w-node-_3d641119-0743-624f-4e9b-b473fee206ae-c5c3bfe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
