/*
Theme Name: Midori Hanayama
Theme URI: https://midorihanayama.com
Author: Claude Code
Description: Site profissional de Midori Hanayama - presenca, influencia e lideranca comunicacional.
Version: 1.1
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: midori-hanayama
*/
/* ===========================================================
   MIDORI HANAYAMA · Sistema de Design
   Azul-marinho + Dourado + Branco · Presenca e Influencia
   =========================================================== */

:root {
  --navy:        #0e1c33;
  --navy-deep:   #0a1426;
  --navy-soft:   #16294a;
  --gold:        #c9a14a;
  --gold-light:  #e4c87e;
  --gold-deep:   #a8842f;
  --cream:       #f7f3ea;
  --paper:       #fbfaf6;
  --white:       #ffffff;
  --ink:         #1a2436;
  --muted:       #5c6779;
  --line:        rgba(201,161,74,.28);

  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans:  "Inter", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ---------- Tipografia ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.1; letter-spacing: .2px; }
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
p  { font-size: 1.05rem; }

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-deep);
}
.eyebrow.on-dark { color: var(--gold-light); }

.lead { font-size: 1.2rem; color: var(--muted); }
.gold-text { color: var(--gold-deep); }
.serif-accent { font-family: var(--serif); font-style: italic; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
section { padding: clamp(72px, 9vw, 130px) 0; }
.center { text-align: center; }
.divider-gold {
  width: 60px; height: 2px; margin: 22px auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.divider-gold.left { margin: 22px 0; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: .9rem; font-weight: 600;
  letter-spacing: .04em; text-decoration: none;
  padding: 16px 34px; border-radius: 2px; cursor: pointer;
  transition: all .35s var(--ease); border: 1px solid transparent;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  color: var(--navy-deep);
  box-shadow: 0 10px 30px -10px rgba(201,161,74,.6);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 40px -12px rgba(201,161,74,.75); }
.btn-outline {
  background: transparent; color: var(--navy); border-color: var(--gold);
}
.btn-outline:hover { background: var(--navy); color: var(--gold-light); border-color: var(--navy); }
.btn-outline.on-dark { color: var(--gold-light); border-color: var(--gold); }
.btn-outline.on-dark:hover { background: var(--gold); color: var(--navy-deep); }

/* ---------- Header / Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 40px;
  transition: all .4s var(--ease);
}
.nav.scrolled {
  background: rgba(10,20,38,.92);
  backdrop-filter: blur(14px);
  padding: 12px 40px;
  box-shadow: 0 1px 0 rgba(201,161,74,.18);
}
.nav-logo { display: inline-flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 62px; width: auto; transition: height .4s var(--ease); display: block; }
.nav.scrolled .nav-logo img { height: 50px; }
@media (max-width: 480px) { .nav-logo img { height: 52px; } .nav.scrolled .nav-logo img { height: 44px; } }
.nav-links { display: flex; align-items: center; gap: 34px; list-style: none; }
.nav-links a {
  color: var(--cream); text-decoration: none; font-size: .86rem;
  font-weight: 500; letter-spacing: .05em; transition: color .3s;
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--gold-light); transition: width .3s var(--ease);
}
.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.nav-cta {
  border: 1px solid var(--gold); padding: 9px 20px; border-radius: 2px; color: var(--gold-light);
}
.nav-links a.nav-cta::after { display: none; }
.nav-links a.nav-cta:hover { background: var(--gold); color: var(--navy-deep); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--gold-light); transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh; display: flex; align-items: center; position: relative;
  background:
    radial-gradient(circle at 75% 30%, rgba(201,161,74,.14), transparent 55%),
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-soft) 100%);
  color: var(--cream); overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(201,161,74,.08) 1px, transparent 1px);
  background-size: 32px 32px; opacity: .5;
}
.hero-inner { position: relative; z-index: 2; padding-top: 96px; padding-bottom: 32px; width: 100%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { color: var(--white); margin-bottom: 22px; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.hero h1 em { color: var(--gold-light); font-style: italic; }
.hero .lead { color: rgba(247,243,234,.78); max-width: 560px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-photo { position: relative; justify-self: end; animation: floaty 7s ease-in-out infinite; }
.hero-photo-inner {
  position: relative; z-index: 2; width: min(420px, 100%); border-radius: 6px; overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.75);
}
.hero-photo-inner img { width: 100%; display: block; transition: transform 1.4s var(--ease); }
.hero-photo:hover .hero-photo-inner img { transform: scale(1.06); }
/* tom dourado/navy para integrar a foto a paleta */
.hero-photo-tint {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background:
    linear-gradient(180deg, transparent 50%, rgba(10,20,38,.5) 100%),
    radial-gradient(120% 90% at 72% 18%, rgba(201,161,74,.20), transparent 60%);
  mix-blend-mode: soft-light;
}
/* brilho que varre a foto */
.hero-photo-shine {
  position: absolute; top: 0; left: -75%; width: 55%; height: 100%; z-index: 4; pointer-events: none;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.30), transparent);
  animation: sweep 6.5s ease-in-out 1.5s infinite;
}
/* moldura dourada com brilho pulsante */
.hero-photo::before {
  content: ''; position: absolute; inset: 20px -20px -20px 20px; z-index: 1;
  border: 1px solid var(--gold); border-radius: 6px;
  animation: frameGlow 4.5s ease-in-out infinite;
}
.hero-photo::after {
  content: ''; position: absolute; top: -34px; right: -34px; width: 140px; height: 140px; z-index: 0;
  background: radial-gradient(circle, rgba(201,161,74,.45), transparent 70%);
  animation: pulseGlow 4.5s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes sweep { 0% { left: -75%; } 45%,100% { left: 130%; } }
@keyframes frameGlow {
  0%,100% { box-shadow: 0 0 0 rgba(201,161,74,0); }
  50% { box-shadow: 0 0 32px -2px rgba(201,161,74,.45); }
}
@keyframes pulseGlow { 0%,100% { opacity: .5; transform: scale(1); } 50% { opacity: .9; transform: scale(1.12); } }
@media (prefers-reduced-motion: reduce) {
  .hero-photo, .hero-photo-shine, .hero-photo::before, .hero-photo::after { animation: none; }
}
/* Telas baixas (laptops): garante o botao de acao visivel na dobra */
@media (min-width: 921px) and (max-height: 780px) {
  .hero { min-height: 640px; }
  .hero-inner { padding-top: 84px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(2.1rem, 3.6vw, 3.1rem); margin-bottom: 16px; }
  .hero .lead { font-size: 1.05rem; margin-bottom: 24px; }
  .hero-photo-inner { width: min(330px, 100%); }
}
.hero-phoenix {
  position: absolute; right: 38%; top: 50%; transform: translateY(-50%);
  width: min(40vw, 520px); opacity: .06; z-index: 0; pointer-events: none;
}

/* ---------- Grid de Públicos (3 portas) ---------- */
.doors { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.door {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: 4px; padding: 46px 36px; text-decoration: none; color: var(--ink);
  transition: all .45s var(--ease); overflow: hidden;
}
.door::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-light));
  transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease);
}
.door:hover { transform: translateY(-8px); box-shadow: 0 28px 60px -28px rgba(14,28,51,.4); }
.door:hover::before { transform: scaleX(1); }
.door-num { font-family: var(--serif); font-size: 1.1rem; color: var(--gold-deep); letter-spacing: .2em; }
.door h3 { margin: 14px 0 12px; color: var(--navy); }
.door p { color: var(--muted); font-size: .98rem; margin-bottom: 24px; }
.door-link { font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); display: inline-flex; gap: 8px; }
.door:hover .door-link { gap: 14px; }

/* ---------- Seções claras / escuras ---------- */
.s-dark { background: linear-gradient(160deg, var(--navy-deep), var(--navy)); color: var(--cream); }
.s-dark h2, .s-dark h3 { color: var(--white); }
.s-dark p { color: rgba(247,243,234,.74); }
.s-cream { background: var(--cream); }
.s-paper { background: var(--paper); }

/* ---------- Sobre / autoridade ---------- */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; border-radius: 4px; display: block; position: relative; z-index: 2; }
.about-photo::after {
  content: ''; position: absolute; inset: -18px -18px 18px 18px; border: 1px solid var(--gold);
  border-radius: 4px; z-index: 1;
}
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.stat { border-left: 2px solid var(--gold); padding-left: 18px; }
.stat .n { font-family: var(--serif); font-size: 2.6rem; color: var(--gold-deep); line-height: 1; }
.s-dark .stat .n { color: var(--gold-light); }
.stat .l { font-size: .82rem; letter-spacing: .06em; color: var(--muted); }
.s-dark .stat .l { color: rgba(247,243,234,.6); }

/* ---------- Método (intenção → posição → forma) ---------- */
.method { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 50px; }
.method-step { padding: 38px 30px; position: relative; }
.method-step:not(:last-child) { border-right: 1px solid var(--line); }
.method-step .mnum { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--gold-light); }
.method-step h3 { color: var(--white); margin: 10px 0 12px; }

/* ---------- Cards de produto / oferta ---------- */
.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.offer {
  background: var(--white); border: 1px solid var(--line); border-radius: 4px;
  padding: 40px 32px; display: flex; flex-direction: column; transition: all .4s var(--ease);
}
.offer:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -26px rgba(14,28,51,.35); border-color: var(--gold); }
.offer.featured { background: linear-gradient(160deg, var(--navy), var(--navy-soft)); color: var(--cream); border-color: var(--gold); }
.offer.featured h3, .offer.featured .offer-name { color: var(--white); }
.offer.featured p, .offer.featured li { color: rgba(247,243,234,.8); }
.offer-tag { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; }
.offer.featured .offer-tag { color: var(--gold-light); }
.offer-name { font-family: var(--serif); font-size: 1.7rem; color: var(--navy); margin: 8px 0 4px; }
.offer-sub { font-style: italic; font-family: var(--serif); color: var(--gold-deep); margin-bottom: 18px; }
.offer p { margin-bottom: 0; }
.offer ul { list-style: none; margin: 18px 0 0; display: flex; flex-direction: column; gap: 11px; }
.offer li { font-size: .94rem; padding-left: 26px; position: relative; color: var(--muted); }
.offer li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: .8rem; top: 2px; }
.offer .price { font-family: var(--serif); font-size: 1.05rem; color: var(--gold-deep); margin-top: 24px; margin-bottom: 16px; min-height: 1.6em; display: flex; align-items: flex-end; }
.offer.featured .price { color: var(--gold-light); }
/* trava o bloco final (preco + CTA) na base, alinhando os botoes entre cards */
.offer .price { margin-top: auto; }
.offer .btn { width: 100%; justify-content: center; }

/* ---------- Frase / quote ---------- */
.quote-block { max-width: 860px; margin: 0 auto; text-align: center; }
.quote-block .q {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.7rem,3.4vw,2.7rem);
  color: var(--white); line-height: 1.3;
}
.quote-block .q .gold-text { color: var(--gold-light); }
.quote-mark { font-family: var(--serif); font-size: 5rem; color: var(--gold); line-height: 0; opacity: .5; }

/* ---------- Faixa de níveis / lista ---------- */
.ladder { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }
.rung {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px;
  padding: 26px 0; border-bottom: 1px solid var(--line);
}
.rung:first-child { border-top: 1px solid var(--line); }
.rung .rn { font-family: var(--serif); font-size: 1.6rem; color: var(--gold-deep); width: 46px; }
.rung h4 { font-size: 1.25rem; color: var(--navy); margin-bottom: 4px; }
.rung p { font-size: .95rem; color: var(--muted); margin: 0; }
.rung .rmeta { font-size: .82rem; color: var(--gold-deep); letter-spacing: .05em; text-align: right; white-space: nowrap; }

/* ---------- Provas / clientes ---------- */
.proof-imgs { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; }
.proof-imgs img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; border: 1px solid var(--line); }
.tags-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }
.tag-pill {
  font-size: .82rem; letter-spacing: .04em; color: var(--cream);
  border: 1px solid var(--gold); border-radius: 40px; padding: 8px 20px;
}

/* ---------- CTA final ---------- */
.cta-final { text-align: center; }
.cta-final h2 { color: var(--white); max-width: 740px; margin: 0 auto 18px; }
.cta-final p { max-width: 560px; margin: 0 auto 34px; }

/* ---------- Página: hero interno ---------- */
.subhero {
  padding: 180px 0 90px; position: relative; color: var(--cream);
  background:
    radial-gradient(circle at 80% 20%, rgba(201,161,74,.16), transparent 55%),
    linear-gradient(160deg, var(--navy-deep), var(--navy));
}
.subhero h1 { color: var(--white); max-width: 820px; }
.subhero .lead { color: rgba(247,243,234,.78); max-width: 640px; margin-top: 20px; }
.breadcrumb { font-size: .8rem; letter-spacing: .08em; color: var(--gold-light); margin-bottom: 22px; text-transform: uppercase; }
.breadcrumb a { color: rgba(247,243,234,.6); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold-light); }

/* ---------- Two-col content ---------- */
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.twocol img { width: 100%; border-radius: 4px; }
.checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.checklist li { padding-left: 32px; position: relative; }
.checklist li::before {
  content: '✓'; position: absolute; left: 0; top: 0; color: var(--gold-deep); font-weight: 700;
  width: 20px; height: 20px;
}
.s-dark .checklist li::before { color: var(--gold-light); }

/* ---------- Pains grid ---------- */
.pains { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 36px; }
.pain {
  background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 24px 26px;
  font-style: italic; font-family: var(--serif); font-size: 1.15rem; color: var(--navy);
  position: relative; padding-left: 50px;
}
.pain::before { content: '“'; position: absolute; left: 18px; top: 14px; font-family: var(--serif); font-size: 2.4rem; color: var(--gold); line-height: 1; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: var(--serif); font-size: 1.25rem; color: var(--navy); }
.faq-q::after { content: '+'; color: var(--gold-deep); font-size: 1.6rem; transition: transform .3s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding-bottom: 24px; color: var(--muted); }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: rgba(247,243,234,.7); padding: 70px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo { display: inline-block; margin-bottom: 18px; }
.footer-logo img { height: 96px; width: auto; display: block; }
.footer h5 { font-family: var(--sans); font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.footer a { color: rgba(247,243,234,.7); text-decoration: none; display: block; margin-bottom: 10px; font-size: .92rem; transition: color .3s; }
.footer a:hover { color: var(--gold-light); }
.footer-base { border-top: 1px solid rgba(201,161,74,.18); margin-top: 50px; padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; }

/* ---------- Reveal animação ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: all .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsivo ---------- */
/* Tablet */
@media (max-width: 1024px) {
  .nav { padding: 16px 28px; }
  .nav.scrolled { padding: 12px 28px; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 44px; }
}
/* Tablet menor / mobile largo */
@media (max-width: 920px) {
  section { padding: clamp(56px, 11vw, 90px) 0; }
  .doors, .method, .stats { grid-template-columns: 1fr; }
  .method-step:not(:last-child) { border-right: none; border-bottom: 1px solid var(--line); }
  .about-grid, .twocol, .proof-imgs, .pains, .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-photo { justify-self: start; order: -1; }
  .hero-photo img { width: min(340px, 100%); }
  .hero-photo::before { inset: 14px -14px -14px 14px; }
  .about-photo { max-width: 420px; margin: 0 auto; }
  .about-photo::after { inset: -12px -12px 12px 12px; }
  .hero-phoenix { opacity: .06; right: -24%; width: 80vw; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: 80%; max-width: 340px; z-index: 105;
    background: var(--navy-deep); flex-direction: column; justify-content: center;
    padding: 40px; transform: translateX(100%); transition: transform .4s var(--ease);
    box-shadow: -20px 0 60px -20px rgba(0,0,0,.6); }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 1.05rem; }
  .nav-toggle { display: flex; z-index: 110; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .rung { grid-template-columns: auto 1fr; gap: 18px; }
  .rung .rmeta { display: none; }
}
/* Mobile */
@media (max-width: 620px) {
  .wrap { padding: 0 20px; }
  .offer-grid { grid-template-columns: 1fr; }
  .nav { padding: 14px 20px; }
  .nav.scrolled { padding: 10px 20px; }
  .hero { min-height: 92vh; }
  .hero-inner { padding-top: 86px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn, .cta-final .btn { width: 100%; justify-content: center; }
  .subhero { padding: 140px 0 64px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-base { flex-direction: column; gap: 8px; }
  .quote-block .q { font-size: 1.5rem; }
  .pain { font-size: 1.05rem; }
}
/* Mobile pequeno */
@media (max-width: 380px) {
  .stats { gap: 10px; }
  .stat { padding-left: 12px; }
  .stat .n { font-size: 1.6rem; }
  .stat .l { font-size: .72rem; }
  .btn { padding: 14px 24px; font-size: .85rem; }
}
