:root {
  --navy: #1e2d3e;
  --navy-deep: #0b293b;
  --blue: #5972a2;
  --gold: #c8a45c;
  --gold-deep: #8b6f35;
  --cream: #f6f2ea;
  --paper: #fffdf9;
  --gray: #d8d4d1;
  --ink-muted: rgba(30, 45, 62, 0.66);
  --whatsapp: #128c7e;
  --whatsapp-hover: #0f766e;
  --shadow: 0 28px 72px rgba(11, 41, 59, 0.14);
  --radius: 32px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 280px;
  min-height: 100%;
  background: var(--cream);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 280px;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--navy);
  font-family: "Roboto", sans-serif;
  background:
    radial-gradient(circle at 8% 6%, rgba(200, 164, 92, 0.08), transparent 24rem),
    var(--cream);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  width: min(100%, 1320px);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding:
    max(26px, env(safe-area-inset-top))
    max(22px, env(safe-area-inset-right))
    max(22px, env(safe-area-inset-bottom))
    max(22px, env(safe-area-inset-left));
  display: grid;
  align-content: center;
  gap: 16px;
}

.coming-soon {
  width: 100%;
  min-height: min(720px, calc(100svh - 96px));
  display: grid;
  grid-template-columns: minmax(0, 1.66fr) minmax(330px, 0.74fr);
  overflow: hidden;
  border: 1px solid rgba(30, 45, 62, 0.07);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.content-panel {
  min-width: 0;
  padding: clamp(46px, 5.6vw, 78px);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(48px, 7vh, 82px);
}

.brand-header {
  display: grid;
  gap: clamp(34px, 5vh, 54px);
}

.status,
.title,
.subtitle,
.whatsapp-action,
.launch-label,
.location-block,
.group-signature > p,
.page-note {
  font-family: "Montserrat", sans-serif;
}

.status,
.launch-label {
  position: relative;
  width: fit-content;
  margin: 0;
  padding-bottom: 15px;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  line-height: 1;
  text-transform: uppercase;
}

.status::after,
.launch-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--gold);
}

.brand-primary {
  display: block;
  width: min(100%, 390px);
  height: auto;
}

.message {
  width: min(100%, 660px);
  align-self: end;
}

.title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.15rem, 5vw, 5.3rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.title span {
  display: inline-block;
}

.subtitle {
  margin: 24px 0 0;
  font-size: clamp(1.18rem, 1.04rem + 0.55vw, 1.58rem);
  font-weight: 600;
  letter-spacing: -0.024em;
  line-height: 1.3;
}

.summary {
  max-width: 54ch;
  margin: 18px 0 0;
  color: var(--ink-muted);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.12rem);
  font-weight: 400;
  line-height: 1.65;
}

.whatsapp-action {
  width: fit-content;
  min-height: 64px;
  margin-top: 32px;
  padding: 11px 22px 11px 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  color: #ffffff;
  background: var(--whatsapp);
  box-shadow: 0 14px 28px rgba(18, 140, 126, 0.23);
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.whatsapp-action svg {
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.action-copy {
  display: grid;
  gap: 2px;
  text-align: left;
}

.action-copy strong {
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.2;
}

.action-copy small {
  color: rgba(255, 255, 255, 0.84);
  font-family: "Roboto", sans-serif;
  font-size: 0.79rem;
  font-weight: 500;
  line-height: 1.2;
}

.whatsapp-action:hover {
  transform: translateY(-2px);
  background: var(--whatsapp-hover);
  box-shadow: 0 18px 34px rgba(18, 140, 126, 0.29);
}

.whatsapp-action:focus-visible {
  outline: 3px solid rgba(18, 140, 126, 0.34);
  outline-offset: 4px;
}

.project-panel {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.025), transparent 46%),
    var(--navy-deep);
}

.project-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: clamp(44px, 4.8vw, 68px);
  padding-bottom: clamp(142px, 16vh, 176px);
  display: flex;
  flex-direction: column;
}

.launch-label {
  color: var(--gold);
}

.location-block {
  margin-top: clamp(70px, 13vh, 118px);
  display: grid;
  gap: 7px;
}

.location-block p {
  margin: 0 0 4px;
  color: rgba(246, 242, 234, 0.60);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.location-block strong {
  color: var(--cream);
  font-size: clamp(1.45rem, 1.18rem + 0.85vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.location-block span {
  color: rgba(246, 242, 234, 0.72);
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
}

.group-signature {
  width: min(100%, 265px);
  margin-top: auto;
}

.group-signature > p {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.pattern-band {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 112px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  gap: 10px 14px;
  background: rgba(89, 114, 162, 0.055);
  overflow: hidden;
  pointer-events: none;
}

.pattern-band span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.14;
}

.pattern-band span:nth-child(even) {
  width: 18px;
  height: 18px;
}

.pattern-band span:nth-child(7),
.pattern-band span:nth-child(9),
.pattern-band span:nth-child(11) {
  width: 18px;
  height: 18px;
}

.pattern-band span:nth-child(8),
.pattern-band span:nth-child(10),
.pattern-band span:nth-child(12) {
  width: 32px;
  height: 32px;
}

.page-note {
  margin: 0;
  color: rgba(30, 45, 62, 0.50);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .page-shell {
    align-content: start;
  }

  .coming-soon {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .content-panel {
    min-height: 620px;
  }

  .project-panel {
    min-height: 330px;
  }

  .project-content {
    padding-bottom: 120px;
  }

  .location-block {
    margin-top: 56px;
  }

  .group-signature {
    margin-top: 54px;
  }

  .pattern-band {
    height: 88px;
    grid-template-columns: repeat(8, 1fr);
  }

  .pattern-band span:nth-child(n + 9) {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --radius: 24px;
  }

  .page-shell {
    padding:
      max(14px, env(safe-area-inset-top))
      max(14px, env(safe-area-inset-right))
      max(14px, env(safe-area-inset-bottom))
      max(14px, env(safe-area-inset-left));
    gap: 12px;
  }

  .content-panel {
    min-height: auto;
    padding: 30px 24px 38px;
    gap: 46px;
  }

  .brand-header {
    gap: 38px;
  }

  .status,
  .launch-label {
    font-size: 0.64rem;
    letter-spacing: 0.17em;
  }

  .brand-primary {
    width: min(100%, 286px);
  }

  .message {
    align-self: auto;
  }

  .title {
    max-width: 10.5ch;
    font-size: clamp(2.55rem, 12vw, 3.5rem);
    line-height: 1;
  }

  .subtitle {
    margin-top: 18px;
    font-size: 1.12rem;
  }

  .summary {
    margin-top: 15px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .whatsapp-action {
    width: 100%;
    min-height: 62px;
    margin-top: 26px;
    justify-content: flex-start;
    border-radius: 14px;
  }

  .project-panel {
    min-height: 300px;
  }

  .project-content {
    padding: 30px 24px 104px;
  }

  .location-block {
    margin-top: 44px;
  }

  .location-block strong {
    font-size: 1.55rem;
  }

  .group-signature {
    width: min(100%, 220px);
    margin-top: 42px;
  }

  .pattern-band {
    height: 74px;
    padding: 12px 16px;
    gap: 8px;
  }

  .pattern-band span {
    width: 25px;
    height: 25px;
  }

  .pattern-band span:nth-child(even),
  .pattern-band span:nth-child(7),
  .pattern-band span:nth-child(9),
  .pattern-band span:nth-child(11) {
    width: 14px;
    height: 14px;
  }

  .page-note {
    font-size: 0.56rem;
    letter-spacing: 0.09em;
  }
}

@media (orientation: landscape) and (max-height: 700px) and (min-width: 760px) {
  .page-shell {
    align-content: start;
  }

  .coming-soon {
    min-height: 560px;
  }

  .content-panel {
    gap: 30px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .brand-header {
    gap: 24px;
  }

  .brand-primary {
    width: min(100%, 285px);
  }

  .title {
    font-size: clamp(2.65rem, 5.3vw, 4.2rem);
  }

  .subtitle {
    margin-top: 14px;
  }

  .summary {
    margin-top: 12px;
    line-height: 1.45;
  }

  .whatsapp-action {
    min-height: 56px;
    margin-top: 18px;
  }

  .project-content {
    padding-top: 34px;
  }

  .location-block {
    margin-top: 40px;
  }
}

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