:root {
  --ink: #041b34;
  --navy: #06366f;
  --blue: #0b76b7;
  --cyan: #39bfd2;
  --green: #4e9638;
  --lime: #92c957;
  --paper: #ffffff;
  --text: #f7fcff;
  --soft: #c9e5ee;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ink);
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 12%, rgba(57, 191, 210, 0.26), transparent 25rem),
    radial-gradient(circle at 86% 18%, rgba(146, 201, 87, 0.24), transparent 27rem),
    linear-gradient(145deg, #041426 0%, #06366f 48%, #0785a9 100%);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, transparent 0%, rgba(4, 20, 38, 0.72) 100%);
  background-size: 6.5rem 100%, 100% 100%;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}

.page-shell {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(1.1rem, 3vw, 3rem);
  isolation: isolate;
}

.light {
  position: fixed;
  z-index: -1;
  width: clamp(16rem, 34vw, 34rem);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4rem);
  opacity: 0.36;
  animation: float-light 14s ease-in-out infinite;
}

.light-sea {
  left: -8rem;
  bottom: 4rem;
  background: var(--cyan);
}

.light-green {
  top: 4rem;
  right: -10rem;
  background: var(--lime);
  animation-delay: -5s;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 31rem);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  width: min(100%, 72rem);
  padding-bottom: 2.5rem;
}

.hero-copy {
  max-width: 39rem;
}

.kicker {
  margin: 0 0 1rem;
  color: #b9edf5;
  font-size: clamp(0.78rem, 2vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--paper);
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 1.2rem 3rem rgba(0, 13, 30, 0.28);
}

.intro {
  width: min(100%, 35rem);
  margin-top: 1.6rem;
  color: var(--soft);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.75;
}

.intro p {
  margin: 0;
}

.intro p + p {
  margin-top: 0.45rem;
  color: #ffffff;
}

.brand-scene {
  position: relative;
  overflow: hidden;
  min-height: 34rem;
  padding: clamp(1rem, 3vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 1.5rem;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07)),
    linear-gradient(180deg, rgba(6, 54, 111, 0.68), rgba(4, 20, 38, 0.56));
  box-shadow: 0 2rem 5.5rem rgba(0, 12, 28, 0.38);
  backdrop-filter: blur(1.2rem);
}

.brand-scene::before {
  position: absolute;
  top: 1.25rem;
  right: -0.35rem;
  color: rgba(255, 255, 255, 0.08);
  content: "07";
  font-size: clamp(8rem, 20vw, 13rem);
  font-weight: 900;
  line-height: 0.8;
}

.scene-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(247, 252, 255, 0.74);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-plaque {
  position: relative;
  z-index: 2;
  width: min(100%, 23rem);
  margin: 2.2rem auto 0;
  padding: clamp(0.7rem, 2.5vw, 1rem);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.94));
  box-shadow:
    0 1.7rem 3.8rem rgba(0, 14, 32, 0.32),
    inset 0 0 0 1px rgba(6, 54, 111, 0.06);
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.coastline {
  position: absolute;
  right: 0;
  bottom: 8.8rem;
  left: 0;
  height: 13rem;
  pointer-events: none;
}

.sun {
  position: absolute;
  right: 5.5rem;
  bottom: 7.1rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(111, 212, 223, 0.28) 64%, transparent 66%);
}

.hill-one,
.hill-two {
  position: absolute;
  bottom: 5.6rem;
  border-radius: 1.6rem 1.6rem 0 0;
  transform: skewX(-24deg) rotate(45deg);
}

.hill-one {
  right: 5.2rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(135deg, rgba(146, 201, 87, 0.52), rgba(6, 54, 111, 0.24));
}

.hill-two {
  right: 0.5rem;
  width: 6.8rem;
  height: 6.8rem;
  background: linear-gradient(135deg, rgba(111, 212, 223, 0.42), rgba(6, 54, 111, 0.32));
}

.villa-shape {
  position: absolute;
  bottom: 4.9rem;
  left: 2.2rem;
  width: 9.5rem;
  height: 4.2rem;
  border-radius: 0.18rem;
  background:
    linear-gradient(90deg, rgba(6, 54, 111, 0.42) 0 0.5rem, transparent 0.5rem 1.55rem) 1.25rem 1.1rem / 3.1rem 1.3rem repeat-x,
    linear-gradient(180deg, #ffffff, #ddecf3);
  box-shadow: 0 1rem 2.6rem rgba(0, 11, 26, 0.25);
}

.villa-shape::before {
  position: absolute;
  top: -1.3rem;
  left: 0.9rem;
  width: 6rem;
  height: 1.3rem;
  content: "";
  background: #ffffff;
  clip-path: polygon(0 100%, 18% 0, 100% 0, 100% 100%);
}

.palm-line {
  position: absolute;
  bottom: 4.25rem;
  left: 0;
  width: 48%;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green), var(--lime), transparent);
}

.sea-line {
  position: absolute;
  right: -8%;
  left: -8%;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), var(--cyan), var(--blue), transparent);
  animation: sea-flow 7s ease-in-out infinite;
}

.sea-line-one {
  bottom: 3.35rem;
}

.sea-line-two {
  bottom: 2.1rem;
  opacity: 0.72;
  animation-delay: -2s;
}

.sea-line-three {
  bottom: 0.85rem;
  opacity: 0.5;
  animation-delay: -4s;
}

.status-box {
  position: absolute;
  right: 1.15rem;
  bottom: 1.15rem;
  left: 1.15rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.95rem;
  background: rgba(3, 30, 58, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.status-label,
.status-note {
  display: block;
}

.status-label {
  color: #ffffff;
  font-weight: 900;
}

.status-note {
  margin-top: 0.18rem;
  color: rgba(201, 229, 238, 0.86);
  font-size: 0.88rem;
}

.status-pulse {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(146, 201, 87, 0.7);
  animation: pulse 1.9s ease-out infinite;
}

.flow-line {
  grid-column: 1 / -1;
  height: 0.24rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.flow-line::before {
  display: block;
  width: 44%;
  height: 100%;
  border-radius: inherit;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan), var(--lime), transparent);
  animation: flow 2.7s ease-in-out infinite;
}

.site-footer {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  color: rgba(247, 252, 255, 0.76);
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(1rem);
  animation: reveal 0.72s ease forwards;
}

.reveal-1 {
  animation-delay: 0.08s;
}

.reveal-2 {
  animation-delay: 0.2s;
}

.reveal-3 {
  animation-delay: 0.36s;
}

.reveal-logo {
  animation-delay: 0.28s;
  animation-duration: 0.88s;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  78%,
  100% {
    box-shadow: 0 0 0 0.8rem rgba(146, 201, 87, 0);
  }
}

@keyframes flow {
  from {
    transform: translateX(-110%);
  }

  to {
    transform: translateX(260%);
  }
}

@keyframes sea-flow {
  50% {
    transform: translateX(2.5rem);
  }
}

@keyframes float-light {
  50% {
    transform: translate3d(1.2rem, -1rem, 0) scale(1.05);
  }
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    width: min(100%, 34rem);
    padding-bottom: 3.2rem;
  }

  .hero-copy {
    text-align: center;
  }

  h1 {
    max-width: 10ch;
    margin: 0 auto;
  }

  .intro {
    margin-right: auto;
    margin-left: auto;
  }

  .brand-scene {
    min-height: 28rem;
  }

  .logo-plaque {
    width: min(100%, 19rem);
    margin-top: 1.5rem;
  }
}

@media (max-width: 520px) {
  .page-shell {
    padding: 1rem 0.9rem 4rem;
  }

  .kicker {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4rem);
  }

  .intro {
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .brand-scene {
    min-height: 24.5rem;
    padding: 0.85rem;
    border-radius: 1.05rem;
  }

  .scene-topline {
    font-size: 0.64rem;
  }

  .logo-plaque {
    width: min(100%, 16.5rem);
    margin-top: 1.35rem;
    padding: 0.55rem;
  }

  .coastline {
    bottom: 7.6rem;
    height: 10rem;
  }

  .villa-shape {
    left: 1rem;
    width: 7.4rem;
    height: 3.35rem;
  }

  .sun {
    right: 2.4rem;
    bottom: 6rem;
    width: 4.2rem;
    height: 4.2rem;
  }

  .hill-one {
    right: 3.2rem;
    width: 6.3rem;
    height: 6.3rem;
  }

  .hill-two {
    width: 5.2rem;
    height: 5.2rem;
  }

  .status-box {
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    padding: 0.82rem;
  }

  .status-note {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
