@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --petrol: #163a3a;
  --terracotta: #e56b4a;
  --ivory: #f4f0e8;
  --graphite: #20292b;
  --mist: #dde6e2;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: var(--petrol);
}

body {
  color: var(--graphite);
  font-family: "Source Sans 3", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center start;
  overflow: hidden;
  padding: clamp(1.25rem, 4.2vw, 5rem);
  background: var(--petrol) url("/assets/media/docusenda-poster.jpg") center / cover no-repeat;
}

.hero-video,
.video-overlay,
.ambient-glow {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) brightness(0.88);
}

.video-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 35, 35, 0.82) 0%, rgba(13, 35, 35, 0.56) 47%, rgba(13, 35, 35, 0.18) 100%),
    linear-gradient(0deg, rgba(11, 27, 28, 0.34), rgba(11, 27, 28, 0.05));
}

.ambient-glow {
  z-index: -1;
  left: -12vw;
  right: auto;
  width: min(68rem, 92vw);
  background: radial-gradient(circle, rgba(229, 107, 74, 0.17), transparent 66%);
  transform: translateY(24%);
  pointer-events: none;
}

.coming-soon-card {
  position: relative;
  width: min(42rem, 100%);
  overflow: hidden;
  padding: clamp(2.25rem, 3.2vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: clamp(1.75rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, rgba(247, 244, 237, 0.992), rgba(244, 240, 232, 0.972));
  box-shadow: 0 2.25rem 7rem rgba(6, 24, 24, 0.38);
  backdrop-filter: blur(20px) saturate(112%);
  -webkit-backdrop-filter: blur(20px) saturate(112%);
  animation: card-in 850ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.brand-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.brand-lockup {
  min-width: 0;
}

.brand-logo {
  display: block;
  width: min(21rem, 100%);
  height: auto;
}

.brand-descriptor {
  margin: 0.45rem 0 0;
  color: rgba(32, 41, 43, 0.7);
  font-size: 0.77rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.status-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.2rem;
  padding: 0.5rem 0.78rem;
  border: 1px solid rgba(22, 58, 58, 0.12);
  border-radius: 999px;
  background: rgba(221, 230, 226, 0.68);
  color: var(--petrol);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-dot {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 0 0 0 rgba(229, 107, 74, 0.44);
  animation: signal 2.4s ease-out infinite;
}

.brand-separator {
  position: relative;
  height: 1px;
  margin: clamp(1.9rem, 3.5vh, 2.5rem) 0 clamp(2rem, 4vh, 2.8rem);
  background: rgba(22, 58, 58, 0.12);
}

.brand-separator span {
  position: absolute;
  inset: -1px auto auto 0;
  width: 4.5rem;
  height: 3px;
  border-radius: 999px;
  background: var(--terracotta);
}

.message-block {
  max-width: 35rem;
}

h1 {
  margin: 0;
  color: var(--petrol);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(3.4rem, 4.35vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

h1 span {
  color: var(--terracotta);
}

.intro-copy {
  max-width: 31rem;
  margin: 1.15rem 0 1.9rem;
  color: rgba(32, 41, 43, 0.76);
  font-size: clamp(1.04rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.contact-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.78rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.84rem 1.08rem;
  border-radius: 999px;
  background: var(--petrol);
  color: var(--white);
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.contact-link strong {
  overflow: hidden;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-overflow: ellipsis;
}

.contact-label {
  color: var(--mist);
}

.contact-arrow {
  color: var(--terracotta);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.contact-link:hover {
  background: #0f3030;
  box-shadow: 0 0.75rem 2rem rgba(22, 58, 58, 0.22);
  transform: translateY(-2px);
}

.contact-link:hover .contact-arrow {
  transform: translateX(0.18rem);
}

.contact-link:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 4px;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2.2rem, 4vh, 2.8rem);
  padding-top: 1.15rem;
  border-top: 1px solid rgba(22, 58, 58, 0.12);
}

.brand-line,
.domain-line {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}

.brand-line {
  color: var(--petrol);
  letter-spacing: 0.01em;
}

.domain-line {
  color: rgba(32, 41, 43, 0.55);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(1.25rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes signal {
  65%,
  100% {
    box-shadow: 0 0 0 0.45rem rgba(229, 107, 74, 0);
  }
}

@media (max-width: 760px) {
  .site-shell {
    place-items: center;
    padding: 0.85rem;
  }

  .hero-video {
    object-position: 54% center;
  }

  .video-overlay {
    background:
      linear-gradient(0deg, rgba(10, 30, 30, 0.78), rgba(10, 30, 30, 0.36)),
      linear-gradient(90deg, rgba(13, 35, 35, 0.3), rgba(13, 35, 35, 0.12));
  }

  .coming-soon-card {
    padding: clamp(1.35rem, 6.2vw, 2rem);
    border-radius: 1.6rem;
    background: rgba(247, 244, 237, 0.982);
  }

  .brand-header {
    flex-direction: column;
    gap: 1.35rem;
  }

  .brand-logo {
    width: min(17.5rem, 92%);
  }

  .brand-separator {
    margin: 1.65rem 0 1.85rem;
  }

  h1 {
    font-size: clamp(2.05rem, 9.5vw, 3rem);
    line-height: 1.04;
  }

  .intro-copy {
    margin: 0.95rem 0 1.55rem;
    font-size: 1rem;
  }

  .contact-link {
    grid-template-columns: 1fr auto;
    width: 100%;
    border-radius: 1rem;
  }

  .contact-label {
    display: none;
  }

  .contact-link strong {
    font-size: clamp(0.78rem, 3.7vw, 0.9rem);
  }

  .card-footer {
    margin-top: 1.8rem;
  }

  .domain-line {
    display: none;
  }
}

@media (max-height: 680px) and (min-width: 761px) {
  .coming-soon-card {
    padding-top: 2rem;
    padding-bottom: 1.75rem;
  }

  .brand-logo {
    width: 18rem;
  }

  .brand-separator {
    margin: 1.35rem 0 1.55rem;
  }

  h1 {
    font-size: 3.35rem;
  }

  .intro-copy {
    margin-bottom: 1.35rem;
  }

  .card-footer {
    margin-top: 1.45rem;
  }
}

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

  .coming-soon-card,
  .status-dot {
    animation: none;
  }

  .contact-link,
  .contact-arrow {
    transition: none;
  }
}
