#fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d {

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d {
  position: relative;
  overflow: hidden;
  background: #171411;
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__container {
  position: relative;
  min-height: 76vh;
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .section-background__image {
  background-position: center center;
  transform: scale(1.04);
  filter: saturate(0.88) contrast(1.08) brightness(0.68);
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .section-background__overlay {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.16) 0%, rgba(8, 7, 6, 0.48) 45%, rgba(23, 20, 17, 0.88) 100%) !important;
  opacity: 1 !important;
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__inner {
  align-items: center;
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__wrapper {
  width: 100%;
  padding: 96px 18px 56px;
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__content {
  width: 100%;
  max-width: 640px;
  padding: 24px 20px 22px;
  background: rgba(20, 17, 14, 0.42);
  border: 1px solid rgba(238, 140, 43, 0.14);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__heading {
  margin: 0 0 10px 0;
  color: #ee8c2b;
  font-size: 54px;
  line-height: 0.92;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(238, 140, 43, 0.28);
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__text {
  max-width: 31rem;
  margin: 0 0 18px 0;
  color: #d2c2ac;
  font-size: 16px;
  line-height: 1.65;
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__cta-container {
  justify-content: flex-start;
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__cta .button {
  display: inline-block;
  width: auto;
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid #ee8c2b;
  border-radius: 999px;
  background: rgba(238, 140, 43, 0.10);
  color: #ee8c2b;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__cta .button:hover {
  background: #ee8c2b;
  color: #171411;
}

/* CONTACT FORM SECTION */

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 {
  padding: 0 0 72px;
  background:
    radial-gradient(circle at top, rgba(195, 88, 34, 0.10), transparent 36%),
    linear-gradient(180deg, #171411 0%, #1b1714 100%);
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .wrapper {
  max-width: 1100px;
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-contact-form {
  width: 100%;
  max-width: 760px;
  margin: -32px auto 0;
  padding: 26px 18px 20px;
  background: rgba(34, 31, 27, 0.92);
  border: 1px solid #38332e;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30);
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-contact-form::before {
  content: "Bookings, collabs, partnerships";
  display: block;
  margin-bottom: 20px;
  color: #ee8c2b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-field {
  margin-bottom: 16px;
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-label {
  display: block;
  margin-bottom: 8px;
  color: #ee8c2b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-input,
.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-textarea {
  display: block;
  width: 100%;
  padding: 15px 16px;
  background: #171411;
  color: #ede7de;
  border: 1px solid #38332e;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-input::placeholder,
.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-textarea::placeholder {
  color: #9d8c7b;
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-input:focus,
.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-textarea:focus {
  outline: none;
  border-color: #ee8c2b;
  box-shadow: 0 0 0 3px rgba(238, 140, 43, 0.12);
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-textarea {
  min-height: 180px;
  resize: vertical;
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-button {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  background: #ee8c2b;
  color: #171411;
  border: 1px solid #ee8c2b;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(238, 140, 43, 0.22);
}

@media (min-width: 768px) {
  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__container {
    min-height: 72vh;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__wrapper {
    padding: 120px 32px 72px;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__content {
    max-width: 760px;
    padding: 34px 32px 28px;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__heading {
    font-size: 88px;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__text {
    max-width: 38rem;
    font-size: 18px;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__cta .button {
    padding: 13px 18px;
    font-size: 13px;
  }

  .custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 {
    padding: 0 0 88px;
  }

  .custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-contact-form {
    margin-top: -48px;
    padding: 34px 32px 28px;
  }

  .custom-html--fw-section-custom-html-9be834f1-7010-4f13-8572-8ca5227f1c78 .td-form-button {
    width: auto;
    min-width: 220px;
  }
}

@media (max-width: 767px) {
  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__container {
    min-height: 100svh;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__wrapper {
    padding: 74px 18px 118px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__content {
    margin: -6px auto 0;
    text-align: center;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__heading {
    margin: 0 auto 10px auto;
    font-size: 40px;
    text-align: center;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__text {
    margin: 0 auto 16px auto;
    max-width: 18rem;
    font-size: 15px;
    text-align: center;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__cta-container {
    justify-content: center;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__cta {
    margin: 0 auto;
  }

  .hero--fw-section-hero-7d12cc22-dd25-4e21-9812-4734fecf9b2d .hero__cta .button {
    padding: 11px 14px;
    font-size: 11px;
  }
}
}

#fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 {

/* ABOUT PAGE HERO ONLY */

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 {
  position: relative;
  overflow: hidden;
  background: #171411;
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__container {
  position: relative;
  min-height: 100svh;
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .section-background__image {
  background-position: center center;
  transform: scale(1.03);
  filter: saturate(0.88) contrast(1.06) brightness(0.72);
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .section-background__overlay {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.18) 0%, rgba(8, 7, 6, 0.46) 45%, rgba(23, 20, 17, 0.86) 100%) !important;
  opacity: 1 !important;
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__inner {
  align-items: center;
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__wrapper {
  width: 100%;
  padding: 92px 18px 40px;
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__content {
  width: 100%;
  max-width: 520px;
  padding: 22px 18px 20px;
  background: rgba(20, 17, 14, 0.42);
  border: 1px solid rgba(238, 140, 43, 0.14);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__heading {
  margin: 0 0 14px 0;
  color: #ee8c2b;
  font-size: 48px;
  line-height: 0.92;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(238, 140, 43, 0.26);
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__cta-container {
  justify-content: flex-start;
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__cta .button {
  display: inline-block;
  width: auto;
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid #ee8c2b;
  border-radius: 999px;
  background: rgba(238, 140, 43, 0.1);
  color: #ee8c2b;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__cta .button:hover {
  background: #ee8c2b;
  color: #171411;
}

@media (min-width: 768px) {
  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__container {
    min-height: 78vh;
  }

  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__wrapper {
    padding: 120px 32px 70px;
  }

  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__content {
    max-width: 700px;
    padding: 34px 32px 28px;
  }

  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__heading {
    font-size: 92px;
    max-width: 8ch;
  }

  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__cta .button {
    padding: 13px 18px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__wrapper {
    padding: 76px 18px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__content {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
  }

  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__heading {
    margin: 0 auto 14px auto;
    max-width: 7.5ch;
    font-size: 40px;
    line-height: 0.94;
    text-align: center;
  }

  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__cta-container {
    justify-content: center;
  }

  .hero--fw-section-hero-7f2e3cb0-cbdf-47e4-98ac-a802a3b31bc7 .hero__cta {
    width: auto;
    margin: 0 auto;
  }
}
}

#fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f {

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f {
  position: relative;
  overflow: hidden;
  background: #171411;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__container {
  position: relative;
  min-height: 78vh;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .section-background__image {
  background-position: center center;
  transform: scale(1.03);
  filter: saturate(0.92) contrast(1.08) brightness(0.74);
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .section-background__overlay {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.20) 0%, rgba(8, 7, 6, 0.42) 42%, rgba(23, 20, 17, 0.84) 100%) !important;
  opacity: 1 !important;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__inner {
  align-items: center;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__wrapper {
  width: 100%;
  padding: 96px 18px 54px;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__content {
  width: 100%;
  max-width: 560px;
  padding: 24px 20px 22px;
  background: rgba(20, 17, 14, 0.42);
  border: 1px solid rgba(238, 140, 43, 0.14);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__heading {
  margin: 0 0 10px 0;
  color: #ee8c2b;
  font-size: 56px;
  line-height: 0.92;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(238, 140, 43, 0.28);
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__text {
  max-width: 24rem;
  margin: 0 0 18px 0;
  color: #d2c2ac;
  font-size: 16px;
  line-height: 1.65;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__cta-container {
  justify-content: flex-start;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__cta .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid #ee8c2b;
  border-radius: 999px;
  background: rgba(238, 140, 43, 0.10);
  color: #ee8c2b;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__cta .button:hover {
  background: #ee8c2b;
  color: #171411;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .button__icon svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__container {
    min-height: 72vh;
  }

  .hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__wrapper {
    padding: 120px 32px 72px;
  }

  .hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__content {
    max-width: 680px;
    padding: 34px 32px 28px;
  }

  .hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__heading {
    font-size: 92px;
  }

  .hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__text {
    max-width: 30rem;
    font-size: 18px;
  }

  .hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__cta .button {
    padding: 13px 18px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .hero--fw-section-hero-dc497baf-4093-4244-9772-3226ebf5f93f .hero__heading {
    max-width: none;
    white-space: nowrap;
    font-size: 36px;
    letter-spacing: 0.07em;
  }
}
}






#fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 {

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 {
  position: relative;
  overflow: hidden;
  background: #171411;
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__container {
  position: relative;
  min-height: 78vh;
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .section-background__image {
  background-position: center center;
  transform: scale(1.03);
  filter: saturate(0.9) contrast(1.06) brightness(0.74);
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .section-background__overlay {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.18) 0%, rgba(8, 7, 6, 0.42) 42%, rgba(23, 20, 17, 0.84) 100%) !important;
  opacity: 1 !important;
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__inner {
  align-items: center;
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__wrapper {
  width: 100%;
  padding: 96px 18px 56px;
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__content {
  width: 100%;
  max-width: 580px;
  padding: 24px 20px 22px;
  background: rgba(20, 17, 14, 0.42);
  border: 1px solid rgba(238, 140, 43, 0.14);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__heading {
  margin: 0 0 14px 0;
  color: #ee8c2b;
  font-size: 56px;
  line-height: 0.92;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(238, 140, 43, 0.28);
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__cta-container {
  justify-content: flex-start;
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__cta .button {
  display: inline-block;
  width: auto;
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid #ee8c2b;
  border-radius: 999px;
  background: rgba(238, 140, 43, 0.10);
  color: #ee8c2b;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__cta .button:hover {
  background: #ee8c2b;
  color: #171411;
}

@media (min-width: 768px) {
  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__container {
    min-height: 72vh;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__wrapper {
    padding: 120px 32px 72px;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__content {
    max-width: 720px;
    padding: 34px 32px 28px;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__heading {
    font-size: 88px;
    max-width: 10ch;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__cta .button {
    padding: 13px 18px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__container {
    min-height: 100svh;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__inner {
    align-items: center;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__wrapper {
    padding: 76px 18px 118px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__content {
    margin: -8px auto 0;
    text-align: center;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__heading {
    margin: 0 auto 14px auto;
    max-width: 9ch;
    font-size: 40px;
    text-align: center;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__cta-container {
    justify-content: center;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__cta {
    margin: 0 auto;
  }

  .hero--fw-section-hero-120de8bc-12d2-4a55-bae0-30ac53b01954 .hero__cta .button {
    padding: 11px 14px;
    font-size: 11px;
  }
}
}

#fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 {

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 {
  position: relative;
  overflow: hidden;
  background: #171411;
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__container {
  position: relative;
  min-height: 78vh;
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .section-background__image {
  background-position: center center;
  transform: scale(1.03);
  filter: saturate(0.9) contrast(1.06) brightness(0.72);
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .section-background__overlay {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.18) 0%, rgba(8, 7, 6, 0.44) 42%, rgba(23, 20, 17, 0.86) 100%) !important;
  opacity: 1 !important;
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__inner {
  align-items: center;
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__wrapper {
  width: 100%;
  padding: 96px 18px 56px;
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__content {
  width: 100%;
  max-width: 620px;
  padding: 24px 20px 22px;
  background: rgba(20, 17, 14, 0.42);
  border: 1px solid rgba(238, 140, 43, 0.14);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__heading {
  margin: 0 0 10px 0;
  color: #ee8c2b;
  font-size: 54px;
  line-height: 0.92;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(238, 140, 43, 0.28);
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__text {
  max-width: 28rem;
  margin: 0 0 18px 0;
  color: #d2c2ac;
  font-size: 16px;
  line-height: 1.65;
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__cta-container {
  justify-content: flex-start;
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__cta .button {
  display: inline-block;
  width: auto;
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid #ee8c2b;
  border-radius: 999px;
  background: rgba(238, 140, 43, 0.10);
  color: #ee8c2b;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__cta .button:hover {
  background: #ee8c2b;
  color: #171411;
}

@media (min-width: 768px) {
  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__container {
    min-height: 72vh;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__wrapper {
    padding: 120px 32px 72px;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__content {
    max-width: 760px;
    padding: 34px 32px 28px;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__heading {
    font-size: 84px;
    max-width: 10ch;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__text {
    max-width: 34rem;
    font-size: 18px;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__cta .button {
    padding: 13px 18px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__container {
    min-height: 100svh;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__inner {
    align-items: center;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__wrapper {
    padding: 76px 18px 118px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__content {
    margin: -8px auto 0;
    text-align: center;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__heading {
    margin: 0 auto 10px auto;
    max-width: 9ch;
    font-size: 38px;
    text-align: center;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__text {
    margin: 0 auto 16px auto;
    max-width: 18rem;
    font-size: 15px;
    text-align: center;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__cta-container {
    justify-content: center;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__cta {
    margin: 0 auto;
  }

  .hero--fw-section-hero-257fb684-a054-4830-8b94-b464b2bcccb6 .hero__cta .button {
    padding: 11px 14px;
    font-size: 11px;
  }
}
}



#fw-section-hero-0 {

.hero--fw-section-hero-0 {
  position: relative;
  overflow: hidden;
  background: #171411;
}

.hero--fw-section-hero-0 .hero__container {
  min-height: 100svh;
  position: relative;
}

.hero--fw-section-hero-0 .section-background__image {
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.08) brightness(0.78);
  background-position: center center;
}

.hero--fw-section-hero-0 .section-background__overlay {
  background:
    linear-gradient(180deg, rgba(10, 8, 7, 0.18) 0%, rgba(10, 8, 7, 0.42) 40%, rgba(23, 20, 17, 0.84) 100%) !important;
  opacity: 1 !important;
}

.hero--fw-section-hero-0 .hero__inner {
  align-items: end;
}

.hero--fw-section-hero-0 .hero__wrapper {
  width: 100%;
  padding: 88px 18px 28px;
}

.hero--fw-section-hero-0 .hero__content {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 22px 18px 20px;
  text-align: left;
  background: rgba(20, 17, 14, 0.44);
  border: 1px solid rgba(238, 140, 43, 0.16);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.hero--fw-section-hero-0 .hero__heading {
  margin: 0 0 10px 0;
  color: #ee8c2b;
  font-size: clamp(52px, 16vw, 82px);
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(238, 140, 43, 0.32),
    0 0 34px rgba(238, 140, 43, 0.14);
}

.hero--fw-section-hero-0 .hero__text {
  max-width: 18rem;
  margin: 0 0 18px 0;
  color: #d2c2ac;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.hero--fw-section-hero-0 .hero__cta-container {
  justify-content: flex-start;
}

.hero--fw-section-hero-0 .hero__cta {
  width: auto;
}

.hero--fw-section-hero-0 .hero__cta .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid #ee8c2b;
  border-radius: 999px;
  background: rgba(238, 140, 43, 0.12);
  color: #ee8c2b;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.hero--fw-section-hero-0 .hero__cta .button:hover {
  background: #ee8c2b;
  color: #171411;
  border-color: #ee8c2b;
}

.hero--fw-section-hero-0 .hero__cta .button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.hero--fw-section-hero-0 .hero__cta .button__icon svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .hero--fw-section-hero-0 .hero__inner {
    align-items: center;
  }

  .hero--fw-section-hero-0 .hero__wrapper {
    padding: 110px 32px 60px;
  }

  .hero--fw-section-hero-0 .hero__content {
    max-width: 700px;
    padding: 34px 32px 30px;
    text-align: center;
    background: rgba(20, 17, 14, 0.28);
  }

  .hero--fw-section-hero-0 .hero__heading {
    font-size: clamp(82px, 11vw, 148px);
    letter-spacing: 0.1em;
  }

  .hero--fw-section-hero-0 .hero__text {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    font-size: 18px;
    text-align: center;
  }

  .hero--fw-section-hero-0 .hero__cta-container {
    justify-content: center;
  }

  .hero--fw-section-hero-0 .hero__cta .button {
    padding: 14px 20px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .hero--fw-section-hero-0 .hero__inner {
    align-items: center;
  }

  .hero--fw-section-hero-0 .hero__wrapper {
    width: 100%;
    padding: 72px 18px 120px;
    display: flex;
    align-items: flex-start;
  }

  .hero--fw-section-hero-0 .hero__content {
    width: 100%;
    max-width: 460px;
    margin: -48px auto 0;
  }
}
}
#fw-section-featured-collection-0 {

.featured-collection--fw-section-featured-collection-0 {
  background: #171411;
}

.featured-collection--fw-section-featured-collection-0 .collection__header {
  margin-bottom: 24px;
}

.featured-collection--fw-section-featured-collection-0 .section-header__heading {
  margin: 0;
  color: #ee8c2b;
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-collection--fw-section-featured-collection-0 .section-header__cta .button,
.featured-collection--fw-section-featured-collection-0 .collection__cta .button {
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid #ee8c2b;
  border-radius: 999px;
  background: transparent;
  color: #ee8c2b;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-collection--fw-section-featured-collection-0 .section-header__cta .button:hover,
.featured-collection--fw-section-featured-collection-0 .collection__cta .button:hover {
  background: #ee8c2b;
  color: #171411;
}

.featured-collection--fw-section-featured-collection-0 .tile {
  display: block;
  height: 100%;
  text-decoration: none;
  background: #221f1b;
  border: 1px solid rgba(238, 140, 43, 0.14);
  border-radius: 20px;
  overflow: hidden;
}

.featured-collection--fw-section-featured-collection-0 .tile__image {
  padding: 10px 10px 0 10px;
}

.featured-collection--fw-section-featured-collection-0 .tile__image .image {
  border-radius: 14px;
  overflow: hidden;
  background: #171411;
}

.featured-collection--fw-section-featured-collection-0 .tile__description {
  padding: 16px;
}

.featured-collection--fw-section-featured-collection-0 .tile__heading {
  margin: 0 0 8px 0;
  color: #ede7de;
  font-size: 22px;
  line-height: 1.02;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.featured-collection--fw-section-featured-collection-0 .tile__price {
  color: #d2c2ac;
  font-size: 14px;
}

.featured-collection--fw-section-featured-collection-0 .tile:hover {
  border-color: rgba(238, 140, 43, 0.28);
}

@media (min-width: 768px) {
  .featured-collection--fw-section-featured-collection-0.section-fw-section-featured-collection-0-padding {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .featured-collection--fw-section-featured-collection-0 .col-grid--product-gap {
    gap: 24px;
  }

  .featured-collection--fw-section-featured-collection-0 .tile__heading {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .featured-collection--fw-section-featured-collection-0.section-fw-section-featured-collection-0-padding {
    padding-top: 36px;
    padding-bottom: 44px;
  }

  .featured-collection--fw-section-featured-collection-0 .section-header__heading {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .featured-collection--fw-section-featured-collection-0 .col-grid--product-gap {
    gap: 14px;
  }

  .featured-collection--fw-section-featured-collection-0 .tile__heading {
    font-size: 20px;
  }

  .featured-collection--fw-section-featured-collection-0 .collection__cta .button {
    padding: 11px 14px;
    font-size: 11px;
  }
}
}
#fw-section-image-with-text-0 {
--font-heading-scale: 1.5;
--font-body-scale: 1.0;
}
#fw-section-image-with-text-1 {
--font-heading-scale: 1.5;
--font-body-scale: 1.0;
}



#fw-section-header {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}
#fw-section-header {
--color-primary: #ede7de;
--color-primary-rgb: 237, 231, 222;
--color-background: #171411;
--color-background-rgb: 23, 20, 17;
--color-on-background: #ee8c2b;
--color-on-background-rgb: 238, 140, 43;
--color-on-primary: #191b1d;
--color-on-primary-rgb: 25, 27, 29;
--color-product-image-background: #ee8c2b;
--color-background-brightness: 21;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ede7de;
--primary-btn-text: #191b1d;
--primary-btn-border-color: #ee8c2b;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ee8c2b;
--secondary-btn-border-color: #ee8c2b;
:root {
  --td-bg: #171411;
  --td-bg-soft: #221f1b;
  --td-bg-muted: #322e29;
  --td-text: #ede7de;
  --td-muted: #9d8c7b;
  --td-primary: #ee8c2b;
  --td-accent: #cc3366;
  --td-sand: #d2c2ac;
  --td-border: #38332e;
  --td-radius: 12px;
}

html {
  scroll-behavior: smooth;
}

body,
.page,
.main,
.page__main {
  background: linear-gradient(180deg, #241911 0%, #171411 22%, #171411 100%);
  color: var(--td-text);
}

.page__header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.header {
  background: rgba(23, 20, 17, 0.82);
  border-bottom: 1px solid var(--td-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.text-logo {
  color: var(--td-primary);
  font-size: clamp(1.9rem, 2.4vw, 2.5rem);
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.header__logo-link,
.header__logo-link:hover {
  color: var(--td-primary);
  text-decoration: none;
}

.header__link,
.header__icon,
.header__link--icon,
.footer__menu-link,
.footer__social-link,
.mobile-menu__link,
.mobile-menu__social-link {
  color: rgba(237, 231, 222, 0.72);
}

.header__link:hover,
.header__icon:hover,
.header__dropdown-link:hover,
.footer__menu-link:hover,
.footer__social-link:hover,
.mobile-menu__link:hover,
.mobile-menu__social-link:hover,
.mobile-menu__dropdown-link:hover {
  color: var(--td-primary);
}

.hero--fw-section-hero-0 {
  position: relative;
  overflow: hidden;
}

.hero--fw-section-hero-0 .hero__container {
  min-height: calc(100vh - 72px);
}

.hero--fw-section-hero-0 .section-background__image {
  transform: scale(1.03);
  filter: saturate(0.9) contrast(1.08) brightness(0.92);
}

.hero--fw-section-hero-0 .section-background__overlay {
  background: linear-gradient(180deg, rgba(23, 20, 17, 0.2), rgba(23, 20, 17, 0.58)) !important;
  opacity: 1 !important;
}

.hero__wrapper {
  padding: 4rem 1.25rem 5rem;
}

.hero__heading {
  color: var(--td-primary);
  font-size: clamp(4.5rem, 12vw, 8.75rem);
  line-height: 0.92;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(238, 140, 43, 0.6), 0 0 42px rgba(238, 140, 43, 0.22);
}

.hero__text {
  color: var(--td-sand);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
  max-width: 34rem;
  margin: 0 auto 2rem;
}

.button {
  border-radius: var(--td-radius);
  border-width: 2px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-height: 52px;
}

.button--primary {
  background: var(--td-primary);
  border-color: var(--td-primary);
  color: var(--td-bg);
  box-shadow: 0 0 18px rgba(238, 140, 43, 0.28);
}

.button--primary:hover {
  background: #f39a46;
  border-color: #f39a46;
  color: var(--td-bg);
}

.button--secondary {
  background: transparent;
  border-color: var(--td-primary);
  color: var(--td-primary);
}

.button--secondary:hover {
  background: var(--td-primary);
  color: var(--td-bg);
}

.section-header__heading,
.image-with-text__heading {
  color: var(--td-primary);
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.image-with-text__container {
  background: linear-gradient(180deg, rgba(34, 31, 27, 0.58), rgba(23, 20, 17, 0.72));
}

.image-with-text__image-container {
  background: var(--td-bg-soft);
  overflow: hidden;
}

.image-with-text__image {
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.image-with-text__content {
  background: linear-gradient(180deg, rgba(34, 31, 27, 0.9), rgba(23, 20, 17, 0.9));
  color: var(--td-text);
  padding: clamp(2rem, 5vw, 4.5rem);
}

.image-with-text__text,
.image-with-text__text p {
  color: var(--td-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.mobile-menu {
  background: linear-gradient(180deg, rgba(34, 31, 27, 0.98), rgba(23, 20, 17, 0.98));
  border-left: 1px solid var(--td-border);
}

.mobile-menu__list-item {
  border-bottom: 1px solid rgba(56, 51, 46, 0.45);
}

.drawer__background {
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.drawer__content,
.product-drawer {
  background: linear-gradient(180deg, #221f1b 0%, #171411 100%);
  color: var(--td-text);
}

.product-drawer__heading,
.inline-image__heading {
  color: var(--td-primary);
}

.inline-image__price,
.inline-image__quantity,
.product-drawer__subtotal-label,
.product-drawer__subtotal-value {
  color: var(--td-muted);
}

.footer {
  color: var(--td-muted);
}

.footer__separator {
  background: var(--td-border);
}

.footer__copy {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--td-muted);
}

.footer__bottom {
  border-top: 1px solid rgba(56, 51, 46, 0.45);
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}

@media (max-width: 767px) {
  .hero__container {
    min-height: calc(100svh - 72px);
  }

  .hero__wrapper {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .hero__heading {
    font-size: clamp(4rem, 19vw, 6.5rem);
  }

  .hero__text {
    font-size: 1rem;
    max-width: 20rem;
  }

  .image-with-text__content {
    padding: 2rem 1.25rem 2.5rem;
  }
}
}