:root{
  --bbr-ink:#20211e;
  --bbr-charcoal:#2b2c28;
  --bbr-muted:#6d6a62;
  --bbr-stone:#f4f1ea;
  --bbr-stone-2:#e8e2d8;
  --bbr-stone-3:#d9d0c1;
  --bbr-brass:#9d8459;
  --bbr-brass-dark:#786442;
  --bbr-white:#fff;
  --bbr-line:#d8d1c5;
  --bbr-shadow:0 22px 60px rgba(32,33,30,.12);
  --bbr-radius:3px;
  --bbr-serif:Georgia,'Times New Roman',serif;
  --bbr-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  --bbr-width:1240px;
  --bbr-reading:780px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bbr-stone);color:var(--bbr-ink);font-family:var(--bbr-sans);font-size:17px;line-height:1.72;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--bbr-brass-dark);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--bbr-ink)}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:var(--bbr-charcoal);color:#fff}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.bbr-container{width:min(calc(100% - 42px),var(--bbr-width));margin-inline:auto}
.bbr-reading{width:min(calc(100% - 42px),var(--bbr-reading));margin-inline:auto}
.bbr-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--bbr-brass-dark)}
.bbr-kicker:before{content:"";width:36px;height:1px;background:currentColor}
h1,h2,h3,h4,h5,h6{font-family:var(--bbr-serif);font-weight:500;line-height:1.08;letter-spacing:-.025em;margin-top:0;color:var(--bbr-ink)}
h1{font-size:clamp(44px,7vw,88px)}
h2{font-size:clamp(36px,5vw,62px)}
h3{font-size:clamp(26px,3vw,36px)}
h4{font-size:22px}
p{margin:0 0 1.25em}
.bbr-lead{font-size:clamp(19px,2.4vw,24px);line-height:1.55;color:#514f49}
.bbr-section{padding:104px 0}
.bbr-section--compact{padding:74px 0}
.bbr-section--dark{background:var(--bbr-charcoal);color:#eee9df}
.bbr-section--dark h2,.bbr-section--dark h3,.bbr-section--dark h4{color:#fff}
.bbr-section--white{background:#fff}
.bbr-section--stone2{background:var(--bbr-stone-2)}
.bbr-grid{display:grid;gap:32px}
.bbr-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.bbr-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.bbr-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:14px 24px;border:1px solid var(--bbr-charcoal);background:var(--bbr-charcoal);color:#fff;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.2s ease}
.bbr-button:hover{background:transparent;color:var(--bbr-charcoal)}
.bbr-button--outline{background:transparent;color:var(--bbr-charcoal)}
.bbr-button--outline:hover{background:var(--bbr-charcoal);color:#fff}
.bbr-button--light{background:#fff;border-color:#fff;color:var(--bbr-charcoal)}
.bbr-button--light:hover{background:transparent;color:#fff}
.bbr-text-link{display:inline-flex;gap:8px;align-items:center;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:5px}

/* Header */
.bbr-site-header{position:sticky;top:0;z-index:80;background:rgba(244,241,234,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(32,33,30,.09)}
.admin-bar .bbr-site-header{top:32px}
.bbr-header-inner{width:min(calc(100% - 32px),1420px);min-height:86px;display:flex;align-items:center;gap:20px}
.bbr-brand{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:238px;margin-right:auto;text-decoration:none;color:var(--bbr-ink)}
.bbr-brand-mark-image{display:block;width:48px!important;height:48px!important;max-width:none!important;max-height:none!important;flex:0 0 48px;object-fit:cover;border-radius:2px}
.bbr-custom-logo-image{display:block;width:auto;max-width:265px!important;max-height:58px!important;object-fit:contain}
.bbr-brand--custom{min-width:0}
.bbr-wordmark{display:flex;flex-direction:column;justify-content:center;line-height:1;white-space:nowrap}
.bbr-wordmark strong{font-family:var(--bbr-serif);font-size:24px;font-weight:500;letter-spacing:-.025em;text-transform:uppercase;color:var(--bbr-ink)}
.bbr-wordmark span{margin-top:6px;font-size:11.5px;line-height:1.05;letter-spacing:.13em;text-transform:uppercase;color:#5d5b55;font-weight:750}
.bbr-nav{display:flex;align-items:center;flex:0 1 auto;min-width:0}
.bbr-menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:18px}
.bbr-menu li{position:relative;margin:0}
.bbr-menu>li>a{display:flex;align-items:center;min-height:86px;padding:0;white-space:nowrap}
.bbr-menu a{color:var(--bbr-ink);text-decoration:none;font-size:12.5px;font-weight:650;letter-spacing:.015em}
.bbr-menu a:hover,.bbr-menu .current-menu-item>a,.bbr-menu .current-menu-ancestor>a{color:var(--bbr-brass-dark)}
.bbr-menu .sub-menu{position:absolute;left:-22px;top:calc(100% - 1px);min-width:280px;background:#fff;list-style:none;padding:14px 0;margin:0;box-shadow:var(--bbr-shadow);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;border-top:2px solid var(--bbr-brass)}
.bbr-menu li:hover>.sub-menu,.bbr-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.bbr-menu .sub-menu a{display:block;min-height:0;padding:11px 22px;font-size:13px;white-space:nowrap}
.bbr-header-cta{white-space:nowrap;flex:0 0 auto;padding-inline:18px;font-size:11.5px}
.bbr-menu-toggle{display:none;background:transparent;border:0;padding:10px;margin-left:auto;color:var(--bbr-ink)}
.bbr-menu-toggle span{display:block;width:28px;height:1px;background:currentColor;margin:6px 0}

/* Homepage hero */
.bbr-hero{position:relative;min-height:780px;display:flex;align-items:stretch;background:#1f201d;color:#fff;overflow:hidden}
.bbr-hero-media{position:absolute;inset:0}
.bbr-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.bbr-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,21,18,.80) 0%,rgba(20,21,18,.58) 42%,rgba(20,21,18,.12) 72%,rgba(20,21,18,.08) 100%)}
.bbr-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:70px;align-items:center;padding:98px 0}
.bbr-hero-copy{max-width:780px}
.bbr-hero .bbr-kicker{color:#d8c7a7}
.bbr-hero h1{color:#fff;max-width:900px;margin:20px 0 25px}
.bbr-hero-copy p{font-size:20px;line-height:1.65;max-width:650px;color:rgba(255,255,255,.86)}
.bbr-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.bbr-hero .bbr-button--outline{border-color:rgba(255,255,255,.55);color:#fff}
.bbr-hero .bbr-button--outline:hover{background:#fff;color:var(--bbr-ink)}
.bbr-hero-form{align-self:center;background:rgba(244,241,234,.96);color:var(--bbr-ink);padding:34px;box-shadow:0 25px 80px rgba(0,0,0,.28)}
.bbr-hero-form h2{font-size:31px;margin-bottom:10px}
.bbr-hero-form>p{font-size:14px;color:var(--bbr-muted);line-height:1.6;margin-bottom:24px}
.bbr-form-fallback p{color:#5e5a52;font-size:15px}

/* WPForms */
.bbr-form-shell .wpforms-container{margin:0!important}
.bbr-form-shell .wpforms-field{padding:7px 0!important}
.bbr-form-shell .wpforms-field-label{font-size:12px!important;text-transform:uppercase;letter-spacing:.08em;color:var(--bbr-ink)!important;margin-bottom:7px!important}
.bbr-form-shell input[type=text],.bbr-form-shell input[type=email],.bbr-form-shell input[type=tel],.bbr-form-shell input[type=number],.bbr-form-shell select,.bbr-form-shell textarea{max-width:none!important;width:100%!important;border:1px solid #bdb6aa!important;border-radius:0!important;background:#fff!important;min-height:48px!important;padding:10px 12px!important;color:var(--bbr-ink)!important;box-shadow:none!important}
.bbr-form-shell textarea{min-height:130px!important}
.bbr-form-shell button[type=submit],.bbr-form-shell .wpforms-submit{border-radius:0!important;background:var(--bbr-charcoal)!important;border:1px solid var(--bbr-charcoal)!important;color:#fff!important;min-height:52px!important;padding:13px 22px!important;text-transform:uppercase!important;letter-spacing:.09em!important;font-weight:700!important;font-size:12px!important}
.bbr-form-shell button[type=submit]:hover,.bbr-form-shell .wpforms-submit:hover{background:transparent!important;color:var(--bbr-charcoal)!important}

/* Editorial statement */
.bbr-editorial-intro{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:start}
.bbr-editorial-intro h2{max-width:750px;margin-bottom:22px}
.bbr-editorial-intro .bbr-lead{max-width:710px}

/* Service cards */
.bbr-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--bbr-line);border:1px solid var(--bbr-line)}
.bbr-service-card{position:relative;min-height:490px;overflow:hidden;background:#222;color:#fff}
.bbr-service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.bbr-service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(20,20,18,.80) 100%)}
.bbr-service-card:hover img{transform:scale(1.025)}
.bbr-service-card-content{position:absolute;z-index:2;left:34px;right:34px;bottom:32px}
.bbr-service-card h3{color:#fff;margin:0 0 8px;font-size:39px}
.bbr-service-card p{max-width:480px;color:rgba(255,255,255,.80);margin:0 0 15px}
.bbr-service-card a{color:#fff}

/* Image-text modules */
.bbr-split{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px}
.bbr-split--reverse{grid-template-columns:.95fr 1.05fr}
.bbr-split--reverse .bbr-split-media{order:2}
.bbr-split-media{min-height:610px;overflow:hidden}
.bbr-split-media img{width:100%;height:100%;min-height:610px;object-fit:cover}
.bbr-split-copy{max-width:560px}
.bbr-split-copy h2{margin:16px 0 24px}
.bbr-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:24px 0 32px;padding:0;list-style:none}
.bbr-feature-list li{border-top:1px solid var(--bbr-line);padding:13px 0;margin:0;font-size:14px;color:#514f49}
.bbr-section--dark .bbr-feature-list li{border-color:rgba(255,255,255,.15);color:#d8d3c8}

/* Detail strip */
.bbr-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--bbr-line);border-left:1px solid var(--bbr-line);margin-top:42px}
.bbr-detail-item{padding:28px;border-right:1px solid var(--bbr-line);border-bottom:1px solid var(--bbr-line)}
.bbr-detail-item .bbr-number{font-family:var(--bbr-serif);font-size:38px;color:var(--bbr-brass-dark);margin-bottom:22px}
.bbr-detail-item h3{font-size:24px;margin-bottom:10px}
.bbr-detail-item p{font-size:14px;color:var(--bbr-muted);margin:0}

/* Gallery mosaic */
.bbr-gallery-mosaic{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:340px 340px;gap:16px}
.bbr-gallery-mosaic figure{margin:0;overflow:hidden;position:relative;background:#ddd}
.bbr-gallery-mosaic figure:first-child{grid-row:1/3}
.bbr-gallery-mosaic img{width:100%;height:100%;object-fit:cover}
.bbr-gallery-mosaic figcaption{position:absolute;left:18px;bottom:16px;background:rgba(31,32,29,.82);color:#fff;padding:8px 10px;font-size:11px;letter-spacing:.04em;max-width:80%}

/* Process */
.bbr-process{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin-top:44px;border-top:1px solid rgba(255,255,255,.18)}
.bbr-process-step{padding:28px 20px 0 0}
.bbr-process-step span{font-family:var(--bbr-serif);font-size:24px;color:#c5ab7e;display:block;margin-bottom:18px}
.bbr-process-step h3{font-family:var(--bbr-sans);font-size:13px;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:9px}
.bbr-process-step p{font-size:13px;line-height:1.6;color:#cfcac0}

/* Blog cards */
.bbr-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
.bbr-section-head h2{margin:14px 0 0}
.bbr-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.bbr-post-card{background:#fff;display:flex;flex-direction:column;min-height:100%;border:1px solid rgba(32,33,30,.08)}
.bbr-post-card-image{aspect-ratio:4/3;overflow:hidden;background:#ddd}
.bbr-post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.bbr-post-card:hover .bbr-post-card-image img{transform:scale(1.025)}
.bbr-post-card-content{padding:26px;display:flex;flex-direction:column;flex:1}
.bbr-post-card-meta{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:var(--bbr-brass-dark);font-weight:700;margin-bottom:14px}
.bbr-post-card h2,.bbr-post-card h3{font-size:29px;margin-bottom:13px}
.bbr-post-card h2 a,.bbr-post-card h3 a{text-decoration:none;color:var(--bbr-ink)}
.bbr-post-card p{font-size:14px;color:var(--bbr-muted);margin-bottom:23px}
.bbr-post-card .bbr-text-link{margin-top:auto;align-self:flex-start}

/* General page hero */
.bbr-page-hero{background:var(--bbr-charcoal);color:#fff;position:relative;overflow:hidden}
.bbr-page-hero--image{min-height:570px;display:flex;align-items:flex-end}
.bbr-page-hero-media{position:absolute;inset:0}
.bbr-page-hero-media img{width:100%;height:100%;object-fit:cover}
.bbr-page-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,25,22,.84),rgba(24,25,22,.30))}
.bbr-page-hero-inner{position:relative;z-index:2;padding:112px 0 72px;width:100%}
.bbr-page-hero h1{color:#fff;margin:16px 0 18px;max-width:900px;font-size:clamp(44px,6vw,78px)}
.bbr-page-hero .bbr-page-intro{max-width:710px;color:rgba(255,255,255,.82);font-size:19px}
.bbr-breadcrumbs{font-size:11px;letter-spacing:.04em;color:#a8a49a;margin-bottom:22px;display:flex;gap:10px;flex-wrap:wrap}
.bbr-breadcrumbs a{color:inherit;text-decoration:none}
.bbr-page-hero .bbr-breadcrumbs{color:#ddd7cb}
.bbr-breadcrumb-sep{opacity:.5}

/* Content */
.bbr-content-wrap{padding:90px 0 110px}
.entry-content{font-size:17px}
.entry-content>*:first-child{margin-top:0}
.entry-content h2{font-size:clamp(32px,4vw,48px);margin:1.55em 0 .55em}
.entry-content h3{font-size:clamp(25px,3vw,33px);margin:1.45em 0 .48em}
.entry-content h4{margin:1.4em 0 .5em}
.entry-content p,.entry-content ul,.entry-content ol{max-width:820px}
.entry-content ul,.entry-content ol{padding-left:1.3em;margin:0 0 1.5em}
.entry-content li{margin:.45em 0}
.entry-content blockquote{margin:42px 0;padding:8px 0 8px 30px;border-left:3px solid var(--bbr-brass);font-family:var(--bbr-serif);font-size:28px;line-height:1.45;color:#393a35;max-width:900px}
.bbr-content-intro{display:grid;grid-template-columns:.75fr 1.25fr;gap:68px;margin-bottom:62px;align-items:start}
.bbr-content-intro h2{margin:0}
.bbr-content-intro>div>p:first-child{font-size:21px;color:#514f49}
.bbr-content-panel{background:#fff;padding:38px;margin:44px 0;max-width:940px;border-left:3px solid var(--bbr-brass)}
.bbr-content-panel h2,.bbr-content-panel h3{margin-top:0}
.bbr-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:34px 0 50px;max-width:980px}
.bbr-content-card{padding:27px;background:#fff;border:1px solid var(--bbr-line)}
.bbr-content-card h3{font-size:25px;margin:0 0 10px}
.bbr-content-card p{font-size:14px;color:var(--bbr-muted);margin:0}
.bbr-callout{margin:50px 0;padding:34px 38px;background:var(--bbr-charcoal);color:#eee8dc;max-width:980px}
.bbr-callout h2,.bbr-callout h3{color:#fff;margin-top:0}
.bbr-callout a{color:#e4c996}
.bbr-checklist{list-style:none!important;padding:0!important;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 26px}
.bbr-checklist li{position:relative;padding:11px 0 11px 26px;border-bottom:1px solid var(--bbr-line)}
.bbr-checklist li:before{content:"";position:absolute;left:2px;top:19px;width:8px;height:8px;border:1px solid var(--bbr-brass);transform:rotate(45deg)}

/* FAQ */
.bbr-faq-section{margin:60px 0;max-width:980px}
.bbr-faq-section>h2{margin-bottom:24px}
.bbr-faq-item{background:#fff;border:1px solid var(--bbr-line);margin:0 0 10px}
.bbr-faq-item summary{list-style:none;padding:20px 56px 20px 22px;font-weight:700;position:relative;cursor:pointer}
.bbr-faq-item summary::-webkit-details-marker{display:none}
.bbr-faq-item summary:after{content:"+";position:absolute;right:22px;top:16px;font-family:var(--bbr-serif);font-size:27px;font-weight:400}
.bbr-faq-item[open] summary:after{content:"−"}
.bbr-faq-answer{padding:0 22px 20px;color:#5c5952;font-size:15px}
.bbr-faq-answer p:last-child{margin-bottom:0}

/* Universal content tables — applies to imported AND future Gutenberg/Classic Editor posts */
.entry-content .wp-block-table,
.bbr-article-content .wp-block-table,
body.single-post #main-content .wp-block-table{width:100%;max-width:100%;margin:32px 0 42px;overflow-x:auto;-webkit-overflow-scrolling:touch;background:transparent}
.entry-content table,
.bbr-article-content table,
body.single-post #main-content table{width:100%;max-width:100%;margin:32px 0 42px;border-collapse:collapse;border-spacing:0;background:#fff;font-size:15px;line-height:1.55;box-shadow:0 1px 0 rgba(32,33,30,.02)}
.entry-content .wp-block-table table,
.bbr-article-content .wp-block-table table,
body.single-post #main-content .wp-block-table table{margin:0}
.entry-content table th,.entry-content table td,
.bbr-article-content table th,.bbr-article-content table td,
body.single-post #main-content table th,body.single-post #main-content table td{padding:15px 17px;border:1px solid #d9d2c7;text-align:left;vertical-align:top}
.entry-content table th,
.bbr-article-content table th,
body.single-post #main-content table th{background:var(--bbr-charcoal);color:#fff;border-color:#3b3c37;font-size:12px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
.entry-content table tbody tr:nth-child(even),
.bbr-article-content table tbody tr:nth-child(even),
body.single-post #main-content table tbody tr:nth-child(even){background:#f5f2ec}
.entry-content table tbody tr:hover,
.bbr-article-content table tbody tr:hover,
body.single-post #main-content table tbody tr:hover{background:#eee8de}
.entry-content table caption,
.bbr-article-content table caption,
body.single-post #main-content table caption{text-align:left;font-family:var(--bbr-serif);font-size:23px;font-weight:500;line-height:1.2;padding:0 0 12px;color:var(--bbr-ink)}
.entry-content .wp-block-table.is-style-stripes,
.bbr-article-content .wp-block-table.is-style-stripes,
body.single-post #main-content .wp-block-table.is-style-stripes{border-bottom:0}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.bbr-article-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
body.single-post #main-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:#fff}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(even),
.bbr-article-content .wp-block-table.is-style-stripes tbody tr:nth-child(even),
body.single-post #main-content .wp-block-table.is-style-stripes tbody tr:nth-child(even){background:#f5f2ec}

/* Article */
.bbr-article-header{padding:82px 0 48px}
.bbr-article-header-inner{max-width:960px;margin:0 auto}
.bbr-article-header h1{font-size:clamp(43px,6vw,72px);margin:17px 0 20px}
.bbr-article-meta{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--bbr-muted)}
.bbr-article-featured{width:min(calc(100% - 42px),1280px);margin:0 auto 70px;max-height:720px;overflow:hidden;background:#ddd}
.bbr-article-featured img{width:100%;height:100%;max-height:720px;object-fit:cover}
.bbr-article-layout{display:grid;grid-template-columns:minmax(0,800px) 280px;gap:70px;justify-content:center;width:min(calc(100% - 42px),1180px);margin:0 auto;padding-bottom:100px}
.bbr-article-content{min-width:0}
.bbr-article-content h2{font-size:clamp(31px,4vw,46px);margin:1.65em 0 .55em}
.bbr-article-content h3{font-size:30px;margin:1.5em 0 .48em}
.bbr-article-content p,.bbr-article-content li{font-size:17px}
.bbr-article-content ul,.bbr-article-content ol{padding-left:1.3em}
.bbr-article-content li{margin:.45em 0}
.bbr-article-sidebar{position:relative}
.bbr-sticky-card{position:sticky;top:118px;background:var(--bbr-charcoal);color:#eee9df;padding:28px}
.bbr-sticky-card h3{font-size:27px;color:#fff;margin-bottom:12px}
.bbr-sticky-card p{font-size:14px;color:#d3cec3}

/* Archive */
.bbr-archive-header{padding:82px 0 50px}
.bbr-archive-header h1{margin:14px 0 18px;font-size:clamp(46px,6vw,74px)}
.bbr-archive-header p{max-width:700px;color:var(--bbr-muted);font-size:18px}
.bbr-archive-body{padding:20px 0 100px}
.bbr-category-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:42px}
.bbr-category-nav a{padding:9px 13px;border:1px solid var(--bbr-line);text-decoration:none;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--bbr-ink);background:#fff}
.bbr-category-nav a:hover{background:var(--bbr-charcoal);color:#fff;border-color:var(--bbr-charcoal)}
.navigation.pagination{margin-top:48px}
.nav-links{display:flex;gap:8px;flex-wrap:wrap}
.page-numbers{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--bbr-line);text-decoration:none;background:#fff;color:var(--bbr-ink)}
.page-numbers.current,.page-numbers:hover{background:var(--bbr-charcoal);color:#fff;border-color:var(--bbr-charcoal)}

/* Full gallery page */
.bbr-gallery-page{padding:76px 0 108px}
.bbr-gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}
.bbr-gallery-item{grid-column:span 6;margin:0;position:relative}
.bbr-gallery-item:nth-child(5n+1){grid-column:span 7}
.bbr-gallery-item:nth-child(5n+2){grid-column:span 5}
.bbr-gallery-item button{display:block;width:100%;border:0;padding:0;background:#ddd;text-align:left}
.bbr-gallery-item img{width:100%;height:500px;object-fit:cover}
.bbr-gallery-item:nth-child(5n+2) img{height:500px}
.bbr-gallery-item figcaption{padding:14px 0 28px;font-size:14px;color:#5f5b53;line-height:1.55}
.bbr-gallery-dialog{max-width:min(1100px,94vw);border:0;padding:0;background:#181916;color:#fff;box-shadow:0 20px 80px rgba(0,0,0,.45)}
.bbr-gallery-dialog::backdrop{background:rgba(0,0,0,.82)}
.bbr-gallery-dialog img{max-height:82vh;max-width:100%;object-fit:contain;margin:auto}
.bbr-gallery-dialog-wrap{position:relative;padding:18px}
.bbr-gallery-dialog-close{position:absolute;right:22px;top:22px;width:42px;height:42px;border:0;background:#fff;color:#111;font-size:23px;z-index:2}
.bbr-gallery-dialog-caption{padding:15px 4px 2px;color:#d8d3c9;font-size:14px}

/* Estimate / contact */
.bbr-form-page{padding:76px 0 110px}
.bbr-form-page-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.bbr-form-page-copy{position:sticky;top:118px}
.bbr-form-page-copy h2{font-size:48px}
.bbr-form-page-copy ul{list-style:none;padding:0;margin-top:32px}
.bbr-form-page-copy li{padding:12px 0;border-top:1px solid var(--bbr-line);color:#5d5951;font-size:14px}
.bbr-form-page-form{background:#fff;padding:42px;border:1px solid var(--bbr-line)}
.bbr-contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:26px}
.bbr-contact-card{background:#fff;padding:24px;border:1px solid var(--bbr-line)}
.bbr-contact-card span{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--bbr-muted);display:block;margin-bottom:8px}
.bbr-contact-card strong{font-family:var(--bbr-serif);font-size:24px;font-weight:500}

/* Footer */
.bbr-site-footer{background:#22231f;color:#d8d3c9;padding:80px 0 28px}
.bbr-footer-top{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:55px;padding-bottom:55px}
.bbr-footer-brand h2{font-size:32px;color:#fff;margin-bottom:14px}
.bbr-footer-brand p{font-size:14px;max-width:360px;color:#aaa69e}
.bbr-footer-column h3{font-family:var(--bbr-sans);font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#c9ae7d;margin-bottom:18px}
.bbr-footer-column ul{list-style:none;padding:0;margin:0}
.bbr-footer-column li{margin:8px 0}
.bbr-footer-column a{color:#d8d3c9;text-decoration:none;font-size:14px}
.bbr-footer-column a:hover{color:#fff}
.bbr-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#88877f}
.bbr-footer-bottom a{color:#aaa69e;text-decoration:none}

/* CTA band */
.bbr-cta-band{background:#c6b28f;padding:70px 0}
.bbr-cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:38px}
.bbr-cta-band h2{font-size:clamp(34px,5vw,54px);margin:0;max-width:760px}

/* 404 */
.bbr-404{padding:140px 0;text-align:center}
.bbr-404 .bbr-number-large{font-family:var(--bbr-serif);font-size:150px;line-height:.9;color:#d1c6b5}

@media (max-width:1340px){
  .bbr-header-cta{display:none}
  .bbr-menu{gap:16px}
}
@media (max-width:1160px){
  .bbr-header-inner{gap:15px}
  .bbr-brand{min-width:214px;gap:10px}
  .bbr-brand-mark-image{width:44px!important;height:44px!important;flex-basis:44px}
  .bbr-wordmark strong{font-size:21px}
  .bbr-wordmark span{font-size:10.5px;letter-spacing:.11em}
  .bbr-menu{gap:12px}
  .bbr-menu a{font-size:12px}
  .bbr-hero-inner{grid-template-columns:1fr 365px;gap:42px}
  .bbr-process{grid-template-columns:repeat(3,1fr);row-gap:30px}
  .bbr-detail-grid{grid-template-columns:repeat(2,1fr)}
  .bbr-article-layout{grid-template-columns:minmax(0,760px)}
  .bbr-article-sidebar{display:none}
}
@media (max-width:1040px){
  .bbr-header-inner{min-height:76px}
  .bbr-brand{min-width:0}
  .bbr-menu-toggle{display:block}
  .bbr-nav{position:absolute;left:0;right:0;top:100%;background:var(--bbr-stone);border-top:1px solid var(--bbr-line);border-bottom:1px solid var(--bbr-line);padding:8px 21px 20px;display:none;max-height:calc(100vh - 76px);overflow:auto}
  .bbr-nav.is-open{display:block}
  .bbr-menu{display:block}
  .bbr-menu>li>a,.bbr-menu a{display:block;min-height:0;padding:12px 0;font-size:14px;white-space:normal}
  .bbr-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;border:0;padding:0 0 4px 18px}
  .bbr-menu .sub-menu a{padding:10px 0;font-size:13px;white-space:normal}
}
@media (max-width:900px){
  .bbr-hero{min-height:auto}
  .bbr-hero-inner{grid-template-columns:1fr;padding:100px 0 70px}
  .bbr-hero-form{max-width:620px}
  .bbr-editorial-intro,.bbr-split,.bbr-split--reverse,.bbr-content-intro,.bbr-form-page-grid{grid-template-columns:1fr;gap:38px}
  .bbr-split--reverse .bbr-split-media{order:0}
  .bbr-split-media,.bbr-split-media img{min-height:460px}
  .bbr-service-card{min-height:420px}
  .bbr-post-grid{grid-template-columns:repeat(2,1fr)}
  .bbr-footer-top{grid-template-columns:repeat(2,1fr)}
  .bbr-form-page-copy{position:static}
}
@media (max-width:640px){
  body{font-size:16px}
  .bbr-container,.bbr-reading,.bbr-article-layout,.bbr-article-featured{width:min(calc(100% - 30px),var(--bbr-width))}
  .bbr-section{padding:72px 0}
  .bbr-section--compact{padding:55px 0}
  .bbr-brand-mark-image{width:42px!important;height:42px!important;flex-basis:42px}
  .bbr-wordmark strong{font-size:20px}
  .bbr-wordmark span{font-size:10px;letter-spacing:.1em}
  .bbr-hero-media:after{background:rgba(20,21,18,.64)}
  .bbr-hero-inner{padding:78px 0 52px}
  .bbr-hero h1{font-size:45px}
  .bbr-hero-copy p{font-size:17px}
  .bbr-hero-form{padding:25px}
  .bbr-service-grid,.bbr-content-grid,.bbr-checklist,.bbr-contact-cards{grid-template-columns:1fr}
  .bbr-service-card{min-height:380px}
  .bbr-service-card h3{font-size:32px}
  .bbr-service-card-content{left:23px;right:23px;bottom:23px}
  .bbr-feature-list{grid-template-columns:1fr}
  .bbr-detail-grid{grid-template-columns:1fr}
  .bbr-gallery-mosaic{grid-template-columns:1fr;grid-template-rows:440px 260px 260px}
  .bbr-gallery-mosaic figure:first-child{grid-row:auto}
  .bbr-process{grid-template-columns:1fr 1fr}
  .bbr-post-grid{grid-template-columns:1fr}
  .bbr-section-head{align-items:start;flex-direction:column}
  .bbr-page-hero--image{min-height:470px}
  .bbr-page-hero-inner{padding:80px 0 54px}
  .bbr-content-wrap{padding:60px 0 75px}
  .entry-content h2{margin-top:1.35em}
  .bbr-article-header{padding:58px 0 34px}
  .bbr-article-featured{margin-bottom:45px}
  .bbr-gallery-grid{display:block}
  .bbr-gallery-item{margin-bottom:12px}
  .bbr-gallery-item img{height:380px!important}
  .bbr-form-page-form{padding:25px}
  .bbr-cta-band-inner{align-items:flex-start;flex-direction:column}
  .bbr-footer-top{grid-template-columns:1fr;gap:34px}
  .bbr-footer-bottom{flex-direction:column}
}
@media (max-width:782px){
  .admin-bar .bbr-site-header{top:46px}
}
@media (max-width:640px){
  .entry-content table,.bbr-article-content table,body.single-post #main-content table{font-size:14px}
  .entry-content table th,.entry-content table td,.bbr-article-content table th,.bbr-article-content table td,body.single-post #main-content table th,body.single-post #main-content table td{padding:12px 13px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* WPForms multi-page / choice refinements */
.bbr-form-shell .wpforms-page-indicator{margin:0 0 24px!important}
.bbr-form-shell .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap{background:#ddd6ca!important;border-radius:999px!important;height:5px!important}
.bbr-form-shell .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress{background:var(--bbr-brass)!important;border-radius:999px!important;height:5px!important}
.bbr-form-shell .wpforms-page-indicator-page-title{font-size:12px!important;font-weight:700!important;letter-spacing:.07em!important;text-transform:uppercase!important;color:var(--bbr-muted)!important}
.bbr-form-shell .wpforms-field-checkbox ul,.bbr-form-shell .wpforms-field-radio ul{display:grid!important;gap:8px!important}
.bbr-form-shell .wpforms-field-checkbox li,.bbr-form-shell .wpforms-field-radio li{margin:0!important}
.bbr-form-shell .wpforms-field-checkbox label,.bbr-form-shell .wpforms-field-radio label{font-size:14px!important;line-height:1.45!important;color:var(--bbr-ink)!important}
.bbr-form-shell .wpforms-page-button{border-radius:0!important;min-height:48px!important;padding:12px 20px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}

/* Internal hero containment foundation (retained in v1.2.0) */
.bbr-page-hero-inner{
  width:min(calc(100% - 42px),var(--bbr-width));
  max-width:var(--bbr-width);
  margin-inline:auto;
}
.bbr-page-hero-inner>*{max-width:900px}
.bbr-page-hero-inner .bbr-breadcrumbs{max-width:none}
.bbr-inline-media{margin:54px 0 62px;padding:0;background:#fff;box-shadow:0 18px 54px rgba(32,33,30,.09);overflow:hidden}
.bbr-inline-media img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#ece6db}
.bbr-inline-media figcaption{padding:15px 18px 17px;color:#625f58;font-size:13px;line-height:1.55;border-top:1px solid var(--bbr-line)}
.bbr-legal-intro{padding:28px 30px;margin:0 0 46px;background:var(--bbr-stone-2);border-left:4px solid var(--bbr-brass)}
.bbr-legal-intro p:last-child{margin-bottom:0}
.entry-content .bbr-legal-intro+ h2{margin-top:0}
@media(max-width:700px){
  .bbr-page-hero-inner{width:min(calc(100% - 30px),var(--bbr-width))}
  .bbr-inline-media{margin:38px 0 44px}
  .bbr-legal-intro{padding:22px 20px}
}

/* =========================================================
   v1.2.0 — INTERNAL EDITORIAL SYSTEM
   ========================================================= */

/* Keep legacy media from ever returning to billboard width. */
.bbr-inline-media{width:min(100%,860px);margin:48px 0 56px;box-shadow:none;background:transparent}
.bbr-inline-media img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;background:#eee8dd}
.bbr-inline-media figcaption{padding:13px 0 0;border:0;color:#67635c;font-size:13px}

/* Service-page story rhythm */
.bbr-service-story{margin:92px 0 82px}
.bbr-service-story-heading{max-width:840px;margin:0 0 48px}
.bbr-service-story-heading h2,.bbr-service-depth-heading h2{margin:14px 0 0}
.bbr-editorial-module{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:center;gap:70px;margin:0 -34px 72px;padding:54px 34px;background:#fff;border-top:1px solid rgba(32,33,30,.06);border-bottom:1px solid rgba(32,33,30,.06)}
.bbr-editorial-module--photo{grid-template-columns:repeat(2,minmax(0,1fr));padding-block:0;min-height:570px}
.bbr-editorial-module--photo .bbr-editorial-copy{padding:56px 0}
.bbr-editorial-module--reverse .bbr-editorial-media{order:-1}
.bbr-editorial-copy{max-width:590px}
.bbr-editorial-copy h2,.bbr-editorial-copy h3{margin:12px 0 20px}
.bbr-editorial-copy p:last-child{margin-bottom:0}
.bbr-editorial-media{min-width:0}
.bbr-editorial-figure{margin:0;min-width:0}
.bbr-editorial-figure-frame{overflow:hidden;background:#ece7dd}
.bbr-editorial-figure--technical .bbr-editorial-figure-frame{padding:32px;background:#eee9df;border:1px solid #ded6c8}
.bbr-editorial-figure--technical img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain}
.bbr-editorial-figure--photo .bbr-editorial-figure-frame{height:520px}
.bbr-editorial-figure--photo img{width:100%;height:100%;object-fit:cover}
.bbr-editorial-figure figcaption{padding:13px 2px 0;color:#67635c;font-size:12.5px;line-height:1.55}
.bbr-editorial-module--photo .bbr-editorial-figure--photo .bbr-editorial-figure-frame{height:570px}
.bbr-editorial-module--photo .bbr-editorial-figure figcaption{padding-bottom:20px}

/* Reading chapters keep substantial copy readable instead of stretching to the full canvas. */
.bbr-reading-chapters{width:min(100%,930px);margin:0 auto 72px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--bbr-line);border:1px solid var(--bbr-line)}
.bbr-reading-chapter{padding:38px 40px;background:var(--bbr-stone)}
.bbr-reading-chapter h3{margin:0 0 15px;font-size:30px}
.bbr-reading-chapter p:last-child{margin-bottom:0}

/* Asymmetrical editorial image pair */
.bbr-media-pair{display:grid;grid-template-columns:minmax(0,1.34fr) minmax(280px,.66fr);gap:22px;align-items:start;margin:26px 0 88px}
.bbr-media-pair .bbr-editorial-figure--photo .bbr-editorial-figure-frame{height:560px}
.bbr-media-pair .bbr-media-pair-secondary{margin-top:86px}
.bbr-media-pair .bbr-media-pair-secondary .bbr-editorial-figure-frame{height:380px}

/* Deeper service content gets staggered reading blocks and a deliberate related-links module. */
.bbr-service-depth{margin:88px 0 74px;padding:76px 0 28px;border-top:1px solid var(--bbr-line);border-bottom:1px solid var(--bbr-line)}
.bbr-service-depth-heading{width:min(100%,900px);margin-bottom:40px}
.bbr-service-depth .bbr-depth-section{width:min(100%,870px);padding:38px 0 44px;border-top:1px solid var(--bbr-line)}
.bbr-service-depth .bbr-depth-section--alternate{margin-left:auto}
.bbr-service-depth .bbr-depth-section h2,.bbr-service-depth .bbr-depth-section h3{margin-top:0}
.bbr-service-depth .bbr-depth-section:last-of-type{border-bottom:0}
.bbr-core-depth{width:min(100%,940px);margin:66px 0 30px}
.bbr-core-depth>h2:first-child{margin-top:0}
.bbr-related-content{width:min(100%,940px);margin:56px 0;padding:34px 38px;background:#fff;border:1px solid var(--bbr-line);border-left:4px solid var(--bbr-brass)}
.bbr-related-content .bbr-related-label{display:block;margin-bottom:8px;font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:750;color:var(--bbr-brass-dark)}
.bbr-related-content h2,.bbr-related-content h3{font-size:31px;margin:0 0 12px}
.bbr-related-content p{max-width:720px;margin-bottom:18px}
.bbr-related-content ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:none!important;margin:0!important;padding:0!important;list-style:none!important}
.bbr-related-content li{margin:0!important}
.bbr-related-content li a{display:flex;height:100%;align-items:center;padding:14px 15px;background:var(--bbr-stone);border:1px solid var(--bbr-line);text-decoration:none;font-size:13px;font-weight:650;line-height:1.35;color:var(--bbr-ink)}
.bbr-related-content li a:hover{background:var(--bbr-charcoal);border-color:var(--bbr-charcoal);color:#fff}

/* Core authority/about pages use the same modules without forcing every section into photography. */
.bbr-core-editorial{margin-top:68px;margin-bottom:74px}
.bbr-core-media-pair{margin-top:66px}

/* Blog article visual treatment. Full article-column width is intentional here, not viewport-wide. */
.bbr-article-content .bbr-editorial-figure.bbr-article-figure{width:100%;margin:50px 0 58px}
.bbr-article-content .bbr-article-figure.bbr-editorial-figure--technical .bbr-editorial-figure-frame{padding:28px}
.bbr-article-content .bbr-article-figure.bbr-editorial-figure--photo .bbr-editorial-figure-frame{height:auto;aspect-ratio:16/10}
.bbr-article-content .bbr-article-figure.bbr-editorial-figure--photo img{height:100%;object-fit:cover}
.bbr-subsection-stack{display:block;margin:0 0 30px}
.bbr-subsection-stack>h2{padding-top:18px;border-top:1px solid var(--bbr-line)}
.bbr-subsection-stack>h3{margin-top:1.55em}
.bbr-article-content .bbr-related-content{width:100%;margin-inline:0}
.bbr-article-content .bbr-related-content ul{grid-template-columns:1fr}

/* Blog archive gets a clear featured tier before the standard archive grid. */
.bbr-archive-intro{max-width:790px}
.bbr-archive-intro .bbr-core-depth{margin:28px 0 0;width:100%}
.bbr-blog-featured{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);gap:28px;margin:0 0 58px;padding-bottom:58px;border-bottom:1px solid var(--bbr-line)}
.bbr-blog-featured-main{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);background:#fff;border:1px solid rgba(32,33,30,.08);min-width:0}
.bbr-blog-featured-image{min-height:100%;overflow:hidden;background:#ddd}
.bbr-blog-featured-image img{width:100%;height:100%;min-height:520px;object-fit:cover;transition:transform .45s ease}
.bbr-blog-featured-main:hover img{transform:scale(1.02)}
.bbr-blog-featured-copy{padding:46px 42px;align-self:center}
.bbr-blog-featured-copy h2{font-size:clamp(34px,4vw,50px);margin:12px 0 18px}
.bbr-blog-featured-copy h2 a{text-decoration:none;color:var(--bbr-ink)}
.bbr-blog-featured-copy p{color:var(--bbr-muted);font-size:15px}
.bbr-blog-featured-side{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:28px}
.bbr-blog-featured-side .bbr-post-card{display:grid;grid-template-columns:145px minmax(0,1fr)}
.bbr-blog-featured-side .bbr-post-card-image{aspect-ratio:auto;height:100%}
.bbr-blog-featured-side .bbr-post-card-content{padding:20px}
.bbr-blog-featured-side .bbr-post-card h2,.bbr-blog-featured-side .bbr-post-card h3{font-size:22px}
.bbr-blog-featured-side .bbr-post-card p{display:none}
.bbr-post-grid--archive{margin-top:0}

/* Gallery: more editorial height variation, but still a stable two-column grid. */
.bbr-gallery-grid{align-items:start}
.bbr-gallery-item img{height:470px}
.bbr-gallery-item:nth-child(6n+1) img{height:590px}
.bbr-gallery-item:nth-child(6n+2) img{height:430px}
.bbr-gallery-item:nth-child(6n+3) img{height:500px}
.bbr-gallery-item:nth-child(6n+4) img{height:550px}

/* Form/contact intent is high, so the hero should not delay the form. */
.bbr-page-hero--compact.bbr-page-hero--image{min-height:380px}
.bbr-page-hero--compact .bbr-page-hero-inner{padding-top:76px;padding-bottom:52px}
.bbr-page-hero--compact h1{font-size:clamp(42px,5.3vw,66px);max-width:820px}
.bbr-page-hero--form .bbr-page-hero-media:after{background:linear-gradient(90deg,rgba(24,25,22,.87),rgba(24,25,22,.42))}
.bbr-content-wrap--form-support{background:#fff;border-top:1px solid var(--bbr-line)}

/* Legal pages prioritize scanability and credibility over decorative photography. */
.bbr-legal-hero{min-height:0;background:var(--bbr-charcoal)}
.bbr-legal-hero .bbr-page-hero-inner{padding-top:72px;padding-bottom:55px}
.bbr-legal-hero h1{font-size:clamp(42px,5vw,62px)}
.bbr-legal-section{padding:72px 0 104px;background:#fff}
.bbr-legal-layout{display:grid;grid-template-columns:250px minmax(0,790px);gap:74px;justify-content:center;align-items:start}
.bbr-legal-toc-inner{position:sticky;top:116px;padding:22px 0;border-top:2px solid var(--bbr-brass);border-bottom:1px solid var(--bbr-line)}
.bbr-legal-toc ol{list-style:none;padding:0;margin:18px 0 0;max-height:calc(100vh - 190px);overflow:auto}
.bbr-legal-toc li{margin:0;border-top:1px solid #ece8e0}
.bbr-legal-toc li:first-child{border-top:0}
.bbr-legal-toc a{display:block;padding:9px 0;text-decoration:none;font-size:12.5px;line-height:1.35;color:#5d5951}
.bbr-legal-toc a:hover{color:var(--bbr-brass-dark)}
.bbr-legal-content{font-size:16.5px;line-height:1.76}
.bbr-legal-content h2{scroll-margin-top:120px;font-size:31px;line-height:1.18;margin:2.1em 0 .65em;padding-top:22px;border-top:1px solid var(--bbr-line)}
.bbr-legal-content h2:first-of-type{margin-top:1.25em}
.bbr-legal-content h3{font-size:24px}
.bbr-legal-content p,.bbr-legal-content ul,.bbr-legal-content ol{max-width:760px}
.bbr-legal-content .bbr-legal-intro{margin:0 0 36px;padding:24px 26px;background:var(--bbr-stone);border-left:3px solid var(--bbr-brass)}

@media (max-width:1050px){
  .bbr-editorial-module{grid-template-columns:1fr 1fr;gap:44px;margin-inline:0;padding-inline:30px}
  .bbr-blog-featured{grid-template-columns:1fr}
  .bbr-blog-featured-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}
  .bbr-legal-layout{grid-template-columns:210px minmax(0,1fr);gap:44px}
}
@media (max-width:900px){
  .bbr-editorial-module,.bbr-editorial-module--photo{grid-template-columns:1fr;gap:0;padding:0;margin-bottom:56px;min-height:0}
  .bbr-editorial-module .bbr-editorial-copy{padding:36px 30px 40px;max-width:none}
  .bbr-editorial-module .bbr-editorial-media{order:-1}
  .bbr-editorial-module--technical .bbr-editorial-media{padding:28px 28px 0}
  .bbr-editorial-module--technical .bbr-editorial-figure-frame{padding:24px}
  .bbr-editorial-module--photo .bbr-editorial-figure--photo .bbr-editorial-figure-frame{height:480px}
  .bbr-reading-chapters{grid-template-columns:1fr}
  .bbr-media-pair{grid-template-columns:1fr 1fr}
  .bbr-media-pair .bbr-editorial-figure--photo .bbr-editorial-figure-frame,.bbr-media-pair .bbr-media-pair-secondary .bbr-editorial-figure-frame{height:420px}
  .bbr-media-pair .bbr-media-pair-secondary{margin-top:48px}
  .bbr-related-content ul{grid-template-columns:1fr}
  .bbr-blog-featured-main{grid-template-columns:1fr}
  .bbr-blog-featured-image img{min-height:430px}
  .bbr-legal-layout{grid-template-columns:1fr}
  .bbr-legal-toc-inner{position:static}
  .bbr-legal-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;max-height:none}
}
@media (max-width:640px){
  .bbr-service-story{margin-top:62px}
  .bbr-service-story-heading{margin-bottom:32px}
  .bbr-editorial-module .bbr-editorial-copy{padding:28px 22px 32px}
  .bbr-editorial-module--technical .bbr-editorial-media{padding:20px 20px 0}
  .bbr-editorial-module--technical .bbr-editorial-figure-frame{padding:16px}
  .bbr-editorial-module--photo .bbr-editorial-figure--photo .bbr-editorial-figure-frame{height:360px}
  .bbr-reading-chapter{padding:28px 23px}
  .bbr-reading-chapter h3{font-size:27px}
  .bbr-media-pair{grid-template-columns:1fr;gap:30px;margin-bottom:60px}
  .bbr-media-pair .bbr-editorial-figure--photo .bbr-editorial-figure-frame,.bbr-media-pair .bbr-media-pair-secondary .bbr-editorial-figure-frame{height:360px}
  .bbr-media-pair .bbr-media-pair-secondary{margin-top:0}
  .bbr-service-depth{margin-top:60px;padding-top:54px}
  .bbr-service-depth .bbr-depth-section,.bbr-service-depth .bbr-depth-section--alternate{width:100%;margin-left:0;padding:30px 0 34px}
  .bbr-related-content{padding:28px 22px}
  .bbr-blog-featured{margin-bottom:42px;padding-bottom:42px}
  .bbr-blog-featured-side{grid-template-columns:1fr}
  .bbr-blog-featured-side .bbr-post-card{grid-template-columns:125px minmax(0,1fr)}
  .bbr-blog-featured-copy{padding:30px 24px}
  .bbr-blog-featured-image img{min-height:360px}
  .bbr-page-hero--compact.bbr-page-hero--image{min-height:340px}
  .bbr-page-hero--compact .bbr-page-hero-inner{padding-top:68px;padding-bottom:44px}
  .bbr-legal-section{padding:52px 0 76px}
  .bbr-legal-toc ol{grid-template-columns:1fr}
  .bbr-legal-content h2{font-size:28px;margin-top:1.8em}
  .bbr-gallery-item img{height:380px!important}
}

/* Future author-added page media defaults to a readable editorial width unless explicitly aligned wide/full. */
body.page .entry-content > .wp-block-image:not(.alignwide):not(.alignfull),
body.page .entry-content > figure.wp-caption:not(.alignwide):not(.alignfull){width:min(100%,900px);margin:44px 0 54px}
body.page .entry-content > .wp-block-image:not(.alignwide):not(.alignfull) img{width:100%;height:auto}
.bbr-blog-planning-note{width:min(100%,900px);margin:64px auto 0;padding-top:54px;border-top:1px solid var(--bbr-line)}
