:root {
  --font-sans: "Inter", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --home-bg: #080d0f;
  --home-panel: #101719;
  --home-line: rgba(255,255,255,.14);
  --home-paper: #faf9f5;
  --home-ink: #111719;
  --home-muted: #9da8a9;
  --home-accent: #b58b58;
}

/* Restored approved Home state — 2026-09-06 */
.home-header { position: fixed; }
.home-hero-meta { grid-template-columns: 1fr; gap: 26px; align-items: start; }
.home-proof { width: 100%; margin: 0; display: flex; align-items: center; gap: 0; color: #96a4a5; font-size: 13px; }
.home-proof span { min-width: 0; white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; }
.home-proof span + span { margin-left: 28px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.18); }
.home-proof strong { color: #f5f4ef; font-size: 14px; }
.home-proof i { color: #c49a67; font-size: 12px; font-style: normal; letter-spacing: .12em; }
.home-hero-primary { justify-content: center; text-align: center; }
.home-area-arrow { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; display: grid; place-items: center; }
.home-commitment-visual, .home-office-media { border-radius: 12px; }
.home-testimonials { min-height: 850px; padding: 180px 0; }
.home-testimonial-layout { display: grid; grid-template-columns: .75fr .9fr 1fr; gap: 40px; align-items: center; }
.home-rating-score { margin-top: 52px; display: flex; align-items: center; gap: 24px; }
.home-rating-score strong { display: block; font-family: var(--font-serif); font-size: 130px; font-style: italic; font-weight: 500; letter-spacing: -.06em; line-height: .72; }
.home-rating-score span { color: #c49a67; font-size: 16px; letter-spacing: .25em; }
.home-rating > p:not(.home-kicker) { max-width: 280px; margin: 36px 0 0; color: #8d9b9c; font-size: 14px; line-height: 1.7; }
.home-google-link { margin-top: 24px; color: #35b8de !important; font-size: 14px; display: inline-flex; align-items: center; gap: 7px; }
.home-review-card { width: min(100%, 399px); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.32); justify-self: center; }
.home-review-card img { width: 100%; height: auto; display: block; }
.home-review-stack { display: grid; gap: 28px; justify-items: center; }
.home-review-card-small { width: min(100%, 340px); border-radius: 20px; }
.home-footer-services { display: flex; flex-direction: column; }
.home-footer-services span { margin: 0 0 12px; color: #a6afaf; font-size: 12px; line-height: 1.65; }
.home-faq-item button i { width: 14px; height: 14px; overflow: hidden; color: transparent; position: relative; }
.home-faq-item button i::before { content: ""; position: absolute; inset: 3px 1px 5px; border-right: 1px solid #7f8b8c; border-bottom: 1px solid #7f8b8c; transform: rotate(45deg); }
.home-faq-item button[aria-expanded="true"] i { transform: rotate(180deg); }

@media (max-width: 1024px) {
  .home-testimonial-layout { grid-template-columns: 1fr 1fr; gap: 54px; }
  .home-rating { grid-column: 1 / -1; justify-self: center; text-align: center; }
  .home-rating > p:not(.home-kicker) { margin-inline: auto; }
}

@media (max-width: 768px) {
  .home-testimonials { min-height: 0; padding: 96px 0; }
  .home-testimonial-layout { grid-template-columns: 1fr; gap: 74px; }
  .home-rating { grid-column: auto; justify-self: start; text-align: left; }
  .home-rating > p:not(.home-kicker) { margin-inline: 0; }
  .home-review-stack { width: 100%; gap: 24px; justify-items: center; }
  .home-review-card { justify-self: center; }
  .home-cta-actions { flex-direction: column; align-items: center; gap: 0; }
  .home-cta-actions .home-button { width: fit-content; min-width: 210px; justify-content: center; text-align: center; }
  .home-hero .home-hero-primary { width: fit-content; min-width: 190px; align-self: flex-start; }
  .home-desktop-break { display: none; }
}

html { scroll-behavior: smooth; }
body.home-desktop { margin: 0; min-width: 1180px; overflow-x: hidden; background: var(--home-bg); color: #f7f5ef; font-family: var(--font-sans); font-size: 16px; line-height: 1.5; }
.home-desktop *, .home-desktop *::before, .home-desktop *::after { box-sizing: border-box; }
.home-desktop img { display: block; max-width: 100%; }
.home-desktop a { color: inherit; text-decoration: none; }
.home-desktop button { font: inherit; }
.home-container { width: min(calc(100% - 120px), 1280px); margin-inline: auto; }
.home-desktop em { font-family: var(--font-serif); font-weight: 500; }
.home-kicker { margin: 0 0 24px; color: #788587; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

.home-header { position: absolute; z-index: 20; top: 24px; left: 50%; width: min(800px, calc(100% - 96px)); height: 62px; padding: 0 10px 0 26px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; background: rgba(10,15,16,.84); box-shadow: 0 12px 35px rgba(0,0,0,.2); backdrop-filter: blur(14px); display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); }
.home-brand { display: inline-flex; align-items: baseline; gap: 5px; color: #fff; font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.home-brand span { color: #9ba5a6; font-family: var(--font-serif); font-size: 19px; font-style: italic; font-weight: 500; }
.home-nav { display: flex; align-items: center; gap: 30px; color: #c7cccb; font-size: 12px; }
.home-nav a, .home-footer a { transition: color .25s ease; }
.home-nav a:hover, .home-footer a:hover { color: #fff; }
.home-header-cta { padding: 13px 20px; border-radius: 100px; background: #f5f4ee; color: #101617 !important; font-size: 12px; font-weight: 600; }
.home-header-cta span { margin-left: 10px; }

.home-hero { min-height: 898px; height: 100svh; display: grid; grid-template-columns: 1fr 1fr; background: #080d0f; }
.home-hero-media { position: relative; min-width: 0; overflow: hidden; }
.home-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.08), transparent 70%), linear-gradient(0deg, rgba(0,0,0,.34), transparent 42%); }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transform: scale(1.01); }
.home-hero-index { position: absolute; z-index: 2; left: 56px; bottom: 40px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .18em; }
.home-hero-copy { position: relative; min-width: 0; padding: clamp(156px, 21vh, 222px) 52px 86px; overflow: hidden; background: radial-gradient(circle at 70% 28%, rgba(39,78,81,.15), transparent 38%), #080d0f; }
.home-hero-copy-inner { max-width: 730px; }
.home-pill { display: inline-flex; margin: 0 0 30px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; color: #aeb7b6; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.home-hero h1 { margin: 0; max-width: 760px; color: #f5f4ef; font-size: clamp(60px, 3.85vw, 74px); font-weight: 400; letter-spacing: -.065em; line-height: .99; }
.home-hero h1 em { display: inline-block; color: #c1a27d; font-size: 1.07em; letter-spacing: -.035em; }
.home-hero-meta { margin-top: 44px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 38px; align-items: end; }
.home-hero-meta > p { margin: 0; color: #98a4a5; font-size: 14px; line-height: 1.7; }
.home-authority { display: flex; gap: 26px; }
.home-authority span { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.2); color: #808d8e; font-size: 10px; line-height: 1.5; text-transform: uppercase; }
.home-authority strong { display: block; color: #f4f2eb; font-size: 12px; font-weight: 500; text-transform: none; }
.home-button { display: inline-flex; min-height: 52px; margin-top: 34px; padding: 0 22px; border: 1px solid transparent; border-radius: 100px; align-items: center; justify-content: space-between; gap: 30px; font-size: 12px; font-weight: 600; transition: transform .25s ease, background .25s ease, color .25s ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button-light { background: #f5f4ee; color: #101617 !important; }
.home-button-dark { background: #111719; color: #fff !important; }
.home-button-outline { border-color: rgba(255,255,255,.28); color: #fff !important; }
.home-scroll { position: absolute; right: 28px; bottom: 101px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; color: #9ba5a5; }

.home-areas { min-height: 1380px; padding: 140px 0 150px; background: #080d0f; }
.home-section-intro { margin-bottom: 74px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 120px; align-items: end; }
.home-section-intro h2, .home-centered-heading h2, .home-office h2, .home-cta h2, .home-faq h2 { margin: 0; font-size: 56px; font-weight: 400; letter-spacing: -.055em; line-height: 1.02; }
.home-section-intro h2 em, .home-centered-heading h2 em, .home-office h2 em, .home-cta h2 em, .home-faq h2 em { color: #bfa37f; font-size: 1.08em; letter-spacing: -.02em; }
.home-section-intro > p { max-width: 430px; margin: 0 0 4px; color: #8a9697; font-size: 14px; line-height: 1.8; }
.home-areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.home-area-card { position: relative; min-height: 430px; overflow: hidden; border-radius: 4px; background: #131a1c; }
.home-area-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,8,9,.92), rgba(3,8,9,.02) 70%); }
.home-area-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.04); transition: transform .8s cubic-bezier(.22,.61,.36,1), filter .8s ease; }
.home-area-card:nth-child(4) img { object-position: 25% center; }
.home-area-card:hover img { transform: scale(1.035); filter: saturate(.9) contrast(1.04); }
.home-area-overlay { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; display: grid; grid-template-columns: 34px 1fr 42px; gap: 18px; align-items: end; }
.home-area-overlay > span { color: #a4adae; font-size: 10px; }
.home-area-overlay h3 { margin: 0; font-size: 25px; font-weight: 400; letter-spacing: -.035em; }
.home-area-overlay p { margin: 8px 0 0; color: #a0aaaa; font-size: 12px; }
.home-area-overlay a { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; display: grid; place-items: center; }

.home-commitments { min-height: 1020px; padding: 130px 0 145px; background: #0c1214; }
.home-centered-heading { margin-bottom: 78px; text-align: center; }
.home-centered-heading h2 { font-size: 59px; }
.home-commitment-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 74px; align-items: stretch; }
.home-commitment-list { display: flex; flex-direction: column; gap: 4px; }
.home-commitment { width: 100%; min-height: 92px; padding: 22px 20px; border: 0; border-top: 1px solid rgba(255,255,255,.12); background: transparent; color: inherit; cursor: pointer; display: grid; grid-template-columns: 34px 1fr 30px; gap: 16px; text-align: left; transition: background .3s ease, border-radius .3s ease; }
.home-commitment.is-active { min-height: 166px; border-top-color: transparent; border-radius: 3px; background: #151d1f; }
.home-commitment-number { padding-top: 3px; color: #788587; font-size: 10px; }
.home-commitment-text small { display: block; margin-bottom: 8px; color: #788587; font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.home-commitment-text strong { display: block; color: #f4f2eb; font-size: 18px; font-weight: 400; }
.home-commitment-text > span { display: none; max-width: 440px; margin-top: 14px; color: #8e999a; font-size: 13px; line-height: 1.7; }
.home-commitment.is-active .home-commitment-text > span { display: block; }
.home-commitment > i { width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; color: transparent; font-size: 10px; font-style: normal; }
.home-commitment.is-active > i { border-color: #b58b58; background: #b58b58; color: #111; }
.home-commitment-visual { position: relative; min-height: 570px; margin: 0; overflow: hidden; background: #151d1f; }
.home-commitment-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 42%); pointer-events: none; }
.home-commitment-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .65s ease; }
.home-commitment-visual.is-changing img { opacity: .22; transform: scale(1.025); }
.home-commitment-visual figcaption { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; display: flex; justify-content: space-between; color: #f2f0ea; font-size: 12px; }
.home-commitment-visual figcaption span:last-child { color: #a0aaaa; font-size: 10px; letter-spacing: .12em; }

.home-light-panel { position: relative; min-height: 1560px; padding: 145px 0 130px; overflow: hidden; border-radius: 40px; background: var(--home-paper); color: var(--home-ink); }
.home-principles { position: relative; }
.home-ghost-word { position: absolute; top: -130px; left: 50%; color: rgba(18,25,27,.045); font-family: var(--font-serif); font-size: 240px; font-style: italic; line-height: 1; transform: translateX(-50%); white-space: nowrap; }
.home-centered-heading-dark { position: relative; margin-bottom: 90px; }
.home-centered-heading-dark .home-kicker { color: #8b9290; }
.home-centered-heading-dark h2 { color: #111719; }
.home-centered-heading-dark h2 em, .home-office h2 em { color: #906f4b; }
.home-principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid #d8d6cf; }
.home-principles-grid article { min-height: 310px; padding: 34px 40px 38px; border-right: 1px solid #d8d6cf; display: flex; flex-direction: column; }
.home-principles-grid article:last-child { border-right: 0; }
.home-principles-grid article > span { color: #949993; font-size: 10px; }
.home-principles-grid small { margin-top: auto; color: #7d827e; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.home-principles-grid p { margin: 17px 0 0; font-family: var(--font-serif); font-size: 25px; font-style: italic; line-height: 1.25; }
.home-office { margin-top: 135px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.home-office-copy h2 { margin-bottom: 34px; color: #111719; font-size: 50px; }
.home-office-copy > p:not(.home-kicker) { max-width: 500px; margin: 0 0 18px; color: #5e6766; font-size: 14px; line-height: 1.75; }
.home-office-media { position: relative; height: 540px; margin: 0; overflow: hidden; }
.home-office-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 45%); }
.home-office-media img { width: 100%; height: 100%; object-fit: cover; }
.home-office-media figcaption { position: absolute; z-index: 2; right: 25px; bottom: 22px; left: 25px; display: flex; justify-content: space-between; color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.home-testimonials { min-height: 850px; padding: 180px 0; background: #080d0f; }
.home-testimonial-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 120px; align-items: start; }
.home-rating strong { display: block; margin-top: 58px; font-family: var(--font-serif); font-size: 130px; font-style: italic; font-weight: 500; letter-spacing: -.06em; line-height: .72; }
.home-rating > div { margin-top: 35px; color: #b58b58; font-size: 16px; letter-spacing: .28em; }
.home-rating > p:last-child { max-width: 260px; margin-top: 28px; color: #7f8b8c; font-size: 12px; line-height: 1.7; }
.home-quote { position: relative; margin: 0; padding-top: 58px; }
.home-quote > span { position: absolute; top: -28px; left: -20px; color: rgba(255,255,255,.07); font-family: var(--font-serif); font-size: 210px; line-height: 1; }
.home-quote blockquote { position: relative; margin: 0; color: #e9e6df; font-family: var(--font-serif); font-size: 61px; font-style: italic; letter-spacing: -.025em; line-height: 1.06; }
.home-quote figcaption { margin-top: 55px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #7f8b8c; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.home-cta-wrap { padding: 0 40px; background: #080d0f; }
.home-cta { position: relative; min-height: 845px; overflow: hidden; border-radius: 38px; background: linear-gradient(rgba(8,26,29,.86), rgba(8,26,29,.91)), var(--home-cta-image, url("../images/hero-arquitetura.webp")) center/cover; display: grid; place-items: center; text-align: center; }
.home-cta::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.26) .8px, transparent .8px); background-size: 7px 7px; }
.home-cta > div { position: relative; max-width: 970px; }
.home-cta .home-pill { margin-bottom: 38px; }
.home-cta h2 { font-size: 65px; }
.home-cta > div > p:not(.home-pill) { max-width: 610px; margin: 32px auto 0; color: #9caaab; font-size: 14px; line-height: 1.75; }
.home-cta-actions { display: flex; justify-content: center; gap: 12px; }

.home-faq { min-height: 725px; padding: 140px 0 150px; background: #080d0f; }
.home-faq-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 130px; }
.home-faq h2 { max-width: 530px; font-size: 50px; }
.home-faq-layout > div:first-child > p:last-child { max-width: 390px; margin-top: 32px; color: #7f8b8c; font-size: 13px; line-height: 1.75; }
.home-faq-item { border-top: 1px solid rgba(255,255,255,.14); }
.home-faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.home-faq-item h3 { margin: 0; }
.home-faq-item button { width: 100%; min-height: 78px; padding: 0; border: 0; background: transparent; color: #e9e7df; cursor: pointer; display: flex; align-items: center; justify-content: space-between; text-align: left; }
.home-faq-item button span { font-size: 16px; font-weight: 400; }
.home-faq-item button i { color: #7f8b8c; font-size: 20px; font-style: normal; transition: transform .25s ease; }
.home-faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.home-faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.home-faq-answer > div { overflow: hidden; }
.home-faq-answer p { max-width: 620px; margin: 0; padding: 0 40px 24px 0; color: #8a9697; font-size: 13px; line-height: 1.7; }
.home-faq-item:has(button[aria-expanded="true"]) .home-faq-answer { grid-template-rows: 1fr; }

.home-footer { padding: 100px 0 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); background: #0b1113; }
.home-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 80px; }
.home-footer-grid h2 { margin: 0 0 25px; color: #6f7d7e; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.home-footer-grid nav, .home-footer-grid > div:not(.home-footer-about) { display: flex; flex-direction: column; }
.home-footer-grid a, .home-footer-grid p { margin: 0 0 12px; color: #a6afaf; font-size: 12px; line-height: 1.65; }
.home-footer-about p { max-width: 290px; margin-top: 28px; }
.home-map { position: relative; min-height: 230px; margin-top: 80px; padding: 36px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(120deg, rgba(28,47,50,.6), rgba(11,17,19,.9)), repeating-linear-gradient(27deg, transparent 0 48px, rgba(255,255,255,.04) 49px 50px); display: flex; flex-direction: column; justify-content: flex-end; }
.home-map::after { content: "+"; position: absolute; top: 50%; right: 28%; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: grid; place-items: center; color: #b58b58; transform: translateY(-50%); }
.home-map span { color: #718080; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.home-map strong { margin-top: 9px; font-size: 22px; font-weight: 400; }
.home-map small { margin-top: 7px; color: #7f8b8c; font-size: 11px; }
.home-footer-legal { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: 1fr 1fr 2fr; color: #617071; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.home-footer-legal span:last-child { text-align: right; }
.home-footer-wordmark { margin: 25px 0 -35px; color: #e9e7e0; font-size: clamp(120px, 12.6vw, 240px); font-weight: 500; letter-spacing: -.085em; line-height: .9; white-space: nowrap; }

[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.61,.36,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .home-area-card img, .home-commitment-visual img, .home-button { transition: none; }
}

/* Final restored overrides */
.home-header { position: fixed; }
.home-hero-meta { grid-template-columns: 1fr; gap: 26px; align-items: start; }
.home-proof { width: 100%; margin: 0; display: flex; align-items: center; color: #96a4a5; font-size: 13px; }
.home-proof span { white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; }
.home-proof span + span { margin-left: 28px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.18); }
.home-proof strong { color: #f5f4ef; font-size: 14px; }
.home-proof i { color: #c49a67; font-size: 12px; font-style: normal; letter-spacing: .12em; }
.home-hero-primary { justify-content: center; text-align: center; }
.home-area-arrow { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; display: grid; place-items: center; }
.home-commitment-visual, .home-office-media { border-radius: 12px; }
.home-testimonials { min-height: 850px; padding: 180px 0; }
.home-testimonial-layout { display: grid; grid-template-columns: .75fr .9fr 1fr; gap: 40px; align-items: center; }
.home-rating-score { margin-top: 52px; display: flex; align-items: center; gap: 24px; }
.home-rating-score strong { display: block; margin: 0; font-family: var(--font-serif); font-size: 130px; font-style: italic; font-weight: 500; letter-spacing: -.06em; line-height: .72; }
.home-rating-score span { color: #c49a67; font-size: 16px; letter-spacing: .25em; }
.home-rating > p:not(.home-kicker) { max-width: 280px; margin: 36px 0 0; color: #8d9b9c; font-size: 14px; line-height: 1.7; }
.home-google-link { margin-top: 24px; color: #35b8de !important; font-size: 14px; display: inline-flex; align-items: center; gap: 7px; }
.home-review-card { width: min(100%, 399px); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.32); justify-self: center; }
.home-review-card img { width: 100%; height: auto; display: block; }
.home-review-stack { display: grid; gap: 28px; justify-items: center; align-content: center; }
.home-review-card-small { width: min(100%, 340px); border-radius: 20px; }
.home-footer-services { display: flex; flex-direction: column; }
.home-footer-services span { margin: 0 0 12px; color: #a6afaf; font-size: 12px; line-height: 1.65; }
.home-footer-legal { margin-top: 76px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 0; grid-template-columns: 1fr auto; }
.home-footer-legal a { color: #aeb8b8; text-decoration: underline; text-decoration-color: #c49a67; text-underline-offset: 4px; text-transform: none; letter-spacing: 0; }
.home-faq-item button i { width: 14px; height: 14px; overflow: hidden; color: transparent; position: relative; transform: none; }
.home-faq-item button i::before { content: ""; position: absolute; inset: 2px 2px 5px; border-right: 1px solid #7f8b8c; border-bottom: 1px solid #7f8b8c; transform: rotate(45deg); }
.home-faq-item button[aria-expanded="true"] i { transform: rotate(180deg); }

@media (max-width: 1024px) {
  .home-container { width: min(calc(100% - 48px), 920px); }
  .home-testimonial-layout { grid-template-columns: 1fr 1fr; gap: 54px; }
  .home-rating { grid-column: 1 / -1; justify-self: center; text-align: center; }
  .home-rating > p:not(.home-kicker) { margin-inline: auto; }
}

@media (max-width: 768px) {
  body.home-desktop { width: 100%; min-width: 0; overflow-x: hidden; }
  .home-container { width: calc(100% - 40px); }
  .home-header { top: 14px; right: 20px; left: 20px; width: auto; height: 58px; padding: 0 9px 0 18px; transform: none; }
  .home-header .home-header-cta, .home-nav { display: none; }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero-media { min-height: 520px; }
  .home-hero-copy { padding: 84px 20px 76px; }
  .home-hero h1 { font-size: clamp(42px, 10.8vw, 54px); }
  .home-hero-meta { margin-top: 34px; }
  .home-proof { align-items: stretch; }
  .home-proof span { white-space: normal; }
  .home-proof span + span { margin-left: 0; padding-left: 14px; }
  .home-desktop-break { display: none; }
  .home-areas { min-height: 0; padding: 86px 0 94px; }
  .home-section-intro { display: block; }
  .home-areas-grid { grid-template-columns: 1fr; }
  .home-area-card { min-height: 360px; }
  .home-commitment-layout, .home-office { grid-template-columns: 1fr; }
  .home-principles-grid { grid-template-columns: 1fr; }
  .home-testimonials { min-height: 0; padding: 96px 0; }
  .home-testimonial-layout { grid-template-columns: 1fr; gap: 74px; }
  .home-rating { grid-column: auto; justify-self: start; text-align: left; }
  .home-rating > p:not(.home-kicker) { margin-inline: 0; }
  .home-review-stack { width: 100%; gap: 24px; }
  .home-review-card-small { width: min(100%, 399px); }
  .home-review-card { justify-self: center; }
  .home-cta-wrap { padding: 0 12px; }
  .home-cta { min-height: 0; padding: 92px 20px; border-radius: 24px; }
  .home-cta-actions { flex-direction: column; align-items: center; gap: 0; }
  .home-cta-actions .home-button { width: fit-content; min-width: 210px; justify-content: center; text-align: center; }
  .home-hero .home-hero-primary { width: fit-content; min-width: 190px; align-self: flex-start; }
  .home-faq-layout { grid-template-columns: 1fr; }
  .home-footer { padding-top: 82px; }
  .home-footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .home-footer-legal { grid-template-columns: 1fr; gap: 12px; }
  .home-footer-legal span:last-child { text-align: left; }
}

/* Rossi-style labels shared by all small section titles */
.home-kicker,
.home-pill {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  padding: 7px 13px;
  border: 1px solid rgba(196,154,103,.42);
  border-radius: 100px;
  background: #0b1011;
  color: #d7a158;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.home-kicker::before,
.home-pill::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: #d7a158;
  box-shadow: 0 0 8px rgba(215,161,88,.7);
}
.home-kicker { margin-bottom: 24px; }
.home-pill { margin-bottom: 30px; }
.home-centered-heading .home-kicker { margin-inline: auto; }
.home-centered-heading-dark .home-kicker { color: #d7a158; }

.home-menu-toggle { display: none; }

@media (max-width: 768px) {
  .home-hero { height: auto; min-height: 0; grid-template-rows: auto auto; overflow: visible; }
  .home-hero-media { height: 260px; min-height: 260px; }
  .home-hero-media img { object-position: 52% 34%; }
  .home-hero-index { left: 20px; bottom: 16px; }
  .home-hero-copy { min-height: 0; overflow: visible; padding-top: 70px; }
  .home-scroll { display: none; }
  .home-menu-toggle {
    position: relative;
    z-index: 3;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    display: grid;
    place-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .home-menu-toggle span {
    width: 16px;
    height: 1px;
    display: block;
    background: #f5f4ee;
    transition: transform .25s ease;
  }
  .home-header.is-menu-open .home-menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .home-header.is-menu-open .home-menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .home-header.is-menu-open .home-nav {
    position: absolute;
    z-index: 50;
    top: 66px;
    right: 0;
    left: 0;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    background: rgba(10,15,16,.97);
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .home-header.is-menu-open .home-nav a { padding: 12px 4px; font-size: 14px; }
  .home-proof { justify-content: flex-start; font-size: 12px; }
  .home-proof span { white-space: nowrap; }
  .home-proof span + span { margin-left: 18px; padding-left: 18px; }
  .home-proof strong { font-size: 13px; }
  .home-proof i { font-size: 10px; letter-spacing: .08em; }
}
