/* Studio Éden — main.css (ajustado com fontes e estilos seção a seção) */
:root{
  --eden-brown:#683d2b;
  --eden-ivory:#fdfbf5;
  --eden-gold:#e0c297;
  --text-dark:#2a2018;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{height:100%}
body{margin:0;background:#fffdfa;color:var(--text-dark);font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}

/* NAV */
.navbar{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(253,251,245,.9);
  backdrop-filter:saturate(120%) blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06)
}
.nav-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:16px;
  padding:12px 16px
}
.brand{
  color:var(--text-dark);
  text-decoration:none;
  display:flex;
  flex-direction:column;
  line-height:1
}
.brand-mark{
  font-family:'Anton',sans-serif;
  font-size:20px;
  letter-spacing:.4px
}
.brand-sub{
  font-size:11px;
  opacity:.7
}
.menu{
  margin-left:auto;
  display:flex;
  gap:14px;
  align-items:center
}
.menu a{
  color:var(--text-dark);
  text-decoration:none;
  font-weight:500;
  font-size:14px;
  padding:8px 10px;
  border-radius:8px
}
.menu a:hover{background:#efe7dd}
.hamburger{
  display:none;
  margin-left:auto;
  width:38px;
  height:32px;
  background:none;
  border:none;
  cursor:pointer
}
.hamburger span{
  display:block;
  height:2px;
  background:var(--text-dark);
  margin:7px 0;
  transition:.2s
}

/* Panels base + fundos via --bg */
.panel{
  position:relative;
   min-height: 100vh;
  display:grid;
  place-items:center;
  overflow:hidden
}
.panel .content{
  width:min(1200px,100%);
  padding:clamp(24px,5vw,56px)
}
.panel::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:var(--bg) center/cover no-repeat;
  transform:scale(1.02)
}
.panel.light-on-dark::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(31,27,22,.35)0%,rgba(31,27,22,.55)65%,rgba(31,27,22,.65)100%)
}
.panel.dark-on-light::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(255,255,255,.8)
}

/* S1 Hero */
.hero-inner{text-align:center;color:#fff}
.hero-kicker{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(16px,1.4vw,22px);
  letter-spacing:.18em;
  margin:0 0 .75rem
}
.hero-title{
  font-family:'Anton',sans-serif;
  font-weight:400;
  letter-spacing:.02em;
  line-height:.95;
  font-size:clamp(48px,9vw,128px);
  margin:0;
  text-transform:uppercase;
  color:#fff
}
.hero-sub{
  font-weight:300;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:clamp(18px,2.6vw,40px);
  margin:.5rem 0 2rem;
  color:#fff
}
.hero-cta{
  display:inline-block;
  padding:.95rem 1.75rem;
  border:1.6px solid #fff;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:14px;
  transition:.2s
}
.hero-cta:hover{
  background:#fff;
  color:var(--eden-brown);
  transform:translateY(-1px)
}

/* S2 Sobre (alinhado à direita) */
.about-wrap{display:flex;justify-content:flex-end}
.about-card{
  width:min(560px,100%);
  color:#fff;
  text-align:right
}
#s2 h1{
  font-family:'Anton',sans-serif;
  font-size:clamp(40px,6vw,72px);
  margin:0 0 14px;
  letter-spacing:.02em
}
#s2 p{
  font-weight:300;
  line-height:1.75
}
#s2 .sobre-frase{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(18px,2vw,28px)
}

/* S3 Serviços (card vidro) */
.do-wrap{display:flex;justify-content:flex-start}
.do-card{
  max-width:760px;
  background:rgba(64,37,26,.55);
  border:1px solid rgba(253,251,245,.18);
  border-radius:12px;
  padding:clamp(20px,3.2vw,36px);
  color:#fff;
  box-shadow:0 12px 30px rgba(0,0,0,.25)
}
.s3-title{
  font-family:'Anton',sans-serif;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:.02em;
  line-height:.95;
  color:#fff;
  font-size:clamp(36px,6vw,70px);
  margin:0 0 1rem
}
.s3-p{
  font-weight:300;
  font-size:clamp(15px,1.25vw,20px);
  line-height:1.8;
  color:#fffdf8;
  margin:0 0 1rem
}
.s3-list{
  margin:.5rem 0 0;
  padding-left:1.2rem;
  line-height:1.85
}

/* S4 Studio */
.studio-wrap{
  display:flex;
  justify-content:center;
  text-align:center;
  color:#fff
}
.s4-title{
  font-family:'Anton',sans-serif;
  text-transform:uppercase;
  font-size:clamp(40px,6.5vw,72px);
  margin:0 0 1.25rem
}
.s4-desc{
  font-weight:300;
  font-size:clamp(16px,1.6vw,22px);
  line-height:1.8;
  color:#fffdf8;
  max-width:920px;
  margin:0 auto 2rem
}
.s4-frase{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(20px,2.4vw,32px)
}

/* S5 Dinastia (texto esq + foto dir) */
.corp-wrap{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:clamp(24px,4vw,56px);
  align-items:center;
  background:none;
  padding:clamp(24px,3vw,36px);
}

.corp-card{
  background:none;
  padding:0;
  margin:0;
  border:none;
  box-shadow:none;
}

/* Título pequeno — MARROM */
.s5-kicker{
  font-family:"Cormorant Garamond",serif;
  font-weight:300;
  font-size:clamp(26px,3vw,40px);
  color:var(--eden-brown);
  margin:0 0 .1rem;
}

/* Título grande — MARROM */
.s5-title{
  font-family:"Cormorant Garamond",serif;
  font-weight:800;
  font-size:clamp(42px,6vw,72px);
  line-height:.95;
  color:var(--eden-brown);
  margin:0 0 1rem;
}

/* PARÁGRAFOS — BRANCOS */
.s5-p{
  font-weight:400;
  font-size:clamp(16px,1.35vw,20px);
  line-height:1.9;
  margin:.6rem 0 0;
  color:#ffffffb5; /* branco */
}

/* O que já era branco → agora BEGE */
.s5-p strong{
  font-weight:700;
  color:#ccaa84b7; /* bege clarinho */
}

/* SUBLINHADOS — BRANCOS */
.s5-p .u{
  color:#ffffff;
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:2px;
}

/* FOTO */
.s5-photo{
  width:100%;
  aspect-ratio:4/5;
  border-radius:10px;
  background:linear-gradient(135deg,#f3ebe2,#dec4ac);
  box-shadow:0 20px 60px rgba(227,225,225,0.18);
}




/* S6 Galeria 3 imagens */
.gallery3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.gallery3 .photo{
  width:100%;
  aspect-ratio:3/4;
  border-radius:12px;
  background-size:cover;
  background-position:center;
  box-shadow:0 12px 28px rgba(0,0,0,.12)
}
@media (max-width:768px){
  .gallery3{
    grid-template-columns:1fr;
    gap:14px
  }
}

/* S7 Eventos */
.cover-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  align-items:stretch
}
.cover-card{
  background:var(--eden-brown);
  color:#fff;
  border-radius:12px;
  padding:clamp(24px,3vw,36px);
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.cover-card h2{
  font-family:'Anton',sans-serif;
  margin:0 0 10px;
  font-size:clamp(28px,3vw,38px)
}
.cover-card p{
  font-weight:300;
  line-height:1.75;
  margin:0
}
.cover-card .num{
  font-family:'Anton',sans-serif;
  font-size:clamp(80px,10vw,150px);
  line-height:1;
  opacity:.95;
  margin-top:18px
}
.line{
  border:none;
  border-top:1.5px solid #fff;
  opacity:.7;
  margin:0 0 12px
}
.cover-video,
.cover-photo{
  border-radius:12px;
  overflow:hidden;
  background:#000;
  position:relative;
  aspect-ratio:3/4
}
.cover-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}
.cover-photo{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat
}
@media (max-width:1024px){
  .cover-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .cover-grid{
    grid-template-columns:1fr;
    gap:14px
  }
  .cover-video,
  .cover-photo{
    aspect-ratio:3/4
  }
  .cover-video video{object-fit:cover}
}

/* S8 Memórias */
.mem-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  align-items:stretch
}
.mem-photo{
  border-radius:12px;
  background-size:cover;
  background-position:center;
  min-height:260px
}
.mem-photo.third{min-height:320px}
.mem-card{
  background:#fff;
  color:var(--eden-brown);
  border-radius:12px;
  padding:clamp(24px,3vw,36px);
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.mem-card h3{
  font-family:'Anton',sans-serif;
  margin:0 0 10px;
  font-size:clamp(28px,3vw,38px)
}
.mem-card p{
  margin:0;
  font-weight:300;
  line-height:1.75;
  color:#3a241b
}
.mem-num{
  font-family:'Anton',sans-serif;
  font-size:clamp(80px,10vw,150px);
  line-height:1;
  margin-top:18px
}
.line.light{
  border:none;
  border-top:1.5px solid var(--eden-brown);
  opacity:.7;
  margin:0 0 12px
}
@media (max-width:1024px){
  .mem-grid{grid-template-columns:repeat(2,1fr)}
  .mem-photo{min-height:240px}
  .mem-photo.third{min-height:280px}
}
@media (max-width:640px){
  .mem-grid{grid-template-columns:1fr}
  .mem-photo{
    min-height:unset;
    aspect-ratio:3/4;
    background-position:center top
  }
  .mem-photo.third{
    min-height:unset;
    aspect-ratio:3/4
  }
}

/* S9 Jornada */
.journey-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:20px;
  align-items:stretch
}
.journey-card{
  background:var(--eden-brown);
  color:#fff;
  border-radius:12px;
  padding:clamp(24px,3vw,36px);
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.journey-title{
  font-family:'Anton',sans-serif;
  margin:0 0 10px;
  font-size:clamp(28px,3vw,38px);
  position:relative
}
.journey-title::after{
  content:"";
  display:block;
  width:100%;
  height:3px;
  background:#fff;
  margin-top:10px;
  border-radius:3px;
  opacity:1
}
.journey-text{
  margin:0;
  line-height:1.75;
  font-weight:300
}
.journey-num{
  font-family:'Anton',sans-serif;
  font-size:clamp(90px,10vw,160px);
  line-height:1
}
.journey-photo{
  border-radius:12px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  aspect-ratio:3/4
}
@media (max-width:1024px){
  .journey-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .journey-grid{
    grid-template-columns:1fr;
    gap:14px
  }
  .journey-photo{
    aspect-ratio:3/4;
    background-position:center top
  }
}

/* S10 Conteúdo Digital */
.cc-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px
}
.cc-grid{
  display:flex;
  flex-direction:column;
  gap:24px
}
.video-box{
  width:100%;
  aspect-ratio:3/4;
  border-radius:14px;
  overflow:hidden;
  background:#000;
  box-shadow:0 12px 28px rgba(0,0,0,.12)
}
.video-box video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:14px
}
.cc-card{
  width:100%;
  background:#fff;
  color:var(--eden-brown);
  border-radius:14px;
  padding:clamp(24px,2.8vw,36px);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.cc-title{
  font-family:'Anton',sans-serif;
  text-transform:uppercase;
  font-size:clamp(28px,3.2vw,40px);
  line-height:1.05;
  margin:0 0 10px;
  position:relative
}
.cc-title::after{
  content:"";
  display:block;
  width:100px;
  height:2px;
  background:var(--eden-brown);
  margin-top:10px;
  border-radius:2px;
  opacity:.7
}
.cc-text{
  margin:0;
  font-weight:300;
  line-height:1.85;
  color:#3a241b
}
.cc-num{
  font-family:'Anton',sans-serif;
  font-size:clamp(90px,10vw,160px);
  line-height:1
}
@media (max-width:640px){
  .cc-wrap{padding:0 16px}
  .cc-grid{gap:20px}
}

/* FOOTER / CTA FINAL */
.final-cta{
  position:relative;
  background-image:var(--bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:#fff;
  padding:80px 20px;
  text-align:left;
  border-radius:14px
}
.final-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.25);
  z-index:0
}
.final-cta__inner{
  position:relative;
  z-index:1;
  max-width:1100px;
  margin:0 auto
}
.final-title{
  font-family:"Cormorant Garamond",serif;
  font-weight:600;
  font-size:clamp(42px,7vw,92px);
  line-height:.95;
  margin:0 0 .3em;
  letter-spacing:.3px
}
.final-title span{
  font-style:italic;
  font-weight:500
}
.final-sub{
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;
  font-weight:700;
  font-size:clamp(14px,1.4vw,18px);
  letter-spacing:.12em;
  text-transform:uppercase;
  margin:0 0 16px;
  opacity:.95
}
.contact-icons{
  display:flex;
  gap:14px;
  align-items:center;
  margin:10px 0 22px
}
.icon-btn{
  width:48px;
  height:48px;
  display:inline-grid;
  place-items:center;
  border-radius:10px;
  border:2px solid rgba(255,255,255,.75);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(2px);
  transition:transform .15s ease,background .2s ease,border-color .2s ease
}
.icon-btn:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.9)
}
.icon-btn svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:#fff;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}
.icon-btn svg rect{stroke-width:2}
.icon-btn svg circle{stroke-width:2}
.brand-note{
  display:block;
  margin-top:8px;
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;
  font-weight:500;
  font-size:12px;
  letter-spacing:.06em;
  color:rgba(255,255,255,.85)
}
@media (max-width:720px){
  .final-cta{
    text-align:center;
    padding-left:16px;
    padding-right:16px
  }
  .contact-icons{justify-content:center}
}

/* Responsivo geral extra */
@media (max-width:1024px){
  .cc-grid{grid-template-columns:1fr 1fr}
  .cc-card{grid-column:span 2}
  .journey-grid{grid-template-columns:1fr}
  .mem-grid{grid-template-columns:1fr}
  .cover-grid{grid-template-columns:1fr}
  .corp-wrap{grid-template-columns:1fr}
}
@media (max-width:920px){
  .hamburger{display:block}
  .menu{
    position:fixed;
    right:12px;
    top:58px;
    background:#fff;
    border:1px solid #eae4dc;
    border-radius:12px;
    padding:12px;
    flex-direction:column;
    display:none;
    box-shadow:0 10px 30px rgba(0,0,0,.08)
  }
  .menu.open{display:flex}
}
@media (max-width:640px){
  .final-sub{font-size:18px}
  .contact-links .btn span{display:none}
}
