/* Bravon's lower page: the requested white / charcoal section rhythm. */
.bravon-lower, .bravon-footer { --ink: #151210; --muted: #6a6865; --surface: #f3f3f1; --page: #fff; --field: #fff; --line: #dfdfdb; --inverse: #fff; color: var(--ink); background: #fff; color-scheme: light; }
.bravon-lower { margin: 24px calc(-1 * max(24px,env(safe-area-inset-right),env(safe-area-inset-left))) -24px; }
.bravon-lower :is(h2,h3,p,blockquote), .bravon-footer p { margin: 0; }
.lower-section, .calculator-section { padding: clamp(76px,9vw,144px) clamp(24px,5.3vw,104px); scroll-margin-top: 24px; }
.bravon-lower h2 { font: 500 clamp(42px,5.25vw,88px)/1.09 Sora,sans-serif; letter-spacing: -.065em; }
.bravon-lower h2:focus { outline: none; }
.bravon-lower h3 { font-family: Sora,sans-serif; font-weight: 500; letter-spacing: -.045em; }
.lower-kicker { font-size: 12px; line-height: 1.5; margin-bottom: 22px !important; color: var(--muted); }
.lower-intro { max-width: 1050px; }
.lower-intro-copy { max-width: 460px; margin-top: 28px !important; color: var(--muted); font-size: 17px; line-height: 1.65; }
.lower-note { color: var(--muted); font-size: 11px; line-height: 1.65; }
.lower-button { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 58px; padding: 7px 7px 7px 24px; border-radius: 999px; background: #f3f3f1; color: #151210; font-size: 14px; font-weight: 500; }
.lower-arrow { display: grid; place-items: center; flex: none; width: 44px; height: 44px; border-radius: 50%; background: #151210; color: #fff; transition: background 220ms ease,color 220ms ease; }
.lower-arrow .contractor-icon { transition: transform 240ms ease; }
:is(.lower-button,.service-plan):is(:hover,:focus-visible) .lower-arrow .contractor-icon { transform: rotate(45deg); }
.lower-button-dark { background: #151210; color: #fff; }
.lower-button-dark .lower-arrow { background: #3a3836; }
.lower-button-dark:is(:hover,:focus-visible) .lower-arrow { background: #f3f3f1; color: #151210; }
.lower-button:disabled { cursor: not-allowed; opacity: .5; }
.lower-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 56px; }
.lower-heading-row > p { max-width: 310px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.services-section > .lower-intro { max-width: none; }
.services-section .lower-intro h2 { max-width: 1050px; }
.services-intro-footer { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px 32px; }
.section-assistant { display: inline-flex; align-items: center; justify-content: center; flex: none; gap: 10px; width: fit-content; max-width: 100%; min-height: 44px; padding: 10px 0; border-radius: 999px; color: inherit; background: transparent; font-size: 14px; line-height: 1.4; font-weight: 500; transition: opacity 180ms ease,background 180ms ease; }
.section-assistant .sparkle-icon { flex: none; width: 18px; height: 18px; }
.section-assistant:hover { opacity: .7; }
.section-assistant:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.services-intro-footer > .section-assistant { margin-left: auto; }
.calculator-assistant { display: flex; justify-content: flex-end; margin-top: 24px; }
.section-assistant-subtle { padding-inline: 18px; background: #ffffff0d; }
.section-assistant-subtle:hover { opacity: 1; background: #ffffff18; }

.services-accordion { display: flex; gap: 10px; height: 454px; margin-top: 60px; padding: 10px; border-radius: 30px; background: #f3f3f1; }
.service-card { display: flex; flex-direction: column; flex: 1; min-width: 0; padding: 27px; overflow: hidden; background: #fff; border-radius: 22px; transition: flex 600ms cubic-bezier(.22,.7,.2,1),background 350ms ease,color 350ms ease; }
.service-card.is-active { flex: 3.5; background: #151210; color: #fff; }
.service-expand { position: relative; display: flex; flex-direction: column; align-items: flex-start; flex: 1; width: 100%; padding: 0; background: none; color: inherit; text-align: left; border-radius: 10px; }
.service-number { font-size: 13px; font-variant-numeric: tabular-nums; }
.service-toggle { position: absolute; top: -5px; right: -5px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f3f3f1; }
.service-toggle .contractor-icon { width: 14px; height: 14px; }
.service-name { display: flex; align-items: center; gap: 12px; margin-top: auto; font-size: 15px; }
.service-card:not(.is-active) .service-name { writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap; }
.service-card:not(.is-active) .service-name .contractor-icon { transform: rotate(90deg); }
.service-card.is-active .service-expand { flex: none; min-height: 40px; flex-direction: row; gap: 24px; }
.service-card.is-active .service-name { margin-top: 0; padding-right: 28px; color: #c4c2be; font-size: 12px; }
.service-card.is-active .service-name .contractor-icon { width: 17px; height: 17px; }
.service-card.is-active .service-toggle { background: #3d3b38; }
.service-card.is-active .service-toggle .contractor-icon { transform: rotate(45deg); }
.service-body { display: flex; flex: 1; flex-direction: column; min-height: 0; animation: service-copy-in 400ms ease both; }
.service-body h3 { max-width: 400px; margin: 10px 0 14px; font-size: clamp(24px,2.25vw,36px); line-height: 1.15; }
.service-body > p { max-width: 46ch; color: #bdbbb7; font-size: 13px; line-height: 1.65; }
.service-body ul { display: flex; flex-wrap: wrap; gap: 9px 20px; padding: 0; margin: 20px 0; list-style: none; font-size: 11px; color: #d6d4d0; }
.service-body li { display: flex; align-items: center; gap: 8px; }
.service-body li .contractor-icon { width: 14px; height: 14px; }
.service-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: auto; padding-top: 18px; border-top: 1px solid #ffffff29; }
.service-bottom small { display: block; margin-bottom: 7px; font-size: 11px; color: #bdbbb7; }
.service-bottom strong { font: 500 clamp(24px,2.5vw,36px)/1.1 Sora,sans-serif; letter-spacing: -.05em; }
.service-plan { padding: 0; border-radius: 50%; background: transparent; }
.service-plan .lower-arrow { background: #fff; color: #151210; }
.services-section > .lower-note { margin-top: 16px; }
@keyframes service-copy-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.process-section { padding: 0 24px 24px; scroll-margin-top: 24px; }
.process-film { position: relative; height: clamp(490px,72vh,850px); overflow: hidden; border-radius: 30px; background: #3a3b36; color: #fff; }
.process-film video, .process-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.process-film video { filter: saturate(.6); }
.process-shade { background: linear-gradient(180deg,#0003,transparent 30%,#0008 100%); pointer-events: none; }
.process-brand { position: absolute; top: 36px; left: 42px; font: 500 42px/1 Sora,sans-serif; letter-spacing: -.065em; }
.process-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 84px; height: 84px; background: #ffffff32; border: 1px solid #ffffff80; border-radius: 50%; color: #fff; backdrop-filter: blur(12px); transition: background 200ms,scale 200ms; }
.process-play:hover { background: #ffffff55; scale: 1.06; }
.process-play svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.process-play .process-play-icon { fill: currentColor; stroke: none; }
.process-pause-icon, .process-play[data-playing='true'] .process-play-icon { display: none; }
.process-play[data-playing='true'] .process-pause-icon { display: block; }
.process-caption { position: absolute; bottom: 44px; left: 48px; right: 48px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.process-caption h2 { font-size: clamp(48px,6.5vw,104px); }
.process-caption .lower-kicker { color: #deddd9; margin-bottom: 12px !important; }
.process-caption > p { padding-bottom: 5px; font-size: 16px; line-height: 1.6; }
.process-status { position: absolute; top: 30px; right: 30px; font-size: 13px; padding: 12px 20px; border-radius: 20px; background: #151210b3; }
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 44px 48px 18px; }
.process-steps > div { position: relative; padding: 0 32px 0 54px; }
.process-steps > div + div { border-left: 1px solid var(--line); padding-left: 78px; }
.step-number { position: absolute; left: 0; top: 4px; color: var(--muted); font-size: 12px; }
.process-steps > div + div .step-number { left: 28px; }
.process-steps h3 { font-size: 20px; margin-bottom: 10px; }
.process-steps p { max-width: 250px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.process-section > .lower-note { margin-left: 48px; font-size: 10px; }

.testimonials-section { background: #fff; }
.testimonials-section .lower-heading-row { gap: clamp(24px,3vw,48px); }
.review-platforms { display: grid; grid-template-columns: repeat(3,auto); align-items: start; gap: 24px; flex: none; padding-bottom: 2px; }
.review-platform { min-width: 0; }
.review-platform-logo { display: flex; align-items: center; min-height: 32px; }
.review-platform-logo img { display: block; max-width: 100%; object-fit: contain; object-position: left center; filter: brightness(0); }
.review-platforms .review-link { min-height: 44px; margin-top: 6px; color: var(--muted); font-size: 11px; border-radius: 8px; text-align: left; }
.review-platforms .review-link .contractor-icon { flex: none; transition: transform 180ms ease; }
.review-platforms .review-link:is(:hover,:focus-visible) { color: var(--ink); }
.review-platforms .review-link:is(:hover,:focus-visible) .contractor-icon { transform: translate(2px,-2px); }
.review-disclosure { margin: 16px 8px 0 !important; }
@media (max-width: 1200px) {
  .testimonials-section .lower-heading-row { align-items: flex-start; flex-direction: column; gap: 28px; }
}
.review-feature { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10px; min-width: 0; }
.review-feature-copy { padding: 36px 44px 40px; border-radius: 28px; background: #f3f3f1; }
.quote-mark { display: block; height: 58px; font: 500 96px/1 Sora,sans-serif; letter-spacing: -.08em; }
.review-feature blockquote { margin-top: 10px; max-width: 570px; font: 500 clamp(27px,2.8vw,44px)/1.22 Sora,sans-serif; letter-spacing: -.055em; }
.review-feature-copy > p { margin-top: 24px; max-width: 350px; font-size: 14px; line-height: 1.65; color: var(--muted); }
.review-films { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; min-width: 0; }
.review-film { position: relative; min-width: 0; aspect-ratio: 9 / 16; overflow: hidden; border-radius: 28px; isolation: isolate; background: #555b58; color: #fff; }
.review-film video { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.review-film::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, #0002, transparent 35%, #0001 60%, #0009); pointer-events: none; }
.review-film-badge { position: absolute; top: 18px; left: 18px; z-index: 3; padding: 7px 10px; border: 1px solid #ffffff35; border-radius: 99px; background: #19181735; backdrop-filter: blur(12px); font-size: 10px; pointer-events: none; }
.review-film-play { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; width: 100%; height: 100%; padding: 0; border-radius: inherit; background: transparent; color: #fff; }
.review-film-play:hover { background: transparent; }
.review-film-play:focus-visible { outline: 2px solid #fff; outline-offset: -6px; }
.review-film-control { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid #ffffff65; border-radius: 50%; background: #ffffff25; backdrop-filter: blur(12px); transition: background 180ms ease, transform 180ms ease; }
.review-film-play:hover .review-film-control { background: #ffffff40; transform: scale(1.06); }
.review-film-control svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.review-film-play [data-pause-symbol], .review-film-play[data-playing="true"] [data-play-symbol] { display: none; }
.review-film-play[data-playing="true"] [data-pause-symbol] { display: block; }
.review-film-caption { position: absolute; right: 20px; bottom: 22px; left: 20px; z-index: 3; pointer-events: none; }
.review-film-caption h3 { font: 500 clamp(16px,1.4vw,22px)/1.3 Sora,sans-serif; letter-spacing: -.04em; }
.review-film-caption p { margin-top: 7px; color: #ffffffbb; font-size: 11px; }
.review-film-status { position: absolute; z-index: 4; top: 60px; right: 16px; left: 16px; padding: 10px; border-radius: 12px; background: #171613dd; color: #fff; font-size: 12px; line-height: 1.5; pointer-events: none; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: 34px; font-size: 12px; }
.review-author small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.review-avatar { display: block; width: 46px; height: 46px; flex: none; border-radius: 50%; object-fit: cover; background: #e6e6e1; }
.review-cards { display: flex; gap: 10px; margin-top: 16px; padding: 10px; background: #f3f3f1; border-radius: 28px; }
.testimonial-card { display: flex; flex-direction: column; flex: 1; padding: 28px; border-radius: 20px; background: #f9f9f6; transition: flex 500ms ease,background 300ms; }
.testimonial-card.is-active { flex: 1.5; background: #fff; }
.testimonial-card > button { position: relative; padding: 0; text-align: left; background: none; border-radius: 10px; }
.testimonial-card > button > svg { position: absolute; top: 0; right: 0; width: 18px; height: 18px; color: #999; transition: transform 250ms; }
.testimonial-card.is-active > button > svg { transform: rotate(45deg); }
.review-dots { display: block; margin-bottom: 22px; font-size: 26px; line-height: .5; letter-spacing: 3px; }
.testimonial-card h3 { font-size: 22px; line-height: 1.25; }
.testimonial-card > p { margin-top: 20px; font-size: 13px; line-height: 1.7; color: var(--muted); }
.testimonial-card .review-author { padding-top: 32px; margin-top: auto; }

.calculator-section { --ink: #f5f4f0; --muted: #aaa8a4; background: #151210; color: #f5f4f0; color-scheme: dark; }
.heading-muted { color: #8e8c88; }
.budget-calculator { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(28px,5vw,80px); }
.budget-options fieldset { border: 0; padding: 0; margin: 0 0 32px; min-width: 0; }
.budget-options legend { padding: 0; margin-bottom: 16px; font-size: 12px; color: #bdbab5; }
.budget-services { display: grid; gap: 8px; }
.budget-services > button { display: flex; align-items: center; gap: 13px; min-height: 56px; padding: 12px 18px; border: 1px solid #3d3a37; border-radius: 16px; background: #24211e; color: #bdbab5; text-align: left; font-size: 14px; transition: color 180ms,background 180ms; }
.budget-services > button[aria-pressed='true'] { background: #f3f3f1; color: #151210; border-color: #f3f3f1; }
.budget-selected { display: grid; place-items: center; margin-left: auto; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #696660; }
.budget-selected > svg { display: none; width: 12px; height: 12px; }
[aria-pressed='true'] > .budget-selected { color: #fff; background: #151210; border-color: #151210; }
[aria-pressed='true'] > .budget-selected > svg { display: block; }
.area-input { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.area-input > label { font-size: 14px; }
.area-input > div { display: flex; align-items: center; gap: 10px; }
.area-input input { width: 100px; height: 46px; padding: 8px 12px; border: 1px solid #514d47; border-radius: 12px; color: #fff; background: #24211e; text-align: right; font-size: 16px; }
.area-input > div > span { color: #aaa8a4; font-size: 12px; white-space: nowrap; }
.budget-options input[type='range'] { width: 100%; margin: 0; height: 24px; accent-color: #eeeae2; cursor: pointer; }
.range-ends { display: flex; justify-content: space-between; margin-top: 3px; font-size: 10px; color: #aaa8a4; }
.budget-error { margin-top: 12px !important; font-size: 12px; line-height: 1.5; color: #fff; }
.budget-selects { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.budget-selects label { display: flex; flex-direction: column; gap: 12px; font-size: 12px; color: #bdbab5; }
.budget-selects select { width: 100%; padding: 14px; border: 1px solid #514d47; border-radius: 14px; background: #24211e; color: #fff; font-size: 14px; }
.budget-summary { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: clamp(24px,3.2vw,50px); border-radius: 28px; background: #2c2926; }
.budget-summary-lead { display: grid; grid-template-columns: minmax(0,1fr) clamp(106px,8.6vw,148px); grid-template-areas: "badge film" "amount film"; align-items: start; gap: 24px; }
.budget-summary-top { grid-area: badge; }
.budget-summary-numbers { grid-area: amount; min-width: 0; }
.budget-badge { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid #55514a; border-radius: 99px; font-size: 11px; }
.budget-badge .contractor-icon { width: 16px; height: 16px; }
.budget-film { grid-area: film; position: relative; width: 100%; aspect-ratio: 3 / 5; overflow: hidden; border-radius: 16px; background: #24211e; isolation: isolate; }
.budget-film img, .budget-film video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.budget-film video { opacity: 0; transition: opacity 240ms ease; }
.budget-film video[data-ready="true"] { opacity: 1; }
.budget-film-toggle { position: absolute; right: 8px; bottom: 8px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ffffff70; border-radius: 50%; background: #17161350; color: #fff; backdrop-filter: blur(12px); }
.budget-film-toggle:hover { background: #17161380; }
.budget-film-toggle:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.budget-film-toggle .contractor-icon { width: 16px; height: 16px; }
.budget-film-toggle [data-budget-pause], .budget-film-toggle[data-playing="true"] [data-budget-play] { display: none; }
.budget-film-toggle[data-playing="true"] [data-budget-pause] { display: block; }
.budget-video-status { margin-top: 12px !important; color: #f5f4f0; font-size: 11px; line-height: 1.5; }
[data-budget-name] { color: #bdbab5; font-size: 13px; margin-bottom: 16px !important; }
[data-budget-result] { display: block; font: 500 clamp(27px,2.75vw,46px)/1.2 Sora,sans-serif; letter-spacing: -.065em; }
.budget-caption { margin-top: 10px !important; font-size: 11px; color: #bdbab5; }
.budget-breakdown { display: grid; gap: 20px; margin: 32px 0 26px; padding-top: 26px; border-top: 1px solid #55514a; }
.budget-breakdown > div { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 12px; color: #bdbab5; }
.budget-breakdown strong { font-size: 15px; color: #fff; font-weight: 500; white-space: nowrap; }
.budget-includes { padding: 0; margin: 0 0 40px; list-style: none; display: grid; gap: 14px; color: #c7c4bd; font-size: 12px; }
.budget-includes li { display: flex; align-items: center; gap: 10px; }
.budget-includes .contractor-icon { width: 16px; height: 16px; }

.faq-section h2 { text-align: center; margin-bottom: 56px; }
.faq-shell, .faq-help { max-width: 880px; margin: 0 auto; background: #f3f3f1; border-radius: 28px; padding: 12px; }
.faq-categories { display: flex; justify-content: center; gap: 6px; padding: 4px 0 16px; }
.faq-categories button { padding: 12px 18px; min-height: 44px; border-radius: 99px; background: none; font-size: 13px; }
.faq-categories button[aria-pressed='true'] { color: #fff; background: #151210; }
.faq-shell details { padding: 0 30px; background: #fff; border-radius: 20px; }
.faq-shell details + details { margin-top: 10px; }
.faq-shell summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px; font-size: 17px; font-weight: 500; line-height: 1.5; }
.faq-shell summary .contractor-icon { width: 20px; height: 20px; color: #8b8984; transition: transform 200ms; }
.faq-shell details[open] summary .contractor-icon { transform: rotate(45deg); }
.faq-answer { padding: 0 40px 28px 0; animation: service-copy-in 250ms ease; }
.faq-answer p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.faq-help { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 14px; padding: 26px 30px; }
.faq-help p { font-size: 16px; margin-bottom: 8px; }
.faq-help > div > span { color: var(--muted); font-size: 12px; }
.faq-help .lower-button { width: 250px; flex: none; }

.contact-section { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,6vw,100px); padding: clamp(60px,7vw,108px) clamp(24px,5.3vw,104px); isolation: isolate; color: #fff; background: #494e48; scroll-margin-top: 24px; }
.contact-backdrop { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#10241dcc,#18221b66),url('/assets/bravon/hero-categories/terrace.jpg') center/cover; filter: saturate(.5); }
.contact-copy { display: flex; flex-direction: column; align-items: flex-start; padding-block: 12px; }
.contact-copy .lower-kicker { color: #d4d9d4; }
.contact-copy h2 { font-size: clamp(42px,4.7vw,76px); }
.contact-copy ul { display: grid; gap: 20px; margin: 42px 0 70px; padding: 0; list-style: none; }
.contact-copy li { display: flex; align-items: center; gap: 14px; font-size: 13px; }
.contact-copy li svg { width: 25px; height: 25px; padding: 4px; border-radius: 50%; background: #ffffff1a; }
.contact-location { display: flex; align-items: center; gap: 10px; margin-top: auto; font-size: 12px; color: #d4d9d4; }
.contact-form { min-width: 0; padding: clamp(24px,3vw,46px); border: 1px solid #ffffff70; border-radius: 28px; background: #fffffff0; color: #151210; backdrop-filter: blur(24px); box-shadow: 0 30px 70px #0002; }
.contact-form-heading > span { display: block; margin-bottom: 22px; font: 500 31px/1 Sora,sans-serif; letter-spacing: -.065em; }
.contact-form-heading h3 { font-size: clamp(25px,2.2vw,34px); line-height: 1.2; margin-bottom: 30px; }
.contact-fields-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form .form-field { margin-bottom: 20px; }
.contact-form .form-field label { font-size: 11px; }
.contact-form :is(input,textarea,select,.service-trigger) { font-size: 13px; padding-block: 16px; background-color: #fff; }
.contact-form .form-field textarea { min-height: 126px; }
.contact-form .field-optional { color: #6a6865; }
.contact-form .field-icon { width: 18px; height: 18px; }
.contact-form .form-status { margin: 8px 0 18px; font-size: 12px; }
.contact-form .contact-note { margin-top: 16px; font-size: 10px; color: #6a6865; text-align: center; }

.bravon-footer { padding: 76px clamp(24px,5.3vw,104px) 24px; overflow: clip; }
.footer-top { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 70px; }
.footer-brand { display: inline-block; margin-bottom: 26px; font: 500 46px/1 Sora,sans-serif; letter-spacing: -.065em; }
.footer-top > div > p { font: 500 25px/1.3 Sora,sans-serif; letter-spacing: -.045em; }
.footer-location { display: flex; align-items: center; gap: 9px; margin-top: 26px; color: #6a6865; font-size: 12px; }
.footer-location .contractor-icon { width: 16px; height: 16px; }
.footer-top nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-top nav button, .footer-access button { background: none; padding: 8px 0; font-size: 13px; }
.footer-top nav .lower-kicker, .footer-contact > .lower-kicker { display: block; margin-top: 5px; }
.footer-contact-link { display: flex; align-items: center; gap: 20px; background: none; padding: 0 0 16px; border-bottom: 1px solid #dfdfdb; font: 500 22px/1.35 Sora,sans-serif; letter-spacing: -.045em; text-align: left; }
.footer-top > .footer-contact > .footer-phone { margin-top: 28px; font: 400 15px Inter,sans-serif; letter-spacing: 0; }
.footer-access { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; color: #6a6865; }
.footer-wordmark { padding-top: 75px; margin-left: -.01em; font: 500 clamp(100px,23.8vw,470px)/1.08 Sora,sans-serif; letter-spacing: -.075em; user-select: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; margin-top: 28px; border-top: 1px solid #dfdfdb; color: #6a6865; font-size: 10px; }
.bravon-footer button:hover, .bravon-footer a:hover { color: #151210; text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 1100px) {
  .service-card { padding: 22px; }
  .service-card.is-active { flex: 5; }
  .service-card.is-active .service-name { font-size: 11px; }
  .service-card.is-active .service-expand { gap: 14px; }
  .service-body h3 { font-size: 28px; }
  .process-caption > p { max-width: 220px; font-size: 13px; }
  .review-feature-copy { padding: 30px; }
  .testimonial-card { padding: 22px; }
  .testimonial-card h3 { font-size: 18px; }
  .budget-calculator { grid-template-columns: 1fr 1fr; gap: 24px; }
  [data-budget-result] { font-size: 30px; white-space: normal; }
  .contact-fields-row { grid-template-columns: 1fr; gap: 0; }
  .contact-copy h2 { font-size: 44px; }
  .footer-top { gap: 32px; }
}
@media (max-width: 760px) {
  .bravon-lower { margin: 12px -12px -12px; }
  .lower-section, .calculator-section { padding: 72px 22px; scroll-margin-top: 16px; }
  .bravon-lower h2 { font-size: clamp(36px,8.5vw,56px); }
  .lower-kicker { margin-bottom: 16px !important; font-size: 11px; }
  .lower-intro-copy { margin-top: 24px !important; font-size: 14px; }
  .lower-heading-row { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 32px; }
  .lower-heading-row > p { font-size: 12px; }
  .services-accordion { flex-direction: column; height: auto; padding: 8px; gap: 8px; margin-top: 36px; border-radius: 24px; }
  .service-card, .service-card.is-active { flex: none; padding: 20px; border-radius: 18px; }
  .service-expand, .service-card.is-active .service-expand { flex: none; flex-direction: row; align-items: center; gap: 12px; min-height: 36px; padding-right: 16px; }
  .service-number { font-size: 11px; }
  .service-name, .service-card.is-active .service-name { margin: 0; font-size: 12px; gap: 9px; padding: 0; }
  .service-name > .contractor-icon { width: 17px; height: 17px; }
  .service-card:not(.is-active) .service-name { writing-mode: horizontal-tb; transform: none; white-space: normal; }
  .service-card:not(.is-active) .service-name .contractor-icon { transform: none; }
  .service-toggle { right: -8px; top: 6px; width: 23px; height: 23px; }
  .service-body { min-height: 305px; padding-top: 14px; }
  .service-body h3 { margin-top: 4px; font-size: 28px; }
  .service-body ul { flex-direction: column; gap: 10px; margin: 20px 0; }
  .service-bottom strong { font-size: 30px; }
  .services-section > .lower-note { font-size: 10px; }
  .process-section { padding: 0 12px; }
  .process-film { height: 520px; border-radius: 24px; }
  .process-film video { object-position: 62% center; }
  .process-brand { top: 24px; left: 26px; font-size: 34px; }
  .process-play { width: 68px; height: 68px; }
  .process-caption { flex-direction: column; align-items: flex-start; left: 24px; right: 24px; bottom: 26px; gap: 16px; }
  .process-caption h2 { font-size: 42px; }
  .process-caption > p { font-size: 12px; }
  .process-status { top: 72px; right: 20px; left: 20px; font-size: 11px; }
  .process-steps { grid-template-columns: 1fr; margin: 30px 10px 18px; }
  .process-steps > div, .process-steps > div + div { padding: 20px 0 20px 44px; border: 0; }
  .process-steps > div + div { border-top: 1px solid var(--line); }
  .step-number, .process-steps > div + div .step-number { left: 0; top: 25px; }
  .process-steps h3 { font-size: 20px; }
  .process-steps p { max-width: none; font-size: 12px; }
  .process-section > .lower-note { margin-left: 10px; font-size: 9px; }
  .review-feature { grid-template-columns: 1fr; }
  .review-platforms { grid-template-columns: repeat(3,minmax(0,1fr)); width: 100%; gap: 14px; }
  .review-platform-logo img { height: 25px; width: auto; }
  .review-platforms .review-link { gap: 6px; font-size: 10px; line-height: 1.5; }
  .review-platforms .review-link .contractor-icon { width: 11px; height: 11px; }
  .review-disclosure { font-size: 10px; }
  .review-feature-copy { padding: 28px; border-radius: 22px; }
  .review-feature blockquote { font-size: 29px; }
  .review-feature-copy > p { font-size: 13px; }
  .review-films { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; border-radius: 22px; }
  .review-film { flex: 0 0 82%; border-radius: 22px; scroll-snap-align: start; }
  .review-film-caption h3 { font-size: 20px; }
  .review-cards { flex-direction: column; padding: 8px; gap: 8px; border-radius: 22px; }
  .testimonial-card, .testimonial-card.is-active { flex: none; padding: 24px; border-radius: 16px; }
  .testimonial-card h3 { font-size: 21px; }
  .testimonial-card > p { margin-top: 14px; font-size: 12px; }
  .testimonial-card .review-author { padding-top: 24px; }
  .budget-calculator { grid-template-columns: 1fr; gap: 30px; }
  .budget-selects { grid-template-columns: 1fr; }
  .budget-services > button { font-size: 13px; min-height: 58px; }
  .budget-options fieldset { margin-bottom: 26px; }
  .area-input input, .budget-selects select { font-size: 16px; }
  .budget-summary { padding: 26px; border-radius: 22px; }
  .budget-summary-lead { grid-template-columns: minmax(0,1fr) clamp(92px,26vw,116px); grid-template-areas: "badge film" "amount amount"; gap: 22px 14px; }
  .budget-badge { padding: 9px 11px; font-size: 10px; }
  [data-budget-result] { font-size: clamp(27px,7.2vw,44px); }
  .budget-breakdown > div { font-size: 11px; }
  .budget-breakdown strong { font-size: 14px; }
  .budget-includes { margin-bottom: 32px; font-size: 11px; }
  .faq-section h2 { margin-bottom: 30px; text-align: left; }
  .faq-shell { padding: 8px; border-radius: 22px; }
  .faq-categories { flex-wrap: wrap; gap: 0; padding-bottom: 10px; }
  .faq-categories button { padding: 10px 12px; font-size: 11px; }
  .faq-shell details { padding-inline: 20px; border-radius: 15px; }
  .faq-shell summary { padding-block: 20px; gap: 16px; font-size: 14px; }
  .faq-answer { padding: 0 0 22px; }
  .faq-answer p { font-size: 12px; }
  .faq-help { align-items: stretch; flex-direction: column; padding: 24px; gap: 20px; border-radius: 22px; }
  .faq-help .lower-button { width: 100%; }
  .lower-button { min-height: 56px; font-size: 12px; padding-left: 19px; gap: 12px; }
  .lower-arrow { width: 42px; height: 42px; }
  .contact-section { grid-template-columns: 1fr; gap: 36px; padding: 58px 22px 36px; }
  .contact-copy { padding: 0; }
  .contact-copy h2 { font-size: 42px; }
  .contact-copy ul { margin: 26px 0; gap: 15px; }
  .contact-copy li { font-size: 12px; }
  .contact-location { margin-top: 8px; }
  .contact-form { padding: 25px 22px; border-radius: 24px; }
  .contact-form-heading h3 { font-size: 26px; margin-bottom: 26px; }
  .contact-form :is(input,textarea,select,.service-trigger) { font-size: 16px; }
  .contact-form .form-field { margin-bottom: 18px; }
  .contact-form .form-field label { font-size: 11px; }
  .bravon-footer { padding: 52px 24px 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-top > div:first-child { grid-column: 1/-1; }
  .footer-top > div > p { font-size: 24px; }
  .footer-brand { margin-bottom: 20px; }
  .footer-contact-link { font-size: 18px; gap: 10px; }
  .footer-contact-link svg { width: 16px; height: 16px; }
  .footer-top > .footer-contact > .footer-phone { font-size: 11px; }
  .footer-top nav button, .footer-access button { min-height: 38px; font-size: 12px; }
  .footer-access { gap: 0; flex-direction: column; align-items: flex-start; }
  .footer-wordmark { padding-top: 48px; font-size: 23.2vw; }
  .footer-bottom { flex-wrap: wrap; font-size: 9px; gap: 14px; }
  .footer-bottom > span:nth-child(2) { display: none; }
}
@media (max-width: 360px) {
  .lower-section, .calculator-section { padding-inline: 16px; }
  .service-card { padding-inline: 16px; }
  .service-name, .service-card.is-active .service-name { font-size: 11px; }
  .service-name .contractor-icon { display: none; }
  .service-body h3 { font-size: 26px; }
  .budget-summary { padding: 22px 18px; }
  .budget-selects { grid-template-columns: 1fr; }
  .budget-selects select { padding-inline: 12px; font-size: 16px; }
  .faq-categories button { padding-inline: 9px; }
  .contact-section { padding-inline: 16px; }
  .contact-form { padding-inline: 18px; }
  .contact-copy h2 { font-size: 38px; }
  .bravon-footer { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .bravon-lower *, .bravon-lower *::before, .bravon-lower *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
