/* NEXUM ESTÉTICA — página estática. Edite a identidade nas variáveis abaixo. */
:root {
  --color-bg: #081e29;
  --color-ink: #efeee6;
  --color-text: #bdcbd0;
  --color-muted: #91a8b2;
  --color-gold: #d8bd87;
  --color-gold-light: #ead5a8;
  --color-blue: #90bacb;
  --color-line: rgba(156, 186, 197, .17);
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  color-scheme: dark;
  font-family: var(--font-body);
  background: var(--color-bg);
  color: var(--color-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { min-width: 280px; scroll-behavior: smooth; }
body { position: relative; isolation: isolate; margin: 0; min-width: 280px; min-height: 100vh; min-height: 100svh; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--color-gold); outline-offset: 7px; border-radius: 3px; }
::selection { background: #d8bd87; color: #081e29; }
[hidden] { display: none !important; }
.sr-only, .skip-link:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus { position: fixed; top: 16px; left: 16px; padding: 12px 20px; z-index: 10; background: var(--color-gold); color: var(--color-bg); }
.atmosphere {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(ellipse at 78% 44%, rgba(21, 66, 80, .23), transparent 49%),
    radial-gradient(ellipse at 0% 98%, rgba(172, 134, 73, .10), transparent 37%),
    linear-gradient(115deg, #0a2531, #081e29 44%, #061922);
}
.atmosphere::after {
  content: ""; position: absolute; inset: 0; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
.page { width: min(100%, 1640px); margin-inline: auto; padding-inline: clamp(24px, 5.6vw, 90px); min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
.header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 32px 25px; }
.brand { display: inline-block; flex-shrink: 0; }
.brand__image { width: clamp(220px, 21vw, 286px); height: auto; }
.launch-badge { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(216, 189, 135, .24); border-radius: 50px; padding: 14px 19px; color: #d7cfba; font-size: 9px; line-height: 1.2; text-transform: uppercase; letter-spacing: .17em; white-space: nowrap; }
.launch-badge__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--color-gold); box-shadow: 0 0 10px rgba(216, 189, 135, .34); }
.hero { display: grid; grid-template-columns: 1.13fr 1fr; gap: clamp(20px, 3vw, 54px); align-items: center; flex: 1; padding-block: 32px 48px; }
.hero__copy { min-width: 0; padding-bottom: 8px; }
.eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 32px; font-size: 10px; line-height: 1.5; font-weight: 400; color: var(--color-gold); text-transform: uppercase; letter-spacing: .18em; }
.eyebrow > span { width: 32px; height: 1px; background: rgba(216, 189, 135, .8); flex-shrink: 0; }
h1 { margin: 0; font-family: var(--font-display); font-size: clamp(54px, 6.12vw, 91px); font-weight: 400; letter-spacing: -.056em; line-height: 1.075; }
h1 > span, h1 > em { display: block; }
h1 > em { color: var(--color-gold-light); font-weight: 400; margin-top: 3px; }
.hero__description { max-width: 450px; margin: 29px 0 0; font-size: 17px; font-weight: 400; line-height: 1.82; color: var(--color-text); }
.hero__description strong { font-weight: 400; color: #e2e9e8; }
.hero__note { margin: 13px 0 0; font-size: 12px; line-height: 1.8; color: var(--color-muted); }
.waiting { width: 274px; max-width: 100%; margin-top: 39px; }
.waiting__top { display: flex; gap: 13px; align-items: center; color: #e0d6ba; font-size: 14px; letter-spacing: .01em; }
.spinner { flex: 0 0 auto; width: 21px; height: 21px; border: 1px solid rgba(216, 189, 135, .14); border-top-color: var(--color-gold); border-left-color: rgba(216, 189, 135, .55); border-radius: 50%; animation: spin 1.5s linear infinite; }
.loading-dots { display: inline-flex; width: 16px; }
.loading-dots span { animation: dot 1.8s ease-in-out infinite; }
.loading-dots span:nth-child(2) { animation-delay: .2s; }
.loading-dots span:nth-child(3) { animation-delay: .4s; }
.waiting__track { position: relative; height: 2px; margin-top: 19px; overflow: hidden; background: rgba(145, 168, 178, .15); border-radius: 2px; }
.waiting__track > span { position: absolute; width: 46%; height: 100%; left: 0; background: linear-gradient(90deg, transparent, #e5c689 50%, transparent); animation: loading-track 3s ease-in-out infinite; }
.waiting > p { margin: 11px 0 0; color: var(--color-muted); font-size: 10px; line-height: 1.6; }
.universe { margin: 0; min-width: 0; width: 100%; max-width: 540px; padding-top: 11px; justify-self: end; text-align: center; }
.universe__label { display: flex; justify-content: center; align-items: center; gap: 13px; color: #9cb3bd; font-size: 8px; line-height: 1.5; text-transform: uppercase; letter-spacing: .24em; }
.universe__label > span { color: var(--color-gold); font-size: 17px; font-weight: 300; }
.universe__art { position: relative; width: 100%; max-width: 620px; margin: 8px auto 0; aspect-ratio: 1; }
.orbits { width: 100%; height: 100%; overflow: visible; }
.orbits__technical { stroke: #8eb5c3; stroke-opacity: .09; stroke-width: .6; }
.orbits__ticks { stroke-opacity: .65; stroke-width: 1; }
.universe__core { position: absolute; top: 50%; left: 50%; width: 36%; transform: translate(-50%, -50%); }
.universe__core::before { content: ""; position: absolute; inset: -20%; border-radius: 50%; background: radial-gradient(ellipse, #081e29 24%, rgba(8, 30, 41, .92) 42%, transparent 70%); }
.universe__core img { position: relative; width: 100%; height: auto; filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .24)); }
.universe__signature { position: absolute; width: 100%; top: 72%; left: 0; display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; color: #9eb3ba; font-size: 6.5px; line-height: 1.5; text-transform: uppercase; letter-spacing: .22em; }
.universe__signature > span { width: 18px; height: 1px; background: #82979f; opacity: .5; }
.universe figcaption { margin-top: 1px; color: #b8c8cb; font-family: var(--font-display); font-size: 19px; line-height: 1.65; letter-spacing: -.016em; }
.universe figcaption em { color: #d3c29f; font-size: 18px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--color-line); min-height: 89px; padding-block: 21px; color: var(--color-muted); font-size: 10px; line-height: 1.6; }
.footer > p { margin: 0; }
.footer__divider { display: inline-block; padding-inline: 11px; }
.motion-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; min-height: 44px; padding: 7px 9px; background: transparent; border: none; color: #a5b9c1; font-size: 10px; line-height: 1.5; transition: color .2s ease; }
.motion-toggle:hover { color: var(--color-gold-light); }
.motion-toggle__play { display: none; }
.motion-toggle[aria-pressed="true"] .motion-toggle__pause { display: none; }
.motion-toggle[aria-pressed="true"] .motion-toggle__play { display: block; }
.footer__link { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 44px; color: #d8c9ac; transition: color .2s ease; }
.footer__link:hover { color: #fff0d0; }
.footer__link svg { transition: transform .2s ease; }
.footer__link:hover svg { transform: translate(2px, -2px); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes dot { 0%, 80%, 100% { opacity: .38; } 35% { opacity: 1; } }
@keyframes loading-track { 0% { transform: translateX(-110%); } 100% { transform: translateX(325%); } }
/* Um único estado interrompe todas as animações decorativas. */
:root[data-motion="paused"] *, :root[data-motion="paused"] *::before, :root[data-motion="paused"] *::after { animation-play-state: paused !important; }
@media (min-width: 1700px) { .hero { gap: 70px; } }
@media (max-width: 1100px) and (min-width: 761px) {
  .page { padding-inline: 42px; }
  .hero { grid-template-columns: 1.18fr 1fr; padding-block: 42px 54px; }
  h1 { font-size: clamp(47px, 6.25vw, 68px); }
  .eyebrow { font-size: 8.5px; gap: 10px; }
  .eyebrow > span { width: 23px; }
  .hero__description { font-size: 15px; }
  .universe figcaption, .universe figcaption em { font-size: 15px; }
  .footer__chapter, .footer__divider { display: none; }
}
@media (max-height: 820px) and (min-width: 761px) {
  .header { padding-block: 22px 17px; }
  .hero { padding-block: 22px 30px; }
  h1 { font-size: clamp(47px, 5.3vw, 68px); }
  .eyebrow { margin-bottom: 24px; }
  .hero__description { margin-top: 22px; }
  .waiting { margin-top: 27px; }
  .universe__art { max-width: 385px; }
  .footer { min-height: 74px; padding-block: 14px; }
}
@media (max-width: 760px) {
  .page { padding-inline: 26px; }
  .header { padding-block: 27px 19px; gap: 12px; }
  .brand__image { width: 210px; }
  .launch-badge { font-size: 7px; gap: 6px; padding: 10px 11px; letter-spacing: .10em; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 47px 37px; }
  .hero__copy { padding-bottom: 0; text-align: center; }
  .eyebrow { justify-content: center; font-size: 8.5px; letter-spacing: .16em; margin-bottom: 25px; gap: 12px; }
  .eyebrow > span { width: 24px; }
  h1 { font-size: clamp(47px, 8.8vw, 70px); letter-spacing: -.055em; line-height: 1.075; }
  .hero__description { max-width: 420px; margin: 25px auto 0; font-size: 15px; line-height: 1.75; }
  .hero__note { max-width: 380px; margin: 12px auto 0; font-size: 11px; }
  .waiting { width: 235px; margin: 28px auto 0; }
  .waiting__top { justify-content: center; font-size: 13px; }
  .waiting__track { margin-top: 16px; }
  .waiting > p { font-size: 9px; }
  .universe { max-width: 400px; padding-top: 0; justify-self: center; }
  .universe__label { font-size: 7px; letter-spacing: .22em; }
  .universe__art { margin-top: 0; }
  .universe__signature { font-size: 5.8px; }
  .universe figcaption { margin-top: -2px; font-size: 17px; }
  .universe figcaption em { font-size: 16px; }
  .footer { flex-wrap: wrap; justify-content: center; column-gap: 25px; row-gap: 0; padding-block: 16px 20px; min-height: 0; font-size: 9px; }
  .footer > p { width: 100%; text-align: center; margin-bottom: 3px; }
  .motion-toggle { font-size: 9px; padding-inline: 0; }
  .footer__link { font-size: 9px; gap: 8px; }
}
@media (max-width: 480px) {
  .page { padding-inline: 24px; }
  .header { align-items: center; flex-direction: column; gap: 17px; padding-top: 26px; padding-bottom: 0; }
  .brand__image { width: 237px; }
  .launch-badge { padding: 9px 14px; font-size: 7px; letter-spacing: .15em; }
  .hero { padding-top: 37px; gap: 31px; }
  h1 { font-size: clamp(43px, 12.05vw, 58px); }
  .eyebrow { font-size: 7.4px; gap: 9px; margin-bottom: 22px; }
  .eyebrow > span { width: 19px; }
  .hero__description { max-width: 320px; font-size: 14px; margin-top: 22px; }
  .hero__note { max-width: 280px; font-size: 10px; line-height: 1.8; }
  .waiting { margin-top: 25px; }
  .universe { max-width: 344px; }
  .universe figcaption { font-size: 16px; }
  .universe figcaption em { font-size: 15px; }
}
@media (max-width: 350px) {
  .page { padding-inline: 19px; }
  .brand__image { width: 215px; }
  h1 { font-size: 41px; }
  .eyebrow { font-size: 6.7px; letter-spacing: .12em; }
  .footer { column-gap: 17px; }
  .footer__chapter, .footer__divider { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  :root:not([data-motion="running"]) *, :root:not([data-motion="running"]) *::before, :root:not([data-motion="running"]) *::after { animation: none !important; transition: none !important; }
}
@media print {
  .atmosphere, .motion-toggle, .skip-link { display: none !important; }
  body { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .page { min-height: auto; }
}
