/* ─── Variables ─────────────────────────────────────────────── */
:root {
  --bg:      #0a0a0a;
  --fg:      #ede9e2;
  --accent:  #c4995a;
  --muted:   rgba(237, 233, 226, 0.42);
  --border:  rgba(237, 233, 226, 0.09);
  --header-h: 76px;
  --serif:   'DM Sans', Georgia, serif;
  --sans:    'DM Sans', system-ui, sans-serif;
  --ease:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.76, 0, 0.24, 1);
}

/* ─── Base ───────────────────────────────────────────────────── */
html, body {
  width: 100%;
  height: 100%;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* ─── Header ─────────────────────────────────────────────────── */
#header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 52px;
  height: var(--header-h);
  transition: background 0.5s ease, backdrop-filter 0.5s ease;
}

#header.is-page {
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#header.hidden {
  display: none;
}

#header.transparent:not(.scrolled) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* ─── Header Brand ───────────────────────────────────────────── */
.header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 201;
  flex: 1;
}

.header-logo-link {
  display: block;
  line-height: 0;
}

.header-logo {
  height: 34px;
  width: auto;
  display: block;
}

.header-back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg);
  transition: color 0.3s ease;
}

.header-back-link:hover {
  color: var(--accent);
}

.header-back-icon {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.header-page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--sans);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--fg);
  white-space: nowrap;
  pointer-events: none;
}

/* ─── Header Actions ─────────────────────────────────────────── */
.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

/* ─── Header Socials ─────────────────────────────────────────── */
.header-socials {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  z-index: 201;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg);
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.social-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social-icon svg.icon-instagram {
  fill: none;
  stroke: currentColor;
}

.social-icon:hover {
  opacity: 1;
}

/* ─── Menu Toggle ────────────────────────────────────────────── */
.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 28px;
  padding: 4px 0;
  position: relative;
  z-index: 201;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--fg);
  transition: transform 0.45s var(--ease-in), opacity 0.3s ease;
  transform-origin: center;
}

.menu-toggle.active span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle.active span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

/* ─── Menu Overlay ───────────────────────────────────────────── */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: calc(var(--header-h) + 16px) 24px 32px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.menu-overlay-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.menu-overlay-link {
  font-family: var(--sans);
  font-size: clamp(1.3rem, 4.2vw, 2.8rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--fg);
  text-align: center;
  display: block;
  transition: color 0.3s ease;
}

.menu-overlay-link:hover {
  color: var(--accent);
}

.menu-overlay-footer-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  width: 100%;
  padding: 0 24px;
}

.menu-overlay-footer-link {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--fg);
}

.menu-overlay-footer-link:hover {
  color: var(--accent);
}

/* ─── Menu Overlay — Models Mgt accordion ───────────────────────── */
.menu-overlay-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* O atributo hidden nativo empata em especificidade com a regra acima
   (mesma origem de autor vence o display:none padrão do navegador) —
   precisa de uma regra explícita pra realmente ocultar. */
.menu-overlay-item[hidden] {
  display: none;
}

.menu-overlay-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.menu-overlay-submenu {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 0;
  overflow: hidden;
  gap: 6px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.menu-overlay-sublink {
  font-family: var(--sans);
  font-size: clamp(0.7rem, 1.96vw, 1.12rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--fg);
  text-align: center;
  display: block;
  background: none;
  border: none;
  padding: 0;
  transition: color 0.3s ease;
}

.menu-overlay-sublink:hover {
  color: var(--accent);
}

/* ─── App Container ──────────────────────────────────────────── */
#app {
  width: 100%;
  min-height: 100vh;
  will-change: opacity, transform;
}

/* ─── HOME PAGE ──────────────────────────────────────────────── */
.home {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.home-video-wrap video.is-ready {
  opacity: 1;
}

.home-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(10,10,10,0.55) 0%,
    rgba(10,10,10,0.25) 50%,
    rgba(10,10,10,0.6) 100%
  );
}

/* Fallback background when no video */
.home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 15% 85%, rgba(120, 80, 30, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(80, 60, 30, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(50, 40, 25, 0.08) 0%, transparent 70%),
    var(--bg);
}

.home-noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 250px 250px;
  pointer-events: none;
}

.home-content {
  position: relative;
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* Logo centrado na home */
.home-logo-img {
  width: clamp(180px, 30vw, 480px);
  height: auto;
  display: block;
}

.home-logo-text {
  display: none; /* fallback caso a imagem não carregue */
  font-family: var(--serif);
  font-size: clamp(5.5rem, 14vw, 13rem);
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 0.9;
}

.home-eyebrow {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0;
  transform: translateY(10px);
}

.home-title {
  color: var(--fg);
  opacity: 0;
  transform: translateY(30px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home-tagline {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0;
  transform: translateY(10px);
}

.home-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
}

.home-scroll-label {
  font-size: 0.58rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--muted);
}

.home-scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--muted) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%   { transform: scaleY(1);   opacity: 1; }
  50%  { transform: scaleY(0.4); opacity: 0.3; }
  100% { transform: scaleY(1);   opacity: 1; }
}

/* ─── CATALOG PAGE ───────────────────────────────────────────── */
.catalog {
  width: 100vw;
  height: 100vh;
  padding-top: var(--header-h);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.catalog-swiper-wrap {
  flex: 1;
  min-height: 0;
  padding: 28px 52px 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.catalog-swiper {
  height: 100%;
  width: 100%;
}

.catalog-swiper .swiper-wrapper {
  align-items: center;
}

.catalog-swiper .swiper-slide {
  width: auto !important;
  height: auto;
}

/* ─── Model Card ─────────────────────────────────────────────── */
.model-card {
  display: block;
  width: clamp(180px, 22vw, 320px);
}

.model-card-image-wrap {
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #111;
}

.model-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s var(--ease);
  will-change: transform;
}

.model-card:hover .model-card-img {
  transform: scale(1.05);
}

.model-card-caption {
  padding-top: 14px;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: var(--fg);
}

.model-card-empty {
  width: 100%;
  aspect-ratio: 2/3;
  background: rgba(237, 233, 226, 0.05);
}

.catalog-empty-msg {
  font-family: var(--sans);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  white-space: nowrap;
}

/* ─── SINGLE MODEL PAGE ──────────────────────────────────────── */
.single {
  width: 100vw;
  min-height: 100vh;
  padding-top: var(--header-h);
}

.single-stats {
  width: 70vw;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.single-stat {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 32px;
  text-align: center;
}

.single-stat-label {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg);
  white-space: nowrap;
}

.single-stat-value {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg);
}

/* ─── PAGE HERO (shared by Single Model and Profile pages) ────── */
.page-hero {
  width: 100%;
  height: 100vh;
  margin-top: calc(-1 * var(--header-h));
  position: relative;
  overflow: hidden;
  background: #000;
}

.page-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  will-change: transform;
}

.page-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0)    40%,
    rgba(10,10,10,0.85) 100%
  );
  pointer-events: none;
}

.page-hero-content {
  position: absolute;
  bottom: 40px;
  left: 52px;
  right: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.page-hero-title {
  font-family: var(--sans);
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--fg);
}

.page-hero-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 28px;
}

.page-hero-subnav-link {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg);
  transition: color 0.3s ease;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.page-hero-subnav-link:hover {
  color: var(--accent);
}

.page-hero--section {
  margin-top: 0;
}

.page-hero--link {
  display: block;
  cursor: pointer;
}

.page-hero--link .page-hero-img {
  transition: transform 0.8s var(--ease);
}

.page-hero--link:hover .page-hero-img {
  transform: scale(1.05);
}

#my-work {
  scroll-margin-top: -75px;
}

/* ─── COMPOSITE SECTION (Single Model page) ───────────────────── */
.composite-page {
  width: 100%;
  height: calc(100vh - var(--header-h));
  display: flex;
  flex-direction: column;
}

.composite-main {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.composite-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 52px;
}

.composite-name {
  width: 100%;
  max-width: 360px;
  font-family: var(--sans);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  color: var(--fg);
}

.composite-stats {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.composite-stat {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.composite-slider {
  position: relative;
  width: 50%;
  overflow: hidden;
  background: var(--bg);
}

.composite-slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s var(--ease);
}

.composite-slide {
  flex: 0 0 100%;
  height: 100%;
}

.composite-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.composite-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--fg);
  cursor: pointer;
  transition: color 0.3s ease;
}

.composite-slider-arrow:hover {
  color: var(--accent);
}

.composite-slider-arrow svg {
  width: 22px;
  height: 22px;
}

.composite-slider-prev { left: 16px; }
.composite-slider-next { right: 16px; }

.composite-footer {
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 52px;
}

.composite-footer-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.composite-footer-link {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.composite-footer-link:hover {
  color: var(--accent);
}

.composite-footer-name {
  font-weight: 700;
  cursor: default;
}

.composite-footer-tab.is-active {
  color: var(--accent);
}

.composite-footer-tab:disabled,
.composite-footer-download.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* ─── PROFILE PAGE (Authority, Premier, Speakers, etc.) ───────── */
.profile {
  width: 100vw;
  min-height: 100vh;
  padding-top: var(--header-h);
}

.profile-body {
  padding: 76px 52px 80px;
  max-width: 1100px;
  margin: 0 auto;
}

.profile-block {
  display: flex;
  flex-direction: column;
  gap: 80px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-bio {
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--fg);
  text-align: justify;
  margin-bottom: 28px;
}

.profile-bio:last-child {
  margin-bottom: 0;
}

.djoo-ferrari-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 80px 0;
}

.djoo-ferrari-badges-item {
  width: 130px;
  height: auto;
}


.djoo-ferrari-frase-img {
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.djoo-ferrari-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.djoo-ferrari-gallery-item {
  display: block;
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s ease, transform 1s ease;
}

.djoo-ferrari-gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.profile-video {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #111;
  overflow: hidden;
}

.profile-video-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.profile-quote-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ─── PRODUTOS E SERVIÇOS (background full-bleed) ──────────────── */
.profile-products {
  position: relative;
  width: 100%;
  height: 1100px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-products-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  display: block;
}

.profile-products-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.profile-products-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1100px;
  padding: 0 52px;
}

.profile-products-content .accordion {
  max-width: 60%;
}

/* ─── PRESENÇA DIGITAL (ícones de redes sociais) ──────────────── */
.profile-presence {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 52px 80px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-presence-title {
  font-family: var(--sans);
  font-weight: 200;
  font-size: 20px;
  color: var(--fg);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.profile-presence-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.profile-presence-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  text-align: center;
}

.profile-presence-icon {
  width: 32px;
  height: 32px;
}

.profile-presence-label,
.profile-presence-text {
  font-family: var(--sans);
  font-weight: 200;
  font-size: 16px;
  color: var(--fg);
}

.profile-presence-label {
  margin-top: 24px;
  text-transform: uppercase;
}

.profile-presence-text {
  margin-top: 8px;
}

/* ─── CLIENTES DO VAREJO E ATACADISTA (grid de logos) ──────────── */
.profile-clients {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 52px 80px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-clients-title {
  font-family: var(--sans);
  font-weight: 200;
  font-size: 20px;
  color: var(--fg);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.profile-clients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.profile-clients-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc((100% - 4 * 40px) / 5);
}

.profile-clients-logo {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ─── PALESTRAS (Temas de Autoridade) ──────────────────────────── */
.profile-palestras {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-palestras-hero {
  position: relative;
  width: 100%;
  height: 750px;
}

.profile-palestras-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-palestras-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0)    40%,
    rgba(10,10,10,0.85) 100%
  );
  pointer-events: none;
}

.profile-palestras-hero-content {
  position: absolute;
  bottom: 40px;
  left: 52px;
  right: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.profile-palestras-hero-title {
  font-family: var(--sans);
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--fg);
}

.profile-palestras-hero-label {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg);
}

/* ─── DEPOIMENTOS (grid de cards com avatar, citação e estrelas) ─ */
.profile-testimonials {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 52px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.profile-testimonials-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(237, 233, 226, 0.04);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 35px 32px 32px;
}

.profile-testimonials-item-head {
  display: flex;
  align-items: center;
  padding-left: 106px;
  min-height: 45px;
}

.profile-testimonials-avatar {
  position: absolute;
  top: -24px;
  left: 32px;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid var(--accent);
}

.profile-testimonials-avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--accent);
  background: #262626;
}

.profile-testimonials-name {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
}

.profile-testimonials-quote {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--fg);
  opacity: 0.85;
}

.profile-testimonials-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.profile-testimonials-stars {
  display: flex;
  gap: 4px;
}

.profile-testimonials-star {
  width: 16px;
  height: 16px;
  fill: var(--border);
}

.profile-testimonials-star.is-filled {
  fill: var(--accent);
}

/* ─── TURNÊ NACIONAL ────────────────────────────────────────────── */
.profile-tour {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-tour-hero {
  position: relative;
  width: 100%;
  height: 750px;
}

.profile-tour-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.profile-tour-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0)    40%,
    rgba(10,10,10,0.85) 100%
  );
  pointer-events: none;
}

.profile-tour-hero-content {
  position: absolute;
  bottom: 40px;
  left: 52px;
  right: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.profile-tour-hero-title {
  font-family: var(--sans);
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--fg);
}

.profile-tour-hero-label {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg);
}

.profile-tour-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 52px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.profile-tour-formats {
  position: relative;
  width: 100%;
  min-height: 750px;
}

.profile-tour-formats-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  display: block;
}

.profile-tour-formats-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.profile-tour-formats-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  padding: 60px 52px;
}

.profile-tour-formats-label {
  display: block;
  font-family: var(--sans);
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.profile-tour-formats-title {
  font-family: var(--sans);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.profile-tour-formats-description {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  color: var(--fg);
  margin-bottom: 36px;
}

.profile-tour-formats-topics-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 22px;
}

ul.profile-tour-formats-topics-list li {
  text-transform: none;
}

.profile-tour-formats-cta {
  position: absolute;
  bottom: 40px;
  right: 52px;
}

.lecture-hire-btn.profile-tour-formats-cta {
  background: #232323;
}

.profile-tour-agenda {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 52px;
}

.profile-tour-agenda-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.profile-tour-agenda-title {
  font-family: var(--sans);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 16px;
}

.profile-tour-agenda-title-sub {
  font-size: 48px;
  font-weight: 200;
}

.profile-tour-agenda-desc {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.01em;
  color: var(--fg);
  max-width: 480px;
}

.profile-tour-agenda-sort {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg);
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.profile-tour-agenda-list {
  display: flex;
  flex-direction: column;
}

.profile-tour-agenda-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 24px;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--fg);
}

.profile-tour-agenda-city,
.profile-tour-agenda-local,
.profile-tour-agenda-date {
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg);
}

.profile-tour-agenda-date {
  text-align: center;
}

.profile-tour-agenda-cta {
  justify-self: end;
}

/* ─── Profile Gallery ────────────────────────────────────────── */
.profile-gallery-section {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.profile-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  grid-auto-flow: dense;
  gap: 6px;
}

.profile-gallery-item.is-portrait {
  grid-row: span 2;
}

.profile-gallery-item {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.profile-gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease;
  pointer-events: none;
}

.profile-gallery-item:hover::after {
  background: rgba(0, 0, 0, 0.18);
}

.profile-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.55s ease;
}

.profile-gallery-item:hover .profile-gallery-img {
  transform: scale(1.04);
}

.profile-tour-quote {
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 0 52px 80px;
}

.profile-palestras-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 52px;
}

.profile-palestras-content > .accordion {
  margin-top: 80px;
}

.profile-palestras-formats {
  position: relative;
  width: 100%;
  min-height: 750px;
}

.profile-palestras-formats-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
}

.profile-palestras-formats-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.profile-palestras-formats-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  padding: 60px 52px;
}

.profile-palestras-formats-title {
  font-family: var(--sans);
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 36px;
}

.profile-palestras-formats-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 48px;
}

.profile-palestras-formats-list li {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg);
}

.profile-palestras-formats-benefits {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile-palestras-formats-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--fg);
}

.profile-palestras-formats-benefit-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--fg);
}

.profile-palestras-formats-benefit-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

/* ─── ACCORDION (sanfona — Identidade, etc.) ──────────────────── */
.accordion-item + .accordion-item {
  border-top: 1px solid var(--fg);
}

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.accordion-title {
  font-family: var(--sans);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--fg);
}

.accordion-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg);
}

.accordion-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.3s var(--ease);
}

.accordion-item.open .accordion-icon svg {
  transform: rotate(180deg);
}

.accordion-panel {
  height: 0;
  overflow: hidden;
}

.accordion-panel-inner {
  padding-bottom: 24px;
  max-width: 760px;
}

.accordion-text {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3;
  color: var(--fg);
}

.accordion-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.accordion-list li {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3;
  color: var(--fg);
  padding-left: 18px;
  position: relative;
}

.accordion-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--accent);
}

/* ─── SANFONA DE PALESTRAS (3 colunas: texto / público / CTA) ─── */
.accordion-panel-inner--lecture {
  max-width: none;
}

.lecture-columns {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  align-items: start;
  gap: 40px;
}

.lecture-col-cta {
  align-self: end;
}

.lecture-audience-title {
  display: block;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 12px;
}

.lecture-hire-btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--fg);
  background: rgba(237, 233, 226, 0.1);
  border: none;
  border-radius: 6px;
  padding: 14px 28px;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.3s ease;
}

.lecture-hire-btn:hover {
  background: rgba(237, 233, 226, 0.18);
}

/* ─── CONTACT PAGE ───────────────────────────────────────────── */
.contact {
  width: 100vw;
  min-height: 100vh;
  padding-top: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-inner {
  text-align: center;
  padding: 80px 48px;
  max-width: 680px;
}

.contact-label {
  font-size: 0.62rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.contact-title {
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-bottom: 28px;
}

.contact-text {
  font-size: 0.85rem;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 52px;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.contact-email {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--fg);
  border-bottom: 1px solid rgba(237, 233, 226, 0.2);
  padding-bottom: 4px;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.contact-email:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.contact-phone {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--muted);
  transition: color 0.3s ease;
}

.contact-phone:hover {
  color: var(--fg);
}

/* ─── GET SCOUTED PAGE ───────────────────────────────────────── */
.scouted {
  width: 100vw;
  min-height: 100vh;
}


.scouted-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 52px 100px;
}

.scouted-intro {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: var(--fg);
  margin-bottom: 48px;
}

/* ── Form ─────────────────────────────────────────────────────── */
.scouted-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Gender radios ──────────────────────────────────────────────*/
.scouted-gender {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 36px;
}

.scouted-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--fg);
  cursor: pointer;
  user-select: none;
}

.scouted-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.scouted-radio-mark {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--fg);
  transition: border-color 0.2s ease, background 0.2s ease;
  position: relative;
}

.scouted-radio-mark::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--fg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.scouted-radio input[type="radio"]:checked + .scouted-radio-mark::after {
  opacity: 1;
}

/* ── Field rows ─────────────────────────────────────────────── */
.scouted-field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 24px;
  margin-bottom: 24px;
}

.scouted-field-row--2 { grid-template-columns: 1fr 1fr; }
.scouted-field-row--3 { grid-template-columns: 1fr 1fr 1fr; }

.scouted-field--full { grid-column: 1 / -1; }

.scouted-field {
  display: flex;
  flex-direction: column;
}

.scouted-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 6px;
}

.scouted-input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(237, 233, 226, 0.35);
  color: var(--fg);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 0;
  outline: none;
  transition: border-color 0.25s ease;
}

.scouted-input::placeholder {
  color: rgba(237, 233, 226, 0.2);
}

.scouted-input:focus {
  border-bottom-color: var(--fg);
}

/* Remove number input arrows */
.scouted-input[type="number"]::-webkit-inner-spin-button,
.scouted-input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; }
.scouted-input[type="number"] { -moz-appearance: textfield; }

/* ── Photo section ──────────────────────────────────────────── */
.scouted-photo-section {
  margin-top: 20px;
  margin-bottom: 32px;
}

.scouted-photo-caption {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 18px;
}

.scouted-photo-guide-title {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--fg);
  margin-bottom: 10px;
}

.scouted-photo-guide {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.scouted-photo-guide li {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--fg);
}

.scouted-uploads {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scouted-upload {
  display: block;
  width: 100%;
  border: 1px solid rgba(237, 233, 226, 0.2);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.scouted-upload:hover {
  border-color: rgba(237, 233, 226, 0.5);
  background: rgba(237, 233, 226, 0.03);
}

.scouted-upload-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.scouted-upload-label {
  display: block;
  padding: 20px 24px;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  color: var(--fg);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ── Terms checkbox ─────────────────────────────────────────── */
.scouted-check-row {
  margin-bottom: 0;
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.scouted-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.scouted-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.scouted-check-mark {
  flex-shrink: 0;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(237, 233, 226, 0.5);
  background: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  position: relative;
}

.scouted-check-mark::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: var(--fg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.scouted-check input[type="checkbox"]:checked + .scouted-check-mark::after {
  opacity: 1;
}

.scouted-check-text {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--fg);
}

.scouted-link {
  color: var(--fg);
  border-bottom: 1px solid rgba(237, 233, 226, 0.35);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.scouted-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* ── Legal block ─────────────────────────────────────────────── */
.scouted-legal {
  padding: 36px 0;
  border-top: 1px solid var(--border);
}

.scouted-legal-title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--fg);
  margin-bottom: 20px;
}

.scouted-legal-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.75;
  color: var(--fg);
  margin-bottom: 14px;
}

.scouted-legal-text:last-child {
  margin-bottom: 0;
}

.scouted-legal-text strong {
  font-weight: 700;
  color: var(--fg);
}

/* ── Consent checkboxes ─────────────────────────────────────── */
.scouted-consents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 0 36px;
  border-top: 1px solid var(--border);
}

/* ── Submit ──────────────────────────────────────────────────── */
.scouted-submit-wrap {
  display: flex;
  justify-content: center;
}

.scouted-submit {
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg);
  background: none;
  border: 1px solid rgba(237, 233, 226, 0.35);
  padding: 18px 52px;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.scouted-submit:hover {
  background: rgba(237, 233, 226, 0.07);
  border-color: var(--fg);
}

.scouted-submit:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.scouted-input.is-error {
  border-bottom-color: #e07070;
}

.scouted-field-error {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: #e07070;
  margin-top: 5px;
}

.scouted-upload.is-error {
  border-color: #e07070;
}

.scouted-upload-error {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: #e07070;
  margin-top: 6px;
  margin-bottom: 4px;
}

.scouted-status {
  margin-top: 20px;
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
  min-height: 1.2em;
}

.scouted-status--ok    { color: #7ecb8f; }
.scouted-status--error { color: #e07070; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .scouted-body { padding: 48px 28px 80px; max-width: 100%; }
  .scouted-field-row--3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  .scouted-gender { gap: 20px; flex-wrap: wrap; }
  .scouted-field-row--2,
  .scouted-field-row--3 { grid-template-columns: 1fr; row-gap: 36px; }
}

/* ─── NOT FOUND ──────────────────────────────────────────────── */
.not-found {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.not-found-code {
  font-family: var(--serif);
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
  opacity: 0.12;
}

.not-found-msg {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
}

.not-found-link {
  margin-top: 8px;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: opacity 0.3s ease;
}

.not-found-link:hover { opacity: 0.6; }

/* ─── TRANSITION SCREEN ──────────────────────────────────────── */
.transition-screen {
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.transition-title {
  font-family: var(--sans);
  font-size: clamp(2.2rem, 8vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--fg);
  text-align: center;
}

.transition-select {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.transition-select-link {
  transition: color 0.3s ease;
}

.transition-select-link:hover {
  color: var(--accent);
}

/* ─── PLACEHOLDER PAGE ───────────────────────────────────────── */
.placeholder {
  width: 100vw;
  min-height: 100vh;
  padding-top: var(--header-h);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.placeholder-title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.placeholder-msg {
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ─── VEIL (menu → page transition) ──────────────────────────── */
#veil {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
}

/* ─── DESIGN SYSTEM PAGE ─────────────────────────────────────── */
.styleguide {
  width: 100%;
  padding-top: var(--header-h);
}

.styleguide-intro {
  padding: 80px 52px 64px;
  border-bottom: 1px solid var(--border);
}

.styleguide-eyebrow {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.styleguide-headline {
  font-family: var(--sans);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 16px;
}

.styleguide-lead {
  font-size: 0.9rem;
  color: var(--muted);
  letter-spacing: 0.03em;
  max-width: 540px;
}

.styleguide-section {
  padding: 64px 52px;
  border-bottom: 1px solid var(--border);
}

.styleguide-section-head {
  margin-bottom: 36px;
}

.styleguide-tag {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 3px 9px;
  margin-bottom: 14px;
}

.styleguide-section-title {
  font-family: var(--sans);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 8px;
}

.styleguide-section-desc {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.02em;
  line-height: 1.65;
  max-width: 560px;
}

.styleguide-section-desc code {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 0.78rem;
  color: var(--accent);
  opacity: 0.85;
}

.styleguide-preview {
  border: 1px solid var(--border);
  overflow: hidden;
  background: rgba(237,233,226,0.015);
}

.styleguide-preview--tall {
  height: 360px;
  position: relative;
}

.styleguide-preview--composite {
  height: 400px;
  display: flex;
  flex-direction: column;
}

.styleguide-preview-caption {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 10px 16px;
  border-top: 1px solid var(--border);
  background: rgba(0,0,0,0.2);
}

.styleguide-preview-caption code {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 0.68rem;
  color: var(--accent);
  text-transform: none;
  letter-spacing: 0;
}

/* ── Colors */
.styleguide-colors {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.styleguide-swatch {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 160px;
  flex: 1;
}

.styleguide-swatch-block {
  width: 100%;
  height: 72px;
}

.styleguide-swatch-token {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--accent);
  font-family: 'SF Mono', 'Fira Code', monospace;
}

.styleguide-swatch-hex {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-family: 'SF Mono', 'Fira Code', monospace;
}

.styleguide-swatch-label {
  font-size: 0.72rem;
  color: var(--fg);
  opacity: 0.55;
  letter-spacing: 0.02em;
}

/* ── Type scale */
.styleguide-type-list {
  display: flex;
  flex-direction: column;
}

.styleguide-type-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.styleguide-type-row:last-child {
  border-bottom: 1px solid var(--border);
}

.styleguide-type-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.styleguide-type-size {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}

.styleguide-type-weight {
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.03em;
}

.styleguide-type-usage {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 0.65rem;
  color: var(--accent);
  opacity: 0.7;
  margin-top: 4px;
}

.styleguide-type-name {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
  border: 1px solid var(--border);
  display: inline-block;
  padding: 2px 8px;
}

.styleguide-type-sample {
  font-family: var(--sans);
  color: var(--fg);
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ── Header mock */
.styleguide-header-mock {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  color: var(--fg);
}

.styleguide-header-logo {
  height: 28px;
  opacity: 0.9;
}

.styleguide-header-logo-fallback {
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.styleguide-header-mock-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.styleguide-back-icon {
  width: 20px;
  height: 20px;
}

.styleguide-header-mock-title {
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.styleguide-header-mock-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.styleguide-header-mock-icon {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--fg);
  opacity: 0.85;
}

/* ── Inline hero for preview (avoids .page-hero height/margin overrides) */
.sg-page-hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sg-page-hero-bg {
  position: absolute;
  inset: 0;
}

.sg-page-hero--link:hover .sg-page-hero-bg {
  transform: scale(1.05);
  transition: transform 0.8s var(--ease);
}

/* ── Misc */
.styleguide-item-label {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.styleguide-item-label code {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 0.65rem;
  color: var(--accent);
  text-transform: none;
  letter-spacing: 0;
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .djoo-ferrari-badges { gap: 16px; margin: 60px 0; }
  .djoo-ferrari-badges-item { width: 110px; }
  .djoo-ferrari-gallery { grid-template-columns: repeat(3, 1fr); }

  #header { padding: 0 28px; }

  .catalog-swiper-wrap { padding: 16px 28px 28px; }

  .model-card,
  .model-card-empty {
    width: clamp(140px, 38vw, 240px);
  }

  .header-page-title { font-size: 1.1rem; letter-spacing: 0.02em; }

  .page-hero { height: 65vh; }
  .page-hero-content { left: 28px; right: 28px; bottom: 28px; gap: 16px; }
  .page-hero-subnav { gap: 6px 18px; }
  .profile-body { padding: 40px 28px 60px; }
  .profile-presence { padding: 40px 28px; }
  .profile-clients { padding: 40px 28px; }
  .profile-clients-grid { gap: 28px; }
  .profile-clients-item { flex: 0 0 calc((100% - 2 * 28px) / 3); }

  .profile-testimonials { margin: 60px auto; padding: 0 28px; }
  .profile-testimonials-grid { grid-template-columns: 1fr; gap: 36px; }
  .profile-testimonials-item { padding: 35px 24px 24px; }
  .profile-testimonials-avatar { left: 24px; }

  .profile-palestras-hero-content { left: 28px; right: 28px; bottom: 28px; gap: 16px; }
  .profile-palestras-content { padding: 40px 28px; }
  .profile-palestras-content > .accordion { margin-top: 40px; }
  .profile-palestras-formats-content { position: relative; z-index: 1; width: 100%; transform: none; padding: 48px 28px; }
  .profile-palestras-formats-title { font-size: 2rem; margin-bottom: 24px; }
  .profile-palestras-formats-list { gap: 16px; margin-bottom: 32px; }
  .lecture-columns { grid-template-columns: 1fr; gap: 20px; }
  .lecture-col-cta { align-self: start; }

  .profile-tour-hero-content { left: 28px; right: 28px; bottom: 28px; gap: 16px; }
  .profile-tour-content { padding: 40px 28px; }
  .profile-tour-formats-content { position: relative; z-index: 1; width: 100%; transform: none; padding: 48px 28px; }
  .profile-tour-formats-title { font-size: 2rem; margin-bottom: 24px; }
  .profile-tour-formats-cta { position: static; margin: 24px 28px 48px; }
  .profile-tour-agenda { padding: 40px 28px; }
  .profile-tour-agenda-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .profile-tour-agenda-title,
  .profile-tour-agenda-title-sub { font-size: 1.8rem; }
  .profile-tour-agenda-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    height: auto;
    padding: 16px 0;
    gap: 3px 12px;
  }
  .profile-tour-agenda-city  { grid-column: 1; grid-row: 1; font-size: 1.05rem; font-weight: 600; }
  .profile-tour-agenda-local { grid-column: 1; grid-row: 2; display: block; }
  .profile-tour-agenda-date  { grid-column: 1; grid-row: 3; display: block; text-align: left; }
  .profile-tour-agenda-cta   { grid-column: 2; grid-row: 1 / 4; align-self: center; }

  .single-stats { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .single-stat { padding: 18px 20px; }

  .composite-main { flex-direction: column; overflow-y: auto; }
  .composite-info { width: 100%; padding: 32px 28px; gap: 20px; }
  .composite-slider { width: 100%; flex: 1; }
  .composite-name { font-size: 1.5rem; }
  .composite-footer { padding: 0 28px; }
}

@media (max-width: 540px) {
  .home-title { letter-spacing: 0.1em; }
  .profile-clients-item { flex: 0 0 calc((100% - 28px) / 2); }
  .djoo-ferrari-badges { gap: 24px 16px; margin: 48px 0; justify-content: space-evenly; }
  .djoo-ferrari-badges-item { width: calc(50% - 6px); max-width: 130px; }
  .djoo-ferrari-gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ─── ABOUT ───────────────────────────────────────────────────── */
.about {
  width: 100vw;
  min-height: 100vh;
  padding-top: var(--header-h);
}

.about-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 52px 100px;
}

.about-bio {}

.about-bio-text {
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--fg);
  text-align: justify;
  margin-bottom: 28px;
}

.about-bio-text:last-child {
  margin-bottom: 0;
}

.about-philosophy {
  padding: 80px 52px;
  border-top: 1px solid var(--border, rgba(255,255,255,0.1));
  border-bottom: 1px solid var(--border, rgba(255,255,255,0.1));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.about-philosophy-lead {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
}

.about-philosophy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-philosophy-list li {
  font-family: var(--serif);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--fg);
}

.about-statement {
  padding: 80px 52px;
  border-top: 1px solid var(--border, rgba(255,255,255,0.1));
  border-bottom: 1px solid var(--border, rgba(255,255,255,0.1));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.about-statement-line {
  font-family: var(--serif);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--muted);
}

.about-statement-payoff {
  margin-top: 20px;
  font-family: var(--serif);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--fg);
}

.about-cases {
  padding: 80px 52px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.about-cases-label {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
}

.about-cases-img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  :root { --header-h: 110px; }

  #header:not(.is-page) { height: 76px; }

  #header.is-page {
    flex-wrap: wrap;
    height: auto;
    align-content: center;
    row-gap: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #header.is-page .header-brand { flex: 1; }

  .header-logo { padding-top: 6px; }

  #header.is-page .header-page-title {
    position: static;
    transform: none;
    width: 100%;
    order: 3;
    text-align: left;
    font-size: 1.1rem;
    white-space: normal;
    letter-spacing: 0.02em;
    padding-bottom: 2px;
  }

  .catalog--grid {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .catalog--grid .catalog-swiper-wrap {
    overflow: visible;
    padding: 28px 20px 60px;
    align-items: flex-start;
    flex: none;
  }

  .catalog--grid .catalog-swiper {
    height: auto;
    overflow: visible;
  }

  .catalog--grid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
    flex-direction: unset;
  }

  .catalog--grid .swiper-slide {
    width: 100% !important;
    height: auto;
  }

  .catalog--grid .model-card {
    width: 100%;
  }

  .accordion-title { font-size: 2rem; }

  .accordion-text,
  .accordion-list li,
  .model-card-caption,
  .menu-overlay-footer-link,
  .profile-presence-title,
  .profile-presence-label,
  .profile-presence-text,
  .profile-clients-title,
  .profile-testimonials-quote,
  .profile-tour-hero-label,
  .profile-tour-formats-description,
  .profile-tour-agenda-title-sub,
  .profile-tour-agenda-desc,
  .profile-tour-agenda-date,
  .profile-palestras-formats-list li,
  .profile-palestras-formats-benefits li,
  .contact-title,
  .contact-email { font-weight: 500; }
  .profile-products-overlay { background: rgba(0, 0, 0, 0.55); }
  .profile-products-content .accordion { max-width: 100%; }
  .profile-palestras-formats-overlay { background: rgba(0, 0, 0, 0.55); }
  .profile-tour-formats-overlay { background: rgba(0, 0, 0, 0.55); }
  .profile-tour-hero-title,
  .profile-palestras-hero-title { font-size: 3rem; }
  .profile-presence-icons { gap: 32px; }
  .profile-presence-label { margin-top: 12px; }

  .menu-overlay-link:not(.menu-overlay-footer-link) { font-size: 2.2rem; line-height: 1.15; }
  .menu-overlay-sublink { font-size: 1rem; }
  .page-hero-title { font-size: 3.5rem; }
  .page-hero { height: 80vh; }

  .profile-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; gap: 4px; }

  .about-body { padding: 56px 28px 80px; }
  .about-bio-text { font-size: 1rem; }
  .about-philosophy { padding: 56px 28px; gap: 24px; }
  .about-philosophy-list li { font-size: 0.95rem; }
  .about-statement { padding: 56px 28px; }
  .about-statement-line { font-size: 0.95rem; }
  .about-statement-payoff { font-size: 0.95rem; }
  .about-cases { padding: 56px 28px 80px; }
}
