/*
Theme Name: VBSS Construtora
Description: Tema customizado da VBSS Construtora — migrado do site em Next.js para WordPress nativo.
Author: VBSS Construtora
Version: 1.0.2
Text Domain: vbss-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500;600&display=swap');

:root { --ivory:#f4f0e8; --paper:#faf8f3; --ink:#1c1c1a; --terra:#282797; --terra-dark:#1c1b6e; --terra-tint:#6d6bd1; --terra-tint-soft:#5f5dbd; --terra-tint-pale:#d6d5f5; --muted:#6f6a63; --line:#d8d0c5; --edge:calc((100vw - 1320px) / 2); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ivory); color:var(--ink); font-family:"Inter",sans-serif; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
main { overflow:hidden; }
img { max-width:100%; }

.site-header { min-height:104px; padding:0 max(3.8vw,var(--edge)); display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:38px; background:rgba(244,240,232,.97); border-bottom:1px solid rgba(216,208,197,.75); position:relative; z-index:20; }
.brand { display:flex; align-items:center; gap:5px; width:max-content; text-transform:uppercase; }
.brand-symbol-wrap { position:relative; height:44px; aspect-ratio:560/650; flex-shrink:0; }
.brand-symbol { position:absolute; inset:0; width:100%; height:100%; }
.brand-symbol-default { color:var(--ink); }
.brand-text { display:flex; flex-direction:column; }
.brand strong { font:600 34px/.9 "Cormorant Garamond",serif; letter-spacing:.18em; color:var(--ink); }
.brand-subtitle { display:flex; justify-content:space-between; width:100%; margin-top:4px; color:var(--terra); font-size:8px; }
.desktop-nav { display:flex; justify-content:center; gap:clamp(18px,2.1vw,38px); font-size:12px; }
.desktop-nav a { position:relative; padding:12px 0; white-space:nowrap; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:2px; height:1px; background:var(--terra); transition:right .25s ease; }
.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after { right:0; }
.header-actions { display:flex; align-items:center; gap:24px; }
.header-whatsapp { display:flex; flex-direction:column; align-items:flex-start; gap:2px; color:var(--muted); white-space:nowrap; transition:color .2s; }
.header-whatsapp-label-row { display:flex; align-items:center; gap:6px; }
.header-whatsapp-label { font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); opacity:.65; }
.header-whatsapp-number { font-size:17px; font-weight:500; color:var(--ink); }
.header-whatsapp-icon { color:var(--ink); flex-shrink:0; }
.header-whatsapp:hover .header-whatsapp-number,.header-whatsapp:hover .header-whatsapp-label,.header-whatsapp:hover .header-whatsapp-icon { color:var(--terra); }
.header-cta { border:1px solid var(--terra); color:var(--terra); min-height:46px; display:flex; align-items:center; gap:10px; padding:0 21px; font-size:12px; transition:.2s; white-space:nowrap; }
.header-cta:hover,.header-cta[aria-current="page"] { background:var(--terra); color:white; }
.desktop-nav a[aria-current="page"] { color:var(--terra); }
.desktop-nav a[aria-current="page"]::after { right:0; }

.mobile-menu-toggle { display:none; width:44px; height:44px; align-items:center; justify-content:center; border:1px solid var(--line); background:transparent; color:var(--ink); cursor:pointer; padding:0; }
.mobile-menu-toggle:hover { border-color:var(--terra); color:var(--terra); }

.mobile-menu-overlay { position:fixed; inset:0; z-index:50; visibility:hidden; }
.mobile-menu-overlay.open { visibility:visible; }
.mobile-menu-backdrop { position:absolute; inset:0; width:100%; height:100%; border:0; padding:0; margin:0; background:rgba(20,20,18,.5); cursor:pointer; opacity:0; transition:opacity .3s ease; }
.mobile-menu-overlay.open .mobile-menu-backdrop { opacity:1; }
.mobile-menu-panel { position:absolute; top:0; right:0; bottom:0; width:min(380px,86vw); background:var(--paper); display:flex; flex-direction:column; padding:28px 30px 34px; transform:translateX(100%); transition:transform .32s cubic-bezier(.4,0,.2,1); box-shadow:-24px 0 60px rgba(20,20,18,.18); }
.mobile-menu-overlay.open .mobile-menu-panel { transform:translateX(0); }
.mobile-menu-header { display:flex; align-items:center; justify-content:space-between; padding-bottom:24px; margin-bottom:22px; border-bottom:1px solid var(--line); }
.mobile-menu-close { width:38px; height:38px; display:flex; align-items:center; justify-content:center; border:1px solid var(--line); background:transparent; color:var(--ink); cursor:pointer; padding:0; }
.mobile-menu-close:hover { border-color:var(--terra); color:var(--terra); }
.mobile-menu-nav { display:flex; flex-direction:column; gap:2px; }
.mobile-menu-nav a { padding:15px 4px; font:500 20px "Cormorant Garamond",serif; border-bottom:1px solid var(--line); color:var(--ink); position:relative; }
.mobile-menu-nav a[aria-current="page"] { color:var(--terra); padding-left:16px; }
.mobile-menu-nav a[aria-current="page"]::before { content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:6px; height:6px; border-radius:50%; background:var(--terra); }
.mobile-menu-footer { margin-top:auto; padding-top:26px; display:flex; flex-direction:column; gap:16px; }
.mobile-menu-phone { display:flex; align-items:center; gap:10px; color:var(--muted); font-size:14px; }
.mobile-menu-phone:hover { color:var(--terra); }
.mobile-menu-contact { width:100%; }

.back-to-top { position:fixed; right:24px; bottom:24px; z-index:40; width:46px; height:46px; display:flex; align-items:center; justify-content:center; border:1px solid var(--terra); background:var(--ivory); color:var(--terra); cursor:pointer; padding:0; opacity:0; pointer-events:none; transform:translateY(10px); transition:opacity .25s ease,transform .25s ease,background .2s,color .2s; }
.back-to-top:hover { background:var(--terra); color:white; }
.back-to-top.visible { opacity:1; pointer-events:auto; transform:translateY(0); }

.footer-heading { color:var(--terra-tint); font-size:11px; letter-spacing:.14em; text-transform:uppercase; margin:0 0 18px; }
.footer-contact-info { display:flex; flex-direction:column; gap:10px; font-size:13px; color:#c7c1b6; }
.footer-contact-info a,.footer-contact-info span { display:flex; align-items:center; gap:9px; }
.footer-contact-info a { color:#c7c1b6; }
.footer-contact-info a:hover { color:#e7e1d7; }
.footer-social { display:flex; gap:10px; margin-top:20px; }
.footer-social a { display:flex; align-items:center; justify-content:center; width:36px; height:36px; border:1px solid #3a3934; color:#c7c1b6; }
.footer-social a:hover { border-color:var(--terra-tint); color:var(--terra-tint); }

.hero { min-height:790px; display:grid; grid-template-columns:48% 52%; background:var(--ivory); }
.hero-copy { padding:76px 5.2vw 72px max(3.8vw,var(--edge)); display:flex; flex-direction:column; justify-content:center; }
.eyebrow,.section-kicker { color:var(--terra); font-size:11px; letter-spacing:.22em; text-transform:uppercase; }
.hero h1 { max-width:660px; margin:20px 0 0; font:500 clamp(58px,5.2vw,80px)/.94 "Cormorant Garamond",serif; letter-spacing:-.045em; }
.accent-line { width:58px; height:2px; background:var(--terra); margin:34px 0 27px; }
.hero-text { color:var(--muted); font-size:17px; line-height:1.65; max-width:510px; margin:0; }
.hero-actions { display:flex; gap:20px; margin-top:34px; }
.button { min-height:56px; padding:0 26px; border:1px solid transparent; display:inline-flex; align-items:center; justify-content:center; gap:34px; font-size:13px; cursor:pointer; transition:.2s ease; }
.button svg { width:18px; height:18px; flex-shrink:0; transition:transform .2s; }.button:hover svg { transform:translate(4px,-4px); }
.button-primary { background:var(--terra); color:white; }.button-primary:hover { background:var(--terra-dark); }
.button-secondary { border-color:#9b9489; }.button-secondary:hover { background:#ece6dc; }
.button-light { background:var(--ivory); color:var(--terra); }.button-light:hover { background:white; }
.new-company-note { max-width:520px; padding:22px 0 0 22px; border-left:1px solid var(--line); margin:56px 0 0; color:var(--muted); font:500 14px/1.6 "Cormorant Garamond",serif; }
.hero-image { background:url('images/hero-building.png') center/cover no-repeat; clip-path:polygon(13% 0,100% 0,100% 100%,0 100%); position:relative; }
.hero-image span { position:absolute; right:22px; bottom:20px; color:white; background:rgba(0,0,0,.32); padding:8px 11px; font-size:9px; letter-spacing:.14em; text-transform:uppercase; }

.section { padding:120px max(7vw,var(--edge)); }
.section-kicker { padding-bottom:18px; border-bottom:1px solid var(--line); }
.intro { background:var(--paper); }.intro-content { display:grid; grid-template-columns:1.2fr .8fr; gap:11vw; padding-top:70px; }
.intro h2,.section-heading h2,.process h2,.content-section h2 { margin:0; max-width:760px; font:500 clamp(46px,5vw,70px)/1 "Cormorant Garamond",serif; letter-spacing:-.035em; }
.intro-content p,.split-content p { color:var(--muted); font-size:16px; line-height:1.8; margin:0 0 20px; }
.text-link { display:inline-flex; gap:22px; align-items:center; color:var(--terra); font-size:13px; padding:16px 0 7px; border-bottom:1px solid var(--terra); }
.text-link svg { width:16px; height:16px; flex-shrink:0; transition:transform .2s; }.text-link:hover svg { transform:translate(3px,-3px); }
.projects { background:var(--ivory); }.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:70px; margin-bottom:64px; }
.section-heading .section-kicker { border:0; }.section-heading h2 { max-width:700px; }

.empty-state { min-height:360px; border:1px solid var(--line); background:rgba(250,248,243,.56); display:grid; grid-template-columns:110px 1fr; gap:40px; align-items:center; padding:60px 7vw; }
.empty-mark { color:var(--terra); font:500 78px/1 "Cormorant Garamond",serif; opacity:.7; }
.empty-state h3 { font:500 clamp(36px,4vw,55px)/1.05 "Cormorant Garamond",serif; max-width:740px; margin:15px 0 18px; }
.empty-state > div > p:not(.eyebrow) { color:var(--muted); max-width:700px; line-height:1.75; margin:0; }

.principles { background:var(--ink); color:var(--ivory); }.section-kicker.light { color:var(--terra-tint); border-color:#484743; }
.principles-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:12vw; padding-top:74px; }
.principles-title p { color:#bcb7ae; font-size:13px; text-transform:uppercase; letter-spacing:.15em; }
.principles-title h2 { font:500 clamp(48px,5vw,72px)/1 "Cormorant Garamond",serif; margin:30px 0 0; letter-spacing:-.035em; }
.principle-list article { display:grid; grid-template-columns:60px 1fr; padding:29px 0 34px; border-top:1px solid #494844; }
.principle-list article:first-child { border-top:0; padding-top:0; }.principle-list article > span { color:var(--terra-tint); font:500 18px "Cormorant Garamond",serif; }
.principle-list h3 { font:500 27px "Cormorant Garamond",serif; margin:0 0 10px; }.principle-list p { color:#aaa59d; margin:0; font-size:14px; line-height:1.65; max-width:520px; }
.process { background:var(--paper); }.process .section-heading > p { color:var(--muted); line-height:1.7; max-width:390px; }
.process-list { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); }
.process-list li { padding:34px 34px 12px 0; border-right:1px solid var(--line); min-height:250px; margin-right:34px; }.process-list li:last-child { border:0; margin-right:0; }
.process-list span { color:var(--terra); font:500 19px "Cormorant Garamond",serif; }.process-list h3 { font:500 27px "Cormorant Garamond",serif; margin:58px 0 14px; }.process-list p { color:var(--muted); font-size:13px; line-height:1.65; }
.contact-band { padding:90px max(8vw,var(--edge)); background:var(--terra); color:white; display:flex; align-items:center; justify-content:space-between; gap:60px; flex-wrap:wrap; }
.contact-band h2 { font:500 clamp(44px,5vw,70px)/1 "Cormorant Garamond",serif; max-width:760px; margin:16px 0 0; }.light-text { color:var(--terra-tint-pale); }

.page-hero { padding:110px max(8vw,var(--edge)) 100px; background:var(--paper); border-bottom:1px solid var(--line); }
.page-hero h1 { max-width:900px; margin:20px 0 28px; font:500 clamp(58px,6vw,88px)/.95 "Cormorant Garamond",serif; letter-spacing:-.045em; }
.page-hero > p:last-child { color:var(--muted); max-width:700px; font-size:17px; line-height:1.7; }
.content-section { padding:110px max(8vw,var(--edge)); }.split-content { display:grid; grid-template-columns:1fr .8fr; gap:11vw; }.split-content .section-kicker { margin:0 0 45px; }.split-content h2 { font-size:64px; }
.values-grid { padding-top:0; display:grid; grid-template-columns:repeat(3,1fr); gap:0; }.values-grid article { border-top:1px solid var(--line); border-right:1px solid var(--line); padding:35px 40px 35px 0; margin-right:40px; }.values-grid article:last-child { border-right:0; margin-right:0; }
.values-grid span { color:var(--terra); }.values-grid h3 { font:500 32px "Cormorant Garamond",serif; margin:55px 0 16px; }.values-grid p { color:var(--muted); line-height:1.7; }
.contact-page { display:grid; grid-template-columns:.8fr 1fr; gap:10vw; }.contact-page h2 { font-size:62px; margin:42px 0 24px; }.contact-intro-text { color:var(--muted); line-height:1.7; }
.contact-info-list { display:flex; flex-direction:column; gap:16px; margin-top:34px; padding-top:30px; border-top:1px solid var(--line); }
.contact-info-list a,.contact-info-list span { display:flex; align-items:center; gap:12px; color:var(--ink); font-size:15px; }
.contact-info-list a:hover { color:var(--terra); }
.light-form { display:grid; grid-template-columns:1fr 1fr; gap:24px 30px; }.light-form label { color:var(--muted); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }.light-form label:nth-of-type(5) { grid-column:1/-1; }
.light-form input,.light-form textarea,.light-form select { width:100%; border:0; border-bottom:1px solid var(--line); background:transparent; padding:13px 0; margin-top:7px; outline:none; border-radius:0; color:var(--ink); text-transform:none; letter-spacing:0; font-size:14px; resize:vertical; appearance:none; }.light-form input:focus,.light-form textarea:focus,.light-form select:focus { border-color:var(--terra); }
.light-form button,.light-form small,.light-form p.contact-form-error { grid-column:1/-1; }.light-form button { justify-self:start; }.light-form small { color:var(--muted); line-height:1.5; }
.light-form button[disabled] { opacity:.6; cursor:not-allowed; }
.subject-select { position:relative; margin-top:7px; }
.subject-select-trigger { display:flex; align-items:center; justify-content:space-between; gap:10px; width:100%; border:0; border-bottom:1px solid var(--line); background:transparent; padding:13px 0; margin:0; outline:none; color:var(--ink); text-transform:none; letter-spacing:0; font-size:14px; text-align:left; cursor:pointer; transition:border-color .2s; }
.subject-select-trigger .placeholder { color:var(--muted); }
.subject-select-trigger:hover,.subject-select-trigger.open { border-color:var(--terra); }
.subject-select-trigger svg { flex-shrink:0; color:var(--terra); transition:transform .2s; }
.subject-select-trigger.open svg { transform:rotate(180deg); }
.subject-select-list { position:absolute; z-index:20; top:calc(100% + 8px); left:0; right:0; margin:0; padding:6px; list-style:none; background:var(--paper); border:1px solid var(--line); box-shadow:0 16px 32px rgba(28,28,26,.12); max-height:240px; overflow-y:auto; }
.subject-select-list[hidden] { display:none; }
.subject-select-list li { list-style:none; }
.subject-select-list button { display:block; width:100%; border:0; border-radius:0; background:transparent; padding:11px 12px; margin:0; text-align:left; text-transform:none; letter-spacing:0; font-size:14px; color:var(--ink); cursor:pointer; transition:background .15s,color .15s; }
.subject-select-list button:hover,.subject-select-list button:focus-visible { background:var(--ivory); color:var(--terra-dark); }
.subject-select-list button.active { color:var(--terra); font-weight:600; }
.contact-form-honeypot { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; left:-9999px; }
.contact-form-error { color:#b3261e; }
.contact-form-success h3 { font:500 27px "Cormorant Garamond",serif; margin:10px 0 6px; }
.contact-form-success p { color:var(--muted); margin:0; }

.category-pills { display:flex; flex-wrap:wrap; gap:10px; margin-top:34px; }
.category-pills a { display:inline-flex; align-items:center; gap:6px; border:1px solid var(--line); padding:9px 16px; font-size:12px; letter-spacing:.04em; color:var(--muted); }
.category-pills a span { color:var(--muted); font-size:11px; }
.category-pills a:hover { border-color:var(--terra); color:var(--terra); }
.category-pills a[aria-current="page"] { border-color:var(--terra); background:var(--terra); color:white; }
.category-pills a[aria-current="page"] span { color:rgba(255,255,255,.75); }

.status-badge { display:inline-flex; align-items:center; color:white; font-size:11px; letter-spacing:.08em; text-transform:uppercase; padding:7px 14px; }
.status-badge--lancamento { background:#282797; }
.status-badge--em-obras { background:#a67c1f; }
.status-badge--entregue { background:#1f7a4d; }
.project-image-placeholder,.project-card-image img,.project-hero-image img,.project-gallery-item img { width:100%; height:100%; object-fit:cover; display:block; }
.project-image-placeholder { display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,var(--paper),var(--line) 150%); color:#b9b0a0; }

.project-card { border-top:1px solid var(--line); padding-top:26px; }
.project-card-image { position:relative; display:block; aspect-ratio:16/9; margin-bottom:22px; overflow:hidden; }
.project-card-image .status-badge { position:absolute; left:14px; bottom:14px; }
.project-card h3 { font:500 27px "Cormorant Garamond",serif; margin:14px 0 6px; line-height:1.15; }
.project-card-location { color:var(--muted); font-size:13px; margin:0 0 12px; }
.project-card p { color:var(--muted); font-size:15px; line-height:1.65; margin:0 0 16px; }

.obra-progress-bar { height:6px; background:var(--line); margin:4px 0 8px; }
.obra-progress-bar span { display:block; height:100%; background:var(--terra); }
.obra-progress-percent { font-size:13px; font-weight:500; color:var(--ink); margin:0 0 16px; }

.wp-status-badge { display:inline-flex; align-items:center; color:white; font-size:11px; letter-spacing:.08em; text-transform:uppercase; padding:7px 14px; }

.empty-state-simple { color:var(--muted); font-size:15px; text-align:center; padding:40px 0; }

.filter-pills { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.filter-pills a { display:inline-block; border:1px solid var(--line); background:transparent; padding:9px 18px; font-size:13px; color:var(--muted); cursor:pointer; }
.filter-pills a[aria-current="true"] { background:var(--terra); border-color:var(--terra); color:white; }

.obra-map { border:1px solid var(--line); width:100%; height:320px; margin:24px 0; }
.obra-map iframe { width:100%; height:100%; border:0; display:block; }

.project-hero { display:grid; grid-template-columns:1fr; background:var(--paper); border-bottom:1px solid var(--line); }
.project-hero-image { height:min(48vh,460px); overflow:hidden; }
.project-hero-content { padding:52px max(8vw,var(--edge)) 64px; }
.project-hero-meta { display:flex; align-items:center; gap:14px; margin:22px 0 18px; flex-wrap:wrap; }
.project-hero-content h1 { margin:0 0 10px; font:500 clamp(42px,5vw,66px)/1 "Cormorant Garamond",serif; letter-spacing:-.03em; }
.project-location { color:var(--terra); font-size:14px; margin:0 0 20px; }
.project-hero-content .hero-text { max-width:680px; }

.project-specs-section { padding-top:60px; padding-bottom:60px; }
.project-specs { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin:0; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.project-specs > div { padding:26px 28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.project-specs dt { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.1em; margin:0 0 8px; }
.project-specs dd { margin:0; font:500 20px "Cormorant Garamond",serif; }

.project-highlights { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:2px; }
.project-highlights li { position:relative; padding:14px 0 14px 26px; border-bottom:1px solid var(--line); color:var(--ink); }
.project-highlights li::before { content:""; position:absolute; left:0; top:22px; width:8px; height:1px; background:var(--terra); }

.project-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.project-gallery-item { display:block; aspect-ratio:16/9; overflow:hidden; border:0; padding:0; margin:0; background:none; cursor:pointer; }

.lightbox { position:fixed; inset:0; z-index:80; display:flex; align-items:center; justify-content:center; }
.lightbox[hidden] { display:none; }
.lightbox-backdrop { position:absolute; inset:0; width:100%; height:100%; border:0; padding:0; margin:0; background:rgba(10,10,9,.94); cursor:pointer; }
.lightbox-image { position:relative; z-index:1; width:min(1100px,88vw); max-height:82vh; display:flex; align-items:center; justify-content:center; }
.lightbox-image img,.lightbox-image .project-image-placeholder { position:static; width:auto; height:auto; max-width:100%; max-height:82vh; object-fit:contain; }
.lightbox-close { position:fixed; top:24px; right:24px; z-index:2; width:44px; height:44px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.3); background:transparent; color:white; cursor:pointer; padding:0; }
.lightbox-close:hover { border-color:white; }
.lightbox-nav { position:fixed; top:50%; transform:translateY(-50%); z-index:2; width:52px; height:52px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.3); background:rgba(255,255,255,.06); color:white; cursor:pointer; padding:0; }
.lightbox-nav:hover { border-color:white; background:rgba(255,255,255,.14); }
.lightbox-prev { left:24px; }
.lightbox-next { right:24px; }
.lightbox-counter { position:fixed; bottom:24px; left:50%; transform:translateX(-50%); z-index:2; color:white; font-size:12px; letter-spacing:.1em; }

.blog-layout { display:grid; grid-template-columns:1fr .34fr; gap:8vw; align-items:start; }
.post-grid { display:grid; grid-template-columns:1fr 1fr; gap:44px 40px; }
.post-grid-wide { grid-template-columns:repeat(3,1fr); }
.post-card { border-top:1px solid var(--line); padding-top:26px; }
.post-card-image { aspect-ratio:16/10; margin-bottom:22px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,var(--paper),var(--line) 150%); color:#b9b0a0; overflow:hidden; }
.post-card-category { color:var(--terra); font-size:11px; letter-spacing:.14em; text-transform:uppercase; }
.post-card h3 { font:500 27px "Cormorant Garamond",serif; margin:14px 0 12px; line-height:1.15; }
.post-card p { color:var(--muted); font-size:15px; line-height:1.65; margin:0 0 16px; }
.post-card-meta { display:flex; flex-wrap:wrap; align-items:center; gap:8px; color:var(--muted); font-size:12px; }
.post-card-meta a { color:var(--muted); }.post-card-meta a:hover { color:var(--terra); }

.post-grid-compact { gap:36px 30px; }
.post-grid-compact .post-card-image { aspect-ratio:16/10; margin-bottom:16px; }
.post-grid-compact .post-card h3 { font-size:21px; margin:10px 0 8px; }
.post-grid-compact .post-card-meta { font-size:11px; }
.related-posts-wrap { max-width:900px; margin:0 auto; }

.blog-sidebar { display:flex; flex-direction:column; gap:48px; position:sticky; top:130px; }
.blog-sidebar-block .section-kicker { margin:0 0 20px; padding-bottom:14px; }
.blog-sidebar-categories { display:flex; flex-direction:column; gap:2px; }
.blog-sidebar-categories a { padding:10px 0; border-bottom:1px solid var(--line); font-size:14px; }
.blog-sidebar-categories a[aria-current="page"] { color:var(--terra); }
.blog-sidebar-recent { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.blog-sidebar-recent a { font:500 17px/1.3 "Cormorant Garamond",serif; }
.blog-sidebar-recent a:hover { color:var(--terra); }

.post-layout { display:flex; justify-content:center; }
.post-article { max-width:880px; width:100%; }
.breadcrumbs { display:flex; align-items:center; gap:10px; color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.1em; margin-bottom:28px; }
.breadcrumbs a:hover { color:var(--terra); }
.post-article-meta { display:flex; flex-wrap:wrap; align-items:center; gap:8px; color:var(--muted); font-size:13px; margin-bottom:40px; padding-bottom:30px; border-bottom:1px solid var(--line); }
.post-article-meta a { color:var(--terra); }
.post-article-body { display:flex; flex-direction:column; gap:22px; color:var(--ink); font-size:17px; line-height:1.85; }
.post-article-body a { color:var(--terra); text-decoration:underline; text-underline-offset:3px; }
.post-article-body a:hover { color:var(--terra-dark); }
.post-article-body img { height:auto; }
.share-buttons { display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin-top:44px; padding-top:32px; border-top:1px solid var(--line); }
.share-label { color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.1em; margin-right:6px; }
.share-button { display:inline-flex; align-items:center; gap:8px; width:40px; height:40px; padding:0; justify-content:center; border:1px solid var(--line); color:var(--ink); background:transparent; cursor:pointer; transition:.2s; }
.share-button:hover { border-color:var(--terra); color:var(--terra); }

.author-box { margin-top:56px; padding-top:40px; border-top:1px solid var(--line); }
.author-box h3 { font:500 26px "Cormorant Garamond",serif; margin:12px 0 4px; }
.author-box h3 a:hover { color:var(--terra); }
.author-role { color:var(--terra); font-size:12px; text-transform:uppercase; letter-spacing:.1em; margin:0 0 14px; }
.author-box > div > p:last-child { color:var(--muted); line-height:1.7; }
.legal-content { max-width:960px; margin:0 auto; }.legal-content h2 { font-size:35px; margin:50px 0 12px; }.legal-content p { color:var(--muted); line-height:1.8; }.legal-note { border-left:2px solid var(--terra); background:var(--paper); padding:20px 24px; }

footer { background:#141412; color:#e7e1d7; min-height:250px; padding:54px max(6vw,var(--edge)) 72px; display:grid; grid-template-columns:1fr 1fr auto; align-items:start; gap:60px; position:relative; }
.footer-brand-col { display:flex; flex-direction:column; gap:16px; }
.footer-brand strong { font-size:27px; color:inherit; }.footer-brand .brand-subtitle { color:var(--terra-tint-soft); }.footer-brand .brand-symbol-wrap { height:38px; }.footer-brand .brand-symbol-default { color:inherit; } footer p { color:#96918a; margin:0; max-width:310px; font:500 20px/1.25 "Cormorant Garamond",serif; }
.footer-links { display:flex; flex-wrap:wrap; gap:24px; max-width:420px; font-size:11px; } footer > span { position:absolute; left:max(6vw,var(--edge)); bottom:27px; color:#67635e; font-size:10px; }

.wp-pagination { display:flex; align-items:center; justify-content:center; gap:24px; margin-top:56px; font-size:14px; color:var(--muted); }
.wp-pagination a { color:var(--ink); text-decoration:underline; text-underline-offset:3px; }
.error-404-content { max-width:640px; margin:0 auto; text-align:center; padding:110px max(8vw,var(--edge)); }
.error-404-content h1 { font:500 clamp(58px,7vw,110px)/1 "Cormorant Garamond",serif; margin:0 0 20px; color:var(--terra); }

@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto!important; transition:none!important; } }
@media (max-width:1100px) {
  .desktop-nav { display:none; }.site-header { display:flex; align-items:center; justify-content:space-between; }.mobile-menu-toggle { display:flex; margin-left:auto; }.header-whatsapp { display:none; }
  .hero { grid-template-columns:1fr; }.hero-image { min-height:620px; clip-path:polygon(0 8%,100% 0,100% 100%,0 100%); }
  .intro-content,.principles-grid,.split-content,.contact-page { grid-template-columns:1fr; gap:64px; }.process-list { grid-template-columns:repeat(2,1fr); }.process-list li:nth-child(2) { border-right:0; }
  .blog-layout { grid-template-columns:1fr; gap:56px; }.post-grid { grid-template-columns:1fr 1fr; }.post-grid-wide { grid-template-columns:1fr 1fr; }.post-grid-compact { grid-template-columns:1fr 1fr 1fr; }.blog-sidebar { position:static; flex-direction:row; flex-wrap:wrap; gap:56px; }
  .project-specs { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:700px) {
  .site-header { min-height:84px; padding:0 20px; gap:16px; }.brand strong { font-size:24px; }.brand-subtitle { font-size:7px; margin-top:3px; }.brand-symbol-wrap { height:34px; }.header-cta { display:none; }
  .hero-copy { padding:60px 22px 48px; }.hero h1 { font-size:51px; }.hero-actions { flex-direction:column; }.button { width:100%; justify-content:space-between; }.new-company-note { margin-top:40px; }.hero-image { min-height:480px; }
  .section,.content-section { padding:86px 22px; }.intro-content { gap:42px; padding-top:48px; }.intro h2,.section-heading h2,.process h2,.content-section h2 { font-size:45px; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:30px; margin-bottom:45px; }.empty-state { grid-template-columns:1fr; gap:14px; padding:42px 26px; }.empty-mark { font-size:55px; }.empty-state h3 { font-size:39px; }
  .principles-grid { gap:58px; }.principles-title h2 { font-size:47px; }.process-list { grid-template-columns:1fr; }.process-list li { border-right:0; border-bottom:1px solid var(--line); margin:0; min-height:auto; padding:30px 0; }.process-list h3 { margin:28px 0 10px; }
  .contact-band { padding:72px 22px; flex-direction:column; align-items:flex-start; }.page-hero { padding:80px 22px 70px; }.page-hero h1 { font-size:54px; }.values-grid { grid-template-columns:1fr; padding-top:0; }.values-grid article { border-right:0; margin:0; padding-right:0; }.light-form { grid-template-columns:1fr; }.light-form label { grid-column:1/-1; }
  footer { grid-template-columns:1fr; gap:30px; padding:48px 22px 82px; }.footer-links { justify-content:flex-start; } footer > span { left:22px; }.footer-contact-info { order:1; }
  .post-grid,.post-grid-wide,.post-grid-compact { grid-template-columns:1fr; }.blog-sidebar { flex-direction:column; gap:40px; }.post-article-body { font-size:16px; }.category-pills { margin-top:26px; }
  .project-hero-image { height:min(38vh,320px); }.project-hero-content { padding:40px 22px 48px; }.project-specs { grid-template-columns:1fr; }
  .project-gallery { display:flex; grid-template-columns:none; overflow-x:auto; scroll-snap-type:x mandatory; gap:0; margin:0 -22px; padding:0 22px; -webkit-overflow-scrolling:touch; }
  .project-gallery-item { flex:0 0 100%; scroll-snap-align:center; aspect-ratio:16/10; }
  .project-gallery-item + .project-gallery-item { margin-left:12px; }
  .lightbox-image { width:100vw; max-height:70vh; }
  .lightbox-nav { width:42px; height:42px; }
  .lightbox-prev { left:10px; }.lightbox-next { right:10px; }
  .lightbox-close { top:16px; right:16px; }
}
