:root {
  --black: #070707;
  --black-2: #0d0d0d;
  --paper: #f5f0e7;
  --muted: #aaa39a;
  --red: #b71919;
  --red-deep: #760f0f;
  --line: rgba(255,255,255,.13);
  --container: 1160px;
  --ease: cubic-bezier(.22,.8,.24,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--paper);
  background: var(--black);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }

.grain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: .35s var(--ease); }
.site-header.scrolled { background: rgba(7,7,7,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .18em; font-size: .82rem; }
.mini-enso { width: 25px; height: 25px; border: 3px solid var(--red); border-right-color: transparent; border-radius: 50%; transform: rotate(-30deg); }
.nav { display: flex; align-items: center; gap: 30px; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav > a:not(.nav-cta) { color: #c5beb5; }
.nav > a:hover { color: #fff; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(200,25,46,.55); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-button span { width: 18px; height: 1px; background: #fff; transition: .25s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { min-height: 100svh; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(105deg, rgba(3,3,3,.92) 5%, rgba(3,3,3,.66) 47%, rgba(3,3,3,.28) 100%),
    url("assets/dakkai-hero-oficial.webp") 56% 48% / cover no-repeat;
  transform: scale(1.045);
  animation: heroZoom 15s ease-out both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 43%, rgba(183,25,25,.20), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.13), rgba(0,0,0,.40) 66%, var(--black) 100%);
}
.hero-inner { width: 100%; padding: 104px 0 82px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-logo-frame { width: min(650px, 94vw); margin: 0 auto; display: block; opacity: 0; transform: translateY(24px) scale(.98); animation: enter .9s .12s var(--ease) forwards; }
.hero-logo { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 20px 52px rgba(0,0,0,.78)); }
.hero-copy { max-width: 620px; margin: -8px auto 32px; color: #c4bdb4; font-size: clamp(.92rem, 1.6vw, 1.06rem); letter-spacing: .04em; opacity: 0; animation: enter .8s .28s var(--ease) forwards; }
.link-stack { width: min(520px, 100%); display: grid; gap: 10px; opacity: 0; animation: enter .8s .42s var(--ease) forwards; }
.brush-button { position: relative; min-height: 55px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; border: 1px solid rgba(255,255,255,.19); background: rgba(5,5,5,.62); backdrop-filter: blur(9px); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; transition: border .25s, transform .25s; }
.brush-button::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, var(--red-deep), var(--red), #9b1121); transform: translateX(-103%) skewX(-7deg); transition: transform .48s var(--ease); }
.brush-button:hover { border-color: transparent; transform: translateY(-2px); }
.brush-button:hover::before { transform: translateX(0) skewX(0); }
.brush-button b { font-size: 1.15rem; font-weight: 400; }
.hero-meta { margin-top: 28px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; color: #8f8982; font-size: .69rem; letter-spacing: .09em; text-transform: uppercase; opacity: 0; animation: enter .8s .56s var(--ease) forwards; }
.hero-meta i { width: 3px; height: 3px; background: var(--red); border-radius: 50%; }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; translate: -50%; width: 28px; height: 42px; display: grid; place-items: start center; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; }
.scroll-cue span { width: 3px; height: 8px; margin-top: 8px; border-radius: 3px; background: #fff; animation: scroll 1.7s infinite; }

.section { padding: 125px 0; }
.two-columns { display: grid; grid-template-columns: 210px 1fr; gap: 70px; }
.section-label { color: #79736c; font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.section-label span { margin-right: 12px; color: var(--red); }
.kicker { margin: 0 0 20px; color: var(--red); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h2 { margin: 0; font-family: "Noto Serif JP", Georgia, serif; font-weight: 500; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .98; letter-spacing: -.045em; }
.lead { max-width: 720px; margin: 38px 0 0; color: #aaa39a; font-size: clamp(1rem, 2vw, 1.3rem); }
.principles { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principles article { min-height: 250px; padding: 34px 28px 0 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 28px; }
.principles article:last-child { border-right: 0; }
.principles article > span { color: var(--red); font-family: "Noto Serif JP", serif; font-size: 2.2rem; }
.principles h3 { margin: 45px 0 10px; font-size: 1rem; text-transform: uppercase; letter-spacing: .14em; }
.principles p { color: #8f8982; font-size: .89rem; }

.experience { position: relative; min-height: 850px; display: grid; align-items: end; padding-bottom: 90px; overflow: hidden; }
.experience-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.48) 48%, rgba(0,0,0,.15) 100%),
    linear-gradient(180deg, var(--black) 0%, transparent 22%, transparent 72%, var(--black) 100%),
    url("assets/dakkai-experiencia-oficial.webp") 56% 52% / cover no-repeat;
  transform: scale(1.015);
}
.experience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 620px) 1fr; }
.experience-card { padding: 48px; border: 1px solid var(--line); background: rgba(7,7,7,.75); backdrop-filter: blur(16px); }
.experience-card .section-label { margin-bottom: 55px; }
.experience-card h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); }
.experience-card > p:not(.kicker) { margin: 28px 0; color: #aaa39a; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { color: var(--red); transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }


.official-gallery {
  position: relative;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.official-gallery::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -250px;
  top: 30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,25,25,.16), transparent 68%);
  pointer-events: none;
}
.gallery-heading {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 70px;
  align-items: start;
}
.gallery-heading .lead {
  max-width: 760px;
}
.gallery-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  gap: 18px;
}
.gallery-card {
  position: relative;
  margin: 0;
  min-height: 610px;
  overflow: hidden;
  background: #111;
  border: 1px solid var(--line);
}
.gallery-card picture,
.gallery-card img {
  width: 100%;
  height: 100%;
}
.gallery-card img {
  object-fit: cover;
  object-position: center;
  transition: transform .8s var(--ease), filter .8s var(--ease);
}
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.82) 100%);
  pointer-events: none;
}
.gallery-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.03);
}
.gallery-card figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: flex;
  gap: 13px;
  align-items: center;
  color: #f5f0e7;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.gallery-card figcaption span {
  color: var(--red);
}

.contact { border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.contact .section-label { margin-bottom: 65px; }
.contact h2 { font-size: clamp(4rem, 10vw, 9rem); }
.contact-details { display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-details > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: 6px; color: #77716a; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { font-size: .94rem; font-weight: 500; }
.contact-links { display: flex; flex-wrap: wrap; gap: 18px; }
.contact-links a { border-bottom: 1px solid var(--red); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.footer { padding: 60px 0 35px; border-top: 1px solid var(--line); background: #040404; }
.footer-inner { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 40px; color: #6f6a64; font-size: .74rem; }
.footer-logo { width: 190px; display: block; }
.footer-inner img { width: 100%; height: auto; margin: 0; }
.footer-inner p { margin: 0; text-align: center; }
.footer-inner a { border-bottom: 1px solid #333; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 900; min-height: 46px; padding: 0 17px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(10,10,10,.88); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #27c66f; box-shadow: 0 0 0 0 rgba(39,198,111,.5); animation: pulse 2s infinite; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 3000; translate: -50% 30px; max-width: min(92vw, 520px); padding: 13px 17px; border: 1px solid var(--line); background: rgba(13,13,13,.96); color: #ddd6cc; box-shadow: 0 18px 55px #000; font-size: .82rem; opacity: 0; pointer-events: none; transition: .3s var(--ease); }
.toast.show { opacity: 1; translate: -50% 0; }

.reveal-ready { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal-ready.revealed { opacity: 1; transform: none; }

@keyframes enter { to { opacity: 1; transform: none; } }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(17px); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(39,198,111,0); } 100% { box-shadow: 0 0 0 0 rgba(39,198,111,0); } }

@media (max-width: 900px) {
  .menu-button { display: flex; }
  .nav { position: fixed; inset: 84px 14px auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; background: rgba(8,8,8,.98); border: 1px solid var(--line); backdrop-filter: blur(18px); }
  .nav.open { display: flex; }
  .nav a { padding: 13px 8px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .two-columns, .contact-grid, .gallery-heading { grid-template-columns: 1fr; gap: 45px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin-top: 18px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { max-width: 650px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-logo { width: min(240px, 72vw); }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 72px; }
  .nav { inset: 72px 10px auto; }
  .hero-inner { padding: 86px 0 72px; }
  .hero-logo-frame { width: min(570px, 104%); }
  .hero-copy { margin-top: -4px; }
  .hero-meta { max-width: 340px; }
  .hero-meta i { display: none; }
  .hero-meta span { width: 100%; }
  .section { padding: 88px 0; }
  .experience { min-height: 720px; padding-bottom: 30px; }
  .hero-media {
    background:
      linear-gradient(180deg, rgba(3,3,3,.58) 0%, rgba(3,3,3,.38) 38%, rgba(3,3,3,.76) 78%, var(--black) 100%),
      url("assets/dakkai-hero-oficial-mobile.webp") 56% 48% / cover no-repeat;
  }
  .experience-photo {
    background:
      linear-gradient(180deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.26) 35%, rgba(0,0,0,.28) 65%, var(--black) 100%),
      url("assets/dakkai-experiencia-oficial-mobile.webp") 52% 50% / cover no-repeat;
  }
  .gallery-heading { grid-template-columns: 1fr; gap: 36px; }
  .gallery-grid { grid-template-columns: 1fr; margin-top: 48px; gap: 14px; }
  .gallery-card { min-height: 520px; }
  .gallery-card figcaption { left: 20px; right: 20px; bottom: 18px; font-size: .68rem; }
  .experience-card { padding: 30px 24px; }
  .experience-card .section-label { margin-bottom: 38px; }
  .contact .section-label { margin-bottom: 40px; }
  .contact-links { gap: 14px; }
  .whatsapp-float { right: 12px; bottom: 12px; }
}

@media (min-width: 1600px) {
  :root { --container: 1320px; }
  .hero-logo-frame { width: 700px; }
}


@media (min-width: 701px) and (max-height: 860px) {
  .hero-inner { padding-top: 90px; padding-bottom: 65px; }
  .hero-logo-frame { width: min(540px, 82vw); }
  .hero-copy { margin-top: -10px; margin-bottom: 24px; }
  .brush-button { min-height: 50px; }
  .hero-meta { margin-top: 20px; }
}

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

@media (min-width: 901px) and (max-height: 760px) {
  .hero-logo-frame { width: min(470px, 72vw); }
  .hero-copy { margin-bottom: 20px; }
  .link-stack { gap: 8px; }
  .brush-button { min-height: 46px; }
}
/* =========================================================
   DAKKAI SUSHI — EFEITOS PREMIUM
   Cole este código no FINAL do styles.css
   Mantém toda a estrutura original.
========================================================= */

:root {
  --dakkai-red: #c91f2c;
  --dakkai-red-soft: rgba(201, 31, 44, 0.28);
  --dakkai-gold: #d6ba78;
  --dakkai-gold-soft: rgba(214, 186, 120, 0.24);
  --dakkai-glass: rgba(12, 12, 12, 0.56);
  --dakkai-border: rgba(255, 255, 255, 0.11);
  --dakkai-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --dakkai-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Evita estouro lateral causado pelos movimentos 3D */
html,
body {
  overflow-x: hidden;
}

/* Movimento suave nas âncoras */
html {
  scroll-behavior: smooth;
}

/* Textura mais elegante */
.grain {
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
}

/* =========================================================
   HEADER TRANSLÚCIDO
========================================================= */

.site-header {
  background:
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.82),
      rgba(5, 5, 5, 0.46)
    );
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  transition:
    background 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease,
    transform 0.45s var(--dakkai-ease);
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.88);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.3);
}

/* =========================================================
   LOGO PEQUENA DO MENU
========================================================= */

.mini-brand-official {
  position: relative;
  isolation: isolate;
  border-radius: 999px;
  transition:
    transform 0.5s var(--dakkai-ease),
    filter 0.5s ease;
}

.mini-brand-official::after {
  content: "";
  position: absolute;
  inset: -7px -12px;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.015)
    )
    padding-box,
    linear-gradient(
      120deg,
      rgba(214, 186, 120, 0.35),
      rgba(255, 255, 255, 0.04),
      rgba(201, 31, 44, 0.3)
    )
    border-box;
  opacity: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 0.4s ease;
}

.mini-brand-official:hover {
  transform: translateY(-2px) scale(1.035);
  filter: brightness(1.08);
}

.mini-brand-official:hover::after {
  opacity: 1;
}

.mini-brand-symbol {
  animation: dakkaiMiniFloat 5.5s ease-in-out infinite;
  transition:
    transform 0.45s var(--dakkai-ease),
    filter 0.45s ease;
}

.mini-brand-official:hover .mini-brand-symbol {
  transform: rotate(-3deg) scale(1.07);
  filter:
    drop-shadow(0 6px 16px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 14px rgba(201, 31, 44, 0.22));
}

.mini-brand-word {
  transition:
    letter-spacing 0.45s var(--dakkai-ease),
    color 0.45s ease,
    text-shadow 0.45s ease;
}

.mini-brand-official:hover .mini-brand-word {
  color: #fff8e7 !important;
  letter-spacing: 0.2em !important;
  text-shadow:
    0 3px 15px rgba(0, 0, 0, 0.6),
    0 0 18px rgba(214, 186, 120, 0.2);
}

/* =========================================================
   LOGO PRINCIPAL FLUTUANTE
========================================================= */

.hero-logo-frame {
  position: relative;
  display: inline-grid;
  place-items: center;
  isolation: isolate;
  transform-style: preserve-3d;
  will-change: transform;
  animation: dakkaiHeroFloat 6.5s ease-in-out infinite;
  transition:
    transform 0.25s ease-out,
    filter 0.5s ease;
}

.hero-logo-frame::before {
  content: "";
  position: absolute;
  inset: 12% 13%;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(201, 31, 44, 0.24),
      rgba(214, 186, 120, 0.08) 42%,
      transparent 72%
    );
  filter: blur(28px);
  opacity: 0.72;
  animation: dakkaiAura 5.5s ease-in-out infinite;
}

.hero-logo-frame::after {
  content: "";
  position: absolute;
  top: -25%;
  left: -80%;
  width: 38%;
  height: 160%;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      transparent 0%,
      rgba(255, 255, 255, 0.02) 32%,
      rgba(255, 255, 255, 0.25) 50%,
      rgba(255, 255, 255, 0.03) 68%,
      transparent 100%
    );
  filter: blur(7px);
  transform: rotate(10deg);
  animation: dakkaiLogoShine 7s ease-in-out infinite;
}

.hero-logo {
  position: relative;
  z-index: 2;
  transform: translateZ(24px);
  filter:
    drop-shadow(0 25px 40px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 22px rgba(201, 31, 44, 0.09));
  transition:
    transform 0.55s var(--dakkai-ease),
    filter 0.55s ease;
}

.hero-logo-frame:hover .hero-logo {
  transform: translateZ(34px) scale(1.018);
  filter:
    drop-shadow(0 30px 50px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 28px rgba(214, 186, 120, 0.12));
}

/* =========================================================
   LOGO DO RODAPÉ
========================================================= */

.footer-logo {
  position: relative;
  isolation: isolate;
  transition:
    transform 0.55s var(--dakkai-ease),
    opacity 0.55s ease;
  animation: dakkaiFooterBreathe 6s ease-in-out infinite;
}

.footer-logo::before {
  content: "";
  position: absolute;
  inset: 18% 10%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(201, 31, 44, 0.12);
  filter: blur(24px);
  opacity: 0.65;
}

.footer-logo:hover {
  transform: translateY(-5px) scale(1.025);
}

.footer-logo img {
  filter:
    drop-shadow(0 14px 28px rgba(0, 0, 0, 0.4))
    drop-shadow(0 0 14px rgba(214, 186, 120, 0.08));
}

/* =========================================================
   BOTÕES LIQUID GLASS
========================================================= */

.brush-button,
.nav-cta,
.text-link,
.contact-links a,
.footer a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform 0.42s var(--dakkai-ease),
    border-color 0.42s ease,
    background 0.42s ease,
    box-shadow 0.42s ease,
    color 0.42s ease;
}

.brush-button {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
}

.brush-button::before,
.nav-cta::before,
.contact-links a::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -45%;
  width: 30%;
  height: 300%;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.19),
      transparent
    );
  transform: rotate(18deg);
  transition: left 0.8s var(--dakkai-ease);
}

.brush-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0;
  background:
    radial-gradient(
      circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
      rgba(214, 186, 120, 0.16),
      transparent 48%
    );
  transition: opacity 0.4s ease;
}

.brush-button:hover {
  transform: translateY(-4px) scale(1.012);
  border-color: rgba(214, 186, 120, 0.4);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.13),
      rgba(201, 31, 44, 0.055)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 24px 55px rgba(0, 0, 0, 0.32),
    0 0 25px rgba(214, 186, 120, 0.07);
}

.brush-button:hover::before,
.nav-cta:hover::before,
.contact-links a:hover::before {
  left: 125%;
}

.brush-button:hover::after {
  opacity: 1;
}

.brush-button:active,
.nav-cta:active,
.contact-links a:active,
.whatsapp-float:active {
  transform: scale(0.965);
  transition-duration: 0.12s;
}

.brush-button b {
  transition:
    transform 0.42s var(--dakkai-ease),
    color 0.42s ease;
}

.brush-button:hover b {
  transform: translate(3px, -3px) rotate(5deg);
  color: var(--dakkai-gold);
}

/* =========================================================
   NAVEGAÇÃO
========================================================= */

.nav > a:not(.nav-cta) {
  position: relative;
  transition:
    color 0.35s ease,
    transform 0.35s var(--dakkai-ease);
}

.nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--dakkai-gold),
      transparent
    );
  transform: translateX(-50%);
  transition: width 0.45s var(--dakkai-ease);
}

.nav > a:not(.nav-cta):hover {
  color: #fff7e5;
  transform: translateY(-2px);
}

.nav > a:not(.nav-cta):hover::after {
  width: 100%;
}

/* =========================================================
   CARDS DOS PRINCÍPIOS
========================================================= */

.principles article {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.042),
      rgba(255, 255, 255, 0.012)
    );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.55s var(--dakkai-ease),
    border-color 0.55s ease,
    box-shadow 0.55s ease,
    background 0.55s ease;
}

.principles article::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -2;
  opacity: 0;
  background:
    radial-gradient(
      circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
      rgba(214, 186, 120, 0.14),
      transparent 42%
    );
  transition: opacity 0.45s ease;
}

.principles article:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 186, 120, 0.25);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(201, 31, 44, 0.018)
    );
  box-shadow:
    0 25px 65px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.principles article:hover::before {
  opacity: 1;
}

.principles article > span {
  display: inline-block;
  transition:
    transform 0.55s var(--dakkai-ease),
    color 0.55s ease,
    text-shadow 0.55s ease;
}

.principles article:hover > span {
  transform: translateY(-3px) scale(1.08);
  color: #fff1cf;
  text-shadow: 0 0 22px rgba(214, 186, 120, 0.24);
}

/* =========================================================
   CARD DA EXPERIÊNCIA
========================================================= */

.experience-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(
      145deg,
      rgba(8, 8, 8, 0.82),
      rgba(8, 8, 8, 0.62)
    );
  box-shadow: var(--dakkai-shadow);
  backdrop-filter: blur(19px) saturate(120%);
  -webkit-backdrop-filter: blur(19px) saturate(120%);
  transition:
    transform 0.65s var(--dakkai-ease),
    border-color 0.55s ease,
    box-shadow 0.55s ease;
}

.experience-card::after {
  content: "";
  position: absolute;
  top: -80%;
  right: -30%;
  width: 60%;
  height: 200%;
  pointer-events: none;
  background:
    linear-gradient(
      110deg,
      transparent,
      rgba(255, 255, 255, 0.045),
      transparent
    );
  transform: rotate(18deg);
  animation: dakkaiCardShine 9s ease-in-out infinite;
}

.experience-card:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 186, 120, 0.22);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.54),
    0 0 35px rgba(214, 186, 120, 0.04);
}

/* =========================================================
   GALERIA 3D
========================================================= */

.gallery-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
  will-change: transform;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 10, 0.72);
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.25s ease-out,
    border-color 0.5s ease,
    box-shadow 0.5s ease;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
      rgba(255, 255, 255, 0.15),
      transparent 38%
    );
  mix-blend-mode: soft-light;
  transition: opacity 0.45s ease;
}

.gallery-card:hover {
  border-color: rgba(214, 186, 120, 0.27);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.5),
    0 0 28px rgba(214, 186, 120, 0.055);
}

.gallery-card:hover::before {
  opacity: 1;
}

.gallery-card picture,
.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-card img {
  transition:
    transform 1.2s var(--dakkai-ease),
    filter 0.8s ease;
}

.gallery-card:hover img {
  transform: scale(1.055);
  filter: contrast(1.04) saturate(1.04) brightness(1.025);
}

.gallery-card figcaption {
  position: relative;
  z-index: 5;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  transition:
    background 0.45s ease,
    transform 0.45s var(--dakkai-ease);
}

.gallery-card:hover figcaption {
  background: rgba(5, 5, 5, 0.78);
}

/* =========================================================
   WHATSAPP FLUTUANTE PREMIUM
========================================================= */

.whatsapp-float {
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(
      135deg,
      rgba(36, 198, 105, 0.96),
      rgba(20, 142, 76, 0.96)
    );
  box-shadow:
    0 18px 50px rgba(14, 130, 68, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: dakkaiWhatsappFloat 4.4s ease-in-out infinite;
  transition:
    transform 0.42s var(--dakkai-ease),
    box-shadow 0.42s ease,
    filter 0.42s ease;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -9px;
  z-index: -2;
  border: 1px solid rgba(55, 235, 132, 0.22);
  border-radius: inherit;
  opacity: 0;
  animation: dakkaiWhatsappRing 2.8s ease-out infinite;
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -3;
  border-radius: inherit;
  background:
    radial-gradient(
      circle,
      rgba(36, 198, 105, 0.2),
      transparent 68%
    );
  filter: blur(9px);
}

.whatsapp-float:hover {
  transform: translateY(-6px) scale(1.04);
  filter: brightness(1.07);
  box-shadow:
    0 25px 65px rgba(14, 130, 68, 0.43),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

/* =========================================================
   REVELAÇÃO AO ROLAR
========================================================= */

.dakkai-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 0.9s var(--dakkai-ease),
    filter 0.9s var(--dakkai-ease),
    transform 0.9s var(--dakkai-ease);
}

.dakkai-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.dakkai-reveal[data-delay="1"] {
  transition-delay: 0.08s;
}

.dakkai-reveal[data-delay="2"] {
  transition-delay: 0.16s;
}

.dakkai-reveal[data-delay="3"] {
  transition-delay: 0.24s;
}

/* =========================================================
   EFEITO DE CLIQUE TRANSLÚCIDO
========================================================= */

.dakkai-ripple {
  position: absolute;
  z-index: 20;
  width: 10px;
  height: 10px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%) scale(0);
  animation: dakkaiRipple 0.7s ease-out forwards;
}

/* =========================================================
   ANIMAÇÕES
========================================================= */

@keyframes dakkaiMiniFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes dakkaiHeroFloat {
  0%,
  100% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: translateY(-7px) rotateX(0.4deg) rotateY(-0.4deg);
  }
}

@keyframes dakkaiAura {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.82;
    transform: scale(1.08);
  }
}

@keyframes dakkaiLogoShine {
  0%,
  12% {
    left: -80%;
    opacity: 0;
  }

  22% {
    opacity: 0.8;
  }

  42% {
    left: 145%;
    opacity: 0;
  }

  100% {
    left: 145%;
    opacity: 0;
  }
}

@keyframes dakkaiFooterBreathe {
  0%,
  100% {
    opacity: 0.88;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes dakkaiCardShine {
  0%,
  18% {
    right: -55%;
    opacity: 0;
  }

  32% {
    opacity: 1;
  }

  52% {
    right: 120%;
    opacity: 0;
  }

  100% {
    right: 120%;
    opacity: 0;
  }
}

@keyframes dakkaiWhatsappFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes dakkaiWhatsappRing {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }

  28% {
    opacity: 0.58;
  }

  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes dakkaiRipple {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(22);
  }
}

/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 768px) {
  .hero-logo-frame {
    animation-duration: 7.5s;
  }

  .hero-logo-frame::after {
    animation-duration: 8.5s;
  }

  .brush-button:hover,
  .principles article:hover,
  .experience-card:hover,
  .whatsapp-float:hover {
    transform: none;
  }

  .gallery-card:hover img {
    transform: scale(1.025);
  }

  .dakkai-reveal {
    transform: translateY(20px);
  }
}

/* =========================================================
   ACESSIBILIDADE
========================================================= */

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

  .dakkai-reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
/* =========================================================
   CORREÇÃO — LOGOS DAKKAI SEMPRE VISÍVEIS
========================================================= */

/* Logo pequena do cabeçalho */
.site-header .mini-brand.mini-brand-official {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1002 !important;
  transform: none;
}

.site-header .mini-brand-symbol {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  object-fit: contain !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Logo principal */
.hero-logo-frame {
  display: inline-grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10 !important;
  overflow: visible !important;
}

.hero-logo-frame picture,
.hero-logo-frame source {
  visibility: visible !important;
}

.hero-logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 12 !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Logo do rodapé */
.footer-logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 2 !important;
}

.footer-logo img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Impede que efeitos cubram a logo principal */
.hero-logo-frame::before,
.hero-logo-frame::after {
  pointer-events: none !important;
}

.hero-logo-frame::before {
  z-index: -1 !important;
}

.hero-logo-frame::after {
  z-index: 1 !important;
}

/* Correção celular */
@media (max-width: 600px) {
  .site-header .mini-brand-symbol {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  .hero-logo-frame {
    width: min(88vw, 520px) !important;
  }

  .hero-logo {
    width: 100% !important;
  }
}
