/*
Theme Name: Bruna Araújo Arquitetura
Theme URI: https://bruna.mktprojetos.arq.br/
Author: Bruna Araújo
Description: Tema exclusivo para o portfólio de arquitetura e interiores de Bruna Araújo.
Version: 1.0.0
Text Domain: bruna-araujo
*/

:root { --paper:#f5f3ee; --paper-dark:#e9e4da; --ink:#1d2823; --forest:#253c33; --forest-2:#39584a; --sand:#d9cfbd; --clay:#9d8d74; --line:#d8d3c9; --muted:#68716b; --warm-white:#fdfcf9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:1.55; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
.site-shell { overflow:hidden; }
.site-header { min-height:88px; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:10px clamp(24px,5vw,78px); border-bottom:1px solid var(--line); background:rgba(245,243,238,.93); position:sticky; top:0; z-index:20; backdrop-filter:blur(12px); }
.brand { display:flex; align-items:center; gap:11px; min-width:146px; }
.brand-logo { display:block; width:136px; height:61px; object-fit:cover; }
.brand-mark { width:39px; height:39px; display:grid; place-items:center; border:1px solid var(--forest); border-radius:50%; color:var(--forest); font-family:Georgia,serif; font-size:14px; }
.brand strong,.brand small { display:block; line-height:1.18; }
.brand strong { font-family:Georgia,serif; font-size:15px; letter-spacing:.01em; }
.brand small { margin-top:3px; font-size:10px; letter-spacing:.11em; text-transform:uppercase; color:var(--muted); }
.desktop-nav { display:flex; align-items:center; gap:clamp(14px,1.8vw,27px); font-size:13px; }
.desktop-nav a { transition:color .2s ease; }
.desktop-nav a:hover { color:#577466; }
.header-cta,.button-primary { background:var(--forest); color:#fff; }
.header-cta { display:flex; align-items:center; gap:8px; padding:11px 14px 11px 17px; border-radius:999px; font-size:13px; white-space:nowrap; transition:background .2s ease; }
.header-cta:hover { background:var(--forest-2); }
.menu-toggle { display:none; border:0; background:none; color:var(--forest); padding:8px; }
.mobile-nav { display:none; }
.hero { min-height:calc(100svh - 88px); display:grid; grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr); align-items:stretch; }
.hero-copy { align-self:center; padding:clamp(64px,10vw,145px) clamp(24px,6vw,110px); max-width:770px; }
.eyebrow { margin:0 0 18px; color:#5e6b64; font-size:11px; font-weight:bold; letter-spacing:.17em; }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.045em; }
h1 { max-width:660px; margin-bottom:25px; font-size:clamp(3.4rem,6.4vw,6.4rem); line-height:.98; }
.hero-lead { max-width:535px; color:#4f5954; font-size:clamp(1.03rem,1.5vw,1.2rem); line-height:1.65; }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:27px; margin-top:38px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius:999px; border:0; padding:14px 20px; font-size:15px; font-weight:bold; cursor:pointer; transition:transform .2s ease, background .2s ease; }
.button:hover { transform:translateY(-2px); background:var(--forest-2); }
.text-link { display:inline-flex; gap:7px; align-items:center; font-size:15px; font-weight:bold; border-bottom:1px solid currentColor; padding-bottom:3px; }
.hero-visual { min-height:530px; position:relative; overflow:hidden; background:#5b655d; }
.hero-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(120deg,rgba(22,38,31,.62),rgba(22,38,31,.03) 70%); }
.hero-caption { position:absolute; right:clamp(24px,5vw,74px); bottom:clamp(24px,5vw,70px); color:white; font-family:Georgia,serif; font-size:clamp(2rem,3.8vw,4rem); letter-spacing:-.05em; max-width:250px; text-align:right; line-height:.92; }
.section { padding:clamp(76px,10vw,142px) clamp(24px,7vw,130px); }
.about-section { background:#ebe7df; }
.about-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(330px,.72fr); gap:clamp(46px,9vw,140px); align-items:end; }
h2 { margin-bottom:22px; max-width:760px; font-size:clamp(2.5rem,4.7vw,4.8rem); line-height:1.02; }
.about-statement > p { max-width:610px; color:#4e5751; font-size:18px; }
.profile-note { display:flex; gap:20px; border-top:1px solid #bfb9ae; padding-top:22px; }
.profile-photo-placeholder { flex:0 0 auto; width:64px; height:64px; border-radius:50%; display:grid; place-items:center; background:var(--forest); color:#fff; font-family:Georgia,serif; }
.profile-note p { margin-bottom:9px; color:#56615b; font-size:14px; }
.profile-note .profile-label { color:var(--ink); font-weight:bold; }
.profile-note .profile-status { color:#7b623f; font-weight:bold; }
.section-heading { max-width:890px; }
.section-heading > p:last-child,.split-heading > p,.project-intro { max-width:600px; color:#525c56; font-size:17px; }
.split-heading { display:grid; grid-template-columns:minmax(0,1fr) minmax(250px,.6fr); gap:64px; align-items:end; max-width:none; }
.split-heading > p { margin-bottom:24px; }
.services-section { background:var(--warm-white); }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); margin-top:52px; }
.service-card { min-height:246px; padding:25px 23px 28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--warm-white); transition:background .25s ease, transform .25s ease; }
.service-card:hover { background:#eef1eb; transform:translateY(-3px); }
.service-card > span { display:block; margin-bottom:46px; color:#849087; font-size:12px; font-weight:bold; letter-spacing:.13em; }
.service-card h3 { max-width:300px; margin-bottom:12px; font-family:Georgia,serif; font-size:22px; font-weight:400; letter-spacing:-.03em; line-height:1.13; }
.service-card p { margin:0; color:#59615d; font-size:14px; line-height:1.55; }
.portfolio-section { background:#e2ddd2; }
.project-intro { margin-bottom:0; }
.filter-bar { display:flex; gap:9px; flex-wrap:wrap; margin:38px 0 22px; }
.filter-bar button { border:1px solid #c0b9ad; padding:8px 15px; border-radius:999px; background:transparent; color:#405047; cursor:pointer; font-size:14px; transition:.2s ease; }
.filter-bar button:hover,.filter-bar .filter-active { border-color:var(--forest); background:var(--forest); color:#fff; }
.project-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.project-card { overflow:hidden; background:var(--warm-white); }
.project-card img { display:block; width:100%; height:clamp(255px,32vw,460px); object-fit:cover; transition:transform .5s ease; }
.project-card:hover img { transform:scale(1.035); }
.project-card-content { padding:20px 21px 23px; }
.project-category { margin-bottom:9px; color:#5c7165; font-size:11px; font-weight:bold; letter-spacing:.16em; text-transform:uppercase; }
.project-card h3 { margin-bottom:8px; font-family:Georgia,serif; font-size:23px; font-weight:400; letter-spacing:-.03em; }
.project-card-content > p:not(.project-category) { color:#626963; font-size:14px; }
.project-card-content span { display:block; margin-top:16px; color:#7c6040; font-size:12px; font-weight:bold; }
.process-section { display:grid; grid-template-columns:minmax(270px,.86fr) minmax(470px,1.14fr); gap:clamp(54px,10vw,150px); background:var(--forest); color:#f7f6f1; }
.process-section .eyebrow { color:#b9c8bc; }
.process-intro h2 { max-width:490px; }
.process-intro > p:last-child { max-width:430px; color:#d6ddd6; font-size:17px; }
.steps { list-style:none; margin:0; padding:0; border-top:1px solid rgba(255,255,255,.28); }
.steps li { display:grid; grid-template-columns:64px 1fr; gap:18px; padding:26px 0; border-bottom:1px solid rgba(255,255,255,.28); }
.steps li > span { color:#c6b899; font-size:12px; font-weight:bold; letter-spacing:.12em; }
.steps h3 { margin-bottom:6px; font-family:Georgia,serif; font-size:23px; font-weight:400; letter-spacing:-.03em; }
.steps p { max-width:480px; margin:0; color:#d5ddd6; font-size:15px; }
.trust-section { padding-top:0; padding-bottom:0; background:var(--forest); }
.trust-panel { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr); gap:clamp(50px,10vw,145px); padding:clamp(60px,9vw,110px) 0; border-top:1px solid rgba(255,255,255,.28); color:#fff; }
.trust-panel .eyebrow { color:#b9c8bc; }
.trust-panel h2 { margin-bottom:0; }
.trust-panel ul { list-style:none; margin:0; padding:4px 0 0; }
.trust-panel li { display:flex; gap:13px; align-items:flex-start; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.24); color:#eff2ee; font-size:16px; }
.trust-panel svg { flex:0 0 auto; margin-top:4px; color:#c7b997; }
.reviews-section { background:var(--paper); }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; margin-top:44px; }
.review-card { display:flex; min-height:270px; flex-direction:column; padding:26px; background:#fff; border-top:3px solid var(--forest); box-shadow:0 11px 30px rgba(31,40,35,.06); }
.review-card > span { color:#806642; font-size:11px; font-weight:bold; line-height:1.35; }
.review-card > p { margin:30px 0 auto; font-family:Georgia,serif; font-size:21px; letter-spacing:-.025em; line-height:1.3; }
.review-card strong { margin-top:25px; color:#526056; font-size:14px; }
.google-link { margin-top:34px; }
.faq-section { display:grid; grid-template-columns:minmax(260px,.76fr) minmax(440px,1.24fr); gap:clamp(50px,10vw,160px); background:#e9e4da; }
.faq-heading h2 { max-width:520px; }
.faq-list { border-top:1px solid #bdb6aa; }
.faq-list details { border-bottom:1px solid #bdb6aa; padding:0; }
.faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:19px 0; cursor:pointer; font-size:17px; font-weight:bold; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary svg { transition:transform .2s ease; }
.faq-list details[open] summary svg { transform:rotate(180deg); }
.faq-list details p { max-width:650px; margin:0; padding:0 0 21px; color:#58615c; font-size:16px; }
.contact-section { display:grid; grid-template-columns:minmax(260px,.87fr) minmax(430px,1.13fr); gap:clamp(56px,11vw,170px); background:var(--warm-white); }
.contact-copy h2 { max-width:540px; }
.contact-copy > p:not(.eyebrow):not(.contact-config) { max-width:500px; color:#55605a; font-size:17px; }
.direct-contact { display:flex; flex-direction:column; align-items:flex-start; gap:13px; margin-top:31px; }
.direct-contact a { display:inline-flex; align-items:center; gap:9px; border-bottom:1px solid #9eab9f; padding-bottom:4px; font-weight:bold; }
.contact-config { margin-top:32px; color:#806642; font-size:13px; font-weight:bold; }
.contact-form { padding:29px; background:#eeeae2; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-form label,.form-select { display:flex; flex-direction:column; gap:7px; margin-bottom:17px; color:#39483f; font-size:14px; font-weight:bold; }
.contact-form label span { font-size:12px; font-weight:normal; color:#68716b; }
.contact-form input,.contact-form textarea,.contact-form [data-slot="select-trigger"] { width:100%; border:1px solid #bdb8ae; border-radius:0; background:#faf9f5; color:var(--ink); padding:11px 12px; outline:none; box-shadow:none; font-size:16px; }
.contact-form input { height:44px; }
.contact-form textarea { resize:vertical; min-height:120px; }
.contact-form input:focus,.contact-form textarea:focus,.contact-form [data-slot="select-trigger"]:focus-visible { border-color:var(--forest); box-shadow:0 0 0 3px rgba(37,60,51,.13); }
.contact-form [data-slot="select-trigger"] { display:flex; width:100%; height:44px; justify-content:space-between; }
.contact-form [data-slot="select-content"] { z-index:60; border-color:#bdb8ae; border-radius:0; background:#faf9f5; }
.honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.form-button { width:100%; margin-top:2px; }
.form-privacy { margin:17px 0 0; color:#66716a; font-size:12px; line-height:1.5; }
.form-note { margin:14px 0 0; color:#335549; font-size:14px; font-weight:bold; }
.privacy-section { padding:47px clamp(24px,7vw,130px); background:#dcd5c8; }
.privacy-section h2 { margin-bottom:11px; font-size:31px; }
.privacy-section p { max-width:830px; margin:0; color:#4d5852; font-size:14px; }
.site-footer { display:grid; grid-template-columns:1.3fr .85fr 1fr; gap:40px; padding:50px clamp(24px,7vw,130px); background:#1d2823; color:#f3f3ed; }
.site-footer .brand-logo { width:205px; height:92px; }
.site-footer .brand-mark { border-color:#d9cfbd; color:#f3f3ed; }
.site-footer .brand small { color:#c2c9c1; }
.site-footer > div:first-child > p { max-width:310px; margin:20px 0 0; color:#c2c9c1; font-size:12px; }
.site-footer nav,.site-footer > div:last-child { display:flex; flex-direction:column; align-items:flex-start; gap:10px; font-size:14px; }
.site-footer nav a:hover,.site-footer > div:last-child a:hover { color:#d9cfbd; }
.site-footer > div:last-child small { margin-top:14px; color:#aeb7ae; font-size:11px; }
.whatsapp-float { position:fixed; right:23px; bottom:23px; z-index:18; display:grid; width:55px; height:55px; place-items:center; border-radius:50%; background:#294d3e; color:#fff; box-shadow:0 9px 25px rgba(30,47,38,.28); transition:transform .2s ease; }
.whatsapp-float:hover { transform:translateY(-3px); }
@media (max-width:1080px) { .desktop-nav { display:none; } .hero { grid-template-columns:1fr .8fr; } .service-grid,.project-grid { grid-template-columns:repeat(2,1fr); } .contact-section,.faq-section,.process-section { gap:60px; } }
@media (max-width:760px) { .site-header { min-height:70px; padding:11px 20px; } .brand { min-width:0; } .brand-logo { width:110px; height:49px; } .brand small { font-size:9px; } .header-cta { display:none; } .menu-toggle { display:block; } .mobile-nav { display:flex; position:fixed; inset:70px 0 auto; z-index:19; flex-direction:column; padding:16px 24px 26px; gap:3px; background:var(--paper); border-bottom:1px solid var(--line); box-shadow:0 15px 28px rgba(29,40,35,.08); } .mobile-nav a { padding:11px 0; font-size:16px; } .hero { min-height:auto; grid-template-columns:1fr; } .hero-copy { padding:76px 24px 64px; } .hero-visual { min-height:390px; } .section { padding:78px 24px; } .about-grid,.split-heading,.process-section,.trust-panel,.faq-section,.contact-section { grid-template-columns:1fr; gap:42px; } .service-grid,.review-grid { grid-template-columns:1fr; } .service-card { min-height:auto; padding:24px; } .service-card > span { margin-bottom:29px; } .project-grid { grid-template-columns:1fr; } .project-card img { height:360px; } .process-section { padding-top:78px; padding-bottom:0; } .trust-section { padding-top:0; padding-bottom:0; } .trust-panel { padding:78px 0; } .reviews-section .split-heading > p { margin-top:-19px; } .faq-section { gap:28px; } .contact-form { padding:21px; } .form-row { grid-template-columns:1fr; gap:0; } .site-footer { grid-template-columns:1fr; gap:34px; padding:47px 24px; } .site-footer .brand-logo { width:184px; height:83px; } .site-footer > div:last-child { gap:12px; } }
@media (max-width:400px) { .brand strong { font-size:13px; } .brand-mark { width:34px; height:34px; } h1 { font-size:3.05rem; } .hero-caption { font-size:2.4rem; } .project-card img { height:290px; } }


.form-select select { width:100%; min-height:48px; border:1px solid var(--line); border-radius:8px; background:var(--warm-white); color:var(--ink); padding:10px 12px; }
.project-card[hidden], .mobile-nav[hidden] { display:none !important; }
body.admin-bar .site-header { top:32px; }
@media (max-width:782px) { body.admin-bar .site-header { top:46px; } }
