/* =========================================================
   Samara Paz — CSS público consolidado
   Step 3.1: base limpa + correção de escala do hero desktop
   ========================================================= */

:root{
  --bg:#fff8f7;
  --bg-strong:#fff1ef;
  --surface:#ffffff;
  --surface-soft:#fff3f1;
  --surface-warm:#fffaf9;
  --text:#29191b;
  --muted:#766166;
  --muted-strong:#5f484d;
  --rose:#e95f75;
  --rose-strong:#c82845;
  --salmon:#ff9b8c;
  --blush:#ffd9d3;
  --wine:#7e1730;
  --wine-dark:#2b151b;
  --line:rgba(126,23,48,.14);
  --line-strong:rgba(126,23,48,.22);
  --shadow-soft:0 18px 46px rgba(126,23,48,.10);
  --shadow-card:0 24px 70px rgba(126,23,48,.12);
  --shadow-strong:0 32px 90px rgba(126,23,48,.18);
  --radius-lg:30px;
  --radius-md:22px;
  --radius-sm:16px;
  --container:min(1240px, calc(100vw - 32px));
  --header-h:72px;
  --ease:cubic-bezier(.2,.8,.2,1);
}

*{box-sizing:border-box}
html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  scroll-behavior:smooth;
  background:var(--bg);
}
body{
  width:100%;
  max-width:100%;
  min-height:100svh;
  margin:0;
  overflow-x:hidden;
  color:var(--text);
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,155,140,.24), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(233,95,117,.18), transparent 28%),
    linear-gradient(180deg, #fffafa 0%, var(--bg) 48%, #fff 100%);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.is-lightbox-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img,video,svg{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
button{color:inherit}
:focus-visible{outline:3px solid rgba(200,40,69,.36);outline-offset:3px}
::selection{background:rgba(233,95,117,.18);color:var(--wine)}

.container{
  width:var(--container);
  max-width:100%;
  margin-inline:auto;
}
.soft-bg{
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background:
    linear-gradient(rgba(126,23,48,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126,23,48,.025) 1px, transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.52), transparent 74%);
}
.orb{
  position:fixed;
  z-index:-2;
  border-radius:999px;
  pointer-events:none;
  filter:blur(18px);
  opacity:.64;
}
.orb-one{width:220px;height:220px;top:12%;right:-88px;background:rgba(255,155,140,.30)}
.orb-two{width:280px;height:280px;bottom:4%;left:-120px;background:rgba(233,95,117,.18)}

/* Header */
.header{
  position:sticky;
  top:0;
  z-index:50;
  width:100%;
  background:rgba(255,250,249,.84);
  border-bottom:1px solid rgba(126,23,48,.08);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
}
.header-inner{
  min-height:var(--header-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:11px;
}
.brand-mark{
  flex:0 0 auto;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:16px;
  background:linear-gradient(145deg,#fff,#ffe7e3);
  box-shadow:0 12px 30px rgba(126,23,48,.10);
  color:var(--wine);
  font-weight:900;
  letter-spacing:-.05em;
}
.brand-mark img{width:100%;height:100%;object-fit:contain;padding:6px}
.brand-text{min-width:0;display:flex;flex-direction:column;line-height:1.04}
.brand-text strong{
  max-width:180px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:.94rem;
  letter-spacing:-.02em;
}
.brand-text small{
  max-width:190px;
  margin-top:4px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:rgba(118,97,102,.88);
  font-size:.70rem;
}
.nav{display:none;align-items:center;gap:8px;color:var(--muted);font-weight:800;font-size:.92rem}
.nav a{padding:10px 13px;border-radius:999px;transition:background .22s var(--ease), color .22s var(--ease), transform .22s var(--ease)}
.nav a:hover{background:rgba(255,217,211,.56);color:var(--wine);transform:translateY(-1px)}
.nav .nav-cta{background:var(--wine-dark);color:#fff;box-shadow:0 14px 32px rgba(41,25,27,.18)}
.nav .nav-cta:hover{background:var(--rose-strong);color:#fff}

/* Hero */
.hero{
  position:relative;
  min-height:calc(100svh - var(--header-h));
  display:flex;
  align-items:center;
  padding:18px 0 34px;
  overflow:hidden;
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 58fr) minmax(112px, 42fr);
  gap:12px 8px;
  align-items:end;
}
.container.hero-grid{
  width:var(--container);
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
.hero-copy{position:relative;z-index:3;grid-column:1;grid-row:1;align-self:center;padding-top:4px}
.hero-visual{position:relative;z-index:1;grid-column:2;grid-row:1;align-self:end;display:grid;place-items:end center;min-height:270px;overflow:visible}
.hero-visual::before,
.hero-visual::after{
  content:"";
  position:absolute;
  pointer-events:none;
}
.hero-visual::before{
  z-index:0;
  width:min(112%, 620px);
  height:68%;
  right:-4%;
  bottom:13%;
  border-radius:999px;
  background:
    radial-gradient(ellipse at 56% 42%, rgba(255,225,220,.52) 0%, rgba(255,155,140,.26) 35%, rgba(233,95,117,.10) 58%, transparent 78%);
  filter:blur(18px);
  opacity:.84;
}
.hero-visual::after{
  z-index:0;
  width:min(104%, 560px);
  height:24%;
  right:0;
  bottom:0;
  border-radius:999px 999px 0 0;
  background:radial-gradient(ellipse at center, rgba(126,23,48,.16) 0%, rgba(233,95,117,.10) 34%, rgba(255,248,247,.04) 62%, transparent 80%);
  filter:blur(18px);
  opacity:.56;
}
.hero-support{position:relative;z-index:4;grid-column:1 / -1;grid-row:2;margin-top:0}
.eyebrow,.tag{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid rgba(233,95,117,.16);
  border-radius:999px;
  background:rgba(255,255,255,.76);
  color:var(--rose-strong);
  box-shadow:0 10px 30px rgba(126,23,48,.05);
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.105em;
  line-height:1;
  text-transform:uppercase;
}
.hero h1,.section h2,.gallery-page-panel h1,.media-grid h2,.about-card h2,.contact-card h2{
  margin:14px 0 0;
  color:var(--text);
  font-family:"Playfair Display", Georgia, serif;
  font-weight:700;
  line-height:.92;
  letter-spacing:-.058em;
}
.hero h1{
  max-width:9ch;
  font-size:clamp(2.22rem, 11.7vw, 3.72rem);
}
.hero p,.section-head p,.media-grid p,.about-card p,.contact-card p,.gallery-page-panel p{
  margin:16px 0 0;
  color:var(--muted);
  font-size:1rem;
  line-height:1.7;
}
.hero p{max-width:560px}
.hero-actions{display:flex;flex-direction:column;align-items:stretch;gap:11px;margin-top:24px}
.btn,.portfolio-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  border-radius:999px;
  font-weight:900;
  transition:transform .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease), color .22s var(--ease);
}
.btn{padding:0 22px;border:1px solid transparent;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--rose-strong),var(--rose),var(--salmon));color:#fff;box-shadow:0 18px 44px rgba(200,40,69,.24)}
.btn-primary:hover,.portfolio-link:hover{transform:translateY(-2px)}
.btn-primary:hover{box-shadow:0 24px 56px rgba(200,40,69,.32)}
.btn-secondary{background:rgba(255,255,255,.82);border-color:var(--line);color:var(--wine)}
.portfolio-link{min-height:48px;width:max-content;color:var(--wine);gap:8px;padding:0 4px}
.portrait-stage{
  position:relative;
  z-index:1;
  width:min(120%, 440px);
  height:306px;
  display:grid;
  place-items:end center;
  overflow:visible;
  isolation:isolate;
}
.portrait-stage::before{
  content:"";
  position:absolute;
  left:4%;
  right:4%;
  bottom:1%;
  z-index:0;
  height:46%;
  border-radius:999px 999px 0 0;
  background:
    radial-gradient(ellipse at 50% 86%, rgba(200,40,69,.16) 0%, rgba(255,155,140,.10) 38%, transparent 72%);
  filter:blur(16px);
  opacity:.78;
}
.portrait-glow{
  position:absolute;
  z-index:0;
  left:4%;
  bottom:10%;
  width:94%;
  height:66%;
  border-radius:999px;
  background:
    radial-gradient(ellipse at 52% 36%, rgba(255,231,226,.52) 0%, rgba(255,155,140,.22) 42%, rgba(233,95,117,.09) 64%, transparent 82%);
  filter:blur(20px);
  opacity:.78;
}
.portrait-gradient{
  position:absolute;
  left:50%;
  bottom:-2px;
  width:78%;
  max-width:420px;
  height:15%;
  transform:translateX(-50%);
  z-index:1;
  border-radius:999px 999px 0 0;
  pointer-events:none;
  opacity:.22;
  background:radial-gradient(ellipse at center, rgba(255,248,247,.46) 0%, rgba(255,217,211,.18) 46%, transparent 78%);
  filter:blur(18px);
}
.portrait-image{
  position:relative;
  z-index:2;
  width:auto;
  max-width:118%;
  max-height:100%;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 32px 54px rgba(126,23,48,.18));
  transform:translateX(1.5%);
  -webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 70%, rgba(0,0,0,.94) 79%, rgba(0,0,0,.46) 92%, transparent 100%);
  mask-image:linear-gradient(to bottom, #000 0%, #000 70%, rgba(0,0,0,.94) 79%, rgba(0,0,0,.46) 92%, transparent 100%);
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
}
.portrait-stage.waiting-photo::after{
  content:"";
  position:absolute;
  inset:11% 8% 0;
  z-index:2;
  border-radius:48% 48% 34% 34%;
  background:linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,217,211,.22));
}

/* Áreas e diferenciais */
.areas-strip{position:relative;z-index:5;margin-top:-8px;padding:0 0 18px}
.areas-card{
  display:grid;
  gap:12px;
  padding:16px;
  border:1px solid rgba(126,23,48,.12);
  border-radius:24px;
  background:rgba(255,255,255,.70);
  box-shadow:0 18px 54px rgba(126,23,48,.09);
  backdrop-filter:blur(16px);
}
.areas-card > span{color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.areas-list{display:flex;flex-wrap:wrap;gap:9px}
.areas-list strong{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,243,241,.92);
  color:var(--wine);
  font-size:.82rem;
  font-weight:900;
}
.signal-strip{padding:8px 0 18px}
.signal-grid{display:grid;gap:12px}
.signal-card,.partnership-card,.about-card,.contact-card,.gallery-empty,.media-grid,.gallery-page-panel{
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,.72);
  box-shadow:var(--shadow-card);
  backdrop-filter:blur(14px);
}
.signal-card{padding:17px}
.signal-card strong{display:block;color:var(--wine);font-size:1rem;letter-spacing:-.02em}
.signal-card span{display:block;margin-top:7px;color:var(--muted);font-size:.92rem;line-height:1.55}

/* Seções */
.section{position:relative;padding:54px 0}
.section-soft{background:linear-gradient(180deg, rgba(255,255,255,0), rgba(255,240,238,.62), rgba(255,255,255,0))}
.section-head{display:grid;gap:10px;margin-bottom:22px}
.section h2,.gallery-page-panel h1,.media-grid h2,.about-card h2,.contact-card h2{font-size:clamp(2rem, 9vw, 4.5rem)}
.section-head p{max-width:760px}

/* Dropdown de categorias */
.gallery-category-selector{position:relative;width:100%;margin:0 0 16px}
.category-selector-button{
  width:100%;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  color:var(--wine);
  box-shadow:0 16px 36px rgba(126,23,48,.08);
  font-weight:900;
  cursor:pointer;
}
.category-selector-button span{transition:transform .2s var(--ease)}
.gallery-category-selector.is-open .category-selector-button span{transform:rotate(180deg)}
.category-selector-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  z-index:30;
  display:none;
  padding:8px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.96);
  box-shadow:0 20px 50px rgba(126,23,48,.16);
  backdrop-filter:blur(16px);
}
.gallery-category-selector.is-open .category-selector-menu{display:grid}
.category-selector-menu a{padding:13px 14px;border-radius:14px;color:var(--muted);font-weight:850}
.category-selector-menu a:hover{background:var(--surface-soft);color:var(--wine)}

/* Cards de galeria / carrossel */
.gallery-box{position:relative;width:100%;max-width:100%}
.gallery-carousel{position:relative;width:100%;max-width:100%}
.gallery-carousel-viewport{width:100%;overflow:hidden;padding:2px 0 14px}
.gallery-grid{display:grid;grid-template-columns:1fr;gap:16px}
.gallery-carousel-track{
  display:flex;
  grid-template-columns:none;
  gap:0;
  overflow-x:auto;
  overflow-y:visible;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.gallery-carousel-track::-webkit-scrollbar{display:none}
.gallery-carousel-track .gallery-entry{
  flex:0 0 100%;
  width:100%;
  max-width:100%;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.gallery-entry{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(126,23,48,.12);
  border-radius:30px;
  background:rgba(255,255,255,.86);
  box-shadow:0 20px 58px rgba(126,23,48,.10);
  isolation:isolate;
  transform:translateZ(0);
  transition:transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease);
}
.gallery-entry:hover{transform:translateY(-4px);border-color:rgba(126,23,48,.18);box-shadow:0 30px 80px rgba(126,23,48,.15)}
.gallery-photo{
  position:relative;
  min-height:245px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(255,255,255,.75), transparent 24%),
    linear-gradient(145deg, #ffe5e0, #fff7f5 48%, #ffc8bd);
  color:rgba(126,23,48,.62);
}
.gallery-photo::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  height:42%;
  pointer-events:none;
  background:linear-gradient(0deg, rgba(255,250,249,.94) 0%, rgba(255,250,249,.55) 38%, transparent 100%);
}
.gallery-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.gallery-photo-fallback{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:94px;
  height:94px;
  border-radius:32px;
  background:rgba(255,255,255,.72);
  color:var(--wine);
  box-shadow:inset 0 0 0 1px rgba(126,23,48,.08), 0 18px 50px rgba(126,23,48,.10);
  font-weight:950;
  font-size:1.25rem;
  letter-spacing:-.04em;
}
.gallery-photo-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(255,255,255,.90);
  color:var(--wine);
  box-shadow:0 10px 25px rgba(126,23,48,.10);
  font-size:.74rem;
  font-weight:950;
  backdrop-filter:blur(10px);
}
.gallery-body{position:relative;z-index:4;display:flex;flex:1;flex-direction:column;gap:10px;padding:18px;background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,250,249,.98))}
.gallery-kicker{color:var(--rose-strong);font-size:.68rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.gallery-body h3{margin:0;color:var(--wine);font-size:1.12rem;line-height:1.15;letter-spacing:-.02em}
.gallery-body p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.56}
.gallery-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}
.gallery-tags span{display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border-radius:999px;background:var(--surface-soft);color:var(--rose-strong);font-size:.74rem;font-weight:950}
.gallery-open-link{display:inline-flex;align-items:center;gap:7px;margin-top:2px;color:var(--wine);font-weight:950}
.gallery-entry.is-empty .gallery-photo{background:linear-gradient(145deg,#fff1ef,#fffafa 50%,#ffe1dc)}
.gallery-entry.is-empty .gallery-photo-badge{color:var(--muted)}
.gallery-carousel-arrow{
  position:absolute;
  top:50%;
  z-index:10;
  width:42px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(126,23,48,.10);
  border-radius:17px;
  background:rgba(255,255,255,.88);
  color:var(--wine);
  box-shadow:0 16px 42px rgba(126,23,48,.14);
  backdrop-filter:blur(16px);
  font-size:1.9rem;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
  transition:opacity .2s var(--ease), transform .2s var(--ease), background .2s var(--ease);
}
.gallery-carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.04)}
.gallery-carousel-arrow[hidden]{display:none}
.gallery-carousel-prev{left:8px}
.gallery-carousel-next{right:8px}
.gallery-carousel-hint{margin-top:8px;color:var(--muted);font-size:.82rem;font-weight:800;text-align:center}

/* Blocos comerciais */
.partnership-grid{display:grid;gap:14px}
.partnership-card{padding:22px}
.partnership-card h3{margin:0;color:var(--wine);font-size:1.16rem;letter-spacing:-.02em}
.partnership-card p{margin:10px 0 0;color:var(--muted);line-height:1.65}
.media-grid{padding:24px;display:grid;gap:22px}
.metric-grid{display:grid;gap:12px}
.metric-grid article{padding:18px;border:1px solid rgba(126,23,48,.10);border-radius:22px;background:linear-gradient(145deg,#fff,#fff1ef)}
.metric-grid strong{display:block;color:var(--wine);font-size:1.25rem;letter-spacing:-.03em;text-transform:lowercase}
.metric-grid span{display:block;margin-top:5px;color:var(--muted);font-size:.9rem;font-weight:800}
.about-grid{display:grid;gap:16px}
.about-card,.contact-card{padding:24px}
.about-list{list-style:none;display:grid;gap:10px;margin:18px 0 0;padding:0}
.about-list li{padding:12px 13px;border-radius:16px;background:var(--surface-soft);color:var(--wine);font-weight:850}
.contact-box{display:grid;gap:12px;margin-top:20px}
.contact-pill{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:58px;
  padding:0 16px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 34px rgba(126,23,48,.06);
}
.contact-pill span{color:var(--muted);font-size:.82rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.contact-pill strong{color:var(--wine);font-size:.95rem}

/* Página interna de galeria */
.gallery-page-hero{padding:34px 0 12px}
.gallery-page-panel{padding:22px}
.back-link{display:inline-flex;margin-bottom:14px;color:var(--muted);font-weight:950}
.back-link:hover{color:var(--wine)}
.gallery-page-panel h1{margin-top:12px}
.gallery-page-panel p{max-width:720px}
.gallery-page-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.gallery-page-meta span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;background:var(--surface-soft);color:var(--wine);font-size:.78rem;font-weight:950}
.gallery-category-tabs{display:none;flex-wrap:wrap;gap:10px;margin-top:18px}
.gallery-category-tab{padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-weight:950}
.gallery-category-tab.is-active{background:var(--wine);border-color:var(--wine);color:#fff}
.gallery-masonry{display:grid;grid-template-columns:1fr;gap:14px}
.gallery-shot{
  position:relative;
  width:100%;
  min-height:320px;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow-card);
  cursor:pointer;
  isolation:isolate;
}
.gallery-shot img,.gallery-shot video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .28s var(--ease)}
.gallery-shot:hover img,.gallery-shot:hover video{transform:scale(1.035)}
.gallery-shot::after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(0deg,rgba(41,25,27,.55),transparent);z-index:2;opacity:.82;transition:opacity .22s var(--ease)}
.gallery-shot-index{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.88);color:var(--wine);font-weight:950;font-size:.78rem;backdrop-filter:blur(10px)}
.gallery-shot-overlay{position:absolute;left:14px;right:14px;bottom:14px;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff;font-weight:950}
.gallery-play-icon{position:absolute;inset:0;z-index:3;margin:auto;width:56px;height:56px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.88);color:var(--wine);box-shadow:0 14px 34px rgba(41,25,27,.18);font-weight:950}
.gallery-empty{padding:30px 22px;text-align:center;display:grid;gap:8px;color:var(--muted)}
.gallery-empty strong{color:var(--wine);font-size:1.12rem}
.gallery-empty-link{width:max-content;margin:6px auto 0;color:var(--rose-strong);font-weight:950}

/* Rodapé */
.site-footer{padding:32px 0 112px;border-top:1px solid var(--line);background:rgba(255,255,255,.58)}
.site-footer-inner{display:grid;gap:12px;color:var(--muted)}
.site-footer strong{display:block;color:var(--text)}
.site-footer span{display:block;margin-top:4px}
.site-footer small{font-weight:800}
.footer-socials{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}
.footer-social-link{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--wine);font-size:.82rem;font-weight:900}

/* FABs */
.fab-nav{position:fixed;left:16px;bottom:18px;z-index:60;display:grid;place-items:center}
.logo-fab{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(126,23,48,.12);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:var(--wine);
  box-shadow:0 18px 42px rgba(126,23,48,.16);
  backdrop-filter:blur(18px);
  font-weight:950;
  cursor:pointer;
}
.logo-fab img{width:100%;height:100%;object-fit:contain;padding:8px}
.fab-items{position:absolute;left:0;bottom:70px;display:grid;gap:8px;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s var(--ease), transform .2s var(--ease)}
.fab-nav.is-open .fab-items{opacity:1;pointer-events:auto;transform:translateY(0)}
.fab-item{width:max-content;padding:11px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 14px 30px rgba(126,23,48,.12);color:var(--wine);font-size:.86rem;font-weight:950}
.fab-wa{
  position:fixed;
  right:16px;
  bottom:18px;
  z-index:59;
  min-width:54px;
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:999px;
  background:#1f1a1b;
  color:#fff;
  box-shadow:0 18px 42px rgba(31,26,27,.22);
  font-weight:950;
}
.fab-instagram{width:56px;height:56px;padding:0;background:linear-gradient(135deg,var(--rose-strong),var(--rose),var(--salmon));box-shadow:0 18px 44px rgba(200,40,69,.26)}
.fab-instagram svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:1.85}.fab-instagram .dot{fill:#fff;stroke:none}

/* Lightbox */
.lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(20,12,14,.86);backdrop-filter:blur(10px)}
.lightbox.is-open{display:flex}
.lightbox-stage{width:100%;height:100%;display:grid;place-items:center}
.lightbox img,.lightbox video{max-width:100%;max-height:86svh;border-radius:20px;box-shadow:0 20px 80px rgba(0,0,0,.34)}
.lightbox img[hidden],.lightbox video[hidden]{display:none}
.lightbox-close,.lightbox-nav{position:absolute;z-index:2;display:grid;place-items:center;border:0;background:rgba(255,255,255,.92);color:var(--wine);box-shadow:0 12px 34px rgba(0,0,0,.20);cursor:pointer}
.lightbox-close{top:16px;right:16px;width:46px;height:46px;border-radius:999px;font-size:1.8rem;line-height:1}
.lightbox-nav{top:50%;width:46px;height:58px;border-radius:18px;font-size:2rem;transform:translateY(-50%)}
.lightbox-prev{left:12px}.lightbox-next{right:12px}

/* Tablet */
@media (min-width:720px){
  :root{--container:min(1180px, calc(100vw - 48px))}
  .nav{display:flex}
  .hero{padding:40px 0 46px}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.64fr);gap:18px 28px;align-items:center}
  .hero-copy{grid-column:1;grid-row:1;align-self:end}.hero-visual{grid-column:2;grid-row:1 / span 2;min-height:470px}.hero-visual::before{width:min(118%,620px);height:68%;right:-5%;bottom:14%}.hero-visual::after{width:min(108%,520px);height:22%;right:-1%;bottom:0}.hero-support{grid-column:1;grid-row:2;max-width:600px}
  .hero h1{font-size:clamp(3.65rem, 7.2vw, 5.85rem);max-width:9.35ch}.hero-actions{flex-direction:row;align-items:center}.btn-primary{min-width:220px}
  .portrait-stage{width:100%;height:500px;max-width:500px}.portrait-image{max-width:112%;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 70%,rgba(0,0,0,.92) 80%,rgba(0,0,0,.44) 92%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 70%,rgba(0,0,0,.92) 80%,rgba(0,0,0,.44) 92%,transparent 100%)}.portrait-glow{height:64%;bottom:12%;opacity:.74}.portrait-gradient{width:68%;max-width:360px;height:14%;opacity:.18}
  .areas-card{grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:18px 20px}.areas-list{justify-content:flex-end}
  .signal-grid,.partnership-grid,.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .about-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:stretch}
  .gallery-grid:not(.gallery-carousel-track){grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery-carousel-track{gap:16px}.gallery-carousel-track .gallery-entry{flex-basis:calc((100% - 16px) / 2)}
  .gallery-carousel-prev{left:-14px}.gallery-carousel-next{right:-14px}.gallery-carousel-hint{text-align:left}
  .gallery-category-selector{max-width:360px}.gallery-category-tabs{display:flex}.gallery-page-selector{display:none}
  .gallery-masonry{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.gallery-shot{min-height:340px}.gallery-shot:nth-child(3n+2){min-height:430px}
  .media-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);align-items:center;padding:28px}
  .site-footer-inner{grid-template-columns:1fr auto;align-items:center}
}

/* Desktop */
@media (min-width:1024px){
  :root{--container:min(1320px, calc(100vw - 88px));--header-h:78px}
  .brand-mark{width:46px;height:46px;border-radius:18px}.brand-text strong{font-size:1rem}.brand-text small{font-size:.75rem}.nav{font-size:.96rem;gap:10px}
  .hero{min-height:clamp(640px, calc(100svh - var(--header-h)), 790px);padding:34px 0 48px;align-items:center}
  .hero-grid{grid-template-columns:minmax(0,.78fr) minmax(420px,.72fr);gap:18px 44px;align-items:center}
  .hero-copy{align-self:center;padding-top:0}.hero-support{align-self:start;max-width:505px}
  .hero h1{font-size:clamp(4.55rem, 5.15vw, 6.65rem);line-height:.92;max-width:9.05ch}.hero p{max-width:505px;font-size:1.04rem;line-height:1.72}.eyebrow,.tag{font-size:.70rem;padding:9px 13px}
  .hero-visual{min-height:clamp(500px, 56svh, 600px);place-items:end center}.hero-visual::before{width:min(114%,660px);height:72%;right:-6%;bottom:12%;opacity:.72}.hero-visual::after{width:min(106%,580px);height:22%;right:-2%;bottom:0;opacity:.46}.portrait-stage{height:clamp(500px, 57svh, 605px);width:100%;max-width:560px}.portrait-image{max-width:106%;transform:none;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 71%,rgba(0,0,0,.92) 80%,rgba(0,0,0,.44) 92%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 71%,rgba(0,0,0,.92) 80%,rgba(0,0,0,.44) 92%,transparent 100%)}.portrait-glow{bottom:12%;height:64%;opacity:.72}.portrait-gradient{width:62%;max-width:360px;height:13%;opacity:.14;background:radial-gradient(ellipse at center,rgba(255,248,247,.46) 0%,rgba(255,217,211,.14) 50%,transparent 78%)}
  .section{padding:72px 0}.section-head{margin-bottom:26px}.section h2,.gallery-page-panel h1,.media-grid h2,.about-card h2,.contact-card h2{font-size:clamp(3.1rem,4.5vw,5rem)}
  .gallery-grid:not(.gallery-carousel-track){grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-carousel-track .gallery-entry{flex-basis:calc((100% - 32px) / 3)}.gallery-photo{min-height:285px}
  .gallery-masonry{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-shot{min-height:360px}.gallery-shot:nth-child(3n+2){min-height:470px}
  .gallery-page-hero{padding:52px 0 18px}.gallery-page-panel{padding:34px}
  .fab-nav{left:50%;bottom:24px;transform:translateX(-50%)}.fab-items{left:50%;bottom:72px;transform:translate(-50%,8px);grid-auto-flow:column;grid-auto-columns:max-content}.fab-nav.is-open .fab-items{transform:translate(-50%,0)}.fab-wa{right:26px;bottom:24px}
}

/* Telas grandes */
@media (min-width:1440px){
  :root{--container:min(1360px, calc(100vw - 120px))}
  .hero-grid{grid-template-columns:minmax(0,.76fr) minmax(480px,.78fr);gap:20px 56px}
  .hero h1{font-size:clamp(5rem,4.7vw,6.9rem)}
  .portrait-stage{max-width:600px;height:clamp(535px,57svh,625px)}.portrait-gradient{width:58%;max-width:350px;height:12%;opacity:.12}
  .portrait-image{max-width:103%}.hero-visual::before{right:-4%;opacity:.68}
}

/* Mobile fino */
@media (max-width:480px){
  :root{--container:min(100vw - 24px, 1240px);--header-h:66px}
  .header-inner{min-height:var(--header-h)}.brand-mark{width:38px;height:38px}.brand-text strong{max-width:160px}.brand-text small{max-width:172px}
  .hero{min-height:calc(100svh - var(--header-h));padding:16px 0 30px}.hero-grid{grid-template-columns:minmax(0,58fr) minmax(104px,42fr);gap:10px 7px}.hero h1{font-size:clamp(2.02rem,11.3vw,3rem);max-width:8.4ch}.hero p{font-size:.98rem}.portrait-stage{height:286px;width:min(128%,330px);max-width:none}.hero-visual{min-height:264px}.hero-visual::before{width:122%;height:68%;right:-14%;bottom:13%;opacity:.56;filter:blur(14px)}.hero-visual::after{width:98%;height:18%;right:-4%;opacity:.30}.portrait-image{max-width:118%;transform:translateX(1.5%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.9) 82%,rgba(0,0,0,.45) 93%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.9) 82%,rgba(0,0,0,.45) 93%,transparent 100%)}.portrait-glow{bottom:12%;height:60%;opacity:.56}.portrait-gradient{width:64%;height:12%;max-width:220px;opacity:.12}.hero-actions{margin-top:22px}.btn-primary{width:100%}
  .areas-card{padding:14px}.signal-card{padding:16px}.section{padding:46px 0}.gallery-photo{min-height:232px}.gallery-carousel-arrow{width:38px;height:46px}.gallery-carousel-prev{left:6px}.gallery-carousel-next{right:6px}
  .gallery-page-panel,.media-grid,.about-card,.contact-card{padding:20px;border-radius:24px}.gallery-shot{min-height:300px}.lightbox{padding:14px}.lightbox-nav{width:40px;height:52px}.lightbox-prev{left:8px}.lightbox-next{right:8px}
  .fab-nav{left:12px;bottom:14px}.fab-wa{right:12px;bottom:14px}.logo-fab,.fab-instagram{width:54px;height:54px}.site-footer{padding-bottom:98px}
}

@media (max-width:360px){
  .brand-text small{display:none}.hero h1{font-size:clamp(1.86rem,10.8vw,2.55rem)}.portrait-stage{height:260px}.hero-visual{min-height:244px}.eyebrow,.tag{font-size:.60rem;padding:8px 10px}.fab-wa{min-width:50px;height:50px}.logo-fab{width:52px;height:52px}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.01ms !important}
}