/*
Theme Name: Fernanda Menezes
Theme URI: https://example.com/
Author: GF Studio
Description: Tema institucional editavel para Fernanda Menezes, GF Studio, Pulsar, Clube Imagem em Movimento e Marcas que Brilham.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: fernanda-menezes
*/

:root {
  --fm-blue: #102b4e;
  --fm-blue-2: #173a66;
  --fm-gold: #c69a55;
  --fm-copper: #b87756;
  --fm-graphite: #24272c;
  --fm-text: #2f3338;
  --fm-muted: #6f747b;
  --fm-line: #dde3ea;
  --fm-soft: #f5f7fa;
  --fm-white: #ffffff;
  --fm-radius: 8px;
  --fm-shadow: 0 20px 70px rgba(16, 43, 78, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--fm-text);
  background: var(--fm-white);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(221, 227, 234, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.site-shell,
.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: grid;
  gap: 2px;
  color: var(--fm-blue);
  font-weight: 850;
  line-height: 1.05;
}

.brand-logo {
  width: 112px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
}

.brand-image {
  width: auto;
  max-width: 112px;
  max-height: 54px;
  object-fit: contain;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.brand small {
  color: var(--fm-muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--fm-graphite);
  font-size: 0.92rem;
  font-weight: 720;
}

.main-nav a:hover {
  color: var(--fm-gold);
}

.nav-toggle,
.nav-toggle-button {
  display: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--fm-radius);
  background: var(--fm-blue);
  color: var(--fm-white);
  font-weight: 800;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(16, 43, 78, 0.18);
}

.button.secondary {
  background: transparent;
  color: var(--fm-blue);
  border-color: var(--fm-line);
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(198, 154, 85, 0.18), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f6f8fb 55%, #edf2f6 100%);
}

.hero.photo-hero {
  color: var(--fm-white);
  background:
    linear-gradient(90deg, rgba(8, 18, 32, 0.9) 0%, rgba(8, 18, 32, 0.68) 38%, rgba(8, 18, 32, 0.16) 68%, rgba(8, 18, 32, 0.04) 100%),
    var(--hero-bg, url("assets/fernanda-hero.webp")) center 42% / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, transparent 18%, rgba(198, 154, 85, 0.22) 18.2%, transparent 18.5%),
    linear-gradient(145deg, transparent 62%, rgba(16, 43, 78, 0.08) 62.2%, transparent 62.5%);
  pointer-events: none;
}

.hero.photo-hero::before {
  background-image:
    linear-gradient(115deg, transparent 18%, rgba(198, 154, 85, 0.28) 18.08%, transparent 18.24%),
    linear-gradient(145deg, transparent 70%, rgba(198, 154, 85, 0.16) 70.08%, transparent 70.24%);
}

.hero-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.photo-hero .hero-grid {
  min-height: calc(100vh - 114px);
  padding-top: 52px;
  padding-bottom: 58px;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 1.22fr);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--fm-gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--fm-blue);
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.55rem, 6vw, 5.5rem);
  max-width: 850px;
}

.photo-hero h1 {
  max-width: 650px;
  color: var(--fm-white);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.22rem, 3.45vw, 3.45rem);
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: clamp(1.24rem, 2vw, 1.75rem);
}

.hero-copy {
  max-width: 720px;
}

.hero-text,
.lead {
  margin: 22px 0 0;
  color: var(--fm-graphite);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.photo-hero .hero-text {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.65vw, 1.18rem);
}

.photo-hero .button {
  background: var(--fm-gold);
  color: #102b4e;
  border-color: var(--fm-gold);
}

.photo-hero .button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--fm-white);
  border-color: rgba(255, 255, 255, 0.72);
}

.photo-hero .button.secondary:hover {
  background: var(--fm-white);
  color: var(--fm-blue);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-media {
  min-height: 580px;
  position: relative;
}

.photo-hero .hero-media {
  min-height: 560px;
}

.photo-hero .portrait-frame {
  display: none;
}

.photo-hero .orbit-card {
  display: none;
}

.portrait-frame {
  height: min(620px, 74vh);
  min-height: 460px;
  border-radius: var(--fm-radius);
  overflow: hidden;
  background: var(--fm-blue) url("assets/portrait-placeholder.svg") center / cover no-repeat;
  box-shadow: var(--fm-shadow);
}

.portrait-frame.has-image {
  background-image: var(--portrait-image);
}

.orbit-card {
  position: absolute;
  left: -28px;
  bottom: 36px;
  width: min(300px, 76%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--fm-radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(16, 43, 78, 0.12);
  backdrop-filter: blur(14px);
}

.orbit-card strong {
  display: block;
  color: var(--fm-blue);
  font-size: 1.05rem;
}

.orbit-card span {
  display: block;
  color: var(--fm-muted);
  font-size: 0.92rem;
}

.section {
  padding: 86px 0;
}

.section.soft {
  background: var(--fm-soft);
}

.section.deep {
  color: var(--fm-white);
  background:
    linear-gradient(135deg, rgba(16, 43, 78, 0.95), rgba(23, 58, 102, 0.96)),
    var(--fm-blue);
}

.section.deep h2,
.section.deep h3 {
  color: var(--fm-white);
}

.section.deep .muted,
.section.deep .lead {
  color: rgba(255, 255, 255, 0.78);
}

.centered {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.statement {
  margin-top: 26px;
  color: var(--fm-blue);
  font-size: clamp(1.24rem, 2.5vw, 1.8rem);
  font-weight: 820;
  line-height: 1.35;
}

.study-section {
  padding: 74px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 242, 0.98)),
    #fbf8f4;
}

.study-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1.05fr) minmax(260px, 0.9fr) minmax(260px, 0.82fr);
  gap: 36px;
  align-items: center;
}

.study-section h2 {
  max-width: 500px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.3vw, 3.05rem);
  font-weight: 500;
  line-height: 1.05;
}

.study-section h2 .accent {
  color: var(--fm-gold);
}

.study-section .lead {
  max-width: 390px;
  margin: 0;
  color: var(--fm-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.quote-card {
  padding: 28px 28px 26px;
  border: 1px solid rgba(198, 154, 85, 0.36);
  border-radius: var(--fm-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(16, 43, 78, 0.06);
}

.quote-card::before {
  content: "“";
  display: block;
  height: 34px;
  color: var(--fm-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.5rem;
  line-height: 0.8;
}

.quote-card p {
  margin: 0;
  color: var(--fm-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  font-weight: 600;
  line-height: 1.12;
}

.quote-card p br:last-child {
  display: none;
}

.section-index {
  display: none;
  align-items: center;
  gap: 12px;
  color: var(--fm-blue);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.section-index::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: var(--fm-gold);
}

.section-index.light {
  position: absolute;
  top: 42px;
  left: 0;
  color: rgba(255, 255, 255, 0.72);
}

.star-section .split {
  position: relative;
  min-height: 620px;
  grid-template-columns: minmax(240px, 0.66fr) minmax(0, 1fr);
  align-items: center;
}

.star-section .split > div:last-child {
  grid-column: 2;
}

.star-section {
  position: relative;
  overflow: hidden;
  color: var(--fm-white);
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.08) 0%, rgba(7, 20, 38, 0.24) 34%, rgba(7, 20, 38, 0.82) 58%, rgba(7, 20, 38, 0.98) 100%),
    var(--star-bg, url("assets/secao-03-bg-v3.webp")) center / cover no-repeat,
    #071426;
}

.star-section h2 {
  max-width: 650px;
  color: var(--fm-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 3.45rem);
  font-weight: 500;
}

.star-section h2 br {
  display: block;
}

.star-section h2 .accent {
  color: var(--fm-gold);
}

.star-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.star-copy strong {
  display: block;
  margin-top: 4px;
  color: var(--fm-white);
  font-size: clamp(1.06rem, 1.8vw, 1.26rem);
  line-height: 1.35;
}

.star-copy strong::first-letter {
  color: var(--fm-gold);
}

.star-section .constellation {
  display: none;
}

.star-section .constellation svg {
  display: none;
}

.muted {
  color: var(--fm-muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.constellation {
  min-height: 420px;
  position: relative;
  border: 1px solid var(--fm-line);
  border-radius: var(--fm-radius);
  background:
    linear-gradient(135deg, #ffffff, #f7f9fb),
    var(--fm-white);
  box-shadow: 0 18px 60px rgba(16, 43, 78, 0.08);
  overflow: hidden;
}

.constellation svg {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.section-title {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.solution-card,
.blog-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--fm-line);
  border-radius: var(--fm-radius);
  background: var(--fm-white);
  box-shadow: 0 14px 46px rgba(16, 43, 78, 0.07);
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.solutions-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

.solutions-section .section-title {
  max-width: 900px;
}

.solutions-section .section-title h2 {
  max-width: 760px;
}

.solutions-section .cards-grid {
  gap: 22px;
}

.solution-card {
  min-height: 560px;
  padding: 0;
  overflow: hidden;
}

.solution-card > div:not(.solution-media),
.solution-card > .button {
  margin-left: 26px;
  margin-right: 26px;
}

.solution-card > div:not(.solution-media) {
  padding-top: 24px;
}

.solution-card > .button {
  margin-bottom: 26px;
}

.solution-media {
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(16, 43, 78, 0.08), rgba(16, 43, 78, 0.22)),
    linear-gradient(135deg, #dfe7ef, #bfcad6);
  background-size: cover;
  background-position: center;
}

.solution-gf .solution-media {
  background-image:
    linear-gradient(180deg, rgba(16, 43, 78, 0.02), rgba(16, 43, 78, 0.28)),
    var(--solution-image, url("assets/solucao-gfstudio.png"));
}

.solution-pulsar .solution-media {
  background-image:
    linear-gradient(180deg, rgba(16, 43, 78, 0.02), rgba(16, 43, 78, 0.28)),
    var(--solution-image, url("assets/solucao-pulsar.png"));
}

.solution-club .solution-media {
  background-image:
    linear-gradient(180deg, rgba(16, 43, 78, 0.02), rgba(16, 43, 78, 0.28)),
    var(--solution-image, url("assets/solucao-clube.png"));
}

.solution-service {
  margin: 14px 0 0;
  color: var(--fm-blue);
  font-weight: 820;
  line-height: 1.35;
}

.solutions-footer {
  max-width: 760px;
  margin: 34px auto 0;
  color: var(--fm-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.42rem, 2.8vw, 2.2rem);
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
}

.solution-card:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fm-shadow);
}

.card-kicker {
  color: var(--fm-gold);
  font-size: 0.84rem;
  font-weight: 850;
  text-transform: uppercase;
}

.solution-card p {
  margin: 18px 0 0;
}

.diagnostic {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-radius: var(--fm-radius);
  color: var(--fm-white);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.diagnostic h2 {
  color: var(--fm-white);
}

.diagnostic p {
  color: rgba(255, 255, 255, 0.78);
}

.diagnostic .button {
  background: var(--fm-gold);
  color: var(--fm-blue);
}

.diagnostic-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.86), rgba(7, 20, 38, 0.7)),
    radial-gradient(circle at 18% 30%, rgba(198, 154, 85, 0.22), transparent 28%),
    linear-gradient(135deg, #071426 0%, #102b4e 100%);
}

.diagnostic-section.has-custom-bg {
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.88), rgba(7, 20, 38, 0.62)),
    var(--diagnostic-bg) center / cover no-repeat,
    #071426;
}

.diagnostic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 18%, rgba(198, 154, 85, 0.24) 18.08%, transparent 18.22%),
    linear-gradient(145deg, transparent 72%, rgba(198, 154, 85, 0.16) 72.08%, transparent 72.22%);
  pointer-events: none;
}

.diagnostic-section .section-inner {
  position: relative;
  z-index: 1;
}

.diagnostic-section .eyebrow {
  color: var(--fm-gold);
}

.about-section {
  background:
    linear-gradient(90deg, #fbf8f4, #ffffff);
}

.about-editorial {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(300px, 1fr) minmax(240px, 0.66fr);
  gap: 46px;
  align-items: center;
}

.about-collage {
  min-height: 410px;
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  grid-template-rows: 1fr 0.82fr;
  gap: 12px;
  position: relative;
}

.about-photo {
  border-radius: var(--fm-radius);
  background: #dfe6ee url("assets/photo-placeholder.svg") center / cover no-repeat;
  box-shadow: 0 18px 52px rgba(16, 43, 78, 0.14);
}

.about-photo-1 {
  background-image: var(--about-photo-1, url("assets/sobre-fernanda-01-v2.webp"));
}

.about-photo-2 {
  background-image: var(--about-photo-2, url("assets/sobre-fernanda-02-v2.webp"));
}

.about-photo-3 {
  background-image: var(--about-photo-3, url("assets/sobre-fernanda-03-v2.webp"));
}

.about-photo-4 {
  width: 58%;
  min-height: 160px;
  position: absolute;
  left: 38%;
  top: 42%;
  z-index: 2;
  border: 6px solid #ffffff;
  background-image: var(--about-photo-4, url("assets/sobre-fernanda-04-v2.webp"));
  filter: grayscale(1);
}

.about-copy h2 {
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 500;
}

.about-copy .lead {
  max-width: 620px;
  color: var(--fm-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.about-quote-card {
  padding: 34px 32px;
  border: 1px solid rgba(198, 154, 85, 0.32);
  border-radius: var(--fm-radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 52px rgba(16, 43, 78, 0.06);
}

.quote-star {
  margin-bottom: 22px;
  color: var(--fm-gold);
  font-size: 1.5rem;
  text-align: center;
}

.about-quote-card p {
  margin: 0;
  color: var(--fm-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  font-weight: 600;
  line-height: 1.16;
}

.about-quote-card .accent {
  color: var(--fm-gold);
}

.club-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 46px;
  align-items: center;
}

.club-grid h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 3.45vw, 3.35rem);
  font-weight: 500;
  line-height: 1.02;
}

.club-grid h2 .accent {
  color: var(--fm-gold);
}

.club-grid .lead {
  max-width: 650px;
  font-size: 0.98rem;
  line-height: 1.62;
}

#clube {
  padding: 64px 0;
}

#clube .section-actions {
  margin-top: 24px;
}

.club-actions {
  justify-content: center;
}

#clube .button {
  min-height: 56px;
  padding: 15px 24px;
  background: var(--fm-gold);
  color: var(--fm-blue);
  border-color: var(--fm-gold);
  box-shadow: 0 16px 38px rgba(198, 154, 85, 0.24);
}

#clube .button:hover {
  background: #e0b46d;
  border-color: #e0b46d;
}

.club-visual {
  position: relative;
}

.club-visual img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: var(--fm-radius);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.benefits {
  width: min(92%, 560px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  list-style: none;
}

.benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--fm-radius);
  background: rgba(7, 20, 38, 0.72);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 720;
  font-size: 0.92rem;
  backdrop-filter: blur(12px);
}

.benefits li span {
  color: var(--fm-gold);
}

.community-section {
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0.34) 56%, rgba(255, 255, 255, 0.08) 100%),
    var(--community-bg, url("assets/marcas-que-brilham-bg.webp")) center / cover no-repeat,
    #fbf8f4;
}

.community-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.52fr) minmax(0, 0.48fr);
  gap: 40px;
  align-items: center;
}

.community-copy h2 {
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.2vw, 4rem);
  font-weight: 500;
}

.community-logo {
  width: min(330px, 72%);
  height: auto;
  margin: 0 0 22px;
}

.community-copy .lead {
  max-width: 620px;
  color: var(--fm-text);
  font-size: 1rem;
  line-height: 1.72;
}

.community-copy .section-actions {
  margin-top: 28px;
}

.community-copy .button {
  min-height: 56px;
  padding: 15px 24px;
  background: var(--fm-blue);
  color: var(--fm-white);
  box-shadow: 0 16px 38px rgba(16, 43, 78, 0.18);
}

.community-copy .button::before {
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 10px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.52 3.48A11.86 11.86 0 0 0 12.07 0C5.48 0 .12 5.36.12 11.95c0 2.1.55 4.16 1.6 5.97L0 24l6.22-1.63a11.98 11.98 0 0 0 5.85 1.49h.01c6.59 0 11.95-5.36 11.95-11.95 0-3.19-1.24-6.19-3.51-8.43Z'/%3E%3Cpath d='M8.4 6.8c-.25-.56-.52-.57-.76-.58h-.65c-.22 0-.58.08-.89.42-.31.34-1.17 1.14-1.17 2.78s1.2 3.23 1.37 3.45c.17.23 2.32 3.72 5.72 5.07 2.83 1.12 3.41.9 4.03.84.62-.06 2-.82 2.28-1.61.28-.79.28-1.47.2-1.61-.09-.14-.31-.23-.65-.4-.34-.17-2-.99-2.31-1.1-.31-.11-.54-.17-.76.17-.23.34-.88 1.1-1.08 1.32-.2.23-.4.25-.74.09-.34-.17-1.43-.53-2.73-1.68-1.01-.9-1.69-2.01-1.89-2.35-.2-.34-.02-.53.15-.7.15-.15.34-.4.51-.6.17-.2.23-.34.34-.57.11-.23.06-.43-.03-.6-.08-.17-.74-1.84-1.04-2.51Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.52 3.48A11.86 11.86 0 0 0 12.07 0C5.48 0 .12 5.36.12 11.95c0 2.1.55 4.16 1.6 5.97L0 24l6.22-1.63a11.98 11.98 0 0 0 5.85 1.49h.01c6.59 0 11.95-5.36 11.95-11.95 0-3.19-1.24-6.19-3.51-8.43Z'/%3E%3Cpath d='M8.4 6.8c-.25-.56-.52-.57-.76-.58h-.65c-.22 0-.58.08-.89.42-.31.34-1.17 1.14-1.17 2.78s1.2 3.23 1.37 3.45c.17.23 2.32 3.72 5.72 5.07 2.83 1.12 3.41.9 4.03.84.62-.06 2-.82 2.28-1.61.28-.79.28-1.47.2-1.61-.09-.14-.31-.23-.65-.4-.34-.17-2-.99-2.31-1.1-.31-.11-.54-.17-.76.17-.23.34-.88 1.1-1.08 1.32-.2.23-.4.25-.74.09-.34-.17-1.43-.53-2.73-1.68-1.01-.9-1.69-2.01-1.89-2.35-.2-.34-.02-.53.15-.7.15-.15.34-.4.51-.6.17-.2.23-.34.34-.57.11-.23.06-.43-.03-.6-.08-.17-.74-1.84-1.04-2.51Z'/%3E%3C/svg%3E") center / contain no-repeat;
}


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

.blog-section {
  background:
    linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
}

.blog-section .section-title {
  max-width: 820px;
}

.blog-section .section-title h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.blog-card {
  min-height: 300px;
  border-color: rgba(16, 43, 78, 0.1);
}

.blog-card time {
  color: var(--fm-gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.final-cta {
  min-height: 620px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: var(--fm-white);
  background:
    radial-gradient(circle at 50% 36%, rgba(198, 154, 85, 0.24), transparent 8%),
    linear-gradient(115deg, transparent 18%, rgba(198, 154, 85, 0.28) 18.08%, transparent 18.2%),
    linear-gradient(155deg, transparent 66%, rgba(198, 154, 85, 0.18) 66.08%, transparent 66.22%),
    linear-gradient(135deg, #071426 0%, #102b4e 58%, #071426 100%);
}

.final-cta::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 36%;
  border-radius: 50%;
  background: var(--fm-gold);
  box-shadow: 0 0 34px 14px rgba(198, 154, 85, 0.38);
}

.final-cta .section-inner {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--fm-white);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7.2vw, 7rem);
  font-weight: 500;
  line-height: 0.98;
}

.final-cta .lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.76);
}

.final-cta .hero-actions {
  justify-content: center;
}

.final-cta .button {
  min-height: 58px;
  padding: 16px 28px;
  background: var(--fm-gold);
  color: var(--fm-blue);
  border-color: var(--fm-gold);
  box-shadow: 0 18px 44px rgba(198, 154, 85, 0.24);
}

.final-cta .button:hover {
  background: var(--fm-white);
  border-color: var(--fm-white);
}

.site-footer {
  padding: 38px 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--fm-graphite);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .site-shell {
    min-height: auto;
    padding: 16px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .nav-toggle {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .nav-toggle-button {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    gap: 0;
    border: 1px solid rgba(16, 43, 78, 0.14);
    border-radius: var(--fm-radius);
    background: var(--fm-white);
    box-shadow: 0 12px 28px rgba(16, 43, 78, 0.08);
    cursor: pointer;
  }

  .nav-toggle-button span {
    width: 20px;
    height: 2px;
    display: block;
    margin: 2px 0;
    border-radius: 999px;
    background: var(--fm-blue);
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    max-height: 0;
    width: 100%;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: max-height 220ms ease, opacity 160ms ease, padding 160ms ease;
  }

  .nav-toggle:checked ~ .main-nav {
    max-height: 440px;
    padding-top: 16px;
    opacity: 1;
  }

  .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(221, 227, 234, 0.72);
  }

  .main-nav .nav-cta {
    width: 100%;
    margin-top: 4px;
    border-bottom: 0;
  }

  .hero-grid,
  .split,
  .about-editorial,
  .club-grid,
  .community-grid,
  .diagnostic,
  .study-layout,
  .cards-grid,
  .blog-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero.photo-hero {
    background:
      linear-gradient(180deg, rgba(8, 18, 32, 0.94) 0%, rgba(8, 18, 32, 0.72) 50%, rgba(8, 18, 32, 0.34) 100%),
      var(--hero-mobile-bg, url("assets/fernanda-hero-mobile.webp")) 58% center / cover no-repeat;
  }

  .photo-hero .hero-grid {
    min-height: 720px;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .hero-media {
    min-height: auto;
  }

  .photo-hero .hero-media {
    display: none;
  }

  .portrait-frame {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .diagnostic {
    padding: 34px;
  }

  .solution-card {
    min-height: auto;
  }

  .solution-media {
    min-height: 280px;
  }

  .club-grid {
    gap: 34px;
  }

  .community-grid {
    gap: 30px;
  }

  .community-section {
    min-height: 760px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(255, 255, 255, 0.48) 72%, rgba(255, 255, 255, 0.16) 100%),
      var(--community-bg, url("assets/marcas-que-brilham-bg.webp")) 62% bottom / cover no-repeat,
      #fbf8f4;
  }

  .benefits {
    margin-top: 16px;
  }

  #clube {
    padding: 58px 0;
  }

  .club-visual img {
    max-height: none;
  }

  .about-editorial {
    gap: 30px;
  }

  .about-collage {
    max-width: 620px;
    min-height: 360px;
  }

  .about-quote-card {
    max-width: 520px;
  }

  .study-layout {
    gap: 24px;
  }

  .quote-card {
    max-width: 520px;
  }

  .section-index.light {
    position: static;
    margin-bottom: 18px;
  }

  .star-section .split {
    gap: 22px;
    min-height: 620px;
  }

  .star-section .split > div:last-child {
    grid-column: auto;
  }

  .star-section .constellation {
    display: none;
  }

  .star-section .constellation svg {
    display: none;
  }
}

@media (max-width: 600px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-shell,
  .section-inner,
  .hero-grid {
    width: min(100% - 28px, 1180px);
  }

  .site-shell {
    gap: 14px;
  }

  .brand {
    font-size: 1rem;
  }

  .brand-logo {
    width: 86px;
    min-height: 44px;
  }

  .brand-image {
    max-width: 86px;
    max-height: 44px;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .main-nav a {
    font-size: 0.96rem;
  }

  .main-nav .nav-cta {
    font-size: 0.95rem;
  }

  .section {
    padding: 62px 0;
  }

  .study-section {
    padding: 58px 0;
  }

  .study-section h2 {
    font-size: clamp(2.08rem, 10.2vw, 3rem);
  }

  .star-section h2 {
    font-size: clamp(2.02rem, 8.1vw, 2.48rem);
  }

  .star-section {
    background:
      linear-gradient(180deg, rgba(7, 20, 38, 0.9) 0%, rgba(7, 20, 38, 0.84) 52%, rgba(7, 20, 38, 0.72) 100%),
      var(--star-bg, url("assets/secao-03-bg-v3.webp")) 35% center / cover no-repeat,
      #071426;
  }

  .star-section .split {
    display: block;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .star-section .section-inner {
    width: min(100% - 16px, 1180px);
  }

  .star-section h2 {
    max-width: 100%;
    line-height: 1.02;
  }

  .star-copy {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .quote-card {
    padding: 22px;
  }

  .quote-card p {
    font-size: 1.25rem;
  }

  .solution-card > div:not(.solution-media),
  .solution-card > .button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .solution-card > div:not(.solution-media) {
    padding-top: 20px;
  }

  .solution-card > .button {
    margin-bottom: 22px;
  }

  .solution-media {
    min-height: 220px;
  }

  .solutions-footer {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .club-grid h2 {
    font-size: clamp(2rem, 8.3vw, 2.55rem);
  }

  .community-copy h2 {
    font-size: clamp(2rem, 8.8vw, 2.72rem);
  }

  .community-logo {
    width: min(280px, 82%);
    margin-bottom: 18px;
  }

  .community-copy .button {
    width: 100%;
  }

  .community-section {
    min-height: 820px;
    align-items: start;
    padding: 58px 0 430px;
    background:
      var(--community-mobile-bg, url("assets/marcas-que-brilham-bg.webp")) 58% bottom / auto 42% no-repeat,
      #fbf8f4;
  }

  .community-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    min-height: 560px;
    padding: 72px 0;
  }

  .final-cta::before {
    top: 28%;
  }

  .final-cta h2 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .final-cta .button {
    width: 100%;
  }

  .benefits {
    width: 100%;
    grid-template-columns: 1fr;
  }

  #clube .button {
    width: 100%;
  }

  .star-section .constellation {
    display: none;
  }

  .star-section .constellation svg {
    display: none;
  }

  .hero-grid {
    padding: 54px 0 64px;
  }

  .hero.photo-hero {
    background:
      linear-gradient(180deg, rgba(8, 18, 32, 1) 0%, rgba(8, 18, 32, 1) 58%, rgba(8, 18, 32, 0.72) 68%, rgba(8, 18, 32, 0) 82%, rgba(8, 18, 32, 0) 100%),
      var(--hero-mobile-bg, url("assets/fernanda-hero-mobile.webp")) 50% bottom / auto 32% no-repeat,
      #081220;
  }

  .hero.photo-hero::before {
    display: none;
  }

  .photo-hero .hero-grid {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 265px;
  }

  .photo-hero h1 {
    max-width: 96%;
    font-size: clamp(2.35rem, 11vw, 3.15rem);
    line-height: 0.98;
  }

  .photo-hero .hero-text {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .photo-hero .hero-actions {
    gap: 10px;
    margin-top: 32px;
    margin-bottom: 78px;
    position: relative;
    z-index: 2;
  }

  .photo-hero .button {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 0.96rem;
  }

  .main-nav {
    font-size: 0.86rem;
  }

  .hero-actions,
  .section-actions,
  .button,
  .nav-cta {
    width: 100%;
  }

  .about-collage {
    min-height: 320px;
    grid-template-columns: 1fr 1fr;
  }

  .about-photo-4 {
    width: 62%;
    min-height: 130px;
    left: 28%;
    top: 38%;
  }
}
