:root {
  --bg: #f7ead8;
  --surface: #c9b29e;
  --surface-2: #7d5b44;
  --text: #352b23;
  --muted: #6d5548;
  --accent: #8f6b4d;
  --accent-dark: #5a3e2e;
  --border: rgba(89, 73, 56, 0.18);
  --panel: rgba(255, 255, 255, 0.92);
  --header-padding: 14px;
  --navbar-padding: 12px;
  --header-bg-alpha: 0.96;
  --header-blur: 14px;
  --header-nav-opacity: 0.95;
  --header-logo-scale: 1;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, var(--bg) 0%, #eed8c3 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 0;
}

main {
  padding-top: 0;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(30, 19, 13, var(--header-bg-alpha));
  color: #f3ebe7;
  border-bottom: 1px solid rgba(0,0,0,0.18);
  padding: var(--header-padding) 0;
  transition: background 240ms ease, box-shadow 240ms ease, padding 220ms ease, backdrop-filter 180ms ease, transform 220ms ease;
  backdrop-filter: blur(var(--header-blur));
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--navbar-padding) 28px;
  gap: 20px;
}

.site-header .logo {
  transition: transform 220ms ease;
  transform: scale(var(--header-logo-scale));
}

.site-header .navlinks a {
  opacity: var(--header-nav-opacity);
}

.topbar {
  display: none;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 12px;
}

.nav-icons .social-circle {
  width: 34px;
  height: 34px;
}

.navlinks {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: nowrap;
}

.logo { display: inline-flex; align-items: center; }
.logo-image { height: 56px; width: auto; display: block; }

.navlinks a { color: #f3ebe7; opacity: var(--header-nav-opacity); transition: opacity 0.18s ease, color 0.18s ease; white-space: nowrap; }
.navlinks a:hover { opacity: 1; }

/* Shrink state */
.site-header.shrink {
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}
.site-header.shrink .topbar { padding: 6px 28px; opacity: 0.98; }
.site-header.shrink .logo { transform: translateY(-1px); }
.site-header.shrink .navlinks a { opacity: 0.9; font-size: 0.95rem; }

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: opacity, transform;
}
.reveal--from-left { transform: translate3d(-40px, 0, 0); }
.reveal--from-right { transform: translate3d(40px, 0, 0); }
.reveal--from-up { transform: translate3d(0, -30px, 0); }
.reveal--from-down { transform: translate3d(0, 36px, 0); }
.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  gap: 24px;
  padding: 120px 20px 48px;
  text-align: center;
  background-image:
    linear-gradient(rgba(6,10,12,0.48), rgba(6,10,12,0.38)),
    var(--hero-image, url('https://xavierdefreitas-acabamentos.lovable.app/__l5e/assets-v1/4634a2ee-e73e-4985-93cd-1fe1a0c50518/hero-banheira-mar.jpg'));

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  transition: filter 0.45s ease;
}
.hero--changing { filter: brightness(0.84) saturate(0.9); }
.hero__content {
  max-width: 960px;
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__copy {
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 170px;
  align-content: center;
}
.hero__title,
.hero__description {
  transition: opacity 0.35s ease, transform 0.45s ease;
}
.hero__content.is-changing .hero__title,
.hero__content.is-changing .hero__description {
  opacity: 0;
  transform: translateY(18px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 12px;
  padding: 6px 12px;

  border-radius: 999px;
  background: rgba(30, 19, 13, 0.96);
  color: #f3ebe7;

  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 0.78rem;

  text-transform: uppercase;
  letter-spacing: 0.22em;
  line-height: 1.2;

  text-shadow: none;
}
.section--about .section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section--about .section__text .eyebrow {
  text-align: center;
  width: auto;
  max-width: min(100%, 260px);
  margin: 0 auto 16px;
}
.section--about .section__text h2 {
  text-align: center;
  width: auto;
}
.hero h1 { margin:0; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height:1; text-shadow: 0 6px 18px rgba(0,0,0,0.45); }
.hero p { margin:18px 0 0; max-width:760px; color: rgba(255,255,255,0.92); font-size:1.05rem; }
.hero__actions { display:flex; gap:6px; margin-top:16px; justify-content:center; flex-wrap:wrap; }
.hero__pagination {
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}
.hero__pagination-item {
  min-width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.16);
  color:#fff;
  font-size:0.95rem;
  font-weight:600;
  letter-spacing:0.16em;
  cursor:pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hero__pagination-item:hover {
  transform: translateY(-2px);
}
.hero__pagination-item.is-active {
  background: rgba(248,224,196,0.95);
  color:#21150f;
  border-color: rgba(248,224,196,0.95);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.hero__image { display: none; }
.hero__content p { max-width: 760px; font-weight: 300; }
/* dark overlay to increase contrast on hero image */
.hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(6,10,12,0.48), rgba(6,10,12,0.38));
  pointer-events: none;
  z-index: 0;
}
.hero > * { position: relative; z-index: 1; }

/* WhatsApp buttons */
.whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #22c55e;
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(34,197,94,0.18);
}
.whatsapp-pill svg { width: 20px; height: 20px; flex: 0 0 20px; }

.social-circle {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(23,34,42,0.6);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
}
.social-circle svg { width: 16px; height: 16px; }

@media (max-width: 680px) {
  .whatsapp-pill span { display: none; }
}

/* Buttons */
.button { display:inline-flex; align-items:center; justify-content:center; padding:12px 18px; border-radius:999px; border:1px solid transparent; font-weight:400; transition:transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }

/* Title shadow across headings */
.hero h1, .section__header h2, .section__text h2, .section--cta h2, .service-card h3, .footer h3 {
  text-shadow: 0 3px 12px rgba(0,0,0,0.16);
}

.button--primary { background: var(--accent); color: #111; }

.button--secondary { border-color: rgba(199,169,127,0.5); color: var(--text); background: rgba(255,255,255,0.04); }

.button--tertiary { background: transparent; border:1px solid rgba(255,255,255,0.12); color: var(--text); }

/* Stats */
.stats { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:18px; padding: 0 32px 56px; }

.stat-card { background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:22px; padding:30px; text-align:center; }

.stat-card strong { display:block; font-size:2.15rem; margin-bottom:10px; }

/* Box around stat content */
.stat-box {
  display: inline-block;
  padding: 36px 44px;
  border: 3px solid rgba(89,73,56,0.14);
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  transition: transform 220ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms ease;
}
.stat-box strong { font-size:3rem; color: var(--text); display:inline-flex; align-items:baseline; gap:6px; }
.stat-box .plus { font-size:1.1rem; color: var(--text); transform: translateY(-6px); }
.stat-box span { display:block; margin-top:10px; color: var(--muted); }
.stat-card:hover .stat-box {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* hero secondary button uses WhatsApp palette */
.hero .button--secondary {
  background: var(--accent);
  color: #111;
  border: 1px solid rgba(42, 27, 27, 0.852);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* make primary hero button match secondary border/shadow */
.hero .button--primary {
  border: 1px solid rgba(42, 27, 27, 0.852);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
/* Sections */

/* Center main content (keep header full-bleed) */
.stats, .section, .carousel-wrapper, .footer--simple {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
}

.section { padding: 64px 0; }

.section--services {
  padding: 56px 0;
  margin-bottom: 48px;
  background: transparent;
  color: var(--text);
}

.section--about { display:grid; grid-template-columns: minmax(0,1fr) minmax(320px,520px); align-items:center; gap:40px; }

.section__header { display:grid; grid-template-columns: 1fr auto; align-items:flex-end; gap:24px; margin-bottom:32px; }

.section__header--barred { position: relative; padding-top: 10px; grid-template-columns: 1fr; align-items: start; }
.section__header-bar {
  width: clamp(140px, 22vw, 220px);
  height: 14px;
  background: rgba(30, 19, 13, 0.96);
  border-radius: 999px;
  margin: 18px auto 0;
}

.section--about .section__header-bar {
  width: clamp(140px, 22vw, 220px);
}

.section__accent-bar {
  display: none;
}

.section__accent-bar--bottom {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 16px;
  background: rgba(30, 19, 13, 0.96);
  border-radius: 999px;
  margin-top: 30px;
}

.section--services .section__header,
.section--portfolio .section__header,
.section--about .section__header { justify-items: center; gap: 16px; }
.section__header div { text-align: center; }
.section__header h2 { margin: 0; }
.section__header { margin-bottom: 24px; }
.section__header-bar { margin-top: 12px; }
.section__header h2, .section__text h2, .footer h3 { font-size: clamp(2rem,2.8vw,3rem); }

.section__text { max-width:620px; }

.section__text p { margin:1.4rem 0 0; color:var(--muted); }

/* Decorative quote style (serif italic + vertical bar) */
.decor-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  color: var(--text);
  margin: 1.6rem 0 0;
  padding-left: 22px;
  border-left: 4px solid var(--surface-2);
  line-height: 1.5;
}

/* Font tweaks requested: Cormorant Garamond for specific hero H1, Manrope for hero paragraph */
.cormorant { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; }
.manrope { font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-weight: 300; }
.cormorant-heading { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; text-align: center; }
.hero__content p.manrope { font-weight: 300; }
.cormorant-heading + p,
.cormorant-heading ~ p:not(.decor-quote) {
  text-align: center;
}
body { font-weight: 400; }
.eyebrow { font-weight: 400; }
.button, button, .service-card p, .stat-card span, .section__text p, .carousel__info p, .footer__brand-logo p, .footer__copy, .navlinks a, .topbar a { font-weight: 400; }
.service-card h3 { font-weight: 400; }
.section__header h2, .section--cta h2 { font-weight: 300; }

.section--cta {
  width: 100vw;
  max-width: none;
  margin: 32px 0 56px;
  padding: 72px 0;
  background: rgba(28, 24, 20, 0.08);
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section--cta--clean {
  background: rgba(28, 24, 20, 0.08);
}

.section--cta .section__cta-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 42px;
}

.section--cta .section__accent-bar {
  display: none;
}

.section--cta h2 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  color: var(--text);
}

.section--cta p {
  max-width: 640px;
  margin: 0 auto 36px;
  color: rgba(53, 43, 35, 0.88);
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.section--cta .hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.footer__contact-copy {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
}

.footer__contact-copy p {
  margin: 0;
}

.footer--centered {
  text-align: center;
}


@media (max-width: 960px) {
  .decor-quote { padding-left: 16px; border-left-width: 3px; }
}

@media (max-width: 680px) {
  .hero__actions { gap: 8px; }
  .button { padding: 12px 18px; }
}

.section__media { border-radius:24px; overflow:hidden; box-shadow:0 30px 70px rgba(0,0,0,0.26); min-height:420px; max-height:420px; }

.section__media img { width:100%; height:100%; object-fit:cover; }


/* Service grid */

.service-grid { display:grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap:20px; }

.service-card {
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(30, 19, 13, 0.12);
  padding: 38px 28px;
  text-align: center;
  transition: transform 220ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms ease, background 220ms ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.22);
}

.service-card h3 {
  margin: 0;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  color: rgba(25, 17, 10, 0.96);
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

/* service images (user-provided) */
.service-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
  margin-bottom: 18px;
  filter: none;
}




/* Carousel */
.carousel-wrapper { position: relative; overflow:hidden; padding:0 32px; }
.carousel { display:flex; justify-content:flex-start; gap:18px; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; padding-bottom:16px; scroll-behavior:smooth; touch-action: pan-y; -webkit-overflow-scrolling: touch; user-select:none; padding-inline: clamp(32px, calc((100vw - 420px) / 2), 140px); }
.carousel::-webkit-scrollbar { display:none; }
.carousel__item { scroll-snap-align:center; background: rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:28px; overflow:hidden; min-height:520px; min-width:min(380px,100%); max-width:380px; flex:0 0 min(380px,100%); box-shadow: 0 18px 40px rgba(0,0,0,0.08); transition: transform 220ms ease, box-shadow 220ms ease; }
.carousel__item:hover { transform: translateY(-10px); }
.carousel__item img { width:100%; height:280px; object-fit:cover; box-shadow: 0 18px 40px rgba(0,0,0,0.12); }
.carousel__info { padding:24px; }
.carousel__info span { display:block; margin-bottom:12px; font-family: 'PP Editorial New', Georgia, serif; font-weight:700; font-size:1.18rem; color: rgba(30, 19, 13, 0.94); }
.carousel__info p { font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-weight:400; color: var(--muted); }
.carousel-dots { display:flex; justify-content:center; gap:12px; margin-top:22px; }
.carousel-dot { width:12px; height:12px; min-width:12px; min-height:12px; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; border:none; background: rgba(255,255,255,0.88); cursor:pointer; transition: transform .2s ease, background .2s ease; }
.carousel-dot.active { background: rgb(30,19,13); transform: scale(1.1); }
.carousel__nav { position:absolute; top:50%; transform:translateY(-50%); width:56px; height:56px; border-radius:50%; border:1px solid rgba(30,19,13,0.14); background: rgba(255,255,255,0.92); color: rgb(30,19,13); font-size:1.8rem; display:grid; place-items:center; cursor:pointer; z-index:1; }
.carousel__nav::before { content: attr(aria-label); display:none; }
.carousel__nav--prev { left:12px; }
.carousel__nav--next { right:12px; }

.carousel.dragging { cursor: grabbing; }

/* Footer */

.footer--centered {
  display:grid;
  gap:24px;
  padding:40px 0 24px;
  background: linear-gradient(180deg, rgba(29, 23, 18, 0.98), rgba(18, 14, 10, 0.99));
  color: rgba(255,255,255,0.92);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.26);
  text-align: center;
}

.footer-logo {
  height: 90px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.footer__brand-large {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}

.footer__brand-mark {
  display:grid;
  place-items:center;
  width:84px;
  height:84px;
  border-radius: 32px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-weight:700;
  font-size:2rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.footer__brand-large h3 {
  margin:0;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  letter-spacing: 0.04em;
}

.footer__brand-large p {
  margin:0;
  color: rgba(255,255,255,0.73);
  font-size: 1rem;
}

.footer__lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  font-size: 1rem;
}

.footer__contact-icons {
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap: wrap;
}

.footer__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}

.footer__copy {
  margin:0;
  color: rgba(255,255,255,0.6);
}

@media (max-width: 680px) {
  .footer__brand-mark { width: 72px; height: 72px; }
}

@media (max-width: 960px) {
  .hero {
    min-height: 100vh;
    padding: 120px 18px 48px;
  }
  .stats { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .section__header { flex-direction: column; align-items: flex-start; }
  .carousel__nav--prev { left:8px; }
  .carousel__nav--next { right:8px; }
}

@media (max-width: 680px) {
  .topbar, .navbar, .hero, .stats, .section, .footer { padding-left:20px; padding-right:20px; }
  .hero__image { min-height:280px; }
  .carousel { grid-auto-columns: minmax(240px, 1fr); }
  .carousel__nav { width:48px; height:48px; }
}

/* Contato */
.contact-section {
  width: 100%;
  padding: 90px 20px;
  background: rgba(255, 255, 255, 0.10);
  color: var(--text);
}

.contact-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 48px;
}

.contact-header h2 {
  margin: 18px 0 10px;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 300;
  color: var(--text);
}

.contact-header p {
  margin: 0 auto;
  max-width: 620px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;

  background: rgba(255, 255, 255, 0.22);
  border: 1px solid var(--border);
  border-radius: 22px;

  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.contact-icon {
  display: grid;
  place-items: center;

  min-width: 58px;
  width: 58px;
  height: 58px;

  border-radius: 50%;
  background: rgba(30, 19, 13, 0.96);
  color: #f3ebe7;

  font-size: 1.5rem;
}

.contact-card div:last-child {
  display: flex;
  flex-direction: column;
}

.contact-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-card strong {
  color: var(--text);
  font-weight: 500;
  font-size: 1.05rem;
}

@media (max-width: 680px) {
  .contact-section {
    padding: 64px 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 20px;
  }

  .contact-card strong {
    font-size: 0.95rem;
  }
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 58px;
  width: 58px;
  height: 58px;

  border-radius: 50%;
  background: rgba(30, 19, 13, 0.96);
  color: #f3ebe7;
}

.contact-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

/* =========================
   MENU MOBILE
========================= */

.mobile-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #f3ebe7;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.mobile-menu-button.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button.is-active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-button.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

@media (max-width: 680px) {

  .navbar {
    padding: 8px 20px;
  }

  .logo-image {
    height: 48px;
  }

  .navlinks {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;

    max-height: 0;
    overflow: hidden;
    opacity: 0;

    background: rgba(30, 19, 13, 0.98);

    transition:
      max-height 0.4s ease,
      opacity 0.3s ease,
      padding 0.4s ease;

    padding: 0 20px;
  }

  .mobile-menu.is-open {
    max-height: 600px;
    opacity: 1;
    padding: 24px 20px 30px;
  }

  .mobile-menu > a {
    width: 100%;
    padding: 14px 0;

    color: #f3ebe7;
    text-align: center;
    font-size: 1rem;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    transition:
      color 0.2s ease,
      background 0.2s ease;
  }

  .mobile-menu > a:hover {
    color: #c9b29e;
  }

  .mobile-menu-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
  }

  .mobile-menu-icons .social-circle {
    width: 44px;
    height: 44px;
  }

  .mobile-menu-icons .social-circle svg {
    width: 20px;
    height: 20px;
  }
}

/* ==================================================
   PÁGINA DE CONTATO
================================================== */

.contact-page {
  min-height: 100vh;
  padding-top: 110px;
}

.contact-page__hero {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 32px 100px;
}

.contact-page__header {
  max-width: 850px;
  margin: 0 auto 64px;
  text-align: center;
}

.contact-page__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 16px;
  margin-bottom: 28px;

  border-radius: 999px;

  background: rgba(30, 19, 13, 0.96);
  color: #f3ebe7;

  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
}

.contact-page__header h1 {
  margin: 0;

  color: var(--text);

  font-size: clamp(3.2rem, 6vw, 5.5rem);
  font-weight: 300;
  line-height: 1;
}

.contact-page__header p {
  max-width: 720px;
  margin: 28px auto 0;

  color: var(--muted);

  font-family: 'Manrope', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
}


/* GRID */

.contact-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}


/* CARDS */

.contact-page__card {
  display: flex;
  align-items: center;
  gap: 24px;

  min-height: 150px;
  padding: 30px;

  border: 1px solid rgba(89, 73, 56, 0.18);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.18);

  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.contact-page__card:hover {
  transform: translateY(-7px);

  background: rgba(255, 255, 255, 0.34);

  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.12);
}


/* LOCALIZAÇÃO */

.contact-page__card--location {
  grid-column: 1 / -1;
}


/* ÍCONES */

.contact-page__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 72px;
  height: 72px;
  min-width: 72px;

  border-radius: 50%;

  background: rgba(30, 19, 13, 0.96);
  color: #f3ebe7;

  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.16);
}

.contact-page__icon svg {
  width: 30px;
  height: 30px;
}


/* TEXTO DOS CARDS */

.contact-page__card > div:last-child {
  display: flex;
  flex-direction: column;
}

.contact-page__card span {
  margin-bottom: 4px;

  color: var(--muted);

  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
}

.contact-page__card strong {
  color: var(--text);

  font-family: 'Manrope', sans-serif;
  font-size: 1.12rem;
  font-weight: 600;

  overflow-wrap: anywhere;
}

.contact-page__card small {
  margin-top: 6px;

  color: rgba(109, 85, 72, 0.78);

  font-family: 'Manrope', sans-serif;
  font-size: 0.82rem;
}


/* FINAL */

.contact-page__final {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 70px;

  text-align: center;
}

.contact-page__final .decor-quote {
  max-width: 650px;
  margin: 0 0 32px;

  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.contact-page__final .button {
  padding: 15px 28px;

  background: var(--accent);
  color: #111;

  border: 1px solid rgba(42, 27, 27, 0.5);

  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.12);
}


/* ==================================================
   CONTATO RESPONSIVO
================================================== */

@media (max-width: 760px) {

  .contact-page {
    padding-top: 90px;
  }

  .contact-page__hero {
    padding: 60px 20px 70px;
  }

  .contact-page__header {
    margin-bottom: 45px;
  }

  .contact-page__header h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .contact-page__header p {
    font-size: 0.95rem;
  }

  .contact-page__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-page__card--location {
    grid-column: auto;
  }

  .contact-page__card {
    min-height: 125px;
    padding: 22px;
    gap: 18px;

    border-radius: 22px;
  }

  .contact-page__icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }

  .contact-page__icon svg {
    width: 25px;
    height: 25px;
  }

  .contact-page__card strong {
    font-size: 0.95rem;
  }

  .contact-page__card small {
    font-size: 0.76rem;
  }

  .contact-page__final {
    margin-top: 55px;
  }

}

/* PADRÃO DAS ETIQUETAS */
.eyebrow,
.contact-page__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  padding: 7px 16px;
  margin-bottom: 16px;

  border-radius: 999px;

  background: rgba(30, 19, 13, 0.96) !important;
  color: #f3ebe7 !important;
  opacity: 1 !important;

  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.78rem !important;

  text-transform: uppercase;
  letter-spacing: 0.22em;
  line-height: 1.2;

  text-shadow: none !important;
}

/* ==================================================
   PÁGINA SOBRE
================================================== */

.about-page {
  padding-top: 100px;
}


/* ==================================================
   HERO SOBRE
================================================== */

.about-hero {
  min-height: 620px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 100px 32px;

  text-align: center;
}

.about-hero__content {
  width: 100%;
  max-width: 1050px;
}

.about-hero__content h1 {
  max-width: 1000px;

  margin: 24px auto 0;

  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 0.98;

  color: var(--text);
}

.about-hero__content p {
  max-width: 780px;

  margin: 38px auto 0;

  font-size: 1.05rem;
  line-height: 1.9;

  color: var(--muted);
}


/* ==================================================
   FUNDADOR
================================================== */

.about-founder {
  width: 100%;
  max-width: 1120px;

  margin: 0 auto;

  padding: 100px 32px;

  display: grid;
  grid-template-columns: 1.25fr 0.75fr;

  gap: 80px;

  align-items: center;
}

.about-founder__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-founder__content h2 {
  margin: 25px 0 0;

  font-size: clamp(3rem, 5vw, 5rem);

  text-align: left;
}

.about-founder__role {
  margin-top: 8px;

  color: var(--accent-dark);

  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;

  text-transform: uppercase;

  letter-spacing: 0.18em;
}

.about-founder__content p {
  margin: 25px 0 0;

  color: var(--muted);

  font-family: 'Manrope', sans-serif;

  line-height: 1.85;
}

.about-founder__content strong {
  color: var(--text);
}


/* NÚMEROS */

.about-founder__numbers {
  display: grid;

  gap: 18px;
}

.about-number-card {
  padding: 32px;

  border-radius: 28px;

  border: 1px solid var(--border);

  background: rgba(255, 255, 255, 0.18);

  text-align: center;

  transition:
    transform 220ms cubic-bezier(.2,.9,.2,1),
    box-shadow 220ms ease,
    background 220ms ease;
}

.about-number-card:hover {
  transform: translateY(-8px);

  background: rgba(255, 255, 255, 0.30);

  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.12);
}

.about-number-card strong {
  display: block;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 3.8rem;
  font-weight: 400;

  line-height: 1;

  color: var(--text);
}

.about-number-card span {
  display: block;

  margin-top: 12px;

  color: var(--muted);

  font-family: 'Manrope', sans-serif;

  font-size: 0.9rem;
}


/* ==================================================
   DEPOIMENTO
================================================== */

.about-testimonial {
  width: 100%;

  padding: 100px max(32px, calc((100vw - 1120px) / 2));

  display: grid;

  grid-template-columns: 360px 1fr;

  gap: 90px;

  align-items: center;

  background: rgba(255, 255, 255, 0.16);

  border-top: 1px solid var(--border);

  border-bottom: 1px solid var(--border);
}


/* VÍDEO */

.about-testimonial__video {
  width: 100%;

  aspect-ratio: 9 / 16;

  max-height: 620px;

  overflow: hidden;

  border-radius: 30px;

  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.18);
}

.about-testimonial__video iframe {
  width: 100%;
  height: 100%;

  border: 0;

  display: block;
}



.about-testimonial__content {
  display: flex;

  flex-direction: column;

  align-items: flex-start;
}

.about-testimonial__content h2 {
  margin: 28px 0 0;

  text-align: left;

  font-size: clamp(2.8rem, 4vw, 4.2rem);

  line-height: 1.05;
}

.about-testimonial__content blockquote {
  margin: 38px 0 0;

  padding-left: 28px;

  border-left: 3px solid var(--surface-2);

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: clamp(1.3rem, 2vw, 1.65rem);

  font-style: italic;

  line-height: 1.65;

  color: var(--text);
}

.about-testimonial__author {
  margin-top: 32px;

  font-family: 'Manrope', sans-serif;

  font-size: 0.68rem;

  letter-spacing: 0.18em;

  line-height: 1.8;

  color: var(--muted);
}



.about-method {
  width: 100%;

  max-width: 1200px;

  margin: 0 auto;

  padding: 110px 32px;
}

.about-method__header {
  text-align: center;

  margin-bottom: 60px;
}

.about-method__header h2 {
  margin: 28px auto 0;

  font-size: clamp(3rem, 5vw, 5rem);

  line-height: 1;
}


/* CARDS */

.about-method__grid {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 20px;
}

.method-card {
  min-height: 310px;

  padding: 38px 28px;

  border-radius: 32px;

  border: 1px solid rgba(30, 19, 13, 0.12);

  background: rgba(255, 255, 255, 0.14);

  transition:
    transform 220ms cubic-bezier(.2,.9,.2,1),
    box-shadow 220ms ease,
    background 220ms ease;
}



.method-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.12);

  background: rgba(255, 255, 255, 0.22);
}


.method-card__number {
  display: block;

  margin-bottom: 35px;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 2.8rem;

  color: var(--accent-dark);
}

.method-card h3 {
  margin: 0;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1.7rem;

  font-weight: 500;

  color: var(--text);
}

.method-card p {
  margin: 20px 0 0;

  font-family: 'Manrope', sans-serif;

  font-size: 0.9rem;

  line-height: 1.75;

  color: var(--muted);
}



.about-cta {
  width: 100%;

  padding: 85px 32px;

  background:
    linear-gradient(
      180deg,
      rgba(29, 23, 18, 0.98),
      rgba(18, 14, 10, 0.99)
    );

  color: #fff;
}

.about-cta__content {
  width: 100%;

  max-width: 1120px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 50px;
}

.about-cta h2 {
  margin: 0;

  max-width: 720px;

  font-size: clamp(2.4rem, 4vw, 4rem);

  font-weight: 300;

  line-height: 1.15;

  color: #f3ebe7;
}

.about-cta__button {
  flex-shrink: 0;

  padding: 16px 28px;

  background: var(--accent);

  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.14);

  letter-spacing: 0.12em;

  font-size: 0.75rem;
}

.about-cta__button span {
  margin-left: 10px;
}



@media (max-width: 900px) {

  .about-founder {
    grid-template-columns: 1fr;

    gap: 55px;
  }


  .about-founder__content {
    align-items: center;

    text-align: center;
  }


  .about-founder__content h2 {
    text-align: center;
  }


  .about-testimonial {
    grid-template-columns: 1fr;

    gap: 55px;
  }


  .about-testimonial__video {
    max-width: 360px;

    margin: 0 auto;
  }


  .about-testimonial__content {
    align-items: center;

    text-align: center;
  }


  .about-testimonial__content h2 {
    text-align: center;
  }


  .about-testimonial__content blockquote {
    text-align: left;
  }


  .about-method__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .about-cta__content {
    flex-direction: column;

    text-align: center;
  }

}


@media (max-width: 680px) {

  .about-page {
    padding-top: 80px;
  }


  .about-hero {
    min-height: auto;

    padding: 80px 20px;
  }


  .about-hero__content h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }


  .about-hero__content p {
    font-size: 0.95rem;
  }


  .about-founder {
    padding: 70px 20px;
  }


  .about-founder__content p {
    font-size: 0.92rem;
  }


  .about-testimonial {
    padding: 70px 20px;
  }


  .about-testimonial__video {
    max-width: 300px;

    border-radius: 24px;
  }


  .about-testimonial__content blockquote {
    padding-left: 20px;

    font-size: 1.25rem;
  }


  .about-method {
    padding: 80px 20px;
  }


  .about-method__grid {
    grid-template-columns: 1fr;

    gap: 16px;
  }


  .method-card {
    min-height: auto;

    padding: 32px 26px;
  }


  .about-cta {
    padding: 70px 20px;
  }


  .about-cta h2 {
    font-size: 2.5rem;
  }

}
/* ==================================================
   AJUSTES FINAIS PÁGINA SOBRE
================================================== */

.about-founder {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 32px;

  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}

.about-founder__image {
  width: 100%;
  height: 650px;
  overflow: hidden;
  border-radius: 30px;

  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.18);
}

.about-founder__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}


/* GALERIA */

.about-gallery {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;

  padding: 30px 32px 120px;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: clamp(30px, 4vw, 70px);
}

.about-gallery__item {
  margin: 0;
}

.about-gallery__item img {
  width: 100%;
  height: 520px;

  display: block;

  object-fit: cover;

  border-radius: 28px;

  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.14);
}

.about-gallery__item figcaption {
  margin-top: 20px;

  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.08em;

  color: var(--muted);
}


/* SEPARAÇÃO CTA E RODAPÉ */

.about-cta {
  margin-bottom: 100px;
}


/* RODAPÉ */

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
}

.footer--centered {
  margin: 0 !important;

  border-left: 0;
  border-right: 0;
  border-bottom: 0;

  border-radius: 34px 34px 0 0;

  padding-bottom: 24px;
}

.footer__copy {
  margin: 0;
}


/* RESPONSIVO */

@media (max-width: 800px) {

  .about-founder {
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }

  .about-founder__image {
    height: 500px;
  }

  .about-gallery {
    grid-template-columns: 1fr;

    padding: 30px 20px 80px;
  }

  .about-gallery__item img {
    height: 420px;
  }

  .about-cta {
    margin-bottom: 70px;
  }

}/* NÚMEROS PÁGINA SOBRE */

.about-numbers {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px 100px;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-number-card {
  padding: 36px 30px;

  border: 3px solid rgba(89, 73, 56, 0.14);
  border-radius: 10px;

  background: rgba(255, 255, 255, 0.02);

  text-align: center;

  transition:
    transform 220ms cubic-bezier(.2,.9,.2,1),
    box-shadow 220ms ease;
}

.about-number-card:hover {
  transform: translateY(-10px) scale(1.02);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18);
}

.about-number-card strong {
  display: block;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 3rem;
  font-weight: 400;

  color: var(--text);
}

.about-number-card span {
  display: block;

  margin-top: 10px;

  color: var(--muted);
}

@media (max-width: 680px) {
  .about-numbers {
    grid-template-columns: 1fr;
    padding: 0 20px 70px;
  }
}

/* ==================================================
   CABEÇALHO SOBRE = MESMO TAMANHO DO INDEX
================================================== */

.about-page .site-header {
  padding: var(--header-padding) 0;
}

.about-page .navbar {
  padding: var(--navbar-padding) 28px;
}

.about-page .logo-image {
  height: 56px;
  width: auto;
}

@media (max-width: 680px) {
  .about-page .navbar {
    padding: 8px 20px;
  }

  .about-page .logo-image {
    height: 48px;
  }
}