/**
 * Limoette V8.20 Top Circuit Navigation.
 * Loaded after the approved V8.13 cascade so these changes stay explicit.
 */

:root {
  --limoette-v819-aqua: #0ABAB5;
  --limoette-v819-aqua-bright: #82fff9;
  --limoette-v819-aqua-deep: #067d79;
  --limoette-v819-black: #020405;
  --limoette-v819-panel: #081012;
}

.limoette-top-menu-shell {
  position: sticky;
  z-index: 10000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(10, 186, 181, 0.44);
  background: rgba(2, 5, 6, 0.92);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.42), 0 0 22px rgba(10, 186, 181, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.admin-bar .limoette-top-menu-shell {
  top: 32px;
}

.limoette-top-menu-inner {
  position: relative;
  display: flex;
  width: min(1360px, 100%);
  min-height: 76px;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  padding: 8px 18px;
  margin: 0 auto;
  box-sizing: border-box;
}

.limoette-circuit-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: #f3ffff !important;
  text-decoration: none !important;
}

.limoette-circuit-brand-mark {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid rgba(130, 255, 249, 0.68);
  border-radius: 50%;
  background: #010405;
  box-shadow: 0 0 0 1px rgba(10, 186, 181, 0.17), 0 0 26px rgba(10, 186, 181, 0.3);
  box-sizing: border-box;
}

.limoette-circuit-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.limoette-circuit-brand-copy {
  display: grid;
  line-height: 1;
}

.limoette-circuit-brand-copy strong {
  color: #f3ffff;
  font: 800 12px/1.1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.12em;
  text-shadow: 0 0 15px rgba(10, 186, 181, 0.24);
}

.limoette-circuit-brand-copy small {
  margin-top: 7px;
  color: var(--limoette-v819-aqua-bright);
  font: 800 7px/1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.26em;
}

.limoette-service-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.55vw, 24px);
}

.limoette-service-nav a {
  position: relative;
  color: #cfe1e1 !important;
  font: 820 11px/1.1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.075em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.limoette-service-nav a::after {
  position: absolute;
  right: 50%;
  bottom: -9px;
  left: 50%;
  height: 1px;
  background: var(--limoette-v819-aqua);
  box-shadow: 0 0 10px rgba(10, 186, 181, 0.72);
  content: "";
  transition: right 180ms ease, left 180ms ease;
}

.limoette-service-nav a:hover,
.limoette-service-nav a:focus-visible {
  color: #fff !important;
  text-shadow: 0 0 16px rgba(10, 186, 181, 0.42);
}

.limoette-service-nav a:hover::after,
.limoette-service-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.limoette-service-nav a:nth-child(2) {
  color: var(--limoette-v819-aqua-bright) !important;
}

.limoette-service-nav a:nth-child(2)::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--limoette-v819-aqua-bright);
  box-shadow: 0 0 12px var(--limoette-v819-aqua);
  vertical-align: 1px;
  content: "";
}

.limoette-service-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 0;
  border: 1px solid rgba(10, 186, 181, 0.46);
  border-radius: 50%;
  background: rgba(10, 186, 181, 0.05);
  color: #fff;
  cursor: pointer;
}

.limoette-service-menu-icon {
  display: grid;
  gap: 5px;
  place-items: center;
}

.limoette-service-menu-icon i {
  display: block;
  width: 19px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.limoette-service-nav-toggle[aria-expanded="true"] .limoette-service-menu-icon i:first-child {
  transform: translateY(6px) rotate(45deg);
}

.limoette-service-nav-toggle[aria-expanded="true"] .limoette-service-menu-icon i:nth-child(2) {
  opacity: 0;
}

.limoette-service-nav-toggle[aria-expanded="true"] .limoette-service-menu-icon i:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.site-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid rgba(10, 186, 181, 0.56) !important;
  background: linear-gradient(180deg, #070a0b, #010203) !important;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.58), 0 0 32px rgba(10, 186, 181, 0.1) !important;
}

.site-header .header-inner {
  display: flex !important;
  width: 100%;
  max-width: 1440px !important;
  box-sizing: border-box;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  padding: 12px 18px 22px !important;
  margin: 0 auto !important;
}

.site-header .brand-wrap,
.site-header .header-logo-center {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #000 !important;
  transform: none !important;
}

.site-header .header-logo-center .brand-logo {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 auto !important;
  background: #000 !important;
}

/* Requested 60% reduction: 560px -> 224px. */
.site-header .header-logo-center .top-pink-logo,
body.home .site-header .header-logo-center .top-pink-logo {
  display: block !important;
  width: min(224px, 96vw) !important;
  max-width: min(224px, 96vw) !important;
  max-height: none !important;
  height: auto !important;
  margin: 0 auto !important;
  background: #000 !important;
}

.limoette-header-concierge {
  width: min(1180px, calc(100% - 8px));
  padding: clamp(14px, 2vw, 26px);
  border: 1px solid rgba(10, 186, 181, 0.34);
  border-radius: 30px;
  background:
    linear-gradient(rgba(10, 186, 181, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 186, 181, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 15% 8%, rgba(10, 186, 181, 0.16), transparent 35%),
    linear-gradient(145deg, #06100f, #010304 70%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.05);
}

/* The paired mascot starts level with its console; no sticky offset can crop
   the circuit-logo radar that sits directly beneath it. */
.lnck-root.lnet-concierge-main {
  overflow: visible !important;
}

.lnck-root .lnet-concierge-pair .lnet-live-concierge-card {
  position: relative !important;
  top: auto !important;
}

.site-header .nav-rows {
  width: min(1180px, 100%) !important;
  align-items: center !important;
  margin: 0 !important;
}

.site-header .nav-row {
  width: 100%;
  justify-content: center !important;
}

.site-header .nav-pill {
  box-sizing: border-box;
}

/* Shared V8.19 page system for the added Limoette.com routes. */
.limoette-v819-page {
  min-height: 72vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(10, 186, 181, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 186, 181, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 82% 5%, rgba(10, 186, 181, 0.15), transparent 34%),
    #020405;
  background-size: 48px 48px, 48px 48px, auto, auto;
  color: #edfefe;
}

.limoette-v819-wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.limoette-v819-hero {
  padding: clamp(66px, 9vw, 118px) 0 clamp(48px, 7vw, 84px);
  text-align: center;
}

.limoette-v819-kicker {
  margin: 0 0 12px;
  color: var(--limoette-v819-aqua-bright);
  font: 850 12px/1.4 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.limoette-v819-hero h1 {
  max-width: 980px;
  margin: 0 auto 20px;
  color: var(--limoette-v819-aqua);
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-shadow: 0 0 32px rgba(10, 186, 181, 0.25);
}

.limoette-v819-hero > .limoette-v819-wrap > p:not(.limoette-v819-kicker) {
  max-width: 820px;
  margin: 0 auto;
  color: #cce4e3;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.72;
}

.limoette-v819-section {
  padding: 0 0 clamp(62px, 8vw, 104px);
}

.limoette-v819-section-heading {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.limoette-v819-section-heading h2 {
  margin: 0 0 12px;
  color: var(--limoette-v819-aqua-bright);
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.05;
}

.limoette-v819-section-heading p {
  margin: 0;
  color: #bfd7d6;
  line-height: 1.72;
}

.limoette-v819-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.limoette-v819-card {
  padding: 26px;
  border: 1px solid rgba(10, 186, 181, 0.32);
  border-radius: 22px;
  background: radial-gradient(circle at 100% 0, rgba(10, 186, 181, 0.12), transparent 38%), linear-gradient(150deg, #0b1517, #030607 76%);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.045);
}

.limoette-v819-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--limoette-v819-aqua);
  font: 850 11px/1.3 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.limoette-v819-card h2,
.limoette-v819-card h3 {
  margin: 0 0 12px;
  color: #f3ffff;
  font-size: 23px;
  line-height: 1.15;
}

.limoette-v819-card p {
  margin: 0;
  color: #bcd1d2;
  line-height: 1.7;
}

.limoette-v819-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.limoette-v819-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid #8ffffa;
  border-radius: 999px;
  background: linear-gradient(145deg, #73f5ef, #0ABAB5 48%, #067d79);
  box-shadow: 0 0 24px rgba(10, 186, 181, 0.34), 0 14px 30px rgba(0, 0, 0, 0.34);
  color: #010707 !important;
  font-weight: 900;
  text-decoration: none !important;
}

.limoette-v819-button.is-quiet {
  border-color: rgba(10, 186, 181, 0.46);
  background: rgba(10, 186, 181, 0.08);
  color: #eaffff !important;
}

.limoette-v819-concierge-station {
  padding: clamp(18px, 3vw, 38px);
  border: 1px solid rgba(10, 186, 181, 0.32);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(5, 18, 18, 0.97), rgba(1, 4, 6, 0.99));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
}

.limoette-v819-faq {
  display: grid;
  gap: 12px;
}

.limoette-v819-faq details {
  border: 1px solid rgba(10, 186, 181, 0.28);
  border-radius: 16px;
  background: rgba(10, 186, 181, 0.045);
}

.limoette-v819-faq summary {
  padding: 18px 20px;
  color: #f4ffff;
  font-weight: 850;
  cursor: pointer;
}

.limoette-v819-faq details p {
  padding: 0 20px 20px;
  margin: 0;
  color: #bfd6d5;
  line-height: 1.72;
}

@media (max-width: 1080px) {
  .limoette-service-nav-toggle {
    display: inline-grid;
    margin-left: auto;
    place-items: center;
  }

  .limoette-service-nav {
    position: absolute;
    z-index: 10001;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    align-content: start;
    gap: 0;
    padding: 0 18px;
    border-bottom: 1px solid transparent;
    background: rgba(2, 5, 6, 0.99);
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    transition: max-height 250ms ease, opacity 180ms ease, padding 250ms ease, visibility 180ms ease;
  }

  .limoette-service-nav.is-open {
    display: grid;
    max-height: calc(100svh - 86px);
    overflow-y: auto;
    padding-top: 16px;
    padding-bottom: 24px;
    border-color: rgba(10, 186, 181, 0.42);
    opacity: 1;
    visibility: visible;
  }

  .limoette-service-nav a {
    display: block;
    width: 100%;
    padding: 15px 4px;
    border-bottom: 1px solid rgba(10, 186, 181, 0.2);
    box-sizing: border-box;
  }

  .limoette-service-nav a::after {
    display: none;
  }

  .limoette-v819-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .limoette-top-menu-shell {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .limoette-top-menu-inner {
    min-height: 68px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .limoette-circuit-brand-mark {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .limoette-circuit-brand-copy strong {
    font-size: 10px;
  }

  .limoette-circuit-brand-copy small {
    font-size: 6px;
  }

  .site-header .header-inner {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  /* Requested 60% reduction: 520px -> 208px. */
  .site-header .header-logo-center .top-pink-logo,
  body.home .site-header .header-logo-center .top-pink-logo {
    width: min(208px, 96vw) !important;
    max-width: min(208px, 96vw) !important;
  }

  .limoette-header-concierge {
    width: 100%;
    padding: 10px;
    border-radius: 22px;
  }

  .site-header .nav-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 9px !important;
  }

  .site-header .nav-pill {
    width: 100%;
    min-width: 0;
    padding: 10px 8px !important;
    font-size: 11px !important;
    white-space: normal;
  }

  .limoette-v819-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .limoette-circuit-brand {
    gap: 9px;
  }

  .limoette-circuit-brand-copy strong {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .limoette-circuit-brand-copy small {
    letter-spacing: 0.14em;
  }

  .limoette-v819-wrap {
    width: min(100% - 22px, 1180px);
  }

  .limoette-v819-card {
    padding: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .limoette-service-nav,
  .limoette-service-nav a,
  .limoette-service-menu-icon i {
    transition: none !important;
  }
}
