/* =========================================================
   Luciana — Design System
   ========================================================= */

:root {
	--cream:       #FBF6F0;
	--cream-2:     #F3EAE0;
	--ink:         #2B2420;
	--ink-soft:    #5C534B;
	--terracotta:  #B5673F;
	--terracotta-d:#8F4E2E;
	--terracotta-l:#E7B896;
	--gold:        #C9A15A;
	--sage:        #7C8B71;
	--white:       #FFFFFF;
	--line:        #E7DCCE;

	--font-display: "Fraunces", Georgia, serif;
	--font-body: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	--radius-sm: 8px;
	--radius-md: 16px;
	--radius-lg: 28px;

	--shadow-sm: 0 2px 10px rgba(43, 36, 32, .06);
	--shadow-md: 0 12px 40px rgba(43, 36, 32, .12);
	--shadow-lg: 0 24px 70px rgba(43, 36, 32, .18);

	--container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--ink);
	background: var(--cream);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

/* Base element styles.
   Wrapped in :where() (zero specificity) and excluded from any Elementor
   subtree, so o CSS do tema não sobrescreve o que o Elementor renderiza —
   e o do Elementor não precisa brigar com o tema nas páginas do tema. */
:where(img:not(.elementor *)) { max-width: 100%; display: block; }
:where(a:not(.elementor *)) { color: inherit; text-decoration: none; }
:where(ul:not(.elementor *)) { margin: 0; padding: 0; list-style: none; }
:where(h1, h2, h3, h4):not(.elementor *) {
	font-family: var(--font-display);
	color: var(--ink);
	line-height: 1.15;
	margin: 0 0 .5em;
	font-weight: 600;
}
:where(p:not(.elementor *)) { margin: 0 0 1em; }
.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}
.screen-reader-text {
	position: absolute;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.skip-link:focus {
	position: fixed; top: 8px; left: 8px; z-index: 9999;
	width: auto; height: auto; padding: 12px 20px;
	background: var(--ink); color: var(--white); border-radius: var(--radius-sm);
}

/* Section rhythm */
.section { padding: clamp(56px, 8vw, 120px) 0; }
.section--tight { padding: clamp(40px, 5vw, 72px) 0; }
.section--cream2 { background: var(--cream-2); }
.section--ink { background: var(--ink); color: var(--cream); }
.section--ink h2, .section--ink h3 { color: var(--cream); }
.section-head { max-width: 720px; margin: 0 0 48px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-body);
	font-size: .8rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--terracotta);
	font-weight: 600;
	margin-bottom: 14px;
}
.eyebrow::before {
	content: "";
	width: 24px; height: 2px;
	background: var(--terracotta);
	display: inline-block;
}
:where(h2:not(.elementor *)) { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
:where(h3:not(.elementor *)) { font-size: clamp(1.2rem, 2vw, 1.5rem); }
.lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-soft); }

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 28px;
	border-radius: 100px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: .95rem;
	letter-spacing: .01em;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
	white-space: nowrap;
}
.btn--primary {
	background: var(--terracotta);
	color: var(--white);
	box-shadow: var(--shadow-sm);
}
.btn--primary:hover { background: var(--terracotta-d); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--ghost {
	background: transparent;
	border-color: currentColor;
	color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: var(--cream); }
.btn--on-dark { border-color: var(--cream); color: var(--cream); }
.btn--on-dark:hover { background: var(--cream); color: var(--ink); }
.btn--sm { padding: 11px 20px; font-size: .85rem; }
.btn--block { width: 100%; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
	position: sticky; top: 0; z-index: 500;
	background: rgba(251, 246, 240, .92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
}
.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.site-header__brand { display: flex; align-items: center; }
.site-logo { display: block; width: auto; height: auto; }
/* A logo original tem 153x71, entao alturas maiores que ~70px amaciam a imagem. */
.site-logo--header { height: 56px; }
.site-nav { display: none; }
.nav-menu { display: flex; gap: 32px; }
.nav-menu a {
	font-size: .92rem; font-weight: 500; color: var(--ink-soft);
	position: relative; padding: 4px 0;
}
.nav-menu a:hover, .nav-menu li.is-active a { color: var(--terracotta); }
.nav-menu a::after {
	content: ""; position: absolute; left: 0; bottom: -2px;
	width: 0; height: 2px; background: var(--terracotta);
	transition: width .2s ease;
}
.nav-menu a:hover::after { width: 100%; }
.site-header__cta { display: none; }
.nav-toggle {
	display: inline-flex; flex-direction: column; gap: 5px;
	background: none; border: none; padding: 8px; cursor: pointer;
}
.nav-toggle__bar { width: 24px; height: 2px; background: var(--ink); transition: all .25s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
	max-height: 0; overflow: hidden;
	background: var(--cream);
	border-bottom: 1px solid transparent;
	transition: max-height .35s ease, border-color .35s ease;
}
.nav-mobile.is-open { max-height: 600px; border-color: var(--line); }
.nav-mobile .container, .nav-mobile > nav { padding: 8px 24px 24px; }
.nav-mobile > nav { padding-top: 8px; }
.nav-menu--mobile { flex-direction: column; gap: 0; }
.nav-menu--mobile li { border-bottom: 1px solid var(--line); }
.nav-menu--mobile a { display: block; padding: 14px 0; }
.nav-mobile .btn { margin: 4px 24px 20px; width: calc(100% - 48px); }

@media (min-width: 960px) {
	.site-nav { display: block; }
	.site-header__cta { display: inline-flex; }
	.nav-toggle, .nav-mobile { display: none; }
}

/* WhatsApp floating button */
.whatsapp-float {
	position: fixed; right: 20px; bottom: 20px; z-index: 600;
	width: 58px; height: 58px; border-radius: 50%;
	background: #25D366; color: #fff;
	display: flex; align-items: center; justify-content: center;
	box-shadow: var(--shadow-md);
	animation: float-pulse 2.6s ease-in-out infinite;
}
.whatsapp-float svg { width: 30px; height: 30px; }
@keyframes float-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,.45), var(--shadow-md); }
	50% { box-shadow: 0 0 0 12px rgba(37,211,102,0), var(--shadow-md); }
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
	position: relative;
	min-height: 92vh;
	display: flex;
	align-items: center;
	color: var(--white);
	background: linear-gradient(160deg, #3A2A20 0%, #6B4530 55%, #B5673F 100%);
	overflow: hidden;
}
.hero__bg {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
	opacity: .55;
}
.hero__bg-placeholder {
	position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
	background:
		repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 2px, transparent 2px 22px),
		radial-gradient(circle at 30% 20%, rgba(255,255,255,.12), transparent 55%);
}
.hero__bg-placeholder span {
	font-family: var(--font-body);
	font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
	color: rgba(255,255,255,.55);
	border: 1px dashed rgba(255,255,255,.35);
	padding: 10px 18px; border-radius: 100px;
}
.hero::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(30,20,14,.35) 0%, rgba(30,20,14,.65) 100%);
}
.hero__inner {
	position: relative; z-index: 2;
	padding: 140px 0 80px;
	width: 100%;
}
.hero__grid {
	display: grid;
	gap: 40px;
	align-items: center;
}
.hero__eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
	color: var(--terracotta-l); font-weight: 600; margin-bottom: 18px;
}
.hero__eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--terracotta-l); }
.hero h1 {
	color: var(--white);
	font-size: clamp(2.3rem, 5.5vw, 4rem);
	max-width: 14ch;
	margin-bottom: 20px;
}
.hero__lede {
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	color: rgba(255,255,255,.88);
	max-width: 52ch;
	margin-bottom: 16px;
}
.hero__note {
	font-size: .95rem;
	color: rgba(255,255,255,.7);
	max-width: 56ch;
	margin-bottom: 32px;
	padding-left: 16px;
	border-left: 2px solid var(--terracotta-l);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }
.hero__location { font-size: .88rem; color: rgba(255,255,255,.65); }
.hero__portrait {
	position: relative;
	aspect-ratio: 4/5;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	background: linear-gradient(160deg, rgba(255,255,255,.15), rgba(255,255,255,.02));
	border: 1px solid rgba(255,255,255,.25);
	display: none;
}
.hero__portrait .img-placeholder { position: absolute; inset: 0; }
.hero__scroll {
	position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
	z-index: 2; color: rgba(255,255,255,.6); font-size: .75rem;
	letter-spacing: .1em; text-transform: uppercase;
	display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero__scroll::after {
	content: ""; width: 1px; height: 34px; background: rgba(255,255,255,.4);
	animation: scroll-line 2s ease-in-out infinite;
}
@keyframes scroll-line {
	0% { transform: scaleY(0); transform-origin: top; }
	50% { transform: scaleY(1); transform-origin: top; }
	51% { transform: scaleY(1); transform-origin: bottom; }
	100% { transform: scaleY(0); transform-origin: bottom; }
}

@media (min-width: 860px) {
	.hero__grid { grid-template-columns: 1.15fr .85fr; }
	.hero__portrait { display: block; }
}

/* Compact hero (interior pages) */
.hero--page { min-height: 56vh; }
.hero--page .hero__inner { padding: 150px 0 70px; }
.hero--page .hero__grid { grid-template-columns: 1fr; }
.hero--page h1 { max-width: 20ch; }

/* Generic image placeholder block */
.img-placeholder {
	position: relative;
	background: linear-gradient(135deg, var(--cream-2), var(--terracotta-l));
	display: flex; align-items: center; justify-content: center;
	color: var(--terracotta-d);
	overflow: hidden;
}
.img-placeholder::before {
	content: "";
	position: absolute; inset: 0;
	background: repeating-linear-gradient(45deg, rgba(255,255,255,.25) 0 1px, transparent 1px 14px);
}
.img-placeholder__label {
	position: relative; z-index: 1;
	text-align: center; padding: 16px;
	font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
	font-weight: 600;
}
.img-placeholder__label svg { width: 34px; height: 34px; margin: 0 auto 10px; display: block; }

.img-placeholder--photo { background: var(--cream-2); }
.img-placeholder--photo::before { display: none; }
.img-placeholder--photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* =========================================================
   Cards / grids
   ========================================================= */
.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) {
	.grid--2 { grid-template-columns: repeat(2, 1fr); }
	.grid--3 { grid-template-columns: repeat(3, 1fr); }
	.grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.card {
	background: var(--white);
	border-radius: var(--radius-md);
	padding: 32px;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--line);
	transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card__icon {
	width: 52px; height: 52px; border-radius: 14px;
	background: var(--cream-2); color: var(--terracotta);
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 18px;
}
.card__icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }

.card--area {
	overflow: hidden; padding: 0; display: flex; flex-direction: column;
}
.card--area .img-placeholder { aspect-ratio: 16/10; border-radius: 0; }
.card--area__body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.card--area__body .btn { margin-top: auto; align-self: flex-start; }

/* Numbered steps */
.steps { display: grid; gap: 24px; counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { position: relative; padding-left: 60px; }
.step__num {
	position: absolute; left: 0; top: 0;
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--terracotta); color: var(--white);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font-display); font-weight: 600; font-size: 1.1rem;
}

/* Two-column feature */
.feature {
	display: grid; gap: 40px; align-items: center;
}
@media (min-width: 860px) { .feature { grid-template-columns: 1fr 1fr; } }
.feature--reverse .feature__media { order: -1; }
@media (min-width: 860px) { .feature--reverse .feature__media { order: 2; } }
.feature__media .img-placeholder { aspect-ratio: 4/3; border-radius: var(--radius-lg); }
.feature ul { margin: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.feature li { display: flex; gap: 10px; align-items: flex-start; }
.feature li::before {
	content: "";
	flex-shrink: 0; margin-top: 8px;
	width: 8px; height: 8px; border-radius: 50%;
	background: var(--terracotta);
}

/* CTA band */
.cta-band {
	background: var(--terracotta);
	color: var(--white);
	border-radius: var(--radius-lg);
	padding: clamp(32px, 5vw, 56px);
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.cta-band h2 { color: var(--white); margin-bottom: 6px; }
.cta-band p { color: rgba(255,255,255,.85); margin: 0; }
.cta-band .btn--primary { background: var(--white); color: var(--terracotta-d); }
.cta-band .btn--primary:hover { background: var(--cream); }

/* Credentials strip */
.credentials {
	display: flex; flex-wrap: wrap; gap: 14px;
}
.credentials li {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 100px;
	padding: 10px 18px;
	font-size: .85rem;
	font-weight: 500;
	color: var(--ink-soft);
	display: flex; align-items: center; gap: 8px;
}
.credentials li::before {
	content: "";
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--gold);
}

/* FAQ accordion */
.faq-item {
	border-bottom: 1px solid var(--line);
}
.faq-item__q {
	width: 100%; text-align: left; background: none; border: none; cursor: pointer;
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	padding: 22px 0; font-family: var(--font-display); font-size: 1.05rem; color: var(--ink);
}
.faq-item__icon {
	flex-shrink: 0; width: 26px; height: 26px; position: relative;
}
.faq-item__icon::before, .faq-item__icon::after {
	content: ""; position: absolute; top: 50%; left: 50%;
	background: var(--terracotta); transform: translate(-50%, -50%);
}
.faq-item__icon::before { width: 16px; height: 2px; }
.faq-item__icon::after { width: 2px; height: 16px; transition: transform .2s ease; }
.faq-item.is-open .faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--ink-soft); }
.faq-item__a p { padding-bottom: 22px; }
.faq-item.is-open .faq-item__a { max-height: 400px; }

/* Table of hours / info list */
.info-list { display: flex; flex-direction: column; gap: 14px; }
.info-list li {
	display: flex; justify-content: space-between; gap: 20px;
	padding: 14px 0; border-bottom: 1px solid var(--line);
}
.info-list li span:first-child { color: var(--ink-soft); }
.info-list li span:last-child { font-weight: 600; }

/* Breadcrumb-ish page footer note */
.legal-note {
	font-size: .85rem; color: var(--ink-soft);
	background: var(--cream-2); border-radius: var(--radius-md);
	padding: 20px 24px;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: var(--ink); color: var(--cream); padding: 64px 0 0; }
.site-footer__grid {
	display: grid; gap: 40px;
	grid-template-columns: 1fr;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
@media (min-width: 760px) { .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-logo--footer { height: 52px; margin-bottom: 14px; }
.site-footer__brand p { color: rgba(255,255,255,.7); font-size: .92rem; }
.site-footer__social { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.site-footer__social a { color: var(--terracotta-l); font-size: .92rem; }
.site-footer__social a:hover { color: var(--gold); }
.site-footer h3 { color: var(--cream); font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.site-footer__nav ul, .site-footer__legal ul { display: flex; flex-direction: column; gap: 10px; }
.site-footer__nav a, .site-footer__legal a { color: rgba(255,255,255,.75); font-size: .92rem; }
.site-footer__nav a:hover, .site-footer__legal a:hover { color: var(--gold); }
.site-footer__location p { color: rgba(255,255,255,.75); font-size: .9rem; }
.site-footer__bottom {
	padding: 24px 0 32px;
	display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
	font-size: .8rem; color: rgba(255,255,255,.55);
}
.site-footer__bottom p { margin: 0; max-width: 640px; }

/* =========================================================
   Reveal-on-scroll
   ========================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Basic page (generic content pages like privacy/terms) */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { margin-top: 2em; }
.prose ul { list-style: disc; padding-left: 1.4em; margin-bottom: 1em; }
.prose ul li { margin-bottom: .4em; }

/* =========================================================
   Elementor interop
   Páginas construídas no Elementor recebem o header/footer do tema,
   mas o conteúdo fica livre do container/tipografia do tema.
   ========================================================= */
.luciana-elementor-content .elementor {
	/* devolve os defaults do navegador que o reset do tema removeria */
	line-height: normal;
}
.luciana-elementor-content .elementor ul { list-style: revert; padding: revert; margin: revert; }
.luciana-elementor-content .elementor img { display: revert; max-width: 100%; }
