/* =============================================================================
   The Bond Girls
   Corpo claro, header e rodape escuros, vermelho como acento — como o site real.
   ============================================================================= */

:root {
  /* --- cor ---------------------------------------------------------------- */
  --paper:       #ffffff;
  --paper-alt:   #f6f6f6;
  --chrome:      #1a1a1a;
  --chrome-dark: #111111;
  --line:        #e4e4e4;
  --line-dark:   #2e2e2e;

  --accent:      #eb2f06;
  --accent-dark: #c92503;
  --available:   #21c45d;

  --ink:          #14161a;
  --ink-soft:     #4b5158;
  --ink-mute:     #83898f;
  --on-dark:      #f2f2f2;
  --on-dark-mute: #9aa0a6;

  /* --- tipografia --------------------------------------------------------- */
  --display: "Oswald", "Arial Narrow", sans-serif;
  --body:    "Source Sans 3", system-ui, sans-serif;

  --t--1: clamp(0.78rem, 0.75rem + 0.12vw, 0.85rem);
  --t-0:  clamp(0.95rem, 0.92rem + 0.15vw, 1.02rem);
  --t-1:  clamp(1.15rem, 1.08rem + 0.32vw, 1.35rem);
  --t-2:  clamp(1.4rem, 1.25rem + 0.7vw, 1.85rem);
  --t-3:  clamp(1.7rem, 1.45rem + 1.15vw, 2.4rem);

  --shell:   min(100% - 2rem, 1320px);
  --section: clamp(2.5rem, 1.8rem + 3vw, 4.5rem);
  --radius:  6px;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--t-0);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
  margin: 0;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.shell { width: var(--shell); margin-inline: auto; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 999; background: var(--accent); color: #fff; padding: 0.7rem 1.1rem; }

.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

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

/* =============================================================================
   Motion
   ============================================================================= */

html { scroll-behavior: smooth; }

.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  transition:
    opacity 0.6s ease,
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}
.motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes motion-drop {
  from { opacity: 0; transform: translate3d(0, -12px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes motion-pop {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

/* =============================================================================
   Topbar
   ============================================================================= */

.topbar {
  background: var(--chrome);
  color: var(--on-dark);
  padding-block: 0.6rem;
  border-bottom: 1px solid var(--line-dark);
  animation: motion-drop 0.4s ease-out both;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 0.75rem;
}

.club-btn {
  display: inline-block;
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 100px;
  padding: 0.4rem 1.1rem;
  font-family: var(--display);
  font-size: var(--t--1);
  letter-spacing: 0.04em;
}
.club-btn:hover { background: var(--accent); color: #fff; }

.callnow {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(0.95rem, 0.85rem + 0.5vw, 1.3rem);
  text-transform: uppercase;
}
.callnow a { color: var(--accent); }
.callnow a:hover { color: #fff; }
.callnow small { font-size: 0.64em; color: var(--on-dark-mute); }

/* =============================================================================
   Header
   ============================================================================= */

.site-header { position: relative; z-index: 500; background: var(--chrome); animation: motion-drop 0.45s 55ms ease-out both; }

.site-header__inner {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: 0.6rem;
}

.wordmark { display: block; flex: none; }
.wordmark img, .wordmark svg { height: 20px; width: auto; }

.nav { display: flex; flex-wrap: wrap; align-items: center; gap: 0.1rem; list-style: none; margin: 0; padding: 0; }

.nav__link {
  position: relative;
  display: block;
  color: var(--on-dark);
  font-family: var(--display);
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.55rem 0.65rem;
  white-space: nowrap;
  transition: color 0.22s ease, transform 0.22s ease;
}
.nav__link::after {
  content: "";
  position: absolute;
  right: 0.65rem;
  bottom: 0.35rem;
  left: 0.65rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.nav__link:hover, .nav__link.is-current { color: var(--accent); transform: translateY(-1px); }
.nav__link:hover::after, .nav__link.is-current::after { transform: scaleX(1); transform-origin: left; }

.nav__toggle {
  display: none;
  background: none; border: 1px solid var(--line-dark);
  color: var(--on-dark); border-radius: 4px;
  padding: 0.4rem 0.7rem; cursor: pointer; font: inherit;
}

.nav__has-drop { position: relative; }
.nav__drop {
  position: absolute; right: 0; top: 100%; z-index: 460;
  min-width: 230px; max-height: 70vh; overflow-y: auto;
  background: var(--chrome-dark);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 0.4rem;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -0.45rem, 0);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.24s;
}
.nav__has-drop:hover .nav__drop,
.nav__has-drop:focus-within .nav__drop {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  transition-delay: 0s;
}

.nav__drop a { display: block; padding: 0.35rem 0.7rem; color: var(--on-dark-mute); font-size: var(--t--1); border-radius: 4px; }
.nav__drop a:hover { background: #222; color: var(--accent); }
.nav__drop-head {
  font-family: var(--display); text-transform: uppercase;
  font-size: 0.68rem; letter-spacing: 0.08em;
  color: var(--accent); padding: 0.5rem 0.7rem 0.2rem;
}

@media (max-width: 1150px) {
  .nav__toggle { display: block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    z-index: 70; flex-direction: column; align-items: stretch;
    background: var(--chrome-dark); border-top: 1px solid var(--line-dark);
    padding: 0.5rem;
  }
  .nav.is-open { display: flex; }
  .nav__drop {
    position: static;
    display: block;
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    border: none;
    background: transparent;
    padding-left: 0.7rem;
  }
}

/* =============================================================================
   Ticker
   ============================================================================= */

.ticker { background: var(--accent); color: #fff; overflow: hidden; padding-block: 0.5rem; animation: motion-drop 0.45s 110ms ease-out both; }
.ticker__track { display: flex; width: max-content; will-change: transform; animation: ticker 38s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__list {
  flex: 0 0 auto;
  display: flex; gap: 3.5rem; list-style: none; margin: 0; padding: 0 1.75rem 0 0;
  white-space: nowrap;
  font-family: var(--display); font-size: 0.85rem;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.ticker__list a:hover { color: #fff; text-decoration: underline; text-underline-offset: 0.2em; }
/* O track tem oito sequencias identicas; 12.5% equivale exatamente a uma. */
@keyframes ticker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-12.5%, 0, 0); }
}

/* =============================================================================
   Seccoes
   ============================================================================= */

.section { padding-block: var(--section); }
.section--tight { padding-block: calc(var(--section) * 0.6); }
.section--alt { background: var(--paper-alt); }

.section-title { font-size: var(--t-3); margin-bottom: 1.6rem; }
.section-title em { font-style: normal; color: var(--accent); }

/* =============================================================================
   Cartao de perfil — nome sobre a imagem
   ============================================================================= */

/* Base em flexbox para browsers antigos; Grid por cima onde existe. */
.cards { display: flex; flex-wrap: wrap; margin: 0 -0.625rem; }
.cards > .cell { width: 25%; padding: 0 0.625rem; margin-bottom: 1.25rem; }
@media (max-width: 1000px) { .cards > .cell { width: 33.333%; } }
@media (max-width: 720px)  { .cards > .cell { width: 50%; } }
@media (max-width: 420px)  { .cards > .cell { width: 100%; } }

@supports (display: grid) {
  .cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; margin: 0; }
  .cards > .cell { width: auto; padding: 0; margin-bottom: 0; }
  @media (max-width: 1000px) { .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 720px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 420px) { .cards { grid-template-columns: 1fr; } }
}

/* padding-top 133% = proporcao 3:4 sem aspect-ratio */
.card {
  position: relative; display: block;
  border-radius: var(--radius); overflow: hidden;
  background: #ddd; height: 0; padding-top: 133.33%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
.card img {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.45s ease;
}
@supports (aspect-ratio: 3 / 4) {
  .card { height: auto; padding-top: 0; aspect-ratio: 3 / 4; }
  .card img { position: static; }
}
.card:hover { transform: translate3d(0, -6px, 0); box-shadow: 0 14px 24px rgba(0,0,0,0.18); }
.card:hover img { transform: scale(1.05); }
.card:active { transform: translate3d(0, -2px, 0) scale(0.99); }

/* o degrade existe so para o nome ser legivel sobre qualquer foto */
.card__caption {
  position: absolute; inset: auto 0 0 0;
  padding: 2.5rem 0.85rem 0.75rem;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 15%, rgba(0,0,0,0) 100%);
  color: #fff;
}
.card__name { font-size: 1rem; display: flex; align-items: center; gap: 0.4rem; }
.card__sub { margin: 0.1rem 0 0; font-size: 0.78rem; color: rgba(255,255,255,0.85); }

.dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--available);
  box-shadow: 0 0 0 0 rgba(33,196,93,0.7);
  animation: pulse 2s infinite; flex: none;
}
@keyframes pulse {
  70%  { box-shadow: 0 0 0 8px rgba(33,196,93,0); }
  100% { box-shadow: 0 0 0 0 rgba(33,196,93,0); }
}

.tagline {
  position: absolute; top: 0.55rem; left: 0.55rem;
  background: var(--accent); color: #fff;
  font-family: var(--display); font-size: 0.66rem;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 0.1rem 0.45rem; border-radius: 3px;
}
.club-tagline { background: var(--chrome-dark); border: 1px solid var(--accent); }
.club-tagline--with-elite { top: 2.15rem; }

/* =============================================================================
   Intro a duas colunas, foto a sangrar para a direita
   ============================================================================= */

.intro { position: relative; overflow: hidden; background: var(--paper); }
.intro .container { width: var(--shell); margin-inline: auto; }
.intro .row { display: flex; flex-wrap: wrap; }
.intro .col-md-6 { width: 50%; }
.intro__text { padding: var(--section) 3rem var(--section) 0; }
.intro__text h2 { font-size: var(--t-3); margin-bottom: 1rem; }
.intro__text p { margin: 0 0 0.9rem; color: var(--ink-soft); }

/* O video ocupa sempre a metade direita da section, fora do fluxo da row. */
.intro__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: var(--paper-alt);
}
.intro__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 767px) {
  .intro .col-md-6 { width: 100%; }
  .intro__text { padding: var(--section) 0; }
  .intro__media { position: relative; top: auto; right: auto; width: 100%; height: 320px; }
}

.banner-link { position: relative; display: block; border-radius: var(--radius); overflow: hidden; margin-top: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.12); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease; }
.banner-link img { width: 100%; height: 240px; object-fit: cover; transition: transform 0.5s ease; }
.banner-link:hover { transform: translate3d(0, -5px, 0); box-shadow: 0 15px 28px rgba(0,0,0,0.2); }
.banner-link:hover img { transform: scale(1.035); }
@supports (aspect-ratio: 16 / 6) { .banner-link img { height: auto; } }
.banner-link span {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-family: var(--display); font-size: clamp(2rem, 1rem + 5vw, 4rem);
  color: #fff; letter-spacing: 0.1em; text-shadow: 0 2px 12px rgba(0,0,0,0.55);
}

/* =============================================================================
   Faixa da garantia
   ============================================================================= */

.guarantee { background: var(--accent); color: #fff; text-align: center; padding-block: clamp(1.5rem, 1rem + 2vw, 2.6rem); }
.guarantee p {
  margin: 0; font-family: var(--display);
  font-size: clamp(1.2rem, 0.8rem + 2vw, 2rem);
  text-transform: uppercase;
}

/* =============================================================================
   Reviews
   ============================================================================= */

.reviews { display: flex; flex-wrap: wrap; margin: 0 -1rem; }
.reviews > * { width: 33.333%; padding: 0 1rem; margin-bottom: 2rem; }
@media (max-width: 860px) { .reviews > * { width: 100%; } }
@supports (display: grid) {
  .reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 0; }
  .reviews > * { width: auto; padding: 0; margin-bottom: 0; }
}

.review { position: relative; padding-top: 2.5rem; }
.review__top {
  position: absolute; top: 0; left: 1.25rem; right: 0.5rem;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
}
.review__thumb {
  width: 62px; height: 82px; object-fit: cover;
  border-radius: 4px; border: 3px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.review__stars { color: var(--accent); padding-top: 5px; }

.review__card { background: var(--paper-alt); border-radius: var(--radius); padding: 3rem 1.25rem 1.25rem; height: 100%; }
.review__meta { display: flex; justify-content: space-between; gap: 1rem; font-weight: 600; }
.review__for { color: var(--ink-mute); font-size: var(--t--1); margin: 0.1rem 0 0.7rem; }
.review__body { margin: 0 0 1.1rem; color: var(--ink-soft); }

.btn-dark { display: inline-block; border:none; background: var(--ink); color: #fff; border-radius: 100px; padding: 0.5rem 1.5rem; font-size: var(--t--1); transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease; }
.btn-dark:hover { background: var(--accent); color: #fff; transform: translate3d(0, -2px, 0); box-shadow: 0 7px 14px rgba(235,47,6,0.22); }

.btn-accent {
  display: inline-block; background: var(--accent); color: #fff; border: none;
  border-radius: 4px; padding: 0.75rem 1.75rem;
  font-family: var(--display); font-size: 0.9rem;
  letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.btn-accent:hover { background: var(--accent-dark); color: #fff; transform: translate3d(0, -2px, 0); box-shadow: 0 8px 16px rgba(201,37,3,0.24); }
.btn-dark:active, .btn-accent:active { transform: translate3d(0, 0, 0) scale(0.97); }

.partner-row { display: flex; flex-wrap: wrap; margin: -0.5rem; }
.partner-row > .col-md-2 { width: 16.666667%; padding: 0.5rem; }
.partner-item,
.partner-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
}
.partner-item img { display: block; max-width: 100%; max-height: 60px; width: auto; height: auto; object-fit: contain; }
.partner-item a:hover img { opacity: 0.8; }

@media (max-width: 1000px) { .partner-row > .col-md-2 { width: 25%; } }
@media (max-width: 720px) { .partner-row > .col-md-2 { width: 33.333333%; } }
@media (max-width: 420px) { .partner-row > .col-md-2 { width: 50%; } }

/* =============================================================================
   Paginas interiores
   ============================================================================= */

.page-head {
  display: grid;
  align-items: center;
  min-height: clamp(220px, 20vw, 320px);
  color: var(--on-dark);
  padding-block: clamp(2rem, 1.4rem + 2.4vw, 3.4rem);
  background:
    linear-gradient(90deg, rgba(17, 10, 8, 0.78), rgba(17, 10, 8, 0.46)),
    url("../img/dynamic.webp") center center / cover no-repeat,
    var(--chrome);
}
.page-head h1 { font-size: var(--t-3); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.page-head p { margin: 0.6rem 0 0; color: var(--on-dark); max-width: 65ch; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55); }

@media (max-width: 720px) {
  .page-head { min-height: 200px; background-position: 56% center; }
}

/* =============================================================================
   Perfil individual
   ============================================================================= */

.profile-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(220px, 24vw, 360px);
  overflow: hidden;
  color: var(--on-dark);
  background: url("../img/dynamic.webp") center / cover no-repeat, var(--chrome);
}
.profile-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 12, 12, 0.82), rgba(12, 12, 12, 0.44));
  pointer-events: none;
}
.profile-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
.profile-hero:hover .profile-hero__image { transform: scale(1.025); }
.profile-hero__content { position: relative; z-index: 1; padding-block: clamp(1.5rem, 1rem + 2vw, 3rem); }
.profile-hero h1 { display: flex; align-items: center; gap: 0.5rem; font-size: var(--t-3); text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.profile-hero p { max-width: 65ch; margin: 0.6rem 0 0; color: var(--on-dark); text-shadow: 0 1px 5px rgba(0,0,0,0.55); }
.profile-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.45rem; list-style: none; margin: 0 0 0.65rem; padding: 0; font-size: var(--t--1); }
.profile-breadcrumb li + li::before { content: "/"; margin-right: 0.45rem; color: var(--on-dark-mute); }
.profile-breadcrumb a { text-decoration: underline; text-underline-offset: 0.2em; }

.profile-layout { display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: start; }
.profile-sidebar { position: sticky; top: 1.25rem; }
.profile-content { min-width: 0; }
.profile-book,
.profile-duo-links a { display: block; border-radius: 4px; padding: 0.7rem 1rem; font-family: var(--display); font-size: var(--t--1); letter-spacing: 0.04em; text-transform: uppercase; transition: transform 0.26s cubic-bezier(0.16, 1, 0.3, 1), background 0.26s ease, box-shadow 0.26s ease; }
.profile-book { width: 100%; margin-bottom: 1rem; border: 0; background: var(--chrome); color: #fff; text-align: center; cursor: pointer; }
.profile-book:hover { background: var(--accent); color: #fff; transform: translate3d(0, -3px, 0); box-shadow: 0 9px 18px rgba(201,37,3,0.22); }
.profile-panel { border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 1rem; }
.profile-panel h2 { font-size: var(--t-1); margin-bottom: 0.75rem; }
.profile-duo-links { display: grid; gap: 0.45rem; }
.profile-duo-link {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 56px;
  padding-block: 1.3rem;
  overflow: hidden;
  isolation: isolate;
  background: var(--chrome);
  color: #fff;
}
.profile-duo-link__image { position: absolute; inset: 0 0 0 auto; z-index: 0; width: 66%; height: 100%; object-fit: cover; object-position: center top; }
.profile-duo-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, #111 0%, rgba(17,17,17,0.96) 40%, rgba(17,17,17,0.7) 58%, rgba(17,17,17,0) 86%);
  pointer-events: none;
}
.profile-duo-link span { position: relative; z-index: 2; }
.profile-duo-link:hover { color: #fff; transform: translate3d(4px, 0, 0); box-shadow: 0 9px 18px rgba(0,0,0,0.15); }
.profile-duo-link:hover::before { background: linear-gradient(135deg, var(--accent-dark) 0%, rgba(201,37,3,0.88) 48%, rgba(201,37,3,0) 88%); }
.profile-specs { margin: 0; }
.profile-specs > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.38rem 0; border-bottom: 1px solid var(--line); }
.profile-specs dt { color: var(--ink-mute); font-size: var(--t--1); }
.profile-specs dd { margin: 0; text-align: right; font-family: var(--display); font-size: var(--t--1); }
.profile-rates h3 { margin: 1rem 0 0.3rem; color: var(--ink-mute); font-size: var(--t--1); text-transform: uppercase; letter-spacing: 0.05em; }
.profile-rates .rates th,
.profile-rates .rates td { padding-block: 0.32rem; font-size: var(--t--1); }

.profile-gallery { columns: 3; column-gap: 0.6rem; }
.profile-gallery__item { display: block; margin-bottom: 0.6rem; break-inside: avoid; overflow: hidden; border-radius: var(--radius); background: var(--paper-alt); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease; }
.profile-gallery__item img { display: block; width: 100%; height: auto; transition: transform 0.45s ease; }
.profile-gallery__item:hover { transform: translate3d(0, -4px, 0); box-shadow: 0 12px 20px rgba(0,0,0,0.14); }
.profile-gallery__item:hover img { transform: scale(1.045); }
.profile-about { max-width: none; margin-top: clamp(1.75rem, 1rem + 2vw, 3rem); }
.profile-about h2 { font-size: var(--t-2); }

.profile-reviews { background: var(--paper-alt); padding-block: var(--section); }
.profile-reviews__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.profile-reviews h2,
.review-modal h2 { font-size: var(--t-2); }
.profile-review-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.profile-review {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: opacity 0.6s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
.profile-review.motion-reveal { transition-delay: var(--motion-delay, 0ms); }
.profile-review.motion-reveal.is-visible { transition-delay: 0ms; }
.profile-review:hover { transform: translate3d(0, -4px, 0); box-shadow: 0 12px 22px rgba(0,0,0,0.11); }
.profile-review header { display: flex; justify-content: space-between; gap: 1rem; font-size: var(--t--1); }
.profile-review time { color: var(--ink-mute); white-space: nowrap; }
.profile-review__rating { margin: 0.55rem 0 0.7rem; font-size: var(--t--1); }
.profile-review__rating span { color: var(--accent); letter-spacing: 0.1em; }
.profile-review__body { margin: 0; color: var(--ink-soft); }
.profile-reviews__empty { margin: 0; color: var(--ink-mute); }
.profile-reviews__actions { display: flex; justify-content: center; margin-top: 1.5rem; }

.review-modal { width: min(calc(100% - 2rem), 760px); max-height: min(90vh, 800px); margin: auto; padding: 0; border: 0; border-radius: var(--radius); background: transparent; box-shadow: 0 20px 60px rgba(0,0,0,0.35); }
.review-modal[open] { animation: motion-pop 0.28s cubic-bezier(0.16, 1, 0.3, 1); }
.review-modal::backdrop { background: rgba(0,0,0,0.68); backdrop-filter: blur(3px); }
.review-modal__inner { position: relative; max-height: min(90vh, 800px); overflow-y: auto; padding: clamp(1.5rem, 1rem + 2vw, 2.5rem); background: var(--paper); }
.review-modal h2 { margin: 0 3rem 1.25rem 0; }
.review-modal__close { position: absolute; top: 0.75rem; right: 0.75rem; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 1.55rem; line-height: 1; cursor: pointer; transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.review-modal__close:hover { background: var(--accent); color: #fff; transform: rotate(90deg); }
.profile-consent { display: block; margin: 0.25rem 0 1rem; color: var(--ink-soft); font-size: var(--t--1); }
.profile-consent a { color: var(--accent); text-decoration: underline; }
.profile-booking-success { margin: -0.45rem 0 1rem; color: var(--available); font-size: var(--t--1); line-height: 1.35; }

.booking-drawer { position: fixed; inset: 0 0 0 auto; width: min(100%, 540px); height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: var(--ink); box-shadow: -18px 0 48px rgba(0,0,0,0.22); }
.booking-drawer[open] { animation: booking-drawer-in 0.32s cubic-bezier(0.16, 1, 0.3, 1); }
.booking-drawer::backdrop { background: rgba(0,0,0,0.58); backdrop-filter: blur(2px); }
.booking-drawer__inner { position: relative; height: 100%; overflow-y: auto; overscroll-behavior: contain; padding: clamp(1.5rem, 1rem + 2vw, 2.6rem); background: var(--paper); }
.booking-drawer__close { position: absolute; top: 0.8rem; right: 0.8rem; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 1.55rem; line-height: 1; cursor: pointer; transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.booking-drawer__close:hover { background: var(--accent); color: #fff; transform: rotate(90deg); }
.booking-drawer__eyebrow { margin: 0 3rem 0.3rem 0; color: var(--accent); font-family: var(--display); font-size: var(--t--1); letter-spacing: 0.08em; text-transform: uppercase; }
.booking-drawer h2 { margin: 0 3rem 0.3rem 0; font-size: var(--t-2); }
.booking-drawer__available { display: flex; align-items: center; gap: 0.4rem; margin: 0; color: var(--available); font-size: var(--t--1); }
.booking-drawer__intro { margin: 1rem 0 1.35rem; color: var(--ink-soft); }
.booking-drawer__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
.booking-drawer .field { margin-bottom: 0.9rem; }
.booking-drawer__total { margin: -0.1rem 0 1rem; color: var(--accent); font-family: var(--display); font-size: var(--t-1); text-transform: uppercase; }
.booking-drawer__consent { display: block; margin: 0.15rem 0 1rem; color: var(--ink-soft); font-size: var(--t--1); line-height: 1.4; }
.booking-drawer__consent a,
.booking-drawer__call a { color: var(--accent); text-decoration: underline; }
.booking-drawer__submit { width: 100%; }
.booking-drawer__call { margin: 0.9rem 0 0; color: var(--ink-mute); font-size: var(--t--1); text-align: center; }
@keyframes booking-drawer-in { from { opacity: 0; transform: translate3d(48px, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }

@media (max-width: 900px) {
  .profile-layout { grid-template-columns: 1fr; }
  .profile-sidebar { position: static; max-width: none; }
}
@media (max-width: 720px) {
  .profile-hero { min-height: 210px; }
  .profile-gallery { columns: 2; }
}
@media (max-width: 420px) {
  .profile-gallery { columns: 1; }
  .profile-reviews__heading { grid-template-columns: 1fr; align-items: start; }
  .profile-review header { align-items: flex-start; flex-direction: column; gap: 0.2rem; }
  .review-modal { width: calc(100% - 1rem); }
  .review-modal__inner { padding: 1.25rem; }
  .booking-drawer__inner { padding: 1.35rem; }
}

.page-head__eyebrow {
  font-family: var(--display); text-transform: uppercase;
  letter-spacing: 0.14em; font-size: var(--t--1); color: var(--accent); margin: 0 0 0.35rem;
}

.gallery { display: flex; flex-wrap: wrap; margin: 0 -0.3rem; }
.gallery > .cell { width: 33.333%; padding: 0 0.3rem; margin-bottom: 0.6rem; }
.gallery a { display: block; position: relative; height: 0; padding-top: 133.33%; border-radius: var(--radius); overflow: hidden; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease; }
.gallery img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery a:hover { transform: translate3d(0, -4px, 0); box-shadow: 0 12px 22px rgba(0,0,0,0.16); }
.gallery a:hover img { transform: scale(1.05); }
@supports (display: grid) {
  .gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.6rem; margin: 0; }
  .gallery > .cell { width: auto; padding: 0; margin-bottom: 0; }
  .gallery a { height: auto; padding-top: 0; aspect-ratio: 3/4; }
  .gallery img { position: static; }
}

.specs { display: flex; flex-wrap: wrap; margin: 1.5rem -0.75rem; }
.specs > div { width: 33.333%; padding: 0 0.75rem; margin-bottom: 0.9rem; }
@supports (display: grid) {
  .specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 0.9rem 1.5rem; margin: 1.5rem 0; }
  .specs > div { width: auto; padding: 0; margin-bottom: 0; }
}
.specs dt { color: var(--ink-mute); font-size: var(--t--1); text-transform: uppercase; letter-spacing: 0.05em; }
.specs dd { margin: 0; font-family: var(--display); font-size: var(--t-1); }

.chips { display: flex; flex-wrap: wrap; gap: 0.4rem; list-style: none; padding: 0; margin: 0; }
.chip-tag { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 100px; padding: 0.15rem 0.75rem; font-size: var(--t--1); color: var(--ink-soft); transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
.chip-tag:hover { border-color: var(--accent); background: var(--accent); color: #fff; transform: translate3d(0, -2px, 0); }

.rates { width: 100%; border-collapse: collapse; }
.rates th, .rates td { padding: 0.45rem 0; border-bottom: 1px solid var(--line); }
.rates th { text-align: left; font-weight: 400; color: var(--ink-soft); }
.rates td { text-align: right; font-family: var(--display); font-size: var(--t-1); }

.listing-layout { display: grid; grid-template-columns: minmax(220px, 260px) minmax(0, 1fr); gap: clamp(1.5rem, 1rem + 2vw, 2.5rem); align-items: start; }
.listing-layout--full { display: block; }
.listing-results { transition: opacity 0.18s ease; }
.listing-results.is-loading { opacity: 0.45; pointer-events: none; }
.listing-sidebar { position: sticky; top: 1.25rem; }
.listing-filter > summary { display: none; }
.filters { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; box-shadow: 0 3px 12px rgba(0,0,0,0.06); }
.filters > h2 { margin: 0 0 1rem; color: var(--chrome); font-family: var(--display); font-size: var(--t-1); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.filter-available { display: flex; align-items: center; gap: 0.65rem; min-height: 44px; margin-bottom: 1rem; padding: 0.65rem 0.75rem; border: 1px solid var(--accent); border-radius: 4px; background: rgba(235,47,6,0.05); color: var(--ink-soft); font-size: var(--t--1); }
.filter-available input,
.filter-option input { appearance: none; flex: none; width: 16px; height: 16px; margin: 0; border: 1px solid #818181; border-radius: 2px; background: #fff; }
.filter-available input:checked,
.filter-option input:checked { border-color: var(--accent); background: var(--accent); box-shadow: inset 0 0 0 3px #fff; }
.filter-group { display: grid; grid-template-columns: 1fr; gap: 0.5rem; margin: 0; padding: 0.85rem 0; border-top: 1px solid var(--line); }
.filter-group h3 { margin: 0; color: var(--chrome); font-family: var(--display); font-size: var(--t--1); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.filter-age { grid-template-columns: 1fr 1fr; column-gap: 0.6rem; }
.filter-age h3 { grid-column: 1 / -1; }
.filter-age label { display: block; margin-bottom: 0.3rem; color: var(--ink-soft); font-size: var(--t--1); }
.filter-age input { width: 100%; padding: 0.55rem 0.6rem; border: 1px solid var(--line); border-radius: 7px; font: inherit; color: var(--ink-soft); }
.filter-options { display: grid; gap: 0.45rem; max-height: 180px; padding-right: 0.5rem; overflow-y: auto; scrollbar-color: var(--accent) transparent; scrollbar-width: thin; }
.filter-options::-webkit-scrollbar { width: 5px; }
.filter-options::-webkit-scrollbar-thumb { border-radius: 100px; background: var(--accent); }
.filter-option { display: flex; align-items: center; gap: 0.55rem; color: var(--ink-soft); font-size: var(--t-0); line-height: 1.25; transition: color 0.2s ease, transform 0.2s ease; }
.filter-option:hover { color: var(--accent); transform: translate3d(3px, 0, 0); }
.filter-actions { display: grid; gap: 0.65rem; padding-top: 0.8rem; border-top: 1px solid var(--line); }
.filter-actions .btn-accent { width: 100%; padding: 0.65rem 0.8rem; }
.filter-actions a { color: var(--ink-mute); font-size: var(--t--1); text-align: center; }
.filter-actions a:hover { color: var(--accent); }

@media (max-width: 900px) {
  .listing-layout { grid-template-columns: 1fr; }
  .listing-sidebar { position: static; }
}
@media (min-width: 721px) {
  .listing-filter > .filters { display: block; }
}
@media (max-width: 720px) {
  .listing-sidebar { margin: 0 -0.25rem; padding: 0.75rem; background: var(--paper-alt); }
  .listing-filter > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 0.8rem 1rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--paper);
    color: var(--chrome);
    cursor: pointer;
    font-family: var(--body);
    font-size: var(--t-0);
    font-weight: 600;
    list-style: none;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  }
  .listing-filter > summary::-webkit-details-marker { display: none; }
  .listing-filter > summary::after { content: "+"; font-size: 1.4rem; font-weight: 400; line-height: 1; }
  .listing-filter[open] > summary { margin-bottom: 0.75rem; border-color: var(--accent); }
  .listing-filter[open] > summary::after { content: "−"; color: var(--accent); }
}
@media (max-width: 560px) { .filters { padding: 1rem; } }

.rota-week__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.rota-week__heading .section-title { margin: 0; }
.rota-week__heading p { margin: 0; color: var(--ink-mute); }
.rota-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.rota-table { width: 100%; min-width: 760px; border-collapse: collapse; background: var(--paper); }
.rota-table th,
.rota-table td { padding: 0.75rem; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; vertical-align: middle; }
.rota-table thead th { background: var(--chrome); color: var(--on-dark); font-family: var(--display); font-size: var(--t--1); letter-spacing: 0.04em; text-transform: uppercase; }
.rota-table thead th:first-child { min-width: 210px; text-align: left; }
.rota-table thead th span { display: block; color: var(--accent); font-size: 0.68rem; }
.rota-table thead th.is-today { background: var(--accent-dark); }
.rota-table thead th.is-today span { color: #fff; }
.rota-table tbody > tr:last-child > * { border-bottom: 0; }
.rota-table tr > *:last-child { border-right: 0; }
.rota-table tbody > th { min-width: 210px; text-align: left; font-weight: 400; }
.rota-table td { min-width: 90px; }
.rota-table td.is-today { background: #fff3ef; box-shadow: inset 2px 0 0 var(--accent), inset -2px 0 0 var(--accent); }
.rota-table td.is-scheduled { background: #f2faf5; }
.rota-table td.is-today.is-scheduled { background: #e6f7ec; }
.rota-escort { display: flex; align-items: center; gap: 0.65rem; font-family: var(--display); font-size: var(--t-0); text-align: left; transition: color 0.2s ease, transform 0.2s ease; }
.rota-escort:hover { color: var(--accent); transform: translate3d(4px, 0, 0); }
.rota-escort img { flex: none; width: 46px; height: 46px; border-radius: 50%; object-fit: cover; transition: transform 0.25s ease; }
.rota-escort:hover img { transform: rotate(-4deg) scale(1.06); }
.rota-escort .dot { display: inline-block; width: 7px; height: 7px; margin-left: 0.35rem; vertical-align: middle; }
.rota-shift { display: block; border-radius: 3px; padding: 0.3rem 0.4rem; background: #17372a; color: #fff; font-family: var(--display); font-size: 0.72rem; white-space: nowrap; transition: transform 0.2s ease, background 0.2s ease; }
.rota-shift:hover { background: var(--accent-dark); transform: scale(1.04); }
.rota-shift + .rota-shift { margin-top: 0.35rem; }
.rota-empty { color: var(--ink-mute); }

@media (max-width: 620px) {
  .rota-week__heading { align-items: flex-start; flex-direction: column; }
  .rota-table th,
  .rota-table td { padding: 0.6rem; }
}

.prose h2, .prose h3 { margin: 2rem 0 0.75rem; }
.prose p { margin: 0 0 1rem; color: var(--ink-soft); }
.prose ul, .prose ol { margin: 0 0 1rem; padding-left: 1.25rem; color: var(--ink-soft); }
.prose a { color: var(--accent); text-decoration: underline; }
.prose blockquote { border-left: 3px solid var(--accent); padding-left: 1rem; color: var(--ink-soft); font-style: italic; margin: 0 0 1rem; }

/* Perfil: texto editorial mais compacto do que as páginas institucionais. */
.profile-about.prose { max-width: 74ch; font-size: 0.94rem; line-height: 1.65; }
.profile-about.prose h2 { margin: 0 0 0.7rem; font-size: var(--t-2); }
.profile-about.prose h3 { margin: 1.45rem 0 0.5rem; font-size: 1.1rem; }
.profile-about.prose p,
.profile-about.prose ul,
.profile-about.prose ol { margin-bottom: 0.8rem; }
.profile-about.prose li + li { margin-top: 0.18rem; }

.empty { border: 1px dashed var(--line); border-radius: var(--radius); padding: 2.5rem; text-align: center; color: var(--ink-mute); }

.field { margin-bottom: 1rem; }
.field label { display: block; font-size: var(--t--1); text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-mute); margin-bottom: 0.25rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: 0.6rem 0.8rem;
  border: 1px solid var(--line); border-radius: 4px;
  font: inherit; color: var(--ink); background: #fff;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); }
.grid-2 { display: flex; flex-wrap: wrap; margin: 0 -0.5rem; }
.grid-2 > * { width: 50%; padding: 0 0.5rem; }
@media (max-width: 640px) { .grid-2 > * { width: 100%; } }
@supports (display: grid) {
  .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; margin: 0; }
  .grid-2 > * { width: auto; padding: 0; }
  @media (max-width: 640px) { .grid-2 { grid-template-columns: 1fr; } }
}

/* =============================================================================
   Contactos
   ============================================================================= */

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: start; }
.contact-form-panel { min-width: 0; }
.contact-form .field { margin-bottom: 1rem; }
.contact-form .field label { margin-bottom: 0.4rem; color: var(--ink); font-size: var(--t-0); font-weight: 400; letter-spacing: 0; text-transform: none; }
.contact-form .field label > span[aria-hidden="true"] { color: var(--accent); }
.contact-form .field input,
.contact-form .field textarea { border-color: #c7cdd5; border-radius: 4px; padding: 0.58rem 0.75rem; }
.contact-form .field textarea { min-height: 150px; resize: vertical; }
.contact-consent { display: flex; align-items: flex-start; gap: 0.45rem; margin: 0.15rem 0 1.35rem; color: var(--ink-soft); font-size: var(--t-0); line-height: 1.45; }
.contact-consent input { flex: none; width: 14px; height: 14px; margin: 0.28rem 0 0; accent-color: var(--accent); }
.contact-consent a { color: var(--accent); text-decoration: underline; text-underline-offset: 0.15em; }
.contact-info { min-width: 0; padding-top: clamp(2.5rem, 1.5rem + 3vw, 4.75rem); }
.contact-info__copy h2 { max-width: 26ch; margin: 0 0 1.35rem; font-size: clamp(2rem, 1.25rem + 1.2vw, 2.55rem); line-height: 1.08; }
.contact-info__copy p { max-width: 62ch; margin: 0 0 0.35rem; color: var(--ink); }
.contact-info__copy p:has(> strong:only-child) { margin-top: 1.8rem; margin-bottom: 1.15rem; font-family: var(--display); font-size: var(--t-1); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.contact-info__copy p strong { font-family: var(--display); font-size: 0.95em; }
.contact-info__copy a { color: var(--accent); text-decoration: none; }
.contact-info__copy a:hover { text-decoration: underline; text-underline-offset: 0.15em; }
.contact-info__extra { margin-top: 1.5rem; }

@media (max-width: 820px) {
  .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-info { padding-top: 0; }
}

/* =============================================================================
   Recruitment
   ============================================================================= */

.recruitment-form-wrap { max-width: 900px; margin-inline: auto; }
.recruitment-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem clamp(1.25rem, 1rem + 1.5vw, 2.25rem); }
.recruitment-form .field { margin: 0; }
.recruitment-form .field label,
.recruitment-field-label { display: block; margin-bottom: 0.4rem; color: var(--ink); font-size: var(--t-0); font-weight: 400; letter-spacing: 0; text-transform: none; }
.recruitment-form .field label > span[aria-hidden="true"],
.recruitment-field-label > span[aria-hidden="true"] { color: var(--accent); }
.recruitment-form .field input,
.recruitment-form .field select { min-height: 38px; border-color: #c7cdd5; border-radius: 4px; padding: 0.58rem 0.75rem; }
.recruitment-photo-field { grid-column: 1 / -1; margin-top: 0.2rem; }
.recruitment-photo-drop { position: relative; min-height: 180px; overflow: hidden; border: 1px dashed #c7cdd5; border-radius: var(--radius); background: var(--paper-alt); }
.recruitment-photo-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.recruitment-photo-drop > label { display: grid; min-height: 180px; align-content: center; justify-items: center; gap: 0.35rem; padding: 1.25rem; color: var(--ink-soft); text-align: center; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; }
.recruitment-photo-drop > label strong { color: var(--ink); font-family: var(--display); font-size: var(--t-1); letter-spacing: 0.04em; text-transform: uppercase; }
.recruitment-photo-drop > label span { max-width: 48ch; font-size: var(--t--1); }
.recruitment-photo-drop:hover > label,
.recruitment-photo-input:focus-visible + label { background: rgba(235,47,6,0.06); color: var(--accent); }
.recruitment-photo-preview { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 0.65rem; padding: 0 1rem 1rem; }
.recruitment-photo-preview:empty { display: none; }
.recruitment-photo-preview__item { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 4px; background: #ddd; }
.recruitment-photo-preview__item img { width: 100%; height: 100%; object-fit: cover; }
.recruitment-photo-preview__item span { position: absolute; right: 0.3rem; bottom: 0.3rem; padding: 0.08rem 0.35rem; border-radius: 3px; background: rgba(0,0,0,0.72); color: #fff; font-family: var(--display); font-size: 0.68rem; }
.recruitment-photo-status { margin: 0.5rem 0 0; color: var(--ink-mute); font-size: var(--t--1); }
.recruitment-consent { display: flex; align-items: flex-start; gap: 0.45rem; margin: 1.25rem 0; color: var(--ink-soft); font-size: var(--t-0); line-height: 1.45; }
.recruitment-consent input { flex: none; width: 14px; height: 14px; margin: 0.28rem 0 0; accent-color: var(--accent); }
.recruitment-consent a { color: var(--accent); text-decoration: underline; text-underline-offset: 0.15em; }
.recruitment-copy { max-width: 76ch; margin: clamp(2.5rem, 1.5rem + 3vw, 4rem) auto 0; }

@media (max-width: 640px) {
  .recruitment-fields { grid-template-columns: 1fr; }
  .recruitment-photo-field { grid-column: 1; }
}

.notice-ok  { background: #eafaf1; border: 1px solid var(--available); border-radius: 4px; padding: 0.85rem 1rem; margin-bottom: 1.25rem; }
.notice-bad { background: #fdecea; border: 1px solid var(--accent); border-radius: 4px; padding: 0.85rem 1rem; margin-bottom: 1.25rem; }
.notice-bad ul { margin: 0; padding-left: 1.1rem; }

/* =============================================================================
   Rodape
   ============================================================================= */

.site-footer { background: var(--chrome); color: var(--on-dark-mute); padding-top: var(--section); font-size: var(--t--1); }

.footer-cols { display: flex; flex-wrap: wrap; margin: 0 -1rem; }
.footer-cols > * { width: 25%; padding: 0 1rem; margin-bottom: 2rem; }
@media (max-width: 900px) { .footer-cols > * { width: 50%; } }
@media (max-width: 520px) { .footer-cols > * { width: 100%; } }
@supports (display: grid) {
  .footer-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; margin: 0; }
  .footer-cols > * { width: auto; padding: 0; margin-bottom: 0; }
  @media (max-width: 900px) { .footer-cols { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .footer-cols { grid-template-columns: 1fr; } }
}

.footer-col h2 { font-size: 1rem; color: var(--on-dark); letter-spacing: 0.04em; margin-bottom: 0.8rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 0.35rem; }
.footer-col a:hover { color: var(--accent); }
.footer-col .age { color: var(--accent); margin-left: 0.25rem; }

.footer-bottom { border-top: 1px solid var(--line-dark); margin-top: var(--section); padding-block: 1.25rem; text-align: center; }
.footer-copyright { margin: 0; color: var(--on-dark); font-weight: 600; }
.footer-legal { max-width: 90%; margin: 0.75rem auto 0; font-size: 0.72rem; line-height: 1.6; color: #f2f2f2; }

/* =============================================================================
   Botoes flutuantes
   ============================================================================= */

.floaties { position: fixed; right: 1rem; bottom: 1rem; z-index: 90; display: flex; flex-direction: column; gap: 0.6rem; }
.floaty {
  position: relative;
  isolation: isolate;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.28);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}
.floaty:hover { transform: translate3d(-3px, -4px, 0) scale(1.08); box-shadow: 0 9px 18px rgba(0,0,0,0.32); }
.floaty--tg { --pulse-color: rgba(42, 171, 238, 0.32); background: #2aabee; }
.floaty--wa { --pulse-color: rgba(37, 211, 102, 0.32); background: #25d366; }
.floaty svg { position: relative; z-index: 1; width: 24px; height: 24px; fill: currentColor; }
.pulse-button::after,
.pulse-button-whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: var(--pulse-color);
  pointer-events: none;
  animation: contact-pulse 2s ease-out infinite;
}
.pulse-button-whatsapp::after { animation-delay: 1s; }

@keyframes contact-pulse {
  0% { transform: scale(1); opacity: 0.7; }
  70%, 100% { transform: scale(2.45); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-button::after,
  .pulse-button-whatsapp::after { animation: none; opacity: 0.2; }
}

/* =============================================================================
   Lightbox
   ============================================================================= */

.lightbox { border: none; background: transparent; max-width: 100vw; max-height: 100vh; padding: 0; }
.lightbox[open] { animation: motion-pop 0.26s cubic-bezier(0.16, 1, 0.3, 1); }
.lightbox::backdrop { background: rgba(0,0,0,0.92); }
.lightbox[open]::backdrop { animation: lightbox-backdrop 0.25s ease-out; }
.lightbox img { max-width: 92vw; max-height: 88vh; object-fit: contain; margin: auto; }

@keyframes lightbox-backdrop {
  from { opacity: 0; }
  to { opacity: 1; }
}
.lightbox__close, .lightbox__nav {
  position: fixed; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer;
  display: grid; place-items: center;
}
.lightbox__close { top: 1rem; right: 1rem; }
.lightbox__nav--prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--accent); border-color: var(--accent); }

/* =============================================================================
   Privacy gate
   ============================================================================= */

.has-privacy-gate { overflow: hidden; }
.privacy-gate { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(0,0,0,0.76); animation: privacy-gate-in 0.3s ease-out both; }
.privacy-gate__card { width: min(100%, 540px); max-height: calc(100vh - 2rem); overflow-y: auto; padding: clamp(1.5rem, 1rem + 2vw, 2.5rem); border-radius: var(--radius); background: var(--paper); box-shadow: 0 24px 70px rgba(0,0,0,0.35); }
.privacy-gate__eyebrow { margin: 0 0 0.35rem; color: var(--accent); font-family: var(--display); font-size: var(--t--1); letter-spacing: 0.12em; text-transform: uppercase; }
.privacy-gate h2 { font-size: var(--t-2); }
.privacy-gate__card > p:not(.privacy-gate__eyebrow) { margin: 0.8rem 0 1.5rem; color: var(--ink-soft); }
.privacy-gate__check { display: flex; align-items: flex-start; gap: 0.55rem; margin-bottom: 1.35rem; color: var(--ink-soft); line-height: 1.45; }
.privacy-gate__check input { flex: none; width: 16px; height: 16px; margin: 0.25rem 0 0; accent-color: var(--accent); }
.privacy-gate__check a { color: var(--accent); text-decoration: underline; text-underline-offset: 0.15em; }
.privacy-gate .btn-accent { width: 100%; }

@keyframes privacy-gate-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .topbar, .site-header, .ticker { animation: none; }
  .motion-reveal { opacity: 1; transform: none; transition: none; }
  .ticker__track { animation: none; }
  .ticker__list { white-space: normal; }
}
