.elementor-202 .elementor-element.elementor-element-c140e9c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ea59ea7 */:root {
  --bg: #080706;
  --surface: #11100f;
  --cream: #eadbc0;
  --cream-soft: #d8c6a8;
  --ember: #a94f20;
  --ember-light: #d16a2c;
  --line: rgba(184, 93, 42, 0.72);
  --max-width: 760px;
}

* {
  box-sizing: border-box;
}

html {
  background: #000;
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #000;
  color: var(--cream);
  font-family: "Oswald", Arial, sans-serif;
}

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

.coming-soon {
  position: relative;
  isolation: isolate;
  width: min(100%, var(--max-width));
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 26%, rgba(112, 57, 26, 0.13), transparent 34%),
    linear-gradient(180deg, #111110 0%, #0a0908 50%, #090807 100%);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.85);
}

.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.17;
  background-image:
    repeating-radial-gradient(circle at 30% 35%, rgba(255,255,255,.12) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(35deg, transparent 0 12px, rgba(255,255,255,.015) 12px 13px);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(50px);
  pointer-events: none;
}

.ambient--top {
  top: 19%;
  left: 50%;
  width: 12rem;
  height: 21rem;
  transform: translateX(-50%);
  background: rgba(119, 64, 30, 0.12);
}

.ambient--bottom {
  right: -18%;
  bottom: 19%;
  width: 21rem;
  height: 21rem;
  background: rgba(146, 65, 24, 0.15);
}

.hero {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 73svh;
  padding: clamp(3rem, 9vw, 5.2rem) 1.4rem 1.8rem;
  text-align: center;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: clamp(2.5rem, 7vw, 4rem);
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--cream);
  text-shadow: 0 3px 24px rgba(0, 0, 0, .65);
}

.brand__small {
  margin-top: .2em;
  margin-right: .1em;
  font-size: clamp(1.7rem, 6vw, 3rem);
  line-height: 1;
}

.brand__name {
  position: relative;
  font-size: clamp(4.7rem, 18vw, 8.5rem);
  font-weight: 600;
  line-height: .72;
  letter-spacing: -.055em;
}

.brand__flame {
  position: absolute;
  top: -1.1em;
  left: 49%;
  width: .37em;
  color: var(--ember);
  filter: drop-shadow(0 0 10px rgba(184, 75, 30, .25));
}

.brazier-wrap {
  position: relative;
  width: clamp(10rem, 38vw, 14rem);
  margin-bottom: clamp(2.4rem, 6vw, 3.5rem);
  color: var(--ember);
}

.brazier-wrap::before {
  content: "";
  position: absolute;
  inset: 4% 16% 15%;
  z-index: -1;
  background: radial-gradient(ellipse, rgba(179, 77, 29, .18), transparent 70%);
  filter: blur(14px);
}

.brazier {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0 12px rgba(171, 72, 28, .16));
}

.message h1 {
  margin: 0;
  color: var(--cream);
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(4rem, 18vw, 8.2rem);
  font-weight: 600;
  line-height: .88;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-shadow: 0 5px 20px rgba(0,0,0,.75);
}

.divider {
  display: grid;
  grid-template-columns: minmax(3.8rem, 8rem) 1.6rem minmax(3.8rem, 8rem);
  align-items: center;
  justify-content: center;
  gap: .85rem;
  margin: 1.8rem auto 1.3rem;
  color: var(--ember);
}

.divider span {
  height: 1px;
  background: var(--line);
}

.divider svg {
  width: 1.35rem;
  height: 1.85rem;
}

.subtitle {
  margin: 0;
  color: var(--cream-soft);
  font-size: clamp(1.15rem, 4.4vw, 1.7rem);
  line-height: 1.5;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.thanks {
  position: relative;
  display: inline-block;
  margin: 1rem 0 0;
  color: var(--ember-light);
  font-family: "Allura", cursive;
  font-size: clamp(2.4rem, 9vw, 4.6rem);
  line-height: 1;
  transform: rotate(-2deg);
  text-shadow: 0 2px 12px rgba(0,0,0,.65);
}

.thanks::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  margin: .15em auto 0;
  border-radius: 100%;
  background: var(--ember);
  transform: rotate(-3deg);
}

.fire-scene {
  position: relative;
  z-index: 1;
  min-height: clamp(16rem, 48vw, 25rem);
  margin-top: -2rem;
  background-image:
    linear-gradient(180deg, var(--bg) 0%, rgba(8,7,6,.36) 22%, rgba(8,7,6,.05) 52%, rgba(8,7,6,.86) 100%),
    linear-gradient(90deg, rgba(0,0,0,.36), transparent 25%, transparent 75%, rgba(0,0,0,.4)),
    url("assets/fire-background.jpg");
  background-size: cover;
  background-position: center 58%;
}

.fire-scene::before {
  content: "";
  position: absolute;
  inset: -20% 0 auto;
  height: 65%;
  background: linear-gradient(to bottom, var(--bg), transparent);
  pointer-events: none;
}

.footer {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem 1.5rem max(2.1rem, env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(8,7,6,.94), #080706 35%);
  color: var(--ember-light);
}

.social {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.social a {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  transition: transform .2s ease, color .2s ease;
}

.social a:hover,
.social a:focus-visible {
  color: #e37b38;
  transform: translateY(-2px);
}

.social svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.social a:nth-of-type(2) svg,
.social a:nth-of-type(3) svg {
  fill: currentColor;
  stroke: none;
}

.social__separator {
  width: 1px;
  height: 2rem;
  background: rgba(187, 99, 49, .3);
}

.handle {
  display: grid;
  grid-template-columns: minmax(3.5rem, 6rem) auto minmax(3.5rem, 6rem);
  align-items: center;
  gap: 1rem;
  font-size: clamp(1rem, 4vw, 1.3rem);
  letter-spacing: .08em;
}

.handle span {
  height: 1px;
  background: var(--line);
}

.handle a:hover,
.handle a:focus-visible {
  color: #e37b38;
}

@media (min-width: 700px) {
  body {
    padding: 2rem 0;
  }

  .coming-soon {
    border-radius: 4rem;
  }

  .hero {
    min-height: 780px;
  }
}

@media (max-width: 390px) {
  .hero {
    padding-inline: 1rem;
  }

  .subtitle {
    letter-spacing: .16em;
  }

  .social {
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS */#site-header.site-header {
    display: none !important;
}

#site-header.site-header,
#site-footer.site-footer {
    display: none !important;
}/* End custom CSS */