:root {
  --bb-forest: #15351f;
  --bb-pine: #214b2b;
  --bb-deep: #0d1f14;
  --bb-charcoal: #1e2224;
  --bb-sand: #f4efe6;
  --bb-offwhite: #fbf8f2;
  --bb-warm-sand: #e9d8bd;
  --bb-mist: #dce4dc;
  --bb-wood: #b98b5b;
  --bb-clay: #b96a44;
  --bb-moss: #8ca56f;
  --bb-white: #fff;
  --bb-radius-sm: 12px;
  --bb-radius-md: 20px;
  --bb-radius-lg: 32px;
  --bb-shadow-soft: 0 20px 60px rgba(13, 31, 20, 0.1);
  --bb-max-width: 1180px;
  color: var(--bb-charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { background: var(--bb-offwhite); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bb-offwhite); color: var(--bb-charcoal); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; }
:focus-visible { outline: 3px solid var(--bb-wood); outline-offset: 3px; }
::selection { background: var(--bb-warm-sand); color: var(--bb-deep); }

.bb-container { width: min(calc(100% - 40px), var(--bb-max-width)); margin-inline: auto; }
.section { padding: 108px 0; }
.section--sand { background: var(--bb-sand); }
.section--offwhite { background: var(--bb-offwhite); }
.section--mist { background: var(--bb-mist); }
.section--green { background: var(--bb-deep); color: var(--bb-white); }
.eyebrow { margin: 0 0 16px; color: var(--bb-forest); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: var(--bb-warm-sand); }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading h2, .materials-band h2, .contact-band h2, .quality-band h2 { margin: 0; color: var(--bb-deep); font-size: clamp(2.15rem, 4vw, 3.25rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.08; }
.section-heading--light h2 { color: var(--bb-white); }
.section-intro { margin: 20px 0 0; color: #58625b; font-size: 1.08rem; line-height: 1.75; }
.section-heading--light .section-intro { color: rgba(255,255,255,.68); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.bb-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--bb-forest); border-radius: var(--bb-radius-sm); background: var(--bb-forest); color: var(--bb-white); padding: 13px 21px; font-size: .9rem; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; cursor: pointer; }
.bb-button:hover { transform: translateY(-2px); background: var(--bb-pine); border-color: var(--bb-pine); }
.bb-button--small { min-height: 42px; padding: 9px 15px; font-size: .8rem; }
.bb-button--sand { border-color: var(--bb-wood); background: var(--bb-wood); color: var(--bb-deep); }
.bb-button--sand:hover { border-color: var(--bb-warm-sand); background: var(--bb-warm-sand); }
.bb-button--outline { border-color: rgba(21,53,31,.2); background: transparent; color: var(--bb-forest); }
.bb-button--outline:hover { background: var(--bb-forest); color: white; }
.bb-button--ghost { border-color: rgba(255,255,255,.26); background: transparent; color: white; }
.bb-button--ghost:hover { border-color: white; background: rgba(255,255,255,.08); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 60; border-bottom: 1px solid transparent; background: rgba(251,248,242,.96); backdrop-filter: blur(14px); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header--scrolled { border-color: rgba(21,53,31,.1); box-shadow: 0 10px 30px rgba(13,31,20,.08); }
.header-nav { display: flex; height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand-link { flex: 0 0 auto; }
.brand-logo { width: 205px; height: 44px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.nav-link { display: inline-flex; align-items: center; gap: 5px; border: 0; border-radius: 10px; background: transparent; color: var(--bb-charcoal); padding: 10px 11px; font-size: .86rem; font-weight: 700; cursor: pointer; }
.nav-link:hover, .nav-link.is-active { background: var(--bb-mist); color: var(--bb-forest); }
.nav-chevron { width: 14px; height: 14px; }
.nav-dropdown { position: relative; padding: 10px 0; }
.services-menu { position: absolute; top: 58px; left: -20px; display: grid; width: 480px; grid-template-columns: 1fr 1fr; gap: 5px; border: 1px solid rgba(21,53,31,.1); border-radius: var(--bb-radius-md); background: var(--bb-offwhite); box-shadow: var(--bb-shadow-soft); padding: 14px; }
.service-menu-link { display: flex; gap: 12px; border-radius: 13px; padding: 13px; }
.service-menu-link:hover { background: var(--bb-sand); }
.service-menu-link svg { margin-top: 2px; color: var(--bb-wood); }
.service-menu-link strong, .service-menu-link small { display: block; }
.service-menu-link strong { color: var(--bb-forest); font-size: .88rem; }
.service-menu-link small { margin-top: 3px; color: #69716c; font-size: .72rem; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 7px; color: var(--bb-forest); font-size: .82rem; font-weight: 750; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(21,53,31,.15); border-radius: 12px; background: white; color: var(--bb-forest); }
.mobile-nav { border-top: 1px solid rgba(21,53,31,.1); background: var(--bb-offwhite); box-shadow: var(--bb-shadow-soft); }
.mobile-nav-inner { display: grid; gap: 6px; padding-block: 22px; }
.mobile-nav-label { margin: 0 0 7px; color: var(--bb-wood); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mobile-service-link { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--bb-mist); padding: 10px 2px; font-weight: 750; }
.mobile-nav-main { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0; }
.mobile-nav-main a { border-radius: 10px; background: var(--bb-sand); padding: 11px; font-size: .85rem; font-weight: 700; }

.hero { position: relative; isolation: isolate; min-height: 760px; overflow: hidden; background: var(--bb-deep); color: white; padding: 160px 0 76px; }
.hero::before { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 70% 35%, rgba(140,165,111,.18), transparent 33%), linear-gradient(125deg, #0d1f14 0%, #15351f 64%, #214b2b 100%); content: ""; }
.hero-background { position: absolute; inset: 0; z-index: -3; }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero--with-photo::before { z-index: -2; background: linear-gradient(90deg, rgba(9,27,17,.94) 0%, rgba(9,27,17,.79) 37%, rgba(9,27,17,.36) 62%, rgba(9,27,17,.08) 100%), linear-gradient(0deg, rgba(9,27,17,.42), transparent 52%); }
.hero-slats, .page-hero-slats { position: absolute; z-index: -1; width: 360px; height: 310px; opacity: .25; background: repeating-linear-gradient(100deg, transparent 0 22px, rgba(255,255,255,.45) 23px 38px, transparent 39px 53px); transform: skewY(8deg); }
.hero-slats { top: 70px; right: -40px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); align-items: center; gap: 80px; }
.hero-copy h1, .page-hero h1 { margin: 0; max-width: 760px; color: white; font-size: clamp(3.4rem, 7vw, 6.4rem); font-weight: 800; letter-spacing: -.065em; line-height: .96; }
.cta-assurance { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 700; }
.cta-assurance svg { width: 15px; height: 15px; color: var(--bb-warm-sand); }
.hero-body { max-width: 680px; margin: 27px 0 0; color: rgba(255,255,255,.76); font-size: 1.15rem; line-height: 1.75; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 48px; }
.trust-strip span { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.06); padding: 8px 12px; color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 650; }
.trust-strip svg { width: 13px; height: 13px; color: var(--bb-moss); }
.hero-visual { position: relative; display: grid; min-height: 510px; align-content: end; border: 1px solid rgba(255,255,255,.13); border-radius: var(--bb-radius-lg); background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.015)); padding: 28px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.02); }
.hero-visual--photo { min-height: 540px; border: 0; background: transparent; padding: 0; box-shadow: none; }
.hero-visual--photo .hero-material-card { width: min(340px,100%); justify-self: end; box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.hero-mark-wrap { position: absolute; top: 44px; right: 28px; left: 28px; display: grid; min-height: 270px; place-items: center; border-radius: 24px; background: linear-gradient(145deg, rgba(33,75,43,.72), rgba(13,31,20,.36)); overflow: hidden; }
.hero-mark-wrap::after { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 32px, rgba(255,255,255,.03) 33px 34px); content: ""; }
.hero-mark { width: 72%; opacity: .98; }
.hero-material-card { position: relative; z-index: 2; display: grid; gap: 9px; border-radius: 18px; background: var(--bb-warm-sand); color: var(--bb-deep); padding: 22px; }
.hero-material-card span { color: var(--bb-clay); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-material-card strong { font-size: 1.05rem; line-height: 1.45; }
.hero-line-art { position: absolute; right: -25px; bottom: 95px; width: 160px; height: 160px; border: 1px solid rgba(140,165,111,.35); border-radius: 50%; clip-path: inset(0 50% 0 0); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { display: flex; min-height: 430px; flex-direction: column; overflow: hidden; border: 1px solid rgba(21,53,31,.1); border-radius: var(--bb-radius-md); background: var(--bb-offwhite); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.service-card:hover { transform: translateY(-5px); background: white; box-shadow: var(--bb-shadow-soft); }
.service-card-image { height: 210px; overflow: hidden; background: var(--bb-mist); }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card-image img { transform: scale(1.035); }
.service-card-content { display: flex; flex: 1; flex-direction: column; padding: 24px 26px 26px; }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.service-number { color: var(--bb-wood); font-size: .75rem; font-weight: 800; }
.service-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; background: var(--bb-forest); color: white; }
.service-card h3 { margin: 0; color: var(--bb-deep); font-size: 1.55rem; font-weight: 800; letter-spacing: -.03em; }
.service-card-content > p:not(.eyebrow) { margin: 14px 0 24px; color: #5d665f; font-size: .93rem; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--bb-forest); font-size: .83rem; font-weight: 800; }

.foundation-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.foundation-visual { position: relative; min-height: 460px; border-radius: var(--bb-radius-lg); background: var(--bb-forest); overflow: hidden; }
.foundation-slats { position: absolute; inset: 55px 35px 95px; background: linear-gradient(to top, var(--bb-wood) 0 3px, transparent 3px), repeating-linear-gradient(97deg, transparent 0 25px, rgba(255,255,255,.78) 26px 44px, transparent 45px 59px); clip-path: polygon(0 40%,100% 0,100% 100%,0 100%); opacity: .82; }
.foundation-label { position: absolute; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: center; gap: 10px; border-radius: 14px; background: var(--bb-warm-sand); padding: 16px; color: var(--bb-deep); font-size: .77rem; font-weight: 800; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--bb-radius-md); background: rgba(255,255,255,.12); }
.process-step { min-height: 240px; background: var(--bb-deep); padding: 28px; }
.process-step > span { color: var(--bb-wood); font-size: .78rem; font-weight: 800; }
.process-step h3 { margin: 62px 0 12px; font-size: 1.25rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.64); font-size: .9rem; line-height: 1.65; }
.process-grid--light { border-color: rgba(21,53,31,.1); background: rgba(21,53,31,.1); }
.process-grid--light .process-step { background: var(--bb-offwhite); color: var(--bb-deep); }
.process-grid--light .process-step p { color: #626c65; }

.home-process { position: relative; overflow: hidden; }
.home-process::before { position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(185,139,91,.2), transparent 31%), repeating-linear-gradient(100deg, transparent 0 90px, rgba(255,255,255,.025) 91px 93px); content: ""; pointer-events: none; }
.home-process .bb-container { position: relative; z-index: 1; }
.home-process-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.home-process-heading .section-heading { margin-bottom: 50px; }
.home-process-kicker { max-width: 470px; margin: 0 0 50px; color: rgba(255,255,255,.7); font-size: 1.02rem; line-height: 1.72; }
.home-process-route { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding-top: 16px; }
.home-process-line { position: absolute; top: 60px; right: 10%; left: 10%; height: 2px; background: linear-gradient(90deg, rgba(233,216,189,.25), var(--bb-wood), rgba(233,216,189,.25)); }
.home-process-step { position: relative; min-width: 0; }
.home-process-node { position: relative; display: flex; align-items: center; justify-content: space-between; width: 102px; height: 88px; margin-bottom: 25px; border: 7px solid var(--bb-deep); border-radius: 50%; background: var(--bb-warm-sand); color: var(--bb-deep); box-shadow: 0 16px 34px rgba(0,0,0,.2); }
.home-process-number { position: absolute; top: -8px; left: 74px; display: grid; min-width: 42px; height: 28px; place-items: center; border-radius: 999px; background: var(--bb-wood); color: white; font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.home-process-icon { display: grid; width: 100%; place-items: center; }
.home-process-icon svg { width: 30px; height: 30px; stroke-width: 1.7; }
.home-process-copy { min-height: 230px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--bb-radius-md); background: rgba(255,255,255,.045); padding: 27px; backdrop-filter: blur(6px); }
.home-process-moment { display: block; min-height: 30px; color: var(--bb-warm-sand); font-size: .68rem; font-weight: 900; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.home-process-copy h3 { margin: 18px 0 12px; color: white; font-size: 1.3rem; }
.home-process-copy p { margin: 0; color: rgba(255,255,255,.64); font-size: .9rem; line-height: 1.68; }

.service-process-story { --process-accent: var(--bb-wood); position: relative; overflow: hidden; background: linear-gradient(180deg, var(--bb-sand), #f1ece2); }
.service-process-story::before { position: absolute; top: -180px; right: -130px; width: 520px; height: 520px; border-radius: 50%; background: color-mix(in srgb, var(--process-accent) 12%, transparent); content: ""; pointer-events: none; }
.service-process-story[data-process-theme="poolhouse"] { --process-accent: #a87952; }
.service-process-story[data-process-theme="storage"] { --process-accent: #7b8758; }
.service-process-story[data-process-theme="living"] { --process-accent: #bd7448; }
.service-process-story[data-process-theme="water"] { --process-accent: #458999; }
.service-process-story[data-process-theme="light"] { --process-accent: #bea05f; }
.service-process-story[data-process-theme="focus"] { --process-accent: #60775c; }
.service-process-story[data-process-theme="shelter"] { --process-accent: #84694e; }
.service-process-story[data-process-theme="mobility"] { --process-accent: #526d76; }
.service-process-story[data-process-theme="craft"] { --process-accent: #a16f43; }
.service-process-story[data-process-theme="detail"] { --process-accent: #737b72; }
.service-process-story[data-process-theme="protection"] { --process-accent: #5b6870; }
.service-process-story[data-process-theme="wellness"] { --process-accent: #936448; }
.service-process-story[data-process-theme="renewal"] { --process-accent: #5e8566; }
.service-process-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.service-process-heading h2 { max-width: 760px; margin: 0; color: var(--bb-deep); font-size: clamp(2.35rem,4vw,3.45rem); letter-spacing: -.05em; line-height: 1.04; }
.service-process-heading > p { max-width: 490px; margin: 0 0 4px; color: #526157; font-size: 1rem; line-height: 1.72; }
.service-process-route { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; padding-top: 26px; }
.service-process-line { position: absolute; top: 7px; right: 6%; left: 6%; height: 2px; background: linear-gradient(90deg, var(--process-accent), color-mix(in srgb, var(--process-accent) 45%, white), var(--process-accent)); opacity: .72; }
.service-process-line::after { position: absolute; top: -4px; right: -2px; width: 9px; height: 9px; border-top: 2px solid var(--process-accent); border-right: 2px solid var(--process-accent); content: ""; transform: rotate(45deg); }
.service-process-card { overflow: hidden; border: 1px solid rgba(13,31,20,.09); border-radius: 22px; background: var(--bb-offwhite); box-shadow: 0 18px 44px rgba(13,31,20,.1); }
.service-process-card:nth-of-type(even) { transform: translateY(38px); }
.service-process-visual { position: relative; height: 290px; overflow: hidden; background: var(--bb-forest); }
.service-process-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(8,27,16,.78)); content: ""; }
.service-process-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.service-process-card:hover .service-process-visual img { transform: scale(1.035); }
.service-process-number { position: absolute; z-index: 2; top: 17px; left: 17px; display: grid; width: 52px; height: 52px; place-items: center; border: 4px solid rgba(255,255,255,.52); border-radius: 50%; background: rgba(251,248,242,.94); color: var(--bb-deep); font-size: .72rem; font-weight: 900; letter-spacing: .06em; box-shadow: 0 8px 18px rgba(0,0,0,.16); }
.service-process-moment { position: absolute; z-index: 2; right: 20px; bottom: 17px; left: 20px; color: white; font-size: .69rem; font-weight: 900; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.service-process-copy { min-height: 215px; padding: 25px 25px 28px; }
.service-process-copy h3 { margin: 0 0 11px; color: var(--bb-deep); font-size: 1.3rem; letter-spacing: -.025em; }
.service-process-copy p { margin: 0; color: #59645d; font-size: .87rem; line-height: 1.66; }
.service-process-promise { display: flex; align-items: flex-start; gap: 9px; margin-top: 20px; color: var(--bb-deep); font-size: .67rem; font-weight: 900; letter-spacing: .075em; line-height: 1.45; text-transform: uppercase; }
.service-process-promise::before { flex: 0 0 18px; width: 18px; height: 2px; margin-top: .45em; background: var(--process-accent); content: ""; }
.projects-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.project-card { overflow: hidden; border: 1px solid rgba(21,53,31,.1); border-radius: var(--bb-radius-md); background: white; }
.project-placeholder { position: relative; display: grid; height: 260px; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--bb-pine), var(--bb-deep)); }
.project-placeholder::before { position: absolute; inset: 0; background: repeating-linear-gradient(100deg, transparent 0 28px, rgba(255,255,255,.07) 29px 46px, transparent 47px 63px); clip-path: polygon(0 38%,100% 0,100% 100%,0 100%); content: ""; }
.project-placeholder img { width: 150px; opacity: .65; }
.project-placeholder--photo img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.project-placeholder span { position: absolute; right: 18px; bottom: 16px; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-card-body { padding: 23px; }
.project-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--bb-clay); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.project-card h3 { margin: 15px 0 10px; color: var(--bb-deep); font-size: 1.25rem; line-height: 1.3; }
.project-card p { margin: 0; color: #626b65; font-size: .88rem; line-height: 1.65; }
.service-hero-photo { position: relative; min-height: 370px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--bb-radius-lg); background: rgba(255,255,255,.06); box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.service-hero-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(13,31,20,.25)); content: ""; }
.service-hero-photo img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.service-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: rgba(255,255,255,.72); font-size: .78rem; }
.service-breadcrumb a { color: inherit; text-decoration: underline; text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 3px; }
.service-breadcrumb a:hover { color: var(--bb-white); }
.related-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-service-link { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 16px; padding: 22px; border: 1px solid rgba(21,53,31,.12); border-radius: var(--bb-radius-md); background: var(--bb-offwhite); transition: transform .2s ease, box-shadow .2s ease; }
.related-service-link:hover { transform: translateY(-3px); box-shadow: var(--bb-shadow-soft); }
.related-service-link h3 { margin: 2px 0 8px; color: var(--bb-deep); font-size: 1.08rem; }
.related-service-link p { margin: 0; color: #5d665f; font-size: .8rem; line-height: 1.55; }
.related-service-link > svg { width: 18px; color: var(--bb-clay); }
.service-gallery-section { padding-top: 0; }
.service-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.service-gallery figure { min-height: 260px; overflow: hidden; border-radius: var(--bb-radius-md); margin: 0; background: var(--bb-sand); }
.service-gallery img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .35s ease; }
.service-gallery figure:hover img { transform: scale(1.025); }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.tag-list span { border-radius: 999px; background: var(--bb-sand); padding: 6px 9px; color: var(--bb-forest); font-size: .65rem; font-weight: 700; }
.reasons-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.reasons-list { display: grid; }
.reasons-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-bottom: 1px solid rgba(21,53,31,.12); padding: 18px 0; }
.reason-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--bb-forest); color: white; }
.reasons-list h3 { margin: 0 0 6px; color: var(--bb-deep); font-size: 1rem; }
.reasons-list p { margin: 0; color: #58635b; font-size: .88rem; line-height: 1.6; }
.materials-band { background: var(--bb-warm-sand); padding: 92px 0; }
.materials-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.materials-band p:not(.eyebrow) { max-width: 650px; color: #5a5145; line-height: 1.75; }
.materials-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.materials-list span { display: flex; align-items: center; gap: 9px; border-radius: 12px; background: rgba(255,255,255,.48); padding: 13px; color: var(--bb-deep); font-size: .82rem; font-weight: 700; }
.materials-list svg { color: var(--bb-clay); }
.contact-band { position: relative; overflow: hidden; background: var(--bb-forest); color: white; padding: 92px 0; }
.contact-band::after { position: absolute; top: -20px; right: -40px; width: 350px; height: 280px; background: repeating-linear-gradient(100deg, transparent 0 22px, rgba(255,255,255,.06) 23px 42px, transparent 43px 58px); content: ""; }
.contact-band-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 70px; }
.contact-band h2, .quality-band h2 { color: white; }
.contact-band p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.68); line-height: 1.7; }
.contact-band-actions { display: grid; gap: 12px; }
.contact-phone { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: .84rem; font-weight: 700; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--bb-deep); color: white; padding: 164px 0 92px; }
.page-hero-slats { right: -30px; bottom: -80px; }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.page-hero h1 { max-width: 850px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 24px 0 32px; color: rgba(255,255,255,.7); font-size: 1.08rem; line-height: 1.75; }
.page-hero--compact h1 { max-width: 930px; }
.service-hero-icon { display: grid; min-height: 320px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: var(--bb-radius-lg); background: rgba(255,255,255,.05); }
.service-hero-icon > svg { width: 96px; height: 96px; color: var(--bb-warm-sand); }
.service-hero-icon img { width: 72%; }
.service-hero-icon span { position: absolute; margin-top: 170px; color: rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.check-grid div { display: flex; align-items: center; gap: 10px; border: 1px solid rgba(21,53,31,.1); border-radius: 14px; background: white; padding: 17px; font-weight: 750; }
.check-grid svg { color: var(--bb-clay); }
.quality-band { background: var(--bb-pine); color: white; padding: 88px 0; }
.quality-grid { display: grid; grid-template-columns: .55fr 1.45fr; align-items: center; gap: 70px; }
.quality-mark { display: grid; min-height: 260px; place-items: center; border-radius: var(--bb-radius-lg); background: rgba(255,255,255,.06); }
.quality-mark img { width: 68%; }
.quality-band p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 1.02rem; line-height: 1.75; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-item { border-bottom: 1px solid rgba(21,53,31,.15); padding: 4px 0; }
.faq-item summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; color: var(--bb-deep); font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary svg { transform: rotate(45deg); }
.faq-item p { margin: 0 0 24px; color: #59635c; line-height: 1.7; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter-chip { border: 1px solid rgba(21,53,31,.13); border-radius: 999px; background: white; color: var(--bb-forest); padding: 10px 15px; font-size: .78rem; font-weight: 750; cursor: pointer; }
.filter-chip.is-active { background: var(--bb-forest); color: white; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.contact-details { border-radius: var(--bb-radius-lg); background: var(--bb-forest); color: white; padding: 42px; }
.contact-details h2 { margin: 0; font-size: clamp(2rem,4vw,3rem); letter-spacing: -.04em; line-height: 1.1; }
.contact-details > p:not(.eyebrow,.contact-address) { color: rgba(255,255,255,.7); line-height: 1.7; }
.contact-persons { display: grid; gap: 10px; margin-top: 36px; }
.contact-persons a { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 8px; border-radius: 13px; background: rgba(255,255,255,.07); padding: 12px; }
.contact-persons a > svg { margin-inline: auto; color: var(--bb-warm-sand); }
.contact-persons strong, .contact-persons span { display: block; }
.contact-persons span { color: rgba(255,255,255,.68); font-size: .8rem; line-height: 1.5; }
.contact-persons strong { color: white; font-size: .72rem; }
.contact-address { display: flex; gap: 8px; margin-top: 24px; color: rgba(255,255,255,.66); font-size: .8rem; line-height: 1.5; }
.lead-form { border: 1px solid rgba(21,53,31,.1); border-radius: var(--bb-radius-lg); background: white; padding: 34px; box-shadow: var(--bb-shadow-soft); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 28px; }
.form-heading span { color: var(--bb-forest); font-size: 1.25rem; font-weight: 800; }
.form-heading strong { border-radius: 999px; background: var(--bb-mist); padding: 8px 11px; color: var(--bb-forest); font-size: .68rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { display: grid; gap: 7px; color: var(--bb-forest); font-size: .78rem; font-weight: 750; }
.form-field--wide { grid-column: 1 / -1; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid rgba(21,53,31,.17); border-radius: 12px; background: var(--bb-offwhite); color: var(--bb-charcoal); padding: 13px 14px; outline: none; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--bb-wood); box-shadow: 0 0 0 4px rgba(185,139,91,.15); }
.form-field small { color: #717873; font-weight: 500; }
.project-selector { min-width: 0; margin: 0; border: 0; padding: 0; }
.project-selector legend { color: var(--bb-forest); font-size: .78rem; font-weight: 750; }
.project-selector > p { margin: 5px 0 12px; color: #717873; font-size: .74rem; line-height: 1.45; }
.project-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.project-option { position: relative; display: flex; align-items: center; gap: 10px; min-width: 0; min-height: 64px; border: 1px solid rgba(21,53,31,.17); border-radius: 12px; background: var(--bb-offwhite); padding: 11px 12px; color: var(--bb-forest); cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.project-option:hover { border-color: rgba(21,53,31,.42); transform: translateY(-1px); }
.project-option:focus-within { border-color: var(--bb-wood); box-shadow: 0 0 0 4px rgba(185,139,91,.15); }
.project-option.is-selected { border-color: var(--bb-forest); background: var(--bb-mist); box-shadow: inset 0 0 0 1px var(--bb-forest); }
.project-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.project-option-check { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: white; color: var(--bb-forest); box-shadow: 0 1px 5px rgba(21,53,31,.08); }
.project-option-check svg { width: 17px; height: 17px; }
.project-option.is-selected .project-option-check { background: var(--bb-forest); color: white; }
.project-option strong { min-width: 0; font-size: .72rem; line-height: 1.25; overflow-wrap: anywhere; }
.check-field { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 10px; color: #535d56; font-size: .77rem; line-height: 1.5; }
.check-field input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--bb-forest); }
.check-field a { color: var(--bb-forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; }
.form-submit-row > span { display: inline-flex; align-items: center; gap: 6px; color: #727974; font-size: .7rem; }
.form-status { display: flex; align-items: flex-start; gap: 9px; border-radius: 12px; margin-top: 18px; padding: 13px; font-size: .82rem; line-height: 1.5; }
.form-status--success { background: var(--bb-mist); color: var(--bb-forest); }
.form-status--error { background: #f8e8e1; color: #7c2f19; }

.site-footer { background: var(--bb-deep); color: white; padding: 72px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 70px; }
.footer-logo { width: 260px; }
.footer-brand > p { max-width: 470px; color: rgba(255,255,255,.6); line-height: 1.65; }
.footer-brand .footer-tagline { color: var(--bb-warm-sand); font-weight: 800; }
.footer-heading { margin: 0 0 20px; color: var(--bb-warm-sand); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-links, .footer-contact { display: grid; gap: 11px; color: rgba(255,255,255,.65); font-size: .8rem; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-contact a, .footer-contact p { display: flex; align-items: flex-start; gap: 8px; margin: 0; line-height: 1.5; }
.footer-contact svg { width: 15px; height: 15px; margin-top: 2px; color: var(--bb-wood); }
.footer-region { color: rgba(255,255,255,.42); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 55px; padding-top: 19px; color: rgba(255,255,255,.42); font-size: .7rem; }
.footer-address { color: rgba(255,255,255,.34); font-size: .66rem; text-align: center; }
.footer-legal { display: inline-flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 14px; }
.footer-legal a, .footer-legal button { border: 0; background: none; color: inherit; padding: 0; font: inherit; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; cursor: pointer; }
.footer-legal a:hover, .footer-legal button:hover { color: white; text-decoration-color: currentColor; }
.mobile-sticky-cta { display: none; }
.contact-assurance { color: rgba(255,255,255,.66); font-size: .68rem; font-weight: 700; }
.cookie-banner { position: fixed; right: 20px; bottom: 20px; left: 20px; z-index: 70; width: min(calc(100% - 40px),760px); max-height: calc(100vh - 40px); overflow-y: auto; margin-inline: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: var(--bb-deep); box-shadow: 0 24px 70px rgba(6,21,12,.32); color: white; padding: 24px; font-family: inherit; }
.cookie-banner--details { width: min(calc(100% - 40px),820px); }
.cookie-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cookie-eyebrow { margin: 0 0 5px; color: var(--bb-warm-sand); font-size: .64rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.cookie-title { margin: 0; font-size: 1.12rem; font-weight: 850; }
.cookie-close { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; color: white; font-size: 1.35rem; line-height: 1; cursor: pointer; }
.cookie-copy { margin: 9px 0 0; color: rgba(255,255,255,.72); font-size: .79rem; line-height: 1.6; }
.cookie-policy-link { display: inline-block; margin-top: 12px; color: rgba(255,255,255,.74); font-size: .72rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cookie-preferences { display: grid; gap: 8px; margin-top: 17px; }
.cookie-category { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.055); padding: 12px 14px; cursor: pointer; }
.cookie-category.is-required { cursor: default; }
.cookie-category-copy { display: grid; gap: 3px; }
.cookie-category-copy strong { font-size: .78rem; }
.cookie-category-copy small { color: rgba(255,255,255,.62); font-size: .69rem; line-height: 1.45; }
.cookie-switch { position: relative; flex: 0 0 42px; width: 42px; height: 24px; }
.cookie-switch input { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.cookie-switch input:disabled { cursor: default; }
.cookie-switch > span { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); transition: background .18s ease; }
.cookie-switch > span::after { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: white; content: ""; transition: transform .18s ease; }
.cookie-switch input:checked + span { border-color: var(--bb-warm-sand); background: var(--bb-wood); }
.cookie-switch input:checked + span::after { transform: translateX(18px); }
.cookie-switch input:focus-visible + span { outline: 2px solid white; outline-offset: 3px; }
.cookie-switch input:disabled + span { opacity: .72; }
.cookie-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 17px; }
.cookie-actions--details { grid-template-columns: 1fr 1fr; }
.cookie-action { min-height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 10px; background: transparent; color: white; padding: 10px 13px; font-size: .72rem; font-weight: 850; cursor: pointer; }
.cookie-action:hover, .cookie-action:focus-visible { border-color: white; background: rgba(255,255,255,.08); }
.cookie-action--primary { border-color: white; background: white; color: var(--bb-forest); }
.cookie-action--primary:hover, .cookie-action--primary:focus-visible { background: var(--bb-warm-sand); color: var(--bb-deep); }
.legal-page { background: var(--bb-offwhite); }
.legal-hero { padding: 170px 0 75px; background: linear-gradient(135deg,var(--bb-deep),var(--bb-forest)); color: white; }
.legal-hero-inner { max-width: 900px; }
.legal-hero h1 { margin: 12px 0 18px; font-size: clamp(3rem,7vw,6rem); line-height: .95; }
.legal-hero-inner > p:not(.eyebrow):not(.legal-updated) { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.7; }
.legal-updated { margin-top: 25px; color: var(--bb-warm-sand); font-size: .72rem; font-weight: 750; }
.legal-layout { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(0,1.8fr); align-items: start; gap: 70px; }
.legal-summary { position: sticky; top: 110px; border-radius: 18px; background: var(--bb-mist); padding: 28px; }
.legal-summary strong { font-size: 1.1rem; }
.legal-summary p { color: #526057; font-size: .82rem; line-height: 1.65; }
.legal-summary .bb-button { width: 100%; margin-top: 8px; }
.legal-toc { display: grid; gap: 2px; border-top: 1px solid rgba(21,53,31,.12); margin-top: 20px; padding-top: 14px; }
.legal-toc a { border-radius: 7px; color: var(--bb-forest); padding: 7px 8px; font-size: .73rem; font-weight: 750; }
.legal-toc a:hover { background: rgba(255,255,255,.65); }
.legal-article { min-width: 0; }
.legal-article h2 { margin: 55px 0 14px; font-size: clamp(1.65rem,3vw,2.35rem); }
.legal-article h2:first-child { margin-top: 0; }
.legal-article h3 { margin: 30px 0 12px; font-size: 1.15rem; }
.legal-article p { color: #4f5b53; line-height: 1.75; }
.legal-article a { color: var(--bb-forest); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.legal-section { scroll-margin-top: 110px; }
.legal-section + .legal-section { border-top: 1px solid rgba(21,53,31,.12); margin-top: 48px; padding-top: 5px; }
.legal-section-heading { display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: baseline; gap: 13px; }
.legal-section-heading > span { color: var(--bb-wood); font-size: .7rem; font-weight: 850; letter-spacing: .08em; }
.legal-section-heading h2 { margin: 0 0 14px; }
.legal-list { display: grid; gap: 11px; margin: 18px 0 0; padding: 0; list-style: none; }
.legal-list li { position: relative; color: #4f5b53; padding-left: 24px; line-height: 1.7; }
.legal-list li::before { position: absolute; top: .62em; left: 3px; width: 8px; height: 8px; border-radius: 50%; background: var(--bb-wood); content: ""; }
.legal-purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; }
.legal-purpose-card { border: 1px solid rgba(21,53,31,.13); border-radius: 14px; background: white; padding: 18px; }
.legal-purpose-card h3 { margin: 0 0 7px; color: var(--bb-forest); font-size: .92rem; }
.legal-purpose-card p { margin: 0 0 12px; font-size: .77rem; line-height: 1.55; }
.legal-purpose-card small { display: block; border-top: 1px solid rgba(21,53,31,.1); padding-top: 10px; color: #667168; font-size: .68rem; line-height: 1.5; }
.legal-inline-button { display: inline-flex; min-height: 42px; align-items: center; border-radius: 9px; background: var(--bb-forest); color: white !important; margin-top: 6px; padding: 10px 15px; font-size: .74rem; text-decoration: none !important; }
.cookie-table-wrap { overflow-x: auto; border: 1px solid rgba(21,53,31,.15); border-radius: 14px; background: white; }
.cookie-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .75rem; line-height: 1.5; }
.cookie-table th, .cookie-table td { border-bottom: 1px solid rgba(21,53,31,.1); padding: 13px 15px; text-align: left; vertical-align: top; }
.cookie-table thead th { background: var(--bb-mist); color: var(--bb-forest); font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.cookie-table tbody th { width: 19%; color: var(--bb-forest); }
.cookie-table tr:last-child th, .cookie-table tr:last-child td { border-bottom: 0; }
.cms-preview [data-cms-section] { position: relative; cursor: pointer; outline: 1px dashed transparent; outline-offset: -2px; transition: outline-color .15s ease; }
.cms-preview [data-cms-section]:hover { z-index: 2; outline: 3px solid #5b8cff; outline-offset: -3px; }
.cms-preview [data-cms-section]:hover::before { position: absolute; top: 0; left: 0; z-index: 20; border-radius: 0 0 7px; background: #3f70e8; padding: 6px 9px; color: white; content: attr(data-cms-label); font-family: Inter,Arial,sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0; line-height: 1; text-transform: none; pointer-events: none; }

@media (max-width: 1050px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: grid; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-visual { min-height: 430px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .service-gallery { grid-template-columns: 1fr 1fr; }
  .projects-grid--preview .project-card:last-child { display: none; }
  .foundation-grid, .reasons-layout, .materials-grid, .contact-band-grid, .two-column, .quality-grid, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .home-process-heading, .service-process-heading { grid-template-columns: 1fr; gap: 0; }
  .home-process-kicker { margin-top: -28px; }
  .home-process-route, .service-process-route { grid-template-columns: 1fr 1fr; }
  .home-process-line, .service-process-line { display: none; }
  .service-process-card:nth-of-type(even) { transform: translateY(20px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .bb-container { width: min(calc(100% - 28px), var(--bb-max-width)); }
  .section { padding: 76px 0; }
  .header-nav { height: 68px; }
  .brand-logo { width: 174px; height: 38px; }
  .hero { min-height: auto; padding: 122px 0 58px; }
  .hero-grid { gap: 48px; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-body { font-size: 1rem; }
  .hero-visual { min-height: 380px; padding: 18px; }
  .hero-mark-wrap { inset: 28px 18px auto; min-height: 235px; }
  .hero-material-card { padding: 17px; }
  .services-grid, .projects-grid, .check-grid, .service-gallery, .related-services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .foundation-visual { min-height: 360px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 190px; }
  .process-step h3 { margin-top: 42px; }
  .home-process-heading .section-heading { margin-bottom: 38px; }
  .home-process-kicker { margin: 0 0 38px; }
  .home-process-route { grid-template-columns: 1fr; gap: 18px; padding-left: 35px; }
  .home-process-line { top: 34px; bottom: 34px; left: 11px; display: block; width: 2px; height: auto; background: linear-gradient(180deg, rgba(233,216,189,.2), var(--bb-wood), rgba(233,216,189,.2)); }
  .home-process-node { width: 76px; height: 68px; margin-bottom: -21px; margin-left: -35px; border-width: 6px; }
  .home-process-number { top: -5px; left: 55px; min-width: 38px; height: 25px; }
  .home-process-icon svg { width: 25px; height: 25px; }
  .home-process-copy { min-height: 0; padding: 27px 24px 25px; }
  .service-process-heading { margin-bottom: 38px; }
  .service-process-heading h2 { font-size: clamp(2.25rem,11vw,3.15rem); }
  .service-process-route { grid-template-columns: 1fr; gap: 22px; padding: 0 0 0 24px; }
  .service-process-line { top: 22px; bottom: 22px; left: 8px; display: block; width: 2px; height: auto; background: linear-gradient(180deg, var(--process-accent), color-mix(in srgb, var(--process-accent) 35%, white), var(--process-accent)); }
  .service-process-line::after { display: none; }
  .service-process-card:nth-of-type(even) { transform: none; }
  .service-process-visual { height: 255px; }
  .service-process-copy { min-height: 0; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .materials-list { grid-template-columns: 1fr; }
  .page-hero { padding: 125px 0 72px; }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .service-hero-icon { min-height: 245px; }
  .service-hero-photo, .service-hero-photo img { min-height: 260px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .project-options { grid-template-columns: 1fr 1fr; gap: 8px; }
  .project-option { min-height: 58px; padding: 9px 10px; }
  .check-field { grid-column: auto; }
  .form-heading, .form-submit-row { align-items: flex-start; flex-direction: column; }
  .contact-details, .lead-form { padding: 25px; border-radius: var(--bb-radius-md); }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-logo { width: 235px; }
  .footer-bottom { flex-wrap: wrap; padding-bottom: 62px; }
  .footer-address { order: 3; flex-basis: 100%; text-align: left; }
  .footer-legal { justify-content: flex-start; }
  .mobile-sticky-cta { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 55; display: flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 13px; background: var(--bb-wood); box-shadow: 0 12px 35px rgba(13,31,20,.25); color: var(--bb-deep); font-size: .84rem; font-weight: 850; }
  .cookie-banner { bottom: 72px; max-height: calc(100vh - 90px); padding: 19px; }
  .cookie-actions, .cookie-actions--details { grid-template-columns: 1fr; }
  .cookie-category { padding: 11px; }
  .legal-hero { padding: 122px 0 58px; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-summary { position: static; }
  .legal-purpose-grid { grid-template-columns: 1fr; }
  .legal-section-heading { grid-template-columns: 34px minmax(0,1fr); gap: 8px; }
}

@media (max-width: 390px) {
  .project-options { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
.service-seo-footer {
  padding: 0 0 2.25rem;
  background: var(--offwhite);
}

.service-seo-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
