/* ============================================================
   MyLu · Landing — seções
   ============================================================ */

/* ----------------- HERO ----------------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: calc(var(--header-h) + 12px) var(--gutter) var(--s-6);
  overflow: hidden;
}
.hero-wheat {
  position: absolute; top: 0; bottom: 0; width: clamp(150px, 24vw, 380px);
  opacity: 0.92; pointer-events: none; z-index: 0;
  display: flex; align-items: flex-end;
}
.hero-wheat img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(42,32,24,0.16)); }
.hero-wheat--l { left: 0; transform-origin: bottom left; }
.hero-wheat--r { right: 0; transform-origin: bottom right; }
@media (max-width: 720px) { .hero-wheat { width: 38vw; opacity: 0.7; } .hero-wheat--l { left: -8%; } .hero-wheat--r { right: -8%; } }

/* atmosfera do mundo claro: campo de luz quente + berço da meia-lua.
   O dash vive no CSS (pathLength=100 no SVG) = zero flash pré-JS. */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(90% 64% at 50% 36%, var(--cream-warm) 0%, rgba(251,246,236,0) 68%);
}
.hero-arcs { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-arcs svg { width: 100%; height: 100%; overflow: visible; }
.hero-arcs path {
  fill: none; stroke: var(--line-gold); stroke-width: 1;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 100; stroke-dashoffset: 100;
}
.hero-arcs path:nth-child(1) { opacity: 0.40; }
.hero-arcs path:nth-child(2) { opacity: 0.26; }
.hero-arcs path:nth-child(3) { opacity: 0.14; }
/* translate separado do transform: o GSAP escala sem brigar com a centralização */
.hero-glow {
  position: absolute; left: 50%; top: 40%;
  width: min(74vw, 900px); height: 56vh;
  translate: -50% -50%;
  background: radial-gradient(ellipse at center, rgba(201,162,74,0.13), rgba(201,162,74,0) 65%);
  opacity: 0; will-change: transform, opacity;
}

.hero-logo { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 6px; width: clamp(190px, 21vw, 280px); margin-bottom: var(--s-2); color: var(--wheat); }
/* enquadramento oficial é ~1:1 (320x318): largura maior compensa a altura */
.hero-logo .espiga-lockup { width: clamp(150px, 15vw, 205px); height: auto; }
.hero-logo .lockup-word { font-family: var(--serif); font-weight: 500; font-size: clamp(2.6rem, 4.6vw, 3.8rem); line-height: 0.9; color: var(--wheat); letter-spacing: 0.01em; }
.hero-logo .lockup-tag { display: flex; align-items: center; gap: 10px; margin-top: 2px; font-family: var(--sans); font-weight: 300; font-size: 0.72rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--wheat); }
.hero-logo .lockup-tag span { width: 22px; height: 1px; background: currentColor; opacity: 0.7; }

.hero-title {
  position: relative; z-index: 2; width: 100%;
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(3rem, 8vw, 6.4rem); line-height: 0.92; letter-spacing: -0.02em;
  color: var(--ink);
}
.hero-title em { font-style: italic; color: var(--ink-gold); }
/* padding maior pro fio dourado sob a joia não ser decepado pela máscara */
.hero-line { display: block; overflow: hidden; padding-bottom: 0.12em; white-space: nowrap; }
.hero-line .hw { display: inline-block; will-change: transform; }
/* a joia assinada: fio dourado que se desenha sob "frasco." (--u animado via GSAP) */
.hero-title em.hw { --u: 0; position: relative; }
.hero-title em.hw::after {
  content: ""; position: absolute; left: 0.04em; right: 0.10em; bottom: -0.06em; height: 1px;
  background: var(--line-gold);
  transform: scaleX(var(--u)); transform-origin: left center;
}
/* o ponto final é um grão de ouro com vida própria */
.hero-period { display: inline-block; color: var(--gold); transform-origin: 50% 100%; }
.hero-foot { position: relative; z-index: 2; width: 100%; }

.hero-lead { position: relative; z-index: 2; max-width: 44ch; margin: var(--s-4) auto 0; font-size: 1.08rem; color: var(--ink-2); }
.hero-cta { position: relative; z-index: 2; margin-top: var(--s-5); }
.scroll-cue { position: absolute; bottom: var(--s-6); left: 50%; transform: translateX(-50%); z-index: 2; color: var(--wheat); opacity: 0.7; }
.scroll-cue svg { width: 22px; height: 30px; animation: cueFloat 2.4s var(--ease-soft) infinite; }
@keyframes cueFloat { 0%,100% { transform: translateY(0); opacity: 0.7; } 50% { transform: translateY(6px); opacity: 0.4; } }

/* ----------------- MANIFESTO ----------------- */
.manifesto { text-align: center; overflow: hidden; }
/* CRÍTICO: sem o z-index a m-light e a poeira pintam por cima da frase */
.manifesto .container { max-width: 980px; position: relative; z-index: 1; }
/* fio de prumo: a hairline desce costurando as dobras */
.thread {
  position: absolute; left: 50%; top: 0; width: 1px;
  height: clamp(56px, 9vh, 96px);
  background: linear-gradient(to bottom, var(--line-gold), rgba(176,130,46,0));
  transform: scaleY(0); transform-origin: top center;
  pointer-events: none;
}
/* fólio editorial: numeração discreta de revista nas dobras claras */
.folio-n { letter-spacing: 0.34em; color: var(--ink-3); margin-right: var(--s-4); }
.folio-n::after {
  content: ""; display: inline-block; width: 28px; height: 1px;
  background: var(--line-gold); vertical-align: middle; margin-left: var(--s-4);
}
/* luz que acompanha a leitura do manifesto (parallax via data-speed) */
.m-light {
  position: absolute; left: 50%; top: 34%;
  width: min(90vw, 900px); aspect-ratio: 1.6;
  translate: -50% -50%; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(251,246,236,0.85), rgba(201,162,74,0.06) 42%, transparent 66%);
}
.manifesto-quote {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 5.5vw, 4rem); line-height: 1.12; letter-spacing: -0.01em;
}
.manifesto-quote em { font-style: italic; color: var(--ink-gold); }
.manifesto-quote .word { display: inline; opacity: 0.18; transition: opacity 0.4s var(--ease-soft); }
.manifesto-quote .word.jewel { font-style: italic; color: var(--ink-gold); }
.manifesto-body { max-width: 56ch; margin: var(--s-6) auto 0; font-size: 1.1rem; }

/* ----------------- HISTÓRIA DA ESPIGA ----------------- */
.espiga-story { text-align: center; }
.espiga-story .container { display: flex; flex-direction: column; align-items: center; gap: var(--s-7); }
.es-head { width: 100%; }
.es-lead { max-width: 36ch; margin: var(--s-4) auto 0; }
.espiga-build { position: relative; width: clamp(220px, 34vw, 360px); }
.espiga-build .espiga { width: 100%; height: auto; color: var(--wheat); }
.espiga-build .espiga-name { display: none; }
.espiga-guide {
  position: absolute; inset: -6% -14% 6% -14%;
  pointer-events: none;
  /* contém o arco r150 (que extrapola o viewBox pra baixo) e esmaece a base:
     a guia fica visível ao redor do emblema, sem cruzar as legendas abaixo */
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
}
.espiga-guide svg { width: 100%; height: 100%; overflow: visible; }
.espiga-guide [data-guide] { stroke: var(--wheat); stroke-width: 0.5; fill: none; opacity: 0.35; }
.espiga-guide text { font-family: var(--sans); font-size: 7px; letter-spacing: 0.18em; text-transform: uppercase; fill: var(--ink-3); }
/* relicário: halo de luz que consagra o emblema quando as guias se desenham */
.es-halo {
  position: absolute; inset: -34%; z-index: -1; pointer-events: none; opacity: 0;
  background: radial-gradient(circle at 50% 45%, rgba(201,162,74,0.13), rgba(251,246,225,0.55) 36%, transparent 70%);
}
.espiga-captions { display: flex; gap: var(--s-6); flex-wrap: wrap; justify-content: center; max-width: 640px; }
.espiga-cap { max-width: 18ch; }
.espiga-cap .n { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--ink-gold); display: block; }
.espiga-cap p { font-size: 0.86rem; color: var(--ink-2); margin-top: 4px; }

/* ----------------- MUNDOS ----------------- */
.worlds-head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s-6); flex-wrap: wrap; margin-bottom: var(--s-8); }
.worlds-grid {
  display: grid; column-gap: var(--s-5); row-gap: clamp(90px, 9vw, 140px);
  grid-template-columns: repeat(12, 1fr);
  margin-top: clamp(80px, 9vw, 130px); /* espaço p/ o frasco da 1ª linha emergir */
}
.world-card {
  position: relative; overflow: visible;
  background: var(--surface-card); border-radius: var(--r-lg);
  border: 1px solid var(--line);
  padding: clamp(110px, 11vw, 156px) var(--s-6) var(--s-6);
  display: flex; flex-direction: column; justify-content: flex-end;
  text-align: center; min-height: 300px;
  transition: transform var(--dur-calm) var(--ease-soft), box-shadow var(--dur-calm) var(--ease-soft), border-color var(--dur-calm);
  box-shadow: var(--shadow-xs);
}
.world-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-gold); }
/* span editorial assimétrico (mantido) */
.world-card:nth-child(1) { grid-column: span 5; }
.world-card:nth-child(2) { grid-column: span 7; }
.world-card:nth-child(3), .world-card:nth-child(4), .world-card:nth-child(5) { grid-column: span 4; }

/* palco do frasco: emerge do topo do card */
.world-card .wc-stage {
  position: absolute; left: 0; right: 0; top: 0;
  display: flex; justify-content: center; pointer-events: none;
}
.world-card .wc-flacon {
  position: relative; z-index: 2;
  width: clamp(72px, 8vw, 104px); height: auto;
  margin-top: clamp(-150px, -15vw, -120px); /* projeta para fora do topo */
  filter: drop-shadow(0 26px 30px rgba(42,32,24,0.30));
  transform-origin: 50% 90%;
  transition: transform var(--dur-bloom) var(--ease-bloom);
}
/* pedestal: sombra macia onde o frasco "pousa" no card */
.world-card .wc-pedestal {
  position: absolute; z-index: 1; top: clamp(86px, 9vw, 118px); left: 50%;
  width: clamp(108px, 12vw, 150px); height: 26px; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(42,32,24,0.22), rgba(42,32,24,0) 70%);
  filter: blur(2px);
  transition: transform var(--dur-bloom) var(--ease-bloom), opacity var(--dur-bloom) var(--ease-soft);
}
.world-card:hover .wc-flacon { transform: translateY(-16px) rotate(-3deg) scale(1.05); }
.world-card:hover .wc-pedestal { transform: translateX(-50%) scale(0.82); opacity: 0.6; }

.world-card .wc-eyebrow { color: var(--ink-gold); }
.world-card .wc-name { font-family: var(--serif); font-weight: 500; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.04; margin-top: var(--s-3); }
.world-card .wc-concept { font-style: italic; color: var(--ink-gold); }
.world-card .wc-desc { font-size: 0.9rem; color: var(--ink-2); margin: var(--s-3) auto 0; max-width: 28ch; }
.world-card .wc-link { margin-top: var(--s-5); display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-gold); align-self: center; white-space: nowrap; }
.world-card .wc-link svg { width: 16px; height: 16px; transition: transform var(--dur-quick) var(--ease-soft); }
.world-card:hover .wc-link svg { transform: translateX(4px); }

@media (max-width: 860px) {
  .worlds-grid { grid-template-columns: 1fr; row-gap: clamp(100px, 22vw, 150px); }
  .world-card, .world-card:nth-child(n) { grid-column: 1 / -1; min-height: 280px; }
}

/* ----------------- RODA DOS FAVORITOS ----------------- */
/* fundo vem do tema (body.is-dark); a virada de tema claro->escuro
   acontece na entrada desta seção, como uma troca suave de tema */
.favorites {
  overflow: hidden; position: relative;
  padding-top: clamp(90px, 14vh, 180px);
  background: transparent;
}
.favorites .container { text-align: center; position: relative; z-index: 1; }
.favorites .body-text { color: var(--cream); }
.favorites .accent { color: var(--gold-bright); }
.favorites .mylu-jewel { color: var(--gold-bright); }
.wheel-stage {
  position: relative; width: 100%; height: clamp(420px, 50vw, 600px);
  margin-top: var(--s-6);
  cursor: grab; touch-action: pan-y;
}
.wheel-stage.dragging { cursor: grabbing; }
.wheel-stage svg.arc-trail { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 0; }
.wheel-stage svg.arc-trail path { stroke: var(--line-gold); stroke-width: 1; fill: none; }
.wheel-item {
  position: absolute; top: 0; left: 0;
  width: clamp(120px, 14vw, 168px);
  transform-origin: 50% 100%;     /* pousa no chão ao escalar */
  will-change: transform;
}
/* altura fixa + base alinhada: fotos de proporções diferentes convivem
   na mesma linha de chão com presença parecida */
.wheel-item .flacon { width: 100%; height: clamp(300px, 32vw, 400px); filter: drop-shadow(0 30px 26px rgba(20,15,10,0.55)); }
/* botão + no herói (aparece no centro) */
.wheel-item .wi-plus {
  position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%) scale(0.6);
  width: 46px; height: 46px; border-radius: var(--r-pill);
  display: grid; place-items: center; color: var(--espresso);
  background: var(--gold); box-shadow: var(--glow-gold), var(--shadow-md);
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-calm) var(--ease-soft), transform var(--dur-calm) var(--ease-bloom), background var(--dur-quick);
}
.wheel-item .wi-plus svg { width: 22px; height: 22px; }
.wheel-item.is-center .wi-plus { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.wheel-item.is-center .wi-plus:hover { background: var(--gold-bright); transform: translate(-50%, -50%) scale(1.08); }
.wheel-item.is-center .wi-plus:active { transform: translate(-50%, -50%) scale(0.94); }
.wheel-caption {
  text-align: center; margin-top: var(--s-2); min-height: 76px;
}
.wheel-caption .wi-name { display: block; font-family: var(--serif); font-weight: 600; font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.06; color: var(--on-dark); }
a.wheel-caption .wi-name:hover, .wheel-caption a.wi-name:hover { color: var(--gold-bright); }
.wheel-caption .wi-price { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--gold-bright); font-variant-numeric: tabular-nums; font-size: 1.05rem; margin-top: 4px; }
.wheel-caption .wi-add { margin-top: var(--s-3); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--line-gold); padding-bottom: 3px; transition: color var(--dur-quick); }
.wheel-caption .wi-add:hover { color: var(--gold-bright); }
/* pontos indicadores */
.wheel-dots { display: flex; justify-content: center; gap: 9px; margin-top: var(--s-5); }
.wheel-dot { width: 7px; height: 7px; border-radius: var(--r-pill); background: rgba(201,162,74,0.32); transition: all var(--dur-calm) var(--ease-soft); }
.wheel-dot.is-on { background: var(--gold-bright); width: 22px; }
.wheel-hint { margin-top: var(--s-5); font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: var(--s-3); }
.wheel-nav { display: inline-flex; gap: var(--s-3); }
.wheel-nav button { width: 44px; height: 44px; border-radius: var(--r-pill); border: 1px solid var(--line-gold); color: var(--ink-2); display: grid; place-items: center; transition: background var(--dur-quick), color var(--dur-quick); }
.wheel-nav button:hover { background: var(--wheat); color: var(--on-gold); }

/* roda em mundo escuro */
.favorites .wheel-hint { color: var(--on-dark-2); }

/* ----------------- TRÊS CAMINHOS ----------------- */
.paths { background: transparent; }
.paths .body-text { color: var(--cream); }
.paths .accent { color: var(--gold-bright); }
.paths .mylu-jewel { color: var(--gold-bright); }
.paths-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-gold); border: 1px solid var(--line-gold); border-radius: var(--r-lg); overflow: hidden; }
.path-card {
  position: relative; background: var(--bg);
  padding: clamp(32px, 5vw, 64px) var(--s-6); min-height: 340px;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: background var(--dur-calm) var(--ease-soft);
  overflow: hidden;
}
.path-card:hover { background: var(--cream-warm); }
.path-num { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--ink-gold); }
.path-card h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1; margin-top: auto; }
.path-card h3 em { font-style: italic; color: var(--ink-gold); }
.path-card p { font-size: 0.92rem; color: var(--ink-2); margin-top: var(--s-3); max-width: 26ch; }
.path-card .wc-link { margin-top: var(--s-5); display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-gold); }
.path-card .wc-link svg { width: 16px; height: 16px; transition: transform var(--dur-quick); }
.path-card:hover .wc-link svg { transform: translateX(4px); }
@media (max-width: 800px) { .paths-grid { grid-template-columns: 1fr; } .path-card { min-height: 240px; } }

/* ----------------- BANNER DO CLUBE ----------------- */
.club-banner { background: var(--espresso); color: var(--on-dark); position: relative; overflow: hidden; }
.club-banner .container { display: grid; grid-template-columns: 1.4fr 1fr; gap: var(--s-8); align-items: center; }
.club-emblem { width: clamp(160px, 22vw, 260px); justify-self: center; color: var(--gold); filter: drop-shadow(var(--glow-gold)); }
.club-emblem .espiga { width: 100%; height: auto; }
.club-emblem .espiga-name { display: none; }
.club-text h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.06; color: var(--cream); }
.club-text h2 em { font-style: italic; color: var(--gold-bright); }
.club-text p { color: var(--on-dark-2); margin-top: var(--s-4); max-width: 40ch; }
.club-text .btn { margin-top: var(--s-6); }
@media (max-width: 800px) { .club-banner .container { grid-template-columns: 1fr; text-align: center; } .club-text p { margin-inline: auto; } }

/* ----------------- FOOTER ----------------- */
.site-footer { background: var(--espresso); color: var(--on-dark); padding-top: var(--s-9); }
.footer-emblem { width: 120px; color: var(--gold); margin-bottom: var(--s-8); }
.footer-emblem .espiga { width: 100%; height: auto; }
.footer-emblem .espiga-name { display: none; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-7); padding-bottom: var(--s-8); }
.footer-news { max-width: 540px; padding-bottom: var(--s-8); margin-bottom: var(--s-7); border-bottom: 1px solid rgba(201,162,74,0.16); }
.footer-news h3 { font-family: var(--serif); font-weight: 500; font-size: 2rem; color: var(--cream); }
.footer-news p { color: var(--on-dark-2); font-size: 0.9rem; margin-top: var(--s-2); max-width: 34ch; }
.news-form { display: flex; align-items: flex-end; gap: var(--s-4); margin-top: var(--s-5); width: 100%; }
.field { position: relative; flex: 1; }
.field input {
  width: 100%; background: none; border: none; border-bottom: 1px solid rgba(201,162,74,0.5);
  padding: var(--s-3) 0; color: var(--cream); outline: none;
  transition: border-color var(--dur-quick);
}
.field input:focus { border-color: var(--gold-bright); }
.field label { position: absolute; left: 0; top: var(--s-3); color: var(--on-dark-2); pointer-events: none; transition: all 0.24s var(--ease-soft); font-size: 0.95rem; }
.field input:focus + label, .field input:not(:placeholder-shown) + label { top: -12px; font-size: 0.7rem; letter-spacing: 0.12em; color: var(--gold-bright); }
.news-form .btn { --btn-fill: var(--gold); --btn-ink: var(--espresso); flex: 0 0 auto; }
.news-msg { font-size: 0.82rem; margin-top: var(--s-3); min-height: 1.2em; color: var(--gold-bright); }

.footer-col h4 { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: var(--s-4); }
.footer-col a { display: block; padding: 6px 0; color: var(--on-dark-2); font-size: 0.92rem; transition: color var(--dur-quick); position: relative; width: fit-content; }
.footer-col a::after { content: ""; position: absolute; left: 0; bottom: 2px; height: 1px; width: 0; background: var(--gold); transition: width var(--dur-quick); }
.footer-col a:hover { color: var(--cream); }
.footer-col a:hover::after { width: 100%; }

.footer-soul { text-align: center; font-family: var(--serif); font-style: italic; font-size: 1.4rem; color: var(--on-dark-2); padding: var(--s-7) 0; }
.footer-base { display: flex; align-items: center; justify-content: space-between; gap: var(--s-5); border-top: 1px solid rgba(201,162,74,0.2); padding: var(--s-5) 0 var(--s-7); flex-wrap: wrap; }
.footer-base small { color: var(--on-dark-2); font-size: 0.8rem; }
.footer-legal a { color: var(--on-dark-2); font-size: 0.8rem; }
.footer-legal a:hover { color: var(--gold-bright); }
.footer-social { display: flex; gap: var(--s-4); }
.footer-social a { color: var(--gold); transition: color var(--dur-quick), transform var(--dur-quick); }
.footer-social a:hover { color: var(--gold-bright); transform: translateY(-2px); }
.footer-social svg { width: 20px; height: 20px; }

/* acordeão mobile do footer */
.footer-col .acc-toggle { display: none; }
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; gap: var(--s-5); }
  .footer-col { border-top: 1px solid rgba(201,162,74,0.18); }
  .footer-col h4 { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: var(--s-4) 0; margin: 0; }
  .footer-col .acc-toggle { display: inline-block; transition: transform var(--dur-quick); }
  .footer-col[data-open] .acc-toggle { transform: rotate(45deg); }
  .footer-col .footer-links { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-soft); }
  .footer-col[data-open] .footer-links { max-height: 320px; padding-bottom: var(--s-4); }
  .news-form { flex-direction: column; align-items: stretch; }
  .news-form .btn { width: 100%; }
  .footer-base { justify-content: center; text-align: center; }
}

/* ----------------- ATMOSFERA CLARA: mobile + reduced ----------------- */
@media (max-width: 720px) {
  .hero-arcs path:nth-child(3) { display: none; }
  .hero-glow { width: 120vw; }
}
/* repouso reduced 100% via CSS: arcos desenhados, luz acesa, fio completo,
   threads inteiros, halo visível (o JS animado nunca roda nesse modo) */
@media (prefers-reduced-motion: reduce) {
  .hero-arcs path { stroke-dashoffset: 0; }
  .hero-glow { opacity: 1; }
  .hero-title em.hw { --u: 1; }
  .thread { transform: none; }
  .es-halo { opacity: 1; }
}
