* {
  box-sizing: border-box;
}

:root {
  --navy: #0C171F;
  --forest: #707A51;
  --charcoal: #1A1E21;
  --warm-white: #FCFBF9;
  --sage: #938F55;
  --bronze: #A77E4C;
}

html {
  background: var(--navy);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 20%, rgba(112, 122, 81, 0.08), transparent 32rem),
    radial-gradient(circle at 18% 78%, rgba(167, 126, 76, 0.05), transparent 30rem),
    var(--navy);
  color: var(--warm-white);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(252, 251, 249, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(252, 251, 249, 0.018) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 92%);
}

.ambient {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.08;
  pointer-events: none;
  will-change: transform;
}

.ambient--one {
  top: -12rem;
  right: -8rem;
  background: var(--forest);
}

.ambient--two {
  bottom: -16rem;
  left: -10rem;
  background: var(--bronze);
}

.coming-soon {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: min(88%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-rows: 1fr;
  padding: 48px 0 22px;
}

.right-third-mark {
  position: fixed;
  right: -40vw;
  top: 53%;
  width: min(68vw, 1280px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: url("right-third-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.08;
  filter: grayscale(1) brightness(1.45) contrast(1.05) blur(0.2px);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.hero {
  align-self: center;
  max-width: 920px;
  padding: 34px 0 52px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: clamp(3px, 0.7vw, 7px);
  margin-bottom: clamp(30px, 4.2vh, 40px);
  font-weight: 400;
}

.wordmark {
  display: flex;
  align-items: baseline;
  gap: 0.26em;
  font-size: clamp(1.12rem, 1.7vw, 1.46rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-left: -1px;
}

.wordmark__op {
  color: var(--forest);
}

.wordmark__modus {
  color: var(--warm-white);
}

.layer-mark {
  position: relative;
  width: clamp(87px, 9.8vw, 105px);
  height: clamp(87px, 9.8vw, 105px);
  transform-style: preserve-3d;
  isolation: isolate;
  will-change: transform;
}

.layer-mark__img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(12, 23, 31, 0.52));
  animation: logoFloat 16s ease-in-out infinite;
}

.layer-mark__glow {
  position: absolute;
  inset: -10%;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(252, 251, 249, 0.28) 0%, rgba(147, 143, 85, 0.22) 34%, rgba(147, 143, 85, 0.11) 56%, rgba(252, 251, 249, 0) 86%);
  filter: blur(13px);
  animation: logoGlow 10.5s ease-in-out infinite;
}

body.logo-emphasis .layer-mark__glow {
  animation:
    logoGlow 10.5s ease-in-out infinite,
    logoGlowBlast 1320ms cubic-bezier(.16,.72,.2,1) 1;
}

@keyframes logoFloat {
  0%,
  100% { transform: translateY(0) rotate(-0.08deg); }
  50% { transform: translateY(-1px) rotate(0.08deg); }
}

@keyframes logoGlow {
  0%,
  100% { opacity: 0.52; transform: scale(1.01); }
  50% { opacity: 0.74; transform: scale(1.1); }
}

@keyframes logoGlowBlast {
  0% {
    opacity: 0.66;
    transform: scale(1.06);
    filter: blur(13px);
  }
  54% {
    opacity: 0.88;
    transform: scale(1.31);
    filter: blur(17px);
  }
  100% {
    opacity: 0.58;
    transform: scale(1.08);
    filter: blur(14px);
  }
}

@keyframes logoGlowMobile {
  0%,
  100% { opacity: 0.28; transform: scale(0.98); }
  50% { opacity: 0.42; transform: scale(1.04); }
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--sage);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
}

.eyebrow__mobile-break {
  display: none;
}

h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(3.6rem, 8.4vw, 7.8rem);
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: -0.065em;
}

.page-title__line:nth-child(2) {
  color: var(--forest);
}

.page-title__line:nth-child(2) .page-title__word--white {
  color: var(--warm-white);
}

#page-title.reveal {
  opacity: 1;
  transform: none;
}

.page-title__line {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  filter: blur(3px);
}

body.is-ready .page-title__line {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 1900ms cubic-bezier(.22,.02,.16,1),
    transform 2600ms cubic-bezier(.22,.02,.16,1),
    filter 2300ms cubic-bezier(.22,.02,.16,1);
}

body.is-ready .page-title__line:nth-child(1) {
  transition-delay: 780ms;
}

body.is-ready .page-title__line:nth-child(2) {
  transition-delay: 1120ms;
}

.growth-line {
  position: relative;
  width: min(330px, 60vw);
  height: 1px;
  margin: 38px 0 34px;
  background: rgba(252, 251, 249, 0.12);
  overflow: visible;
}

.growth-line__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, var(--forest), var(--sage), var(--bronze));
}

.growth-line__node {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sage);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 18px rgba(147, 143, 85, 0.5);
  opacity: 0;
}

.intro {
  max-width: 590px;
  margin: 0 0 34px;
  color: rgba(252, 251, 249, 0.68);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.8;
  font-weight: 400;
}

.contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--warm-white);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 400;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(167, 126, 76, 0.75);
  transition: gap 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.contact svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact:hover,
.contact:focus-visible {
  gap: 18px;
  opacity: 0.78;
  border-color: var(--warm-white);
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: rgba(252, 251, 249, 0.32);
  font-size: 0.67rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
}

.eyebrow.reveal,
.intro.reveal,
.contact.reveal {
  transform: translateY(36px);
  filter: blur(2.6px);
}

body.is-ready .reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 1800ms cubic-bezier(.22,.02,.16,1),
    transform 2500ms cubic-bezier(.22,.02,.16,1);
}

body.is-ready .eyebrow.reveal,
body.is-ready .intro.reveal,
body.is-ready .contact.reveal {
  filter: blur(0);
  transition:
    opacity 1800ms cubic-bezier(.22,.02,.16,1),
    transform 2500ms cubic-bezier(.22,.02,.16,1),
    filter 2200ms cubic-bezier(.22,.02,.16,1);
}

body.is-ready .reveal--1 { transition-delay: 240ms; }
body.is-ready .reveal--2 { transition-delay: 500ms; }
body.is-ready .reveal--3 { transition-delay: 780ms; }
body.is-ready .reveal--4 { transition-delay: 1100ms; }
body.is-ready .reveal--5 { transition-delay: 1340ms; }
body.is-ready .reveal--6 { transition-delay: 1620ms; }

body.is-ready .growth-line__fill {
  width: 100%;
  transition: width 2400ms cubic-bezier(.16,.72,.2,1) 1380ms;
}

body.is-ready .growth-line__node {
  left: 100%;
  opacity: 1;
  transition:
    left 2400ms cubic-bezier(.16,.72,.2,1) 1380ms,
    opacity 420ms ease 1540ms;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .page-title__line {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .growth-line__fill {
    width: 100%;
  }

  .growth-line__node {
    left: 100%;
    opacity: 1;
  }
}

@media (max-height: 900px) and (min-width: 900px) {
  .coming-soon {
    padding-top: 36px;
    padding-bottom: 14px;
  }

  .hero {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .brand-lockup {
    margin-bottom: 28px;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  .growth-line {
    margin-top: 28px;
    margin-bottom: 24px;
  }

  .intro {
    margin-bottom: 26px;
  }
}

@media (max-width: 700px) {
  .right-third-mark {
    display: none;
  }

  .layer-mark__glow {
    inset: -4%;
    filter: blur(8px);
    animation: logoGlowMobile 12s ease-in-out infinite;
  }

  body.logo-emphasis .layer-mark__glow {
    animation: logoGlowMobile 12s ease-in-out infinite;
  }

  .coming-soon {
    width: 86%;
    padding: 4px 0 0;
  }

  .hero {
    align-self: start;
    padding: 4px 0 8px;
  }

  .brand-lockup {
    margin-bottom: 22px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.68rem;
    letter-spacing: 0.17em;
    line-height: 1.5;
  }

  .eyebrow__mobile-break {
    display: block;
  }

  .growth-line {
    margin: 24px 0 20px;
  }

  .intro {
    margin-bottom: 20px;
    line-height: 1.65;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }
}

@media (max-width: 420px) {
  .right-third-mark {
    display: none;
  }
}
