:root {
  --primary: #91613e;
  --primary-dark: #69452d;
  --primary-soft: #b38b67;
  --beige: #f9f3ee;
  --beige-deep: #efe3d6;
  --white: #ffffff;
  --text: #1d1a17;
  --muted: #5d534d;
  --line: #e7dfd7;
  --shadow: rgba(22, 16, 12, 0.08);
  --black: #111111;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.section-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

h1,
h2,
h3,
.brand__name,
.brand__label,
.brand__subtitle,
.eyebrow,
.process-card h3,
.info-card h3,
.btn {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.04em;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin: 0 0 1rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0 2.5rem;
}

.hero__content {
  padding-right: 1rem;
}

.brand {
  margin-bottom: 1.5rem;
}

.brand__mark {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(145, 97, 62, 0.5);
  color: var(--primary);
  font-size: 2.2rem;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  box-shadow: inset 0 0 0 2px rgba(145, 97, 62, 0.15);
}

.brand__label,
.brand__subtitle,
.brand__crm {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--primary);
}

.brand__label {
  font-size: 0.74rem;
  margin-bottom: 0.3rem;
}

.brand__name {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--primary);
  font-weight: 600;
}

.brand__subtitle {
  font-size: 0.72rem;
  margin-top: 0.2rem;
}

.brand__crm {
  font-size: 0.68rem;
  margin-bottom: 1.3rem;
  opacity: 0.9;
}

.hero__title {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.hero__subtitle {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  color: var(--primary-dark);
  margin-bottom: 1.5rem;
}

.feature-list,
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.9rem;
}

.feature-list li,
.check-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.02rem;
  color: var(--text);
  line-height: 1.4;
}

.check-badge {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1.5px solid var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary);
  background: rgba(145, 97, 62, 0.02);
}

.check-badge svg,
.btn__icon svg,
.contact-icon svg,
.insta-badge svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.check-badge svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
}

.hero__text {
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border-radius: 999px;
  padding: 0.95rem 1.6rem;
  font-size: 1.02rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-transform: none;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(145, 97, 62, 0.18);
}

.btn--primary-light {
  background: var(--white);
  color: var(--primary);
}

.btn--light {
  background: var(--white);
  color: var(--primary);
  box-shadow: 0 12px 30px rgba(27, 17, 13, 0.12);
}

.btn--large {
  padding: 1.1rem 2.3rem;
  font-size: 1.12rem;
}

.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
}

.btn__icon--wa {
  background: rgba(255, 255, 255, 0.12);
}

.btn__icon--wa-light {
  background: rgba(145, 97, 62, 0.07);
}

.hero__visual {
  position: relative;
  min-height: 700px;
  border-radius: 0 0 0 2rem;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 18%, rgba(233,220,207,0.15) 100%);
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.1) 18%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.what-is,
.faq,
.results {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 1.5rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: var(--primary);
  text-transform: uppercase;
}

.eyebrow--dark {
  color: var(--primary);
}

.eyebrow--light {
  color: var(--white);
}

.section-intro {
  max-width: 780px;
  margin: 0 auto 2.2rem;
  text-align: center;
  font-size: 1.12rem;
  color: var(--muted);
}

.info-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.info-card,
.process-card {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.7rem 1.4rem;
}

.info-card h3,
.process-card h3 {
  color: var(--primary);
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.info-card p,
.process-card p {
  color: var(--muted);
  margin: 0;
}

.section-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 3rem;
  padding: 5.5rem 0;
  background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.7)), url("https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.about__photo img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 14px 35px rgba(26, 22, 19, 0.08);
}

.about__content h2 {
  color: var(--primary);
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1.2rem;
}

.about__content p {
  color: var(--text);
  font-size: 1.02rem;
}

.consult {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  background: var(--primary);
  color: var(--white);
  padding: 5rem 0;
}

.consult__content {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.consult__content h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 3vw, 3rem);
  margin-bottom: 1rem;
}

.consult__content p {
  color: rgba(255,255,255,0.9);
}

.check-list--light li {
  color: rgba(255,255,255,0.96);
}

.check-list--light .check-badge {
  border-color: rgba(255,255,255,0.9);
  color: var(--white);
}

.consult__visual {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.consult__visual img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 1.5rem 0 0 1.5rem;
  box-shadow: 0 18px 40px rgba(26, 22, 19, 0.15);
}

.process {
  background: var(--primary);
  color: var(--white);
  padding: 5rem 0 4.5rem;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
  background: rgba(255,255,255,0.95);
  border: none;
  box-shadow: 0 16px 32px rgba(35, 22, 16, 0.08);
}

.process-card h3 {
  font-size: 1.45rem;
}

.process-card p {
  color: var(--muted);
}

.section-cta-wrap--light {
  margin-top: 2.5rem;
}

.faq__list {
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 1.2rem 3.6rem 1.2rem 1.4rem;
  color: var(--primary);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  transform: rotate(225deg) translateY(-2px);
}

.faq-answer {
  padding: 0 1.4rem 1.2rem;
  color: var(--text);
}

.results__strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  overflow-x: auto;
  gap: 0;
  scroll-snap-type: x proximity;
  padding-bottom: 0.5rem;
}

.result-card {
  position: relative;
  width: 100%;
  min-height: 340px;
  border: 1px solid var(--line);
  overflow: hidden;
  scroll-snap-align: start;
}

.result-card::before {
  content: "Antes / Depois";
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  background: rgba(17, 17, 17, 0.42);
  color: rgba(255,255,255,0.86);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-band {
  background: var(--primary);
  color: var(--white);
  padding: 4.5rem 0;
}

.cta-band__inner {
  text-align: center;
}

.cta-band h2 {
  margin-bottom: 1.6rem;
  color: var(--white);
  font-size: clamp(2.3rem, 3vw, 3.2rem);
}

.insta-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.14);
  color: var(--white);
  margin: 1.6rem auto 1.2rem;
  transition: transform 0.2s ease;
}

.insta-badge:hover {
  transform: translateY(-1px);
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.4rem 2.3rem;
  margin-top: 1rem;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
}

.contact-item a {
  color: var(--white);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--white);
}

.site-footer {
  background: var(--white);
  text-align: center;
  padding: 1.5rem 1rem 2.5rem;
  color: #666;
  font-size: 0.9rem;
}

.site-footer a {
  color: #666;
  text-decoration: underline;
}

@media (max-width: 980px) {
  .hero,
  .about,
  .consult {
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-right: 0;
  }

  .hero__visual {
    min-height: 460px;
    border-radius: 1.2rem;
  }

  .about__photo img,
  .consult__visual img {
    height: 450px;
    border-radius: 1.2rem;
  }

  .info-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============ Site Nav ============ */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}

.site-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--primary);
}

.site-nav__mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(145, 97, 62, 0.5);
  display: grid;
  place-items: center;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--primary);
  flex-shrink: 0;
}

.site-nav__name {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.03em;
  font-size: 0.92rem;
  color: var(--primary);
  white-space: nowrap;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.95rem;
  margin: 0 auto 0 1.5rem;
}

.site-nav__links a {
  color: var(--text);
  font-weight: 500;
}

.site-nav__links a:hover,
.site-nav__links a.is-active {
  color: var(--primary);
}

.btn--nav {
  padding: 0.6rem 1.2rem;
  font-size: 0.86rem;
  white-space: nowrap;
}

/* ============ Blog Carousel (home) ============ */
.blog-section {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.blog-carousel {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

.blog-carousel__viewport {
  overflow: hidden;
  flex: 1;
  border-radius: 24px;
}

.blog-carousel__track {
  display: flex;
  transition: transform 0.5s ease;
}

.blog-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.blog-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: var(--white);
}

.blog-card__media {
  min-height: 300px;
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__body {
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.blog-card__category {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: var(--primary);
  text-transform: uppercase;
  font-family: "Cinzel", Georgia, serif;
}

.blog-card__body h3 {
  color: var(--primary);
  font-size: 1.45rem;
  margin-bottom: 0.2rem;
}

.blog-card__body p {
  color: var(--muted);
  margin-bottom: 0.6rem;
}

.blog-card__link {
  color: var(--primary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--primary);
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.carousel-btn:hover {
  background: var(--primary);
  color: var(--white);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--line);
  border: none;
  cursor: pointer;
  padding: 0;
}

.carousel-dot.is-active {
  background: var(--primary);
  width: 22px;
  border-radius: 6px;
  transition: width 0.2s ease;
}

/* ============ Blog Listing Page ============ */
.blog-hero {
  padding: 3rem 0 1rem;
  text-align: center;
}

.blog-hero h1 {
  color: var(--primary);
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.blog-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  padding: 2.5rem 0 4.5rem;
}

.blog-post-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--white);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(35, 22, 16, 0.1);
}

.blog-post-card__media {
  height: 200px;
}

.blog-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post-card__body {
  padding: 1.4rem 1.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}

.blog-post-card__meta {
  font-size: 0.76rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.blog-post-card__body h2 {
  font-size: 1.22rem;
  color: var(--primary);
  margin: 0 0 0.3rem;
}

.blog-post-card__body p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 0.9rem;
  flex: 1;
}

.blog-post-card__link {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.92rem;
}

/* ============ Article Page ============ */
.breadcrumb {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 1.6rem 0 1rem;
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb__sep {
  opacity: 0.5;
}

.breadcrumb__current {
  color: var(--primary);
}

.article-header {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2rem;
}

.article-header .eyebrow {
  display: flex;
  justify-content: center;
}

.article-header h1 {
  color: var(--primary);
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
}

.article-meta {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.article-cover {
  max-width: 960px;
  margin: 0 auto 2.5rem;
  border-radius: 24px;
  overflow: hidden;
}

.article-cover img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.article-body h2 {
  color: var(--primary);
  font-size: 1.6rem;
  margin-top: 2.2rem;
}

.article-body h3 {
  color: var(--primary-dark);
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

.article-body p,
.article-body li {
  color: var(--text);
  font-size: 1.05rem;
}

.article-body ul {
  padding-left: 1.2rem;
  display: block;
}

.article-body strong {
  color: var(--primary-dark);
}

.article-cta {
  max-width: 760px;
  margin: 2.5rem auto 0;
  background: var(--beige);
  border-radius: 22px;
  padding: 2rem;
  text-align: center;
}

.article-cta h3 {
  color: var(--primary);
  margin-bottom: 0.6rem;
}

.article-cta p {
  color: var(--muted);
  margin-bottom: 1.4rem;
}

.related-posts {
  max-width: 960px;
  margin: 4rem auto 0;
}

.related-posts h2 {
  text-align: center;
  color: var(--primary);
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

@media (max-width: 980px) {
  .blog-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-card {
    grid-template-columns: 1fr;
  }

  .blog-card__media {
    min-height: 220px;
  }

  .article-cover img {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .section-shell {
    width: min(100% - 20px, 1200px);
  }

  .hero {
    padding-top: 1.1rem;
  }

  .brand__mark {
    width: 64px;
    height: 64px;
    font-size: 1.8rem;
  }

  .brand__name {
    font-size: 1.7rem;
  }

  .hero__title {
    font-size: 2.3rem;
  }

  .hero__subtitle {
    font-size: 1.2rem;
  }

  .feature-list li,
  .check-list li {
    font-size: 0.96rem;
  }

  .info-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    font-size: 1rem;
    padding-right: 3rem;
  }

  .process,
  .what-is,
  .faq,
  .results {
    padding-top: 4rem;
    padding-bottom: 3.2rem;
  }

  .cta-band {
    padding: 3.5rem 0;
  }

  .btn,
  .btn--large {
    width: 100%;
  }

  .contact-row {
    flex-direction: column;
  }

  .site-nav__name {
    display: none;
  }

  .site-nav__links {
    margin-left: 0.5rem;
    gap: 1rem;
  }

  .btn--nav {
    padding: 0.55rem 0.9rem;
  }

  .blog-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .article-body h2 {
    font-size: 1.35rem;
  }
}
