/* ==========================================================
   L'Agence Immo — warm luxury shell over a live 3D scene
   Brand: Bleu Royal #1E355E · Gris Béton #C3CCDA · Bronze Terra #A57C5B
          Blanc Pur #FFFFFF · Noir 98% #242422
   The champagne tints below are lightened Bronze Terra, used for
   glass borders and small type so the UI reads warm against the render.
   ========================================================== */
:root {
  --bleu-royal: #1E355E;
  --gris-beton: #C3CCDA;
  --bronze: #A57C5B;
  --champagne: #E4C79E;
  --champagne-soft: rgba(228, 199, 158, 0.72);
  --blanc: #FFFFFF;
  --noir: #242422;
  --ink: #17110B;

  --glass-bg: rgba(26, 19, 13, 0.52);
  --glass-brd: rgba(232, 208, 172, 0.22);
  --r: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0; width: 100%; height: 100%;
  background: #100b07; color: #F3EADF;
  font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
}
#app { position: fixed; inset: 0; }
button { font-family: inherit; cursor: pointer; }
input, select { font-family: inherit; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 2px solid var(--champagne); outline-offset: 3px; }

.ic { width: 20px; height: 20px; display: block; }
.ic.sm { width: 15px; height: 15px; }
.ic.lg { width: 28px; height: 28px; }
.ic.accent { color: var(--champagne); }

#scene-canvas {
  position: fixed; inset: 0; z-index: 10; width: 100%; height: 100%;
  display: block; background: #100b07;
  opacity: 0; transition: opacity 1.4s var(--ease);
}
#scene-canvas.visible { opacity: 1; }

/* fine film grain keeps flat gradients from banding */
.grain {
  position: fixed; inset: 0; z-index: 11; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}

/* ============================ glass ============================ */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-brd);
  border-radius: var(--r);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,240,220,.10);
}

/* ============================ loader ============================ */
.loader {
  position: fixed; inset: 0; z-index: 100; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 20px;
  background: radial-gradient(120% 90% at 50% 40%, #2a1d12 0%, #100b07 70%);
  transition: opacity .8s var(--ease);
}
.loader[hidden] { display: none; }
.loader.is-done { opacity: 0; pointer-events: none; }
.loader-mark { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.9rem; letter-spacing: .12em; color: var(--champagne); }
.loader-bar { width: 210px; height: 1px; background: rgba(228,199,158,.22); }
.loader-bar-fill { height: 100%; width: 0; background: var(--champagne); transition: width .3s linear; }
.loader-label { margin: 0; font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(243,234,223,.5); }

/* ============================ landing ============================ */
.landing { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; transition: opacity 1.1s var(--ease); }
.landing[hidden] { display: none; }
.landing.is-leaving { opacity: 0; pointer-events: none; }
.landing-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.landing-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 90% at 22% 55%, rgba(12,8,5,.72) 0%, rgba(12,8,5,0) 65%),
    linear-gradient(180deg, rgba(12,8,5,.55) 0%, rgba(12,8,5,.15) 40%, rgba(12,8,5,.80) 100%);
}
.landing-content {
  position: relative; z-index: 1; padding: 0 clamp(24px, 7vw, 110px);
  display: flex; flex-direction: column; align-items: flex-start; gap: 26px; max-width: 900px;
}
.eyebrow { margin: 0; font-size: .7rem; letter-spacing: .34em; text-transform: uppercase; color: var(--champagne-soft); }
.landing-title {
  margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400;
  font-size: clamp(2.6rem, 6.4vw, 5.4rem); line-height: 1.04; letter-spacing: .005em;
  text-shadow: 0 6px 40px rgba(0,0,0,.55);
}
.landing-hint { margin: 0; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(243,234,223,.45); }

.btn-welcome {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 17px 38px; border-radius: 999px;
  background: linear-gradient(180deg, rgba(228,199,158,.16), rgba(165,124,91,.10));
  border: 1px solid rgba(228,199,158,.55); color: #FBF3E8;
  font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.45rem; letter-spacing: .06em;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0 0 rgba(228,199,158,.35), 0 18px 45px -18px rgba(0,0,0,.8);
  animation: halo 3.6s ease-in-out infinite;
  transition: transform .4s var(--ease), background .4s var(--ease);
}
@keyframes halo {
  0%,100% { box-shadow: 0 0 0 0 rgba(228,199,158,.30), 0 18px 45px -18px rgba(0,0,0,.8); }
  50%     { box-shadow: 0 0 34px 6px rgba(228,199,158,.22), 0 18px 45px -18px rgba(0,0,0,.8); }
}
.btn-welcome:hover, .btn-welcome:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(228,199,158,.26), rgba(165,124,91,.16));
}
.btn-welcome .ic { transition: transform .4s var(--ease); }
.btn-welcome:hover .ic { transform: translateX(5px); }

.walkin-video { position: fixed; inset: 0; z-index: 55; width: 100%; height: 100%; object-fit: cover; background: #000; transition: opacity 1s var(--ease); }
.walkin-video[hidden] { display: none; }
.walkin-video.is-fading { opacity: 0; }

/* ============================ top nav ============================ */
.top-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 20px clamp(18px, 3.4vw, 42px);
  background: linear-gradient(180deg, rgba(16,11,7,.72) 0%, rgba(16,11,7,0) 100%);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.top-nav[hidden] { display: none; }
.top-nav.entering { opacity: 0; transform: translateY(-14px); }
.logo-btn {
  background: none; border: none; color: #F7EFE4;
  font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.25rem; letter-spacing: .1em;
}
.top-nav-links ul { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.top-nav-links button {
  background: none; border: none; color: rgba(243,234,223,.66);
  font-size: .78rem; letter-spacing: .08em; padding: 6px 0;
  border-bottom: 1px solid transparent; transition: color .3s, border-color .3s;
}
.top-nav-links button:hover, .top-nav-links button:focus-visible { color: #fff; border-color: var(--champagne); }
.nav-burger { display: none; width: 42px; height: 42px; background: none; border: 1px solid var(--glass-brd); border-radius: 10px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-burger span { width: 17px; height: 1px; background: #F3EADF; }

/* ============================ buttons ============================ */
.btn-ghost {
  display: inline-flex; align-items: center; gap: 9px;
  background: transparent; border: 1px solid rgba(228,199,158,.38); color: #F3EADF;
  border-radius: 999px; padding: 11px 22px; font-size: .8rem; letter-spacing: .05em;
  transition: background .3s, border-color .3s, transform .3s var(--ease);
}
.btn-ghost:hover, .btn-ghost:focus-visible { background: rgba(228,199,158,.12); border-color: var(--champagne); transform: translateY(-1px); }
.btn-solid {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: linear-gradient(180deg, #C9A173, var(--bronze)); border: none; color: #1B120A;
  border-radius: 999px; padding: 13px 26px; font-size: .84rem; font-weight: 600; letter-spacing: .03em;
  box-shadow: 0 14px 30px -14px rgba(165,124,91,.9);
  transition: transform .3s var(--ease), filter .3s;
}
.btn-solid:hover, .btn-solid:focus-visible { transform: translateY(-2px); filter: brightness(1.07); }
.btn-solid.wide { width: 100%; margin-top: 4px; }
.pill {
  display: inline-flex; align-items: center; gap: 10px; align-self: center;
  background: rgba(26,19,13,.55); border: 1px solid var(--glass-brd); color: #F3EADF;
  border-radius: 999px; padding: 12px 24px; font-size: .82rem; letter-spacing: .04em;
  backdrop-filter: blur(18px);
  transition: background .3s, transform .3s var(--ease);
}
.pill:hover, .pill:focus-visible { background: rgba(228,199,158,.14); transform: translateY(-2px); }
.round-arrow {
  width: 46px; height: 46px; flex: 0 0 46px; border-radius: 999px;
  background: linear-gradient(180deg, #E0BA8C, var(--bronze)); border: none; color: #1B120A;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 0 26px -4px rgba(228,199,158,.5);
  transition: transform .35s var(--ease);
}
.round-arrow:hover, .round-arrow:focus-visible { transform: scale(1.08); }

.btn-rappel-float {
  position: fixed; left: clamp(16px, 2.4vw, 34px); bottom: clamp(16px, 2.6vw, 30px); z-index: 26;
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(26,19,13,.6); border: 1px solid var(--glass-brd); color: #F3EADF;
  border-radius: 999px; padding: 12px 22px; font-size: .8rem; letter-spacing: .04em;
  backdrop-filter: blur(18px); transition: transform .3s var(--ease), background .3s;
}
.btn-rappel-float[hidden] { display: none; }
.btn-rappel-float:hover { transform: translateY(-2px); background: rgba(228,199,158,.14); }

/* ============================ hall choices ============================ */
.hall-choices {
  position: fixed; left: 0; right: 0; bottom: clamp(26px, 7vh, 82px); z-index: 20;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
  padding: 0 16px;
}
.hall-choices[hidden] { display: none; }
.choice-row { display: flex; gap: clamp(10px, 1.4vw, 18px); flex-wrap: wrap; justify-content: center; }
.choice {
  width: clamp(132px, 14vw, 172px); min-height: 124px;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 16px;
  padding: 20px 18px;
  background: var(--glass-bg); border: 1px solid var(--glass-brd); border-radius: var(--r);
  backdrop-filter: blur(22px) saturate(1.2);
  color: #F3EADF; text-align: left;
  box-shadow: 0 26px 60px -34px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,240,220,.08);
  opacity: 0; transform: translateY(22px);
  transition: background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.choice.is-visible { animation: choice-in .85s var(--ease) forwards; }
@keyframes choice-in { to { opacity: 1; transform: translateY(0); } }
.choice:hover, .choice:focus-visible {
  background: rgba(46,33,22,.62); border-color: rgba(228,199,158,.5); transform: translateY(-6px);
}
.choice .ic { color: var(--champagne); }
.choice-label { font-size: .95rem; line-height: 1.32; letter-spacing: .01em; }

/* ============================ stage sections ============================ */
.stage {
  position: fixed; inset: 0; z-index: 20; pointer-events: none;
  /* Copy left, photos right, and a deliberate gap in the middle: the room
     itself is the point, so the overlay must not cover it wall to wall. */
  display: grid; grid-template-columns: minmax(300px, 25vw) 1fr auto;
  align-items: center; gap: clamp(16px, 2vw, 36px);
  padding: 96px clamp(20px, 3.6vw, 56px) clamp(84px, 11vh, 120px);
}
.stage > .gallery-strip, .stage > .advisor-strip { grid-column: 3; }
.stage[hidden] { display: none; }
.stage > * { pointer-events: auto; }

.stage-card { padding: 30px 30px 26px; display: flex; flex-direction: column; gap: 14px; animation: card-in .9s var(--ease) both; }
@keyframes card-in { from { opacity: 0; transform: translateX(-26px); } to { opacity: 1; transform: none; } }
.stage-title { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400; font-size: clamp(1.9rem, 3.1vw, 2.9rem); line-height: 1.1; }
.stage-title.sm { font-size: 1.7rem; }
.stage-copy { margin: 0; font-size: .92rem; line-height: 1.65; color: rgba(243,234,223,.72); }
.stage-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.tag-note { margin: 2px 0 0; display: flex; align-items: center; gap: 8px; font-size: .72rem; color: rgba(243,234,223,.45); }
.tag {
  display: inline-block; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase;
  color: #1B120A; background: var(--champagne-soft); border-radius: 4px; padding: 3px 7px;
}
.field-inline {
  display: flex; align-items: center;
  background: rgba(10,7,4,.45); border: 1px solid var(--glass-brd); border-radius: 999px; padding: 3px 6px;
}
.field-inline input { flex: 1; background: transparent; border: none; color: #F3EADF; padding: 11px 14px; font-size: .88rem; }
.field-inline input::placeholder { color: rgba(243,234,223,.4); }
.field-inline input:focus { outline: none; }

/* photo strips — the listings the client asked to actually see */
.gallery-strip, .advisor-strip {
  display: grid; gap: 9px; align-content: center;
  grid-template-columns: 1fr;
  width: min(356px, 27vw);
  /* Six listings have to fit between the nav and the footer at laptop
     height; the scroll is a safety net for short windows, not the way the
     site is meant to be navigated. */
  max-height: 100%; overflow-y: auto; scrollbar-width: none;
}
.gallery-strip::-webkit-scrollbar, .advisor-strip::-webkit-scrollbar { display: none; }
@media (max-width: 1100px) {
  .stage { grid-template-columns: minmax(260px, 34vw) 1fr; }
  .stage > .gallery-strip, .stage > .advisor-strip { grid-column: 2; justify-self: end; }
}
/* A row card, not a poster: narrow enough that the room itself stays the
   hero, tall enough that the town, size and price all stay legible. */
.shot {
  position: relative; border-radius: 14px; overflow: hidden;
  display: grid; grid-template-columns: 84px 1fr; align-items: stretch;
  border: 1px solid rgba(232,208,172,.18);
  box-shadow: 0 28px 60px -30px rgba(0,0,0,.95);
  opacity: 0; transform: translateY(18px) scale(.985);
  animation: shot-in .8s var(--ease) forwards;
  background: #1a130d;
}
@keyframes shot-in { to { opacity: 1; transform: none; } }
.shot img { display: block; width: 84px; height: 100%; object-fit: cover; }
.shot figcaption {
  display: flex; flex-direction: column; justify-content: center; gap: 1px;
  padding: 9px 13px; background: rgba(26,19,13,.5); backdrop-filter: blur(16px);
}
.shot .c-city { display: block; font-size: .8rem; letter-spacing: .01em; line-height: 1.22; }
.shot .c-meta { display: block; font-size: .7rem; color: rgba(243,234,223,.58); }
.shot .c-price { display: block; font-size: .82rem; color: var(--champagne); margin-top: 3px; }
.shot .c-type {
  order: -1; align-self: flex-start; margin-bottom: 4px;
  font-size: .56rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(243,234,223,.55);
}

/* Same row card as the listings, so the two panels feel like one system. */
.advisor {
  border-radius: 14px; overflow: hidden; border: 1px solid rgba(232,208,172,.18);
  background: rgba(26,19,13,.55); backdrop-filter: blur(18px);
  box-shadow: 0 28px 60px -34px rgba(0,0,0,.9);
  display: grid; grid-template-columns: 84px 1fr; align-items: stretch;
  opacity: 0; transform: translateY(18px); animation: shot-in .8s var(--ease) forwards;
}
.advisor img { display: block; width: 84px; height: 100%; object-fit: cover; filter: saturate(.9); }
.advisor-mono {
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(120% 100% at 30% 20%, rgba(228,199,158,.22), rgba(228,199,158,0) 60%),
    linear-gradient(160deg, #3A2A1C 0%, #241a11 100%);
  border-right: 1px solid rgba(232,208,172,.16);
}
.advisor-mono span {
  font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem;
  letter-spacing: .06em; color: var(--champagne); opacity: .85;
}
.advisor-body { padding: 9px 13px; display: flex; flex-direction: column; justify-content: center; }
.advisor-name { font-size: .85rem; line-height: 1.22; }
.advisor-sector { font-size: .72rem; color: rgba(243,234,223,.6); margin-top: 1px; }
.advisor-meta { font-size: .72rem; color: var(--champagne); margin-top: 3px; }

/* ============================ modals ============================ */
.modal {
  position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center;
  padding: 24px; background: rgba(8,5,3,.62); backdrop-filter: blur(5px);
  animation: fade-in .35s var(--ease);
}
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.modal[hidden] { display: none; }
.modal-frame { position: relative; width: min(470px, 100%); max-height: 88vh; overflow-y: auto; padding: 34px 30px 28px; display: flex; flex-direction: column; gap: 12px; }
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 999px;
  background: transparent; border: 1px solid var(--glass-brd); color: #F3EADF;
}
.modal-close:hover { border-color: var(--champagne); }

.form { display: flex; flex-direction: column; gap: 13px; margin-top: 8px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .74rem; letter-spacing: .06em; color: rgba(243,234,223,.6); }
.field input, .field select {
  background: rgba(10,7,4,.5); border: 1px solid var(--glass-brd); border-radius: 10px;
  color: #F3EADF; padding: 12px 13px; font-size: .9rem;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--champagne); }
.form-note { margin: 0; font-size: .8rem; color: var(--champagne); min-height: 1.2em; }

.footer-links { position: fixed; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 24px); z-index: 25; display: flex; gap: 8px; align-items: center; font-size: .7rem; color: rgba(243,234,223,.45); }
.footer-links[hidden] { display: none; }
.footer-links button { background: none; border: none; color: inherit; text-decoration: underline; text-underline-offset: 3px; padding: 4px; }
.footer-links button:hover { color: #fff; }
.reduced-motion-note { position: fixed; bottom: 6px; left: 50%; transform: translateX(-50%); z-index: 90; font-size: .66rem; color: rgba(243,234,223,.4); }
.reduced-motion-note[hidden] { display: none; }

/* ============================ responsive ============================ */
@media (max-width: 1080px) {
  .stage { grid-template-columns: 1fr; align-content: end; gap: 18px; padding-bottom: 96px; }
  .stage-card { max-width: 560px; }
  .gallery-strip, .advisor-strip { grid-template-columns: repeat(3, 1fr); }
  .shot .c-meta { display: none; }
}
@media (max-width: 760px) {
  .top-nav-links { display: none; }
  .nav-burger { display: flex; }
  .top-nav.menu-open .top-nav-links {
    display: block; position: fixed; top: 70px; left: 12px; right: 12px;
    background: rgba(20,14,9,.95); border: 1px solid var(--glass-brd); border-radius: var(--r);
    padding: 14px 18px; backdrop-filter: blur(20px);
  }
  .top-nav.menu-open .top-nav-links ul { flex-direction: column; gap: 8px; }
  #btn-rappel-nav { display: none; }
  .choice { width: calc(50% - 8px); min-height: 104px; padding: 15px 14px; }
  .choice-label { font-size: .84rem; }
  .stage { padding: 86px 16px 92px; }
  .gallery-strip, .advisor-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip .shot:nth-child(n+5), .advisor-strip .advisor:nth-child(n+3) { display: none; }
  .stage-card { padding: 22px 20px; }
}
@media (max-width: 460px) {
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-strip .shot:nth-child(n+3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .choice { opacity: 1; transform: none; }
  .shot, .advisor { opacity: 1; transform: none; }
}

/* ==========================================================
   In-scene navigation markers
   Real buttons, positioned each frame from a 3D anchor, so the
   scene always shows where you can go — not just the top bar.
   ========================================================== */
.hotspot-layer { position: fixed; inset: 0; z-index: 18; pointer-events: none; }
.hot {
  position: absolute; top: 0; left: 0;
  display: none; align-items: center; gap: 11px;
  padding: 7px 16px 7px 7px;
  background: rgba(24, 17, 11, 0.55);
  border: 1px solid rgba(232, 208, 172, 0.30);
  border-radius: 999px;
  backdrop-filter: blur(14px) saturate(1.2);
  color: #F7EFE4; font-size: .82rem; letter-spacing: .02em;
  white-space: nowrap; pointer-events: auto; visibility: hidden;
  box-shadow: 0 16px 40px -18px rgba(0,0,0,.9);
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.hot.is-on { display: inline-flex; animation: hot-in .7s var(--ease) both; }
@keyframes hot-in { from { opacity: 0; } to { opacity: 1; } }
.hot-ring {
  width: 34px; height: 34px; flex: 0 0 34px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #E6C296, var(--bronze)); color: #1B120A;
  font-size: 1rem; line-height: 1;
  box-shadow: 0 0 0 0 rgba(228,199,158,.5);
  animation: hot-pulse 2.8s ease-in-out infinite;
}
@keyframes hot-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(228,199,158,.45); }
  55%      { box-shadow: 0 0 0 11px rgba(228,199,158,0); }
}
.hot:hover, .hot:focus-visible { background: rgba(48,34,21,.75); border-color: var(--champagne); }
.hot:hover .hot-arrow { transform: translateX(3px); }
.hot-arrow { display: block; transition: transform .3s var(--ease); }

/* Markers for a destination that is off to the side of the current shot pin
   to that edge and point at it, so every exit stays signposted. */
.hot.is-edge {
  background: rgba(24, 17, 11, 0.66);
  border-color: rgba(232, 208, 172, 0.44);
}
.hot.is-edge:not(.is-edge-left) { flex-direction: row-reverse; padding: 7px 7px 7px 16px; }
.hot.is-edge-left:hover .hot-arrow, .hot.is-edge-left:focus-visible .hot-arrow {
  transform: translateX(-3px);
}

@media (max-width: 760px) {
  .hot { padding: 5px 12px 5px 5px; font-size: .74rem; gap: 8px; }
  .hot-ring { width: 28px; height: 28px; flex-basis: 28px; font-size: .86rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hot-ring { animation: none; }
}
