
:root {
  --navy-950: #041226;
  --navy-900: #071b36;
  --navy-800: #0b294d;
  --blue-700: #133f6f;
  --gold-500: #c79b42;
  --gold-400: #d8b66b;
  --gold-300: #ead7a9;
  --ivory-50: #fbfaf7;
  --ivory-100: #f5f2eb;
  --ink: #0d2038;
  --muted: #6e7784;
  --line: rgba(13, 32, 56, .13);
  --white: #fff;
  --shadow: 0 32px 80px rgba(3, 14, 30, .18);
  --serif: "Cormorant Garamond", "Baskerville", "Times New Roman", serif;
  --sans: "Aptos", "Inter", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  background: var(--navy-950);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--navy-950);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: inherit; }

.page-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
}

.top-line {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 20;
  background: rgba(255,255,255,.08);
}

.top-line span {
  display: block;
  width: 31%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
  animation: topLine 8s cubic-bezier(.5,0,.2,1) infinite;
}

.coming-soon {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr);
  min-height: 100vh;
  min-height: 100dvh;
}

.brand-panel {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 4.5vw, 72px) clamp(34px, 6.2vw, 104px) clamp(30px, 4vw, 60px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(4, 18, 38, .18), rgba(7, 27, 54, .04)),
    linear-gradient(145deg, #041226 0%, #071b36 56%, #0a3158 100%);
  overflow: hidden;
}


.brand-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -310px;
  top: 16%;
  border: 1px solid rgba(216,182,107,.18);
  transform: rotate(45deg);
}

.brand-header,
.brand-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(220px, 20vw, 286px);
  padding: 12px 14px 10px;
  border: 1px solid rgba(216, 182, 107, .44);
  border-left: 3px solid var(--gold-500);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  text-decoration: none;
}

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

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(234, 215, 169, .27);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 0 5px rgba(216,182,107,.10);
  animation: statusPulse 2.8s ease-in-out infinite;
}

.status-pill > i {
  color: var(--gold-400);
  font-size: 11px;
}

.brand-content {
  position: relative;
  z-index: 2;
  width: min(780px, 100%);
  margin: clamp(70px, 10vh, 130px) 0 clamp(50px, 8vh, 100px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px;
  color: var(--gold-300);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow > i {
  color: var(--gold-400);
  font-size: 13px;
}

.eyebrow span {
  width: 36px;
  height: 1px;
  background: var(--gold-500);
}

h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.intro {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.82;
}

.principles {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 34px;
  margin-top: clamp(38px, 5vw, 62px);
}

.principle-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 148px;
}

.principle-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(216,182,107,.34);
  border-radius: 50%;
  color: var(--gold-400);
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 0 0 5px rgba(216,182,107,.035);
  font-size: 15px;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.principle-item:hover .principle-icon {
  transform: translateY(-2px);
  border-color: rgba(216,182,107,.68);
  background: rgba(216,182,107,.09);
}

.principle-copy {
  display: grid;
  gap: 3px;
}

.principle-copy strong {
  color: var(--gold-400);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.principle-copy b {
  color: rgba(255,255,255,.88);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.01em;
}

.brand-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  gap: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.contact-block,
.social-block {
  display: grid;
  gap: 8px;
}

.social-block { justify-items: center; }

.contact-block--right {
  justify-items: end;
  text-align: right;
}

.contact-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.46);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-label i {
  color: var(--gold-400);
  font-size: 11px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  text-decoration: none;
  transition: color .2s ease;
}

.contact-link i {
  color: var(--gold-400);
  font-size: 10px;
}

.contact-link--right { justify-content: flex-end; }
.contact-link:hover { color: var(--gold-300); }

.social-links {
  display: flex;
  align-items: center;
  gap: 9px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(216,182,107,.3);
  border-radius: 50%;
  color: var(--gold-400);
  background: rgba(255,255,255,.04);
  font-size: 13px;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  color: var(--navy-950);
  border-color: var(--gold-400);
  background: var(--gold-400);
}


.brand:focus-visible,
.contact-link:focus-visible,
.social-links a:focus-visible,
.contact-button:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 4px;
}

.architectural-lines {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.architectural-lines .line {
  position: absolute;
  display: block;
  background: linear-gradient(to bottom, transparent, rgba(216,182,107,.27), transparent);
  width: 1px;
  height: 72%;
  top: 18%;
  transform: rotate(21deg);
  transform-origin: center;
}

.line-1 { right: 9%; }
.line-2 { right: 17%; opacity: .75; }
.line-3 { right: 25%; opacity: .50; }
.line-4 { right: 33%; opacity: .28; }
.line-5 { right: 41%; opacity: .16; }

.countdown-panel {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  align-items: center;
  padding: clamp(36px, 4.2vw, 70px);
  background: linear-gradient(145deg, #ffffff 0%, var(--ivory-50) 58%, var(--ivory-100) 100%);
  overflow: hidden;
}

.countdown-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent 5%, var(--gold-500) 26%, var(--gold-500) 74%, transparent 95%);
}

.legal-mark {
  position: absolute;
  z-index: -1;
  width: min(63%, 390px);
  right: -10%;
  bottom: -10%;
  opacity: .045;
  transform: rotate(4deg);
  pointer-events: none;
}

.legal-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.72);
}

.panel-inner {
  width: min(100%, 550px);
  margin: auto;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.panel-head > div:first-child {
  display: grid;
  gap: 7px;
}

.panel-kicker {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.panel-head strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 500;
}

.calendar-icon {
  display: grid;
  flex: 0 0 auto;
  width: 54px;
  height: 62px;
  overflow: hidden;
  border: 1px solid rgba(199,155,66,.45);
  border-radius: 4px;
  box-shadow: 0 12px 26px rgba(13,32,56,.08);
  text-align: center;
  background: var(--white);
}

.calendar-icon span {
  display: grid;
  place-items: center;
  height: 22px;
  color: var(--white);
  background: var(--navy-900);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.calendar-icon b {
  display: grid;
  place-items: center;
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.countdown-wrap { margin-top: clamp(44px, 7vh, 76px); }

.countdown-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.countdown-label i {
  color: var(--gold-500);
  font-size: 12px;
}

.countdown {
  display: grid;
  grid-template-columns: minmax(54px, 1fr) auto minmax(54px, 1fr) auto minmax(54px, 1fr) auto minmax(54px, 1fr);
  align-items: start;
  gap: 7px;
}


.time-unit {
  min-width: 0;
  text-align: center;
}

.time-unit strong {
  display: block;
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: .9;
  letter-spacing: -.045em;
}

.time-unit span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.time-separator {
  padding-top: 4px;
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 44px);
  line-height: .75;
  opacity: .65;
}

.progress-block { margin-top: clamp(40px, 6vh, 64px); }

.progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.progress-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.progress-title i {
  color: var(--gold-500);
  font-size: 11px;
}

.progress-copy strong {
  flex: 0 0 auto;
  color: var(--gold-500);
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.progress-track {
  height: 2px;
  overflow: hidden;
  background: rgba(13,32,56,.12);
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--navy-900), var(--gold-500));
  transition: width .8s cubic-bezier(.22,.75,.2,1);
}

.notice {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  align-items: start;
  margin-top: 30px;
}

.notice-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(199,155,66,.34);
  border-radius: 50%;
  color: var(--gold-500);
  background: rgba(199,155,66,.055);
  font-size: 13px;
}

.notice p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.72;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 56px;
  margin-top: 31px;
  padding: 0 20px;
  border: 1px solid var(--navy-900);
  color: var(--white);
  background: var(--navy-900);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(7,27,54,.14);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.contact-button > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.contact-button > span i {
  color: var(--gold-400);
  font-size: 13px;
}

.contact-button-arrow {
  color: var(--gold-400);
  font-size: 15px;
  transition: transform .22s ease;
}

.contact-button:hover {
  transform: translateY(-2px);
  background: var(--blue-700);
  box-shadow: 0 22px 40px rgba(7,27,54,.20);
}

.contact-button:hover .contact-button-arrow { transform: translateX(4px); }

.panel-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(35px, 6vh, 65px);
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #8b929c;
  font-size: 9px;
  letter-spacing: .06em;
}

.panel-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.panel-footer i {
  color: var(--gold-500);
  font-size: 10px;
}



.loader-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.08), transparent 32%),
    linear-gradient(145deg, rgba(4, 18, 38, .96), rgba(7, 27, 54, .98) 58%, rgba(10, 49, 88, .96));
  opacity: 1;
  visibility: visible;
  transition: opacity .55s ease, visibility .55s ease;
}

.loader-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-card {
  position: relative;
  width: min(100%, 420px);
  padding: 34px 28px 30px;
  border: 1px solid rgba(216, 182, 107, .28);
  border-radius: 22px;
  text-align: center;
  color: var(--white);
  background: rgba(255,255,255,.045);
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}

.loader-logo {
  width: min(220px, 58vw);
  margin: 0 auto 22px;
}

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

.loader-spinner {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
}

.loader-spinner::before,
.loader-spinner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
}

.loader-spinner::before {
  border-top-color: var(--gold-400);
  border-right-color: rgba(216, 182, 107, .5);
  animation: loaderSpin 1.1s linear infinite;
}

.loader-spinner::after {
  inset: 9px;
  border-left-color: rgba(255,255,255,.82);
  border-bottom-color: rgba(255,255,255,.18);
  animation: loaderSpinReverse 1.7s linear infinite;
}

.loader-spinner i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--gold-400);
  font-size: 18px;
}

.loader-title {
  margin: 0 0 8px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: -.02em;
}

.loader-copy {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.7;
}

.loader-progress {
  width: min(100%, 230px);
  height: 3px;
  margin: 20px auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.loader-progress span {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(216,182,107,.18), var(--gold-400), rgba(255,255,255,.82));
  animation: loaderBar 1.6s cubic-bezier(.22,.75,.2,1) infinite;
}
.noscript-note {
  position: fixed;
  z-index: 100;
  inset: auto 20px 20px;
  padding: 12px 16px;
  color: white;
  background: #7a2d2d;
  border-radius: 4px;
  font: 12px/1.4 var(--sans);
}

.brand-header,
.brand-content,
.brand-footer,
.panel-inner {
  opacity: 0;
  transform: translateY(14px);
  animation: reveal .75s cubic-bezier(.22,.75,.2,1) forwards;
}

.brand-content { animation-delay: .12s; }
.brand-footer { animation-delay: .24s; }
.panel-inner { animation-delay: .18s; }

@keyframes reveal {
  to { opacity: 1; transform: none; }
}

@keyframes topLine {
  0% { transform: translateX(-110%); }
  46%, 100% { transform: translateX(430%); }
}

@keyframes statusPulse {
  0%, 100% { opacity: .72; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.08); }
}



@keyframes loaderSpin {
  to { transform: rotate(360deg); }
}

@keyframes loaderSpinReverse {
  to { transform: rotate(-360deg); }
}

@keyframes loaderBar {
  0% { transform: translateX(-135%); }
  60%, 100% { transform: translateX(300%); }
}
@media (max-width: 1080px) {
  .coming-soon { grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); }
  .brand-panel { padding-left: 50px; padding-right: 50px; }
  .countdown-panel { padding-left: 42px; padding-right: 42px; }
  .status-pill { display: none; }
  .brand-footer { gap: 18px; }
  .social-links a { width: 32px; height: 32px; }
}


@media (max-width: 960px) and (min-width: 821px) {
  .brand-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .social-block,
  .contact-block--right {
    justify-items: start;
    text-align: left;
  }

  .contact-link--right { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .coming-soon { display: block; }

  .brand-panel {
    min-height: 68vh;
    padding: 35px 28px 34px;
  }

  .brand-content { margin: 72px 0 70px; }
  h1 { font-size: clamp(38px, 9vw, 54px); max-width: 690px; }
  .intro { max-width: 630px; }

  .countdown-panel {
    min-height: 62vh;
    padding: 50px 28px 40px;
  }

  .panel-inner { width: min(100%, 620px); }
  .time-unit strong { font-size: clamp(42px, 10vw, 58px); }
  .countdown-panel::after { inset: 0 24px auto; width: auto; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-500), transparent); }
}

@media (max-width: 560px) {
  .brand-panel { min-height: 100svh; }
  .brand { width: 230px; padding: 10px 12px 9px; }
  .brand-content { margin: 64px 0; }
  h1 { line-height: 1.03; }
  .intro { font-size: 14px; line-height: 1.75; }
  .principles { gap: 20px 24px; }
  .principle-copy b { font-size: 20px; }

  .brand-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .social-block,
  .contact-block--right {
    justify-items: start;
    text-align: left;
  }

  .contact-link--right { justify-content: flex-start; }

  .countdown-panel { padding: 44px 22px 34px; }
  .panel-head { gap: 16px; }
  .calendar-icon { width: 50px; height: 58px; }

  .countdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .countdown > :last-child { grid-column: auto; }
  .time-separator { display: none; }

  .time-unit {
    min-height: 86px;
    padding: 15px 4px 10px;
    border: 1px solid rgba(13,32,56,.10);
    background: rgba(255,255,255,.58);
  }

  .time-unit strong { font-size: clamp(34px, 10.5vw, 46px); }
  .time-unit span { font-size: 7px; letter-spacing: .09em; }
  .panel-footer { flex-direction: column; gap: 7px; }
}

@media (max-width: 380px) {
  .brand-panel { padding-left: 20px; padding-right: 20px; }
  .countdown-panel { padding-left: 16px; padding-right: 16px; }
  .principles { gap: 16px; }
  .principle-item { min-width: 138px; gap: 10px; }
  .principle-icon { width: 38px; height: 38px; }
  .principle-copy b { font-size: 18px; }
  .panel-head strong { font-size: 20px; }
}

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

  
/* Language selector */
.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 4px 5px 4px 11px;
  border: 1px solid rgba(234, 215, 169, .32);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  backdrop-filter: blur(10px);
}

.language-switch > i {
  margin-right: 7px;
  color: var(--gold-400);
  font-size: 11px;
}

.language-option {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 28px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  color: rgba(255,255,255,.56);
  background: transparent;
  font: 700 10px/1 var(--sans);
  letter-spacing: .1em;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.language-option:hover {
  color: var(--white);
}

.language-option.is-active {
  color: var(--navy-950);
  background: var(--gold-400);
  box-shadow: 0 6px 14px rgba(0,0,0,.16);
}

.language-option:active {
  transform: scale(.96);
}

.language-divider {
  width: 1px;
  height: 14px;
  margin: 0 1px;
  background: rgba(255,255,255,.18);
}

.language-option:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: 2px;
}

.eyebrow b {
  font: inherit;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1080px) {
  .header-tools { gap: 0; }
}

@media (max-width: 560px) {
  .brand-header {
    align-items: center;
    gap: 12px;
  }

  .brand {
    width: min(190px, 58vw);
  }

  .language-switch {
    min-height: 36px;
    padding-left: 8px;
  }

  .language-switch > i {
    display: none;
  }

  .language-option {
    min-width: 34px;
    height: 27px;
    padding: 0 8px;
  }
}

@media (max-width: 380px) {
  .brand { width: 174px; }
  .language-option { min-width: 31px; padding: 0 6px; }
}

/* Compatibilidade de alojamento: o loader nunca pode bloquear a página. */
.loader-overlay {
  animation: loaderFailsafe .01s linear 5.5s forwards;
}

.loader-overlay.is-hidden {
  animation: none;
}

@keyframes loaderFailsafe {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loader-overlay {
    animation-delay: 2s;
  }
}
