:root{--gold:#d0a46a;--gold2:#e6bb79;--ink:#121212;--charcoal:#1a1a1a;--steel:#2a2a2a;--concrete:#e3e3e3;--silver:#a5a5a5;--white:#f8f6f2;--max:1240px;--shadow:0 24px 70px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--concrete);font:400 18px/1.6 "Source Sans 3","Source Sans Pro",Arial,sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}.eyebrow{display:flex;align-items:center;gap:12px;color:var(--gold);font:700 12px/1.2 Montserrat,Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:34px;height:1px;background:var(--gold)}h1,h2,h3,h4{font-family:Montserrat,Arial,sans-serif;line-height:1.05;margin:0}h1{font-size:clamp(46px,7.5vw,108px);letter-spacing:-.055em;max-width:1000px}h2{font-size:clamp(38px,5vw,70px);letter-spacing:-.045em}h3{font-size:clamp(23px,2.5vw,34px);letter-spacing:-.025em}p{margin:0}.lead{font-size:clamp(20px,2vw,28px);line-height:1.45;color:#d6d2cb;max-width:780px}.muted{color:var(--silver)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 22px;border:1px solid transparent;border-radius:4px;font:700 13px Montserrat,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;transition:.2s ease}.btn-primary{background:var(--gold);color:var(--ink)}.btn-primary:hover{background:var(--gold2);transform:translateY(-2px)}.btn-outline{border-color:rgba(208,164,106,.65);color:var(--gold)}.btn-outline:hover{background:rgba(208,164,106,.12)}
.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;border-bottom:1px solid rgba(255,255,255,.09);background:linear-gradient(to bottom,rgba(18,18,18,.88),rgba(18,18,18,.36));backdrop-filter:blur(12px)}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px}.brand img{width:200px;max-height:58px;object-fit:contain;filter:brightness(0) invert(1)}.nav-links{display:flex;align-items:center;gap:28px;font:600 13px Montserrat,Arial,sans-serif;letter-spacing:.055em;text-transform:uppercase}.nav-links a{color:#dedbd5}.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--gold)}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{min-height:100svh;display:grid;align-items:end;position:relative;overflow:hidden;background:#181818}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.88) 0%,rgba(8,8,8,.55) 48%,rgba(8,8,8,.12) 100%),linear-gradient(0deg,rgba(8,8,8,.92),transparent 48%)}.hero-content{position:relative;z-index:2;padding:190px 0 86px}.hero-content .eyebrow{margin-bottom:25px}.hero h1 span{color:var(--gold)}.hero .lead{margin-top:28px;max-width:690px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:74px;max-width:820px;background:rgba(255,255,255,.16)}.proof{padding:18px 24px;background:rgba(18,18,18,.58);backdrop-filter:blur(10px)}.proof strong{display:block;color:#fff;font:700 25px Montserrat,Arial,sans-serif}.proof span{font-size:13px;color:#bcb7af;text-transform:uppercase;letter-spacing:.08em}
section{padding:112px 0}.section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:end;margin-bottom:54px}.section-head .lead{max-width:650px}.dark{background:var(--charcoal)}.light{background:#e9e5de;color:var(--ink)}.light .lead,.light .muted{color:#5f5b56}.light .eyebrow{color:#8b6539}.light .eyebrow:before{background:#8b6539}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #3a3936;border-left:1px solid #3a3936}.service{padding:42px 28px;min-height:300px;border-right:1px solid #3a3936;border-bottom:1px solid #3a3936;transition:.25s}.service:hover{background:#222;transform:translateY(-5px)}.service .num{font:600 12px Montserrat;letter-spacing:.18em;color:var(--gold)}.service h3{margin:65px 0 18px}.service p{color:#aaa59d;font-size:16px}.service .arrow{display:block;margin-top:26px;color:var(--gold);font-size:24px}
.project-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.project-card{position:relative;overflow:hidden;min-height:410px;background:#222;box-shadow:var(--shadow)}.project-card:nth-child(1){grid-column:span 7}.project-card:nth-child(2){grid-column:span 5}.project-card:nth-child(3),.project-card:nth-child(4),.project-card:nth-child(5){grid-column:span 4}.project-card img{width:100%;height:100%;object-fit:cover;transition:.6s ease}.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.88),transparent 65%)}.project-card:hover img{transform:scale(1.045)}.project-meta{position:absolute;z-index:2;left:28px;right:28px;bottom:26px}.project-meta span{color:var(--gold);font:700 11px Montserrat;letter-spacing:.14em;text-transform:uppercase}.project-meta h3{margin-top:8px;color:white}.project-meta p{color:#bbb5ac;font-size:15px}.projects-cta{text-align:center;margin-top:38px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.image-stack{position:relative;padding:0 50px 50px 0}.image-stack .main{height:620px;width:100%;object-fit:cover}.image-stack:after{content:"";position:absolute;right:0;bottom:0;width:68%;height:52%;border:1px solid var(--gold);z-index:-1}.quote{font:500 clamp(28px,3vw,48px)/1.25 Montserrat,Arial,sans-serif;letter-spacing:-.03em}.quote em{color:var(--gold);font-style:normal}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.value{padding-top:18px;border-top:1px solid #3b3936}.value strong{font-family:Montserrat;color:#fff}.value small{display:block;color:#9d9890;margin-top:6px}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.person{background:#201f1d;overflow:hidden}.person img{width:100%;aspect-ratio:1/1;object-fit:cover;filter:grayscale(100%);transition:.35s}.person:hover img{filter:grayscale(10%);transform:scale(1.02)}.person-copy{padding:24px}.person-copy p{color:var(--gold);font-size:14px;margin-top:7px}.cta-band{padding:90px 0;background:var(--gold);color:var(--ink)}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-band .eyebrow{color:#5c3d1e}.cta-band .eyebrow:before{background:#5c3d1e}.cta-band h2{max-width:750px}.cta-band .btn{background:var(--ink);color:white;white-space:nowrap}
.page-hero{padding:180px 0 95px;background:linear-gradient(135deg,#1e1e1e,#111);border-bottom:1px solid #292929}.page-hero h1{font-size:clamp(48px,7vw,92px)}.page-hero .lead{margin-top:22px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px}.content-card{padding:36px;border:1px solid #353431;background:#1d1c1b}.content-card h3{margin-bottom:16px}.project-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-list .project-card{min-height:360px;grid-column:auto!important}.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.filter{border:1px solid #3d3b37;background:transparent;color:#ddd;padding:10px 15px;cursor:pointer}.filter.active{background:var(--gold);border-color:var(--gold);color:#111}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-form{display:grid;gap:15px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #3c3a36;background:#1c1b1a;color:#fff;padding:15px}.contact-form textarea{min-height:160px;resize:vertical}.contact-info{display:grid;gap:28px}.contact-info strong{display:block;color:var(--gold);font:700 12px Montserrat;letter-spacing:.12em;text-transform:uppercase}.contact-info span,.contact-info a{display:block;margin-top:7px;font-size:21px}.disclosure{font-size:13px;color:#8e8981;border-top:1px solid #34322f;padding-top:18px;margin-top:30px}
footer{padding:65px 0 28px;background:#0b0b0b}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.footer-logo{width:235px;filter:brightness(0) invert(1)}.footer-grid h4{font-size:13px;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.footer-grid a,.footer-grid p{display:block;color:#9d9992;font-size:15px;margin:7px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #252525;margin-top:50px;padding-top:24px;color:#706d68;font-size:13px}
.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.nav-links{position:fixed;inset:84px 0 auto;background:#111;padding:26px 30px;display:none;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-btn{display:block}.section-head,.split,.contact-grid,.content-grid{grid-template-columns:1fr;gap:36px}.services-grid{grid-template-columns:repeat(2,1fr)}.project-grid,.project-list{grid-template-columns:repeat(2,1fr)}.project-card,.project-card:nth-child(n){grid-column:auto}.team-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner{align-items:flex-start;flex-direction:column}.image-stack .main{height:500px}}
@media(max-width:650px){body{font-size:16px}.wrap{width:min(calc(100% - 28px),var(--max))}.brand img{width:160px}.hero-content{padding-bottom:55px}.hero-proof{grid-template-columns:1fr}.proof{padding:13px 16px}.services-grid,.project-grid,.project-list,.team-grid,.values,.footer-grid{grid-template-columns:1fr}.project-card{min-height:330px}.section-head{margin-bottom:35px}section{padding:78px 0}.image-stack{padding:0}.image-stack:after{display:none}.image-stack .main{height:380px}.footer-bottom{flex-direction:column}.page-hero{padding-top:150px}.cta-band{padding:70px 0}}

/* Benchmark-driven homepage v2 */
.hero-v2 .hero-content{padding-top:145px;padding-bottom:72px}.hero-mark{width:min(410px,70vw);max-height:120px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);margin-bottom:24px}.hero-v2 h1{font-size:clamp(48px,6.6vw,96px)}.hero-v2 .lead{max-width:760px}.proof-band{padding:0;background:#0d0d0d;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid #292929}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{padding:24px 22px;border-right:1px solid #292929}.proof-grid>div:last-child{border-right:0}.proof-grid strong{display:block;color:#fff;font:700 22px Montserrat,Arial,sans-serif}.proof-grid span{display:block;margin-top:5px;color:#8f8a82;font-size:13px;letter-spacing:.05em;text-transform:uppercase}.compact-section{padding:88px 0}.featured-projects{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,270px);gap:20px}.feature-project{position:relative;overflow:hidden;background:#222;box-shadow:var(--shadow)}.feature-project.feature-large{grid-row:span 2}.feature-project img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.feature-project:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 70%)}.feature-project:hover img{transform:scale(1.035)}.feature-project .project-meta{z-index:2}.story-split h2{margin-top:18px}.story-lead{margin-top:24px}.story-copy{margin-top:18px;max-width:650px}.story-split .btn{margin-top:34px}.capability-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #c5beb4;border-left:1px solid #c5beb4}.capability-row a{padding:34px 28px;border-right:1px solid #c5beb4;border-bottom:1px solid #c5beb4;min-height:250px;transition:.25s}.capability-row a:hover{background:#ded8ce;transform:translateY(-4px)}.capability-row span{font:700 11px Montserrat;letter-spacing:.16em;color:#8b6539}.capability-row h3{margin:50px 0 16px}.capability-row p{color:#625e58;font-size:16px}
@media(max-width:980px){.proof-grid{grid-template-columns:repeat(2,1fr)}.featured-projects{grid-template-columns:1fr 1fr;grid-template-rows:420px 280px}.feature-project.feature-large{grid-column:span 2;grid-row:auto}.capability-row{grid-template-columns:1fr}.hero-mark{width:min(340px,70vw)}}
@media(max-width:650px){.hero-v2 .hero-content{padding-top:135px}.hero-mark{width:250px}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid>div{padding:18px 14px}.proof-grid strong{font-size:18px}.featured-projects{display:grid;grid-template-columns:1fr;grid-template-rows:none}.feature-project,.feature-project.feature-large{grid-column:auto;min-height:330px}.compact-section{padding:70px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.feature-project img,.project-card img,.btn,.service,.person img{transition:none}}

/* Production-candidate additions */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.project-detail-hero{position:relative;min-height:68vh;display:flex;align-items:flex-end;overflow:hidden}.project-detail-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.project-detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.78))}.project-detail-overlay{position:relative;z-index:1;width:100%;padding:8rem 0 4rem}.project-detail-overlay h1{max-width:900px}.project-detail-overlay p{font-size:1.2rem}.project-detail-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:5rem}.project-facts{border-top:1px solid #c9c2b8}.project-facts>div{display:grid;gap:.35rem;padding:1rem 0;border-bottom:1px solid #c9c2b8}.project-facts span{color:#5f5b54}.legal-copy{max-width:850px}.legal-copy h2{margin-top:2.2rem}.legal-copy p{margin-top:.8rem;line-height:1.75}.dark-outline{border-color:#3f403c;color:#171816}.project-card{text-decoration:none;color:inherit}.project-card:focus-visible,.feature-project:focus-visible,.nav-links a:focus-visible,.btn:focus-visible{outline:3px solid #c3a45f;outline-offset:4px}@media(max-width:800px){.project-detail-grid{grid-template-columns:1fr;gap:2.5rem}.project-detail-hero{min-height:58vh}}

/* Team roster cards without approved photography */
.person-no-photo{display:grid;grid-template-columns:120px 1fr;align-items:stretch}.person-monogram{min-height:150px;display:grid;place-items:center;background:linear-gradient(145deg,#242521,#151614);color:#c6a15b;font:700 2rem/1 Montserrat,sans-serif;letter-spacing:.08em}.person-no-photo .person-copy{align-self:stretch}@media(max-width:640px){.person-no-photo{grid-template-columns:92px 1fr}.person-monogram{min-height:125px;font-size:1.45rem}}


/* Brand philosophy and signature visual system - v5 */
.brand-watermark{position:relative;overflow:hidden;isolation:isolate}.brand-watermark:before{content:"";position:absolute;z-index:-1;right:-8%;top:50%;width:min(54vw,760px);height:min(54vw,760px);transform:translateY(-50%);background:url("../img/davis-brothers-logo.png") center/contain no-repeat;filter:grayscale(1) brightness(3);opacity:.022;pointer-events:none}.brand-watermark.watermark-dark:before{filter:grayscale(1) brightness(.35);opacity:.035}.brand-watermark>.wrap{position:relative;z-index:1}
.journey-hero{position:relative;min-height:94svh;padding:0;display:flex;align-items:flex-end;overflow:hidden;background:#111}.journey-image{position:absolute;inset:0;display:grid;grid-template-columns:repeat(4,1fr)}.journey-stage{background-image:url("../img/services-vision-hero.jpg");background-size:400% 100%;background-repeat:no-repeat;position:relative}.stage-finished{background-position:0 50%;filter:saturate(1.15) contrast(1.08) brightness(1.04)}.stage-progress{background-position:33.333% 50%;filter:saturate(.72) contrast(1.12) sepia(.1)}.stage-structure{background-position:66.666% 50%;filter:grayscale(.78) contrast(1.45) brightness(.88)}.stage-blueprint{background-position:100% 50%;filter:grayscale(1) contrast(2.1) invert(.12) sepia(1) hue-rotate(155deg) saturate(4) brightness(.8)}.stage-blueprint:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(204,232,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(204,232,255,.18) 1px,transparent 1px);background-size:28px 28px;mix-blend-mode:screen}.journey-stage:not(:last-child):after{content:"";position:absolute;right:-12%;top:0;width:24%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);filter:blur(10px);z-index:2}.journey-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.9) 0%,rgba(5,5,5,.68) 34%,rgba(5,5,5,.2) 68%,rgba(5,5,5,.05)),linear-gradient(0deg,rgba(5,5,5,.9),transparent 54%)}.journey-copy{position:relative;z-index:3;padding:180px 0 110px}.journey-copy h1{max-width:980px;font-size:clamp(48px,7vw,100px)}.journey-copy h1 span{color:var(--gold)}.journey-copy .lead{margin-top:28px;max-width:720px}.journey-key{position:absolute;z-index:3;right:32px;bottom:22px;display:grid;grid-template-columns:repeat(4,1fr);width:min(58%,760px);font:700 10px Montserrat;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.72)}.journey-key span{text-align:center;border-top:1px solid rgba(255,255,255,.28);padding-top:10px}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #3a3936;border-left:1px solid #3a3936}.journey-card{padding:38px 26px 42px;border-right:1px solid #3a3936;border-bottom:1px solid #3a3936;min-height:330px}.journey-card>span{font:700 11px Montserrat;letter-spacing:.18em;color:var(--gold)}.journey-card h3{margin:62px 0 18px}.journey-card p{color:#aaa59d;font-size:16px}.premium-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.premium-pillars article{padding:34px;border-top:3px solid #8b6539;background:rgba(255,255,255,.38)}.premium-pillars h3{font-size:27px;margin-bottom:15px}.premium-pillars p{color:#5f5b56}.capability-list{display:grid;border-top:1px solid #3a3936}.capability-list>div{display:grid;grid-template-columns:.55fr 1.45fr;gap:28px;padding:25px 0;border-bottom:1px solid #3a3936}.capability-list strong{font:700 16px Montserrat;color:var(--gold)}.capability-list span{color:#aaa59d}.visual-note{padding:24px 0;background:#0d0d0d;border-top:1px solid #292929}.visual-note p{font-size:13px;color:#7d7972}.visual-note strong{color:#a9a49c}
@media(max-width:980px){.journey-hero{min-height:850px}.journey-copy{padding-top:160px}.journey-key{display:none}.journey-grid{grid-template-columns:repeat(2,1fr)}.premium-pillars{grid-template-columns:1fr}.brand-watermark:before{width:78vw;height:78vw;right:-25%}}
@media(max-width:650px){.journey-image{grid-template-columns:1fr}.journey-stage{position:absolute;inset:0;background-size:cover;background-position:center}.stage-progress,.stage-structure,.stage-blueprint{display:none}.journey-overlay{background:linear-gradient(0deg,rgba(5,5,5,.94),rgba(5,5,5,.25) 78%)}.journey-copy{padding:150px 0 70px}.journey-grid{grid-template-columns:1fr}.capability-list>div{grid-template-columns:1fr;gap:9px}.brand-watermark:before{opacity:.015}}


/* Thomas Review Edition v7 */
.hero-v2{min-height:100svh}.hero-v2 .hero-media:after{background:linear-gradient(90deg,rgba(10,10,10,.92) 0%,rgba(10,10,10,.69) 42%,rgba(10,10,10,.18) 72%),linear-gradient(0deg,rgba(10,10,10,.72),transparent 55%)}
.hero-v2 .hero-content{padding-top:160px;padding-bottom:95px}.hero-v2 h1{max-width:940px}.hero-reputation{max-width:690px!important;margin-top:30px;color:#f2eee7!important;font-size:clamp(21px,2.05vw,30px)!important;line-height:1.38!important;text-wrap:balance}.hero-actions{margin-top:38px}
.philosophy{padding:104px 0 110px;background:#171816;border-top:1px solid rgba(208,164,106,.28);border-bottom:1px solid #30302d}.philosophy-grid{display:grid;grid-template-columns:minmax(230px,.52fr) minmax(0,1.48fr);gap:clamp(50px,8vw,130px);align-items:start}.philosophy-kicker p{margin-top:24px;max-width:270px;color:#928d84;font-size:15px;line-height:1.65}.philosophy blockquote{margin:0;max-width:950px;color:#c9c4bb;font:500 clamp(28px,3.25vw,51px)/1.27 Montserrat,Arial,sans-serif;letter-spacing:-.035em;text-wrap:balance}.philosophy blockquote span{display:block;margin-bottom:15px;color:#fff;font-weight:700}.philosophy blockquote:before{content:"“";position:absolute;transform:translate(-.65em,-.28em);color:rgba(208,164,106,.22);font-size:2.4em;font-family:Georgia,serif}.philosophy blockquote{position:relative}
.feature-project .project-meta span{letter-spacing:.16em}.feature-project:after{background:linear-gradient(0deg,rgba(0,0,0,.94),rgba(0,0,0,.05) 76%)}.feature-project img{filter:saturate(.88) contrast(1.06)}.feature-project:hover img{filter:saturate(1.02) contrast(1.08);transform:scale(1.035)}
.story-split .image-stack .main{filter:saturate(.82) contrast(1.06)}
.cta-band h2{max-width:900px;font-size:clamp(36px,4.3vw,62px)}
@media(max-width:800px){.philosophy{padding:78px 0 82px}.philosophy-grid{grid-template-columns:1fr;gap:42px}.philosophy-kicker p{max-width:520px}.philosophy blockquote{font-size:clamp(27px,7vw,41px)}.hero-v2{min-height:880px}.hero-v2 .hero-content{padding-top:150px;padding-bottom:72px}}
@media(max-width:520px){.hero-reputation{font-size:20px!important}.philosophy blockquote:before{display:none}.philosophy blockquote span{margin-bottom:18px}.cta-band h2{font-size:34px}}


/* Thomas Review Edition v8: verified experience and selective-engagement narrative */
.proof-grid-experience strong{font-size:clamp(1.65rem,2.4vw,2.65rem);line-height:1.05}
.proof-grid-experience span{max-width:18rem}
.selective-split{align-items:start}
.policy-quote{margin:30px 0 0;padding:24px 26px;border-left:3px solid var(--gold);background:rgba(177,126,58,.08);font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.35;color:var(--ink)}
.dark .policy-quote{color:var(--cream)}
.experience-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:38px 0 52px;background:rgba(177,126,58,.32);border:1px solid rgba(177,126,58,.32)}
.experience-metrics>div{padding:32px;background:var(--cream)}
.experience-metrics strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.5rem,5vw,5rem);line-height:1;color:var(--gold-dark)}
.experience-metrics span{display:block;margin-top:10px;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.narrative-split{align-items:start}
@media(max-width:760px){.experience-metrics{grid-template-columns:1fr}.experience-metrics>div{padding:24px}.proof-grid-experience span{max-width:none}}

/* Davis Brothers RC1 — architectural editorial + restrained Texas luxury */
:root{--leather:#5f2f1c;--leather-deep:#2b140d;--bronze:#b47a39;--limestone:#e8decc;--ivory:#f5efe5;--blueprint:#17304a}
body{background:#0b0b0a;color:#e9e1d6;background-image:radial-gradient(circle at 15% 15%,rgba(208,164,106,.05),transparent 25%),linear-gradient(135deg,#0a0a09,#13120f)}
h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;letter-spacing:-.025em}.nav-links,.eyebrow,.btn,.proof strong,.project-meta span,.footer-grid h4{font-family:Montserrat,Arial,sans-serif}
.site-header{background:linear-gradient(180deg,rgba(22,10,6,.98),rgba(10,8,6,.94));border-bottom:1px solid rgba(208,164,106,.38);box-shadow:0 8px 28px rgba(0,0,0,.28)}
.site-header:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.24;background-image:repeating-linear-gradient(110deg,rgba(255,255,255,.025) 0 1px,transparent 1px 5px),radial-gradient(ellipse at 20% 0,rgba(134,65,34,.5),transparent 42%)}
.nav{height:112px}.brand{position:relative;z-index:1}.brand img{width:250px;max-height:94px;object-fit:cover;object-position:center;border-radius:3px;filter:none;box-shadow:inset 0 0 0 1px rgba(232,187,121,.24),0 8px 24px rgba(0,0,0,.3)}
.nav-links{position:relative;z-index:1;gap:22px;font-size:11px;letter-spacing:.12em}.nav-links a{padding:10px 0;border-bottom:1px solid transparent}.nav-links a:hover,.nav-links a[aria-current="page"]{border-color:var(--gold)}
.signature-hero{min-height:960px;border-bottom:8px solid var(--leather-deep)}.signature-hero .hero-media img{object-position:center;filter:saturate(.72) contrast(1.08) sepia(.08)}.signature-hero .hero-media:after{background:linear-gradient(90deg,rgba(8,8,7,.97) 0%,rgba(10,10,9,.83) 32%,rgba(10,10,9,.22) 72%,rgba(5,5,5,.38) 100%),linear-gradient(0deg,rgba(7,6,5,.92),transparent 56%)}
.blueprint-field{position:absolute;inset:0 35% 0 0;opacity:.35;mix-blend-mode:screen;background-image:linear-gradient(rgba(206,222,232,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(206,222,232,.14) 1px,transparent 1px),repeating-radial-gradient(circle at 70% 45%,transparent 0 34px,rgba(206,222,232,.11) 35px 36px);background-size:42px 42px,42px 42px,auto;mask-image:linear-gradient(90deg,#000 0%,#000 45%,transparent 100%)}
.signature-hero .hero-content{padding-top:220px;padding-bottom:115px}.hero-mark{display:none}.signature-hero .eyebrow{font-size:14px;letter-spacing:.24em;margin-bottom:34px}.staggered-tagline{display:flex;flex-direction:column;max-width:760px;font-size:clamp(58px,7.1vw,108px);line-height:.82}.staggered-tagline span{display:block}.staggered-tagline .line-two{color:var(--gold);padding-left:1.25em}.staggered-tagline .line-three{padding-left:2.5em}.hero-reputation{font-family:"Cormorant Garamond",Georgia,serif;font-size:27px;max-width:660px;border-left:1px solid var(--gold);padding-left:22px}
.btn{border-radius:0;min-height:58px;padding:0 28px}.btn-primary{background:linear-gradient(135deg,#d9aa67,#b97832);box-shadow:0 12px 28px rgba(0,0,0,.22)}.btn-outline{border-color:rgba(208,164,106,.7);background:rgba(10,8,6,.42)}
.philosophy{background:linear-gradient(115deg,#4b2315,#1d0d08);border-top:1px solid rgba(235,185,112,.35);border-bottom:1px solid rgba(235,185,112,.35);position:relative}.philosophy:before,.cta-band:before{content:"";position:absolute;inset:8px;border:1px dashed rgba(232,178,98,.34);pointer-events:none}.philosophy blockquote{font-family:"Cormorant Garamond",Georgia,serif}.proof-band{background:#0d0d0c}.proof-grid>div{background:linear-gradient(180deg,#181714,#0d0d0c);border-color:#4c3925}.proof-grid strong{color:var(--gold)}
.light{background:linear-gradient(135deg,#eee6d8,#d9cdbb);color:#211b16}.light .lead,.light .muted{color:#584d42}.dark{background:linear-gradient(135deg,#141311,#090909)}
.brand-watermark{position:relative;overflow:hidden}.brand-watermark:after{content:"✦";position:absolute;right:4%;bottom:-70px;font-size:260px;color:rgba(126,75,37,.045);font-family:serif;pointer-events:none}
.page-hero{padding-top:230px;padding-bottom:120px;background:linear-gradient(90deg,rgba(8,8,7,.95),rgba(22,12,8,.78)),url('../img/hero-completed-project.jpg') center/cover;border-bottom:8px solid var(--leather-deep);position:relative}.page-hero:before{content:"";position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(218,228,235,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(218,228,235,.15) 1px,transparent 1px);background-size:48px 48px}.page-hero .wrap{position:relative;z-index:1}.page-hero h1{max-width:940px}.page-hero .lead{border-left:1px solid var(--gold);padding-left:22px}
.content-card,.person,.service{border:1px solid rgba(208,164,106,.24);background:linear-gradient(145deg,#211d18,#11100e);box-shadow:0 18px 46px rgba(0,0,0,.22)}.person-copy p,.content-card h3{color:var(--gold)}
.project-card{border:1px solid rgba(208,164,106,.28)}.project-card:before{content:"";position:absolute;inset:10px;border:1px solid rgba(232,222,204,.18);z-index:2;pointer-events:none}.project-meta h3{font-family:"Cormorant Garamond",Georgia,serif}
footer{background:linear-gradient(180deg,#130b07,#050505);border-top:1px solid rgba(208,164,106,.38)}.footer-logo{width:280px;filter:none;border-radius:3px}.footer-grid a:hover{color:var(--gold)}
.cta-band{position:relative;background:linear-gradient(120deg,#754023,#3a1c10);color:var(--ivory);border-top:1px solid #c48c4b;border-bottom:1px solid #c48c4b}.cta-band .eyebrow{color:#efc47c}.cta-band h2{color:white}.cta-band .btn{background:var(--gold);color:#111}
.brand-showcase{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:center}.brand-showcase>img{border:12px solid #2e160d;box-shadow:0 24px 70px rgba(0,0,0,.28)}.swatches{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0 36px}.swatches span{display:flex;align-items:center;gap:12px;font:600 12px Montserrat;text-transform:uppercase;letter-spacing:.08em}.swatches span:before{content:"";width:42px;height:42px;background:var(--sw);border:1px solid rgba(255,255,255,.25)}.document-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.document-grid .content-card{min-height:220px}.brand-hero{background-image:linear-gradient(90deg,rgba(8,8,7,.95),rgba(45,20,10,.72)),url('../brand/davis-brothers-master-logo.png')}
@media(max-width:980px){.nav{height:92px}.brand img{width:200px;max-height:78px}.nav-links{inset:92px 0 auto;background:#160c08;padding:28px}.brand-showcase,.document-grid{grid-template-columns:1fr}.signature-hero{min-height:850px}.staggered-tagline .line-two{padding-left:.6em}.staggered-tagline .line-three{padding-left:1.15em}}
@media(max-width:650px){.nav{height:80px}.brand img{width:165px;max-height:66px}.nav-links{inset:80px 0 auto}.signature-hero{min-height:780px}.signature-hero .hero-content{padding-top:170px}.staggered-tagline{font-size:clamp(50px,15vw,72px);line-height:.88}.staggered-tagline .line-two,.staggered-tagline .line-three{padding-left:0}.signature-hero .eyebrow{font-size:11px;letter-spacing:.16em}.hero-reputation{font-size:22px}.swatches{grid-template-columns:1fr}.page-hero{padding-top:160px}.footer-logo{width:230px}}

/* ===== Davis Brothers Brand Launch RC2 — approved homepage composition ===== */
:root{--db-black:#090a09;--db-ink:#111311;--db-gold:#c99037;--db-gold-light:#e0b260;--db-leather:#3b1d10;--db-leather-dark:#241108;--db-cream:#eee6d8;--db-line:rgba(201,144,55,.42)}
body{background:var(--db-black);color:var(--db-cream)}
.site-header.rc2-header{position:absolute;inset:0 0 auto;z-index:20;background:linear-gradient(180deg,rgba(5,6,5,.98),rgba(5,6,5,.86));border-bottom:1px solid rgba(201,144,55,.2)}
.rc2-header .nav{min-height:104px;display:grid;grid-template-columns:310px 1fr auto;gap:28px;align-items:center}
.rc2-header .brand img{width:285px;max-height:78px;object-fit:contain;object-position:left center;filter:drop-shadow(0 5px 12px rgba(0,0,0,.35))}
.rc2-header .nav-links{justify-content:center;gap:25px}.rc2-header .nav-links a{font-family:Montserrat,sans-serif;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:#e8dfd2}.rc2-header .nav-links a:hover,.rc2-header .nav-links a[aria-current]{color:var(--db-gold-light)}
.header-cta{border:1px solid var(--db-gold);padding:14px 19px;color:var(--db-gold-light);font:700 .68rem/1 Montserrat,sans-serif;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}
.rc2-hero{position:relative;min-height:820px;padding-top:104px;overflow:hidden;background:#080908}
.rc2-hero::before{content:"";position:absolute;inset:104px 0 0 40%;background:url('../img/approved-hero-art.webp') center/cover no-repeat;filter:saturate(.86) contrast(1.05);z-index:0}
.rc2-hero::after{content:"";position:absolute;inset:104px 0 0;background:linear-gradient(90deg,#090a09 0%,rgba(9,10,9,.99) 25%,rgba(9,10,9,.78) 45%,rgba(9,10,9,.1) 75%),linear-gradient(0deg,rgba(6,7,6,.86),transparent 28%);z-index:1}
.blueprint-grid{position:absolute;inset:104px 0 0;z-index:2;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(201,144,55,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(201,144,55,.15) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,#000,transparent 68%)}
.rc2-hero-inner{position:relative;z-index:3;min-height:650px;display:flex;align-items:center;padding-top:75px;padding-bottom:70px}
.rc2-copy{width:min(720px,58vw);padding-left:16px}.rc2-kicker{display:flex;gap:18px;align-items:center;color:var(--db-gold-light);font:700 .72rem/1.2 Montserrat,sans-serif;letter-spacing:.28em;text-transform:uppercase;margin-bottom:30px}.rc2-kicker i{width:60px;height:1px;background:var(--db-gold)}
.rc2-title{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:clamp(4.15rem,6.25vw,7rem);line-height:.82;letter-spacing:-.035em;margin:0;color:#f3eee6;text-shadow:0 3px 20px rgba(0,0,0,.55)}.rc2-title span{display:block}.rc2-title .gold{color:var(--db-gold-light);padding-left:1.15em}.rc2-title .last{padding-left:2.25em}
.rc2-rule{width:90px;height:2px;background:var(--db-gold);margin:32px 0 20px}.rc2-reputation{font-size:1.12rem;line-height:1.65;max-width:520px;color:#d8d0c5}.rc2-actions{display:flex;gap:18px;margin-top:34px}.rc2-actions a{padding:17px 25px;font:700 .72rem/1 Montserrat,sans-serif;letter-spacing:.12em;text-transform:uppercase}.rc2-primary{background:linear-gradient(135deg,#e1ad53,#b97925);color:#100b06;box-shadow:0 10px 30px rgba(201,144,55,.18)}.rc2-secondary{border:1px solid rgba(238,230,216,.48);color:#f2ece3;background:rgba(5,5,5,.32)}
.leather-story{position:relative;z-index:5;margin-top:-1px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.035),transparent 22%),repeating-linear-gradient(112deg,rgba(255,255,255,.018) 0 1px,transparent 1px 5px),linear-gradient(110deg,#251108,#512817 52%,#2c140a);border-top:3px double #a76a27;border-bottom:3px double #a76a27;box-shadow:inset 0 0 45px rgba(0,0,0,.62)}.leather-story::before,.leather-story::after{content:"";position:absolute;left:0;right:0;height:1px;background:repeating-linear-gradient(90deg,#d89d45 0 5px,transparent 5px 10px);opacity:.6}.leather-story::before{top:11px}.leather-story::after{bottom:11px}.leather-inner{min-height:150px;display:grid;grid-template-columns:100px 1.05fr 1.3fr 220px;gap:30px;align-items:center}.story-star{font-size:2.3rem;color:var(--db-gold-light);text-align:center}.leather-title{font:700 1.05rem/1.3 Montserrat,sans-serif;letter-spacing:.13em;text-transform:uppercase;color:var(--db-gold-light);border-left:1px solid var(--db-line);border-right:1px solid var(--db-line);padding:18px 34px}.leather-copy{font-size:.95rem;line-height:1.65;color:#e1d5c8}.texas-mark{height:115px;opacity:.45;object-fit:contain;filter:sepia(1) saturate(1.4)}
.values-stage{background:#0b0d0c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cpath d='M0 45h90M45 0v90' stroke='%23c99037' stroke-opacity='.045'/%3E%3C/svg%3E");padding:44px 0 72px}.values-stage .value-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(201,144,55,.3)}.value-card{padding:34px 30px;min-height:190px;border-right:1px solid rgba(201,144,55,.25);position:relative}.value-card:last-child{border-right:0}.value-icon{font-size:2rem;color:var(--db-gold-light);margin-bottom:20px}.value-card h3{font-family:'Cormorant Garamond',serif;font-size:1.45rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;color:#f0e7dc}.value-card p{font-size:.9rem;line-height:1.55;color:#bfb5a8;margin:0}.value-card a{display:inline-block;margin-top:16px;color:var(--db-gold-light);font:700 .65rem Montserrat,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.rc2-content{background:#ece5d8;color:#17130f}.rc2-content .eyebrow{color:#8c5a20}.rc2-content h2{color:#24170f}.rc2-content .lead,.rc2-content p{color:#4b4036}.rc2-content .feature-project{box-shadow:0 15px 45px rgba(30,18,9,.15)}
@media(max-width:1050px){.rc2-header .nav{grid-template-columns:240px 1fr}.header-cta{display:none}.rc2-header .brand img{width:225px}.rc2-hero::before{left:28%}.rc2-copy{width:70vw}.leather-inner{grid-template-columns:70px 1fr 1.2fr}.texas-mark{display:none}.values-stage .value-grid{grid-template-columns:repeat(2,1fr)}.value-card:nth-child(2){border-right:0}.value-card:nth-child(-n+2){border-bottom:1px solid rgba(201,144,55,.25)}}
@media(max-width:760px){.site-header.rc2-header{position:relative}.rc2-header .nav{min-height:84px;display:flex}.rc2-header .brand img{width:210px}.rc2-hero{padding-top:0;min-height:auto}.rc2-hero::before,.rc2-hero::after,.blueprint-grid{inset:0}.rc2-hero::before{left:0;opacity:.58}.rc2-hero::after{background:linear-gradient(90deg,rgba(7,8,7,.97),rgba(7,8,7,.64)),linear-gradient(0deg,#090a09,transparent 50%)}.rc2-hero-inner{min-height:660px;padding:62px 22px}.rc2-copy{width:100%;padding:0}.rc2-title{font-size:clamp(3.45rem,16vw,5rem);line-height:.88}.rc2-title .gold,.rc2-title .last{padding-left:0}.rc2-kicker{font-size:.6rem;letter-spacing:.18em;gap:10px}.rc2-actions{flex-direction:column;align-items:flex-start}.leather-inner{grid-template-columns:1fr;padding:45px 24px;gap:18px}.story-star{display:none}.leather-title{border:0;border-bottom:1px solid var(--db-line);padding:0 0 18px}.values-stage .value-grid{grid-template-columns:1fr}.value-card{border-right:0;border-bottom:1px solid rgba(201,144,55,.25)!important}.value-card:last-child{border-bottom:0!important}}

/* Clean homepage correction from the committed main baseline. */
@media(min-width:1051px){
  .site-header.rc2-header{height:96px;position:absolute;inset:0 0 auto;z-index:20}
  .site-header.rc2-header .nav{height:96px;min-height:0;display:grid;grid-template-columns:360px 1fr auto;gap:26px;align-items:center}
  .rc2-header .brand{display:block;justify-self:start}.rc2-header .brand img{content:url('../brand/davis-brothers-brand-guide-header.png');display:block;width:300px;height:78px;max-height:none;object-fit:contain;object-position:left center;filter:none;box-shadow:none}
  .rc2-hero{height:540px;min-height:540px;padding-top:96px}
  .rc2-hero::before{inset:96px 0 0 38%;background-size:contain;background-repeat:no-repeat;background-position:right center}
  .rc2-hero::before{background-image:url('../img/davis-brothers-architectural-progression-hero.png')}
  .rc2-hero-inner{min-height:444px;height:444px;padding:0;align-items:center}
  .rc2-copy{width:min(720px,52vw);padding-left:0}.rc2-title{font-size:clamp(52px,4.7vw,82px);line-height:.86}.rc2-reputation{font-size:clamp(17px,1.15vw,22px)}
  .leather-story{height:88px;min-height:88px;overflow:hidden}.leather-inner{height:88px;min-height:88px;grid-template-columns:72px minmax(280px,1.25fr) minmax(400px,1.7fr) 120px;gap:18px;padding:0 32px}.leather-title{font-size:clamp(17px,1.25vw,23px);padding:12px 20px}.leather-copy{font-size:clamp(13px,1vw,17px);line-height:1.3}.texas-mark{height:64px}
  .values-stage{padding:22px 0 140px;min-height:calc(100svh - 724px)}.values-stage .value-grid{width:min(100%,1440px);min-height:178px}.value-card{min-height:178px;padding:24px 28px}
}

/* FINAL HERO INTEGRATION — reveal the supplied progression artwork across the full hero. */
@media(min-width:1051px){
  .rc2-hero::before{inset:86px 0 0 0!important;background-size:cover!important;background-position:center center!important;opacity:1!important}
  .rc2-hero::after{inset:86px 0 0!important;background:linear-gradient(90deg,rgba(9,10,9,.9) 0%,rgba(9,10,9,.72) 25%,rgba(9,10,9,.34) 48%,rgba(9,10,9,.08) 72%,rgba(9,10,9,.18) 100%),linear-gradient(0deg,rgba(6,7,6,.78),transparent 34%)!important}
  .blueprint-grid{inset:86px 0 0!important;opacity:.16!important;mask-image:linear-gradient(90deg,#000,transparent 72%)!important}
}
@media(max-width:1050px){
  .rc2-header .brand img{content:url('../brand/davis-brothers-brand-guide-header.png');object-fit:contain;filter:none}
  .rc2-hero{min-height:680px}.rc2-hero::before{background-size:contain;background-repeat:no-repeat;background-position:center right;opacity:.82}
  .rc2-hero::before{background-image:url('../img/davis-brothers-architectural-progression-hero.png')}
  .leather-story{min-height:120px}.leather-inner{min-height:120px}
}

/* FINAL VIEWPORT BALANCE — keep the first desktop viewport on the dark value section. */
@media(min-width:1051px){
  .values-stage{min-height:calc(100svh - 561px)!important;padding:40px 0 60px!important;box-sizing:border-box!important}
}

/* CORRECTION PASS — final cascade intentionally follows every prior homepage rule. */
@media(min-width:1051px){
  .site-header.rc2-header .nav{grid-template-columns:270px 1fr auto!important}
  .rc2-header .brand{height:76px!important;align-items:center!important;overflow:visible!important}
  .rc2-header .brand img{width:218px!important;height:62px!important}
  .rc2-hero{height:520px!important;min-height:520px!important}
  .rc2-hero::before{inset:86px 0 0 0!important;background-size:cover!important;background-position:center center!important;opacity:1!important}
  .rc2-hero::after{inset:86px 0 0!important;background:linear-gradient(90deg,rgba(9,10,9,.84) 0%,rgba(9,10,9,.58) 25%,rgba(9,10,9,.22) 48%,rgba(9,10,9,.06) 72%,rgba(9,10,9,.14) 100%),linear-gradient(0deg,rgba(6,7,6,.78),transparent 34%)!important}
  .blueprint-grid{inset:86px 0 0!important;opacity:.14!important;mask-image:linear-gradient(90deg,#000,transparent 72%)!important}
  .rc2-hero-inner{height:434px!important;min-height:434px!important}
  .rc2-copy{width:46%!important;transform:none!important;position:relative!important;z-index:2!important}
  .rc2-title{font-size:clamp(46px,4vw,74px)!important;line-height:.9!important}
  .leather-story{height:88px!important;min-height:88px!important}
  .leather-inner{height:88px!important;min-height:88px!important;grid-template-columns:58px minmax(310px,1.05fr) minmax(480px,1.7fr) 88px!important}
  .leather-title{font-size:17px!important}
  .values-stage{min-height:calc(100svh - 608px)!important;padding:42px 0 70px!important;background:radial-gradient(ellipse at 50% 0%,rgba(155,103,39,.08),transparent 58%),#080b0b!important}
  .values-stage .value-grid{transform:none!important;min-height:170px!important}
  .value-card{min-height:170px!important;padding:24px 26px!important}
}

/* CORRECTION PASS FINAL OVERRIDES */
@media(min-width:1051px){
  .site-header.rc2-header .nav{grid-template-columns:270px 1fr auto!important}
  .rc2-header .brand{height:76px!important;align-items:center!important;overflow:visible!important}
  .rc2-header .brand img{width:218px!important;height:62px!important}
  .rc2-hero{height:520px!important;min-height:520px!important}
  .rc2-hero::before{inset:86px 0 0 0!important;background-size:cover!important;background-position:center center!important;opacity:1!important}
  .rc2-hero::after{inset:86px 0 0!important;background:linear-gradient(90deg,rgba(9,10,9,.84) 0%,rgba(9,10,9,.58) 25%,rgba(9,10,9,.22) 48%,rgba(9,10,9,.06) 72%,rgba(9,10,9,.14) 100%),linear-gradient(0deg,rgba(6,7,6,.78),transparent 34%)!important}
  .blueprint-grid{inset:86px 0 0!important;opacity:.14!important;mask-image:linear-gradient(90deg,#000,transparent 72%)!important}
  .rc2-hero-inner{height:434px!important;min-height:434px!important}
  .rc2-copy{width:46%!important;transform:none!important;position:relative!important;z-index:2!important}
  .rc2-title{font-size:clamp(46px,4vw,74px)!important;line-height:.9!important}
  .leather-story{height:88px!important;min-height:88px!important}
  .leather-inner{height:88px!important;min-height:88px!important;grid-template-columns:58px minmax(310px,1.05fr) minmax(480px,1.7fr) 88px!important}
  .leather-title{font-size:17px!important}
  .values-stage{min-height:calc(100svh - 608px)!important;padding:42px 0 70px!important;background:radial-gradient(ellipse at 50% 0%,rgba(155,103,39,.08),transparent 58%),#080b0b!important}
  .values-stage .value-grid{transform:none!important;min-height:170px!important}
  .value-card{min-height:170px!important;padding:24px 26px!important}
}

/* DECISIVE FIRST-VIEW COMPOSITION PASS — preserved by the preceding rollback copy. */
@media(min-width:1051px){
  .site-header.rc2-header .nav{grid-template-columns:270px 1fr auto!important}
  .rc2-header .brand{height:76px!important;align-items:center!important;overflow:visible!important}
  .rc2-header .brand img{width:218px!important;height:62px!important}
  .rc2-hero{height:520px!important;min-height:520px!important}
  .rc2-hero::before{inset:86px 0 0 0!important;background-size:cover!important;background-position:center center!important;opacity:.96!important}
  .rc2-hero-inner{height:434px!important;min-height:434px!important}
  .rc2-copy{width:46%!important;transform:translateX(0)!important;position:relative!important;z-index:2!important}
  .rc2-title{font-size:clamp(46px,4vw,74px)!important;line-height:.9!important}
  .leather-story{height:88px!important;min-height:88px!important}
  .leather-inner{height:88px!important;min-height:88px!important;grid-template-columns:58px minmax(310px,1.05fr) minmax(480px,1.7fr) 88px!important}
  .leather-title{font-size:17px!important}
  .values-stage{min-height:calc(100svh - 608px)!important;padding:42px 0 70px!important;background:radial-gradient(ellipse at 50% 0%,rgba(155,103,39,.08),transparent 58%),#080b0b!important}
  .values-stage .value-grid{transform:none!important;min-height:170px!important}
  .value-card{min-height:170px!important;padding:24px 26px!important}
}

/* CHROME REFINEMENT PASS — composition, hierarchy, and brand-detail polish. */
@media(min-width:1051px){
  .site-header.rc2-header .nav{grid-template-columns:300px 1fr auto!important;align-items:center!important}
  .rc2-header .brand{height:78px!important;display:flex!important;align-items:center!important}
  .rc2-header .brand img{width:240px!important;height:64px!important;object-position:left center!important}
  .rc2-hero::before{inset:86px 0 0 22%!important;background-position:center right!important;background-size:contain!important}
  .rc2-copy{width:48%!important;transform:translateX(-2%)!important}
  .leather-inner{grid-template-columns:60px minmax(300px,1.1fr) minmax(470px,1.7fr) 90px!important;gap:18px!important}
  .leather-copy{font-size:14px!important;line-height:1.3!important;color:rgba(255,250,239,.82)!important}
  .texas-mark{height:46px!important;opacity:.42!important}
  .values-stage{background-color:#080b0b!important}
  .values-stage .value-grid{transform:translateY(12px)!important}
}

@media(min-width:1051px){
  .leather-story{height:72px!important;min-height:72px!important;padding:0!important}
  .leather-inner{height:72px!important;min-height:72px!important;padding:0!important}
  .values-stage{min-height:calc(100svh - 561px)!important;padding:40px 0 60px!important;box-sizing:border-box!important}
}

/* FINAL EDGE HOMEPAGE CASCADE — appended intentionally after all legacy passes. */
@media(min-width:1051px){
  .site-header.rc2-header{height:104px!important;position:absolute!important;inset:0 0 auto!important}
  .site-header.rc2-header .nav{width:calc(100% - 96px)!important;max-width:none!important;margin:0 48px!important;height:104px!important;min-height:0!important;display:grid!important;grid-template-columns:320px 1fr auto!important;gap:28px!important;align-items:center!important}
  .rc2-header .nav-links a{font-size:.78rem!important;letter-spacing:.15em!important}
  .rc2-header .brand{display:flex!important;justify-self:start!important;height:104px!important;align-items:flex-start!important;overflow:visible!important}.rc2-header .brand img{content:url('../brand/davis-brothers-brand-guide-header.png')!important;width:300px!important;height:176px!important;max-height:none!important;object-fit:contain!important;object-position:left top!important;filter:none!important;box-shadow:none!important}
  .rc2-hero{height:900px!important;min-height:900px!important;padding-top:104px!important}
  .rc2-hero::before{inset:104px 0 0 0!important;background-image:linear-gradient(90deg,rgba(8,9,8,.9) 0%,rgba(8,9,8,.84) 22%,rgba(8,9,8,.48) 40%,rgba(8,9,8,.12) 57%,rgba(8,9,8,0) 70%),url('../img/davis-brothers-architectural-progression-hero.png')!important;background-size:100% 100%,auto 150%!important;background-repeat:no-repeat!important;background-position:left top,right center!important;opacity:1!important}
  .rc2-hero::after{inset:104px 0 0!important;background:linear-gradient(90deg,rgba(8,9,8,.7) 0%,rgba(8,9,8,.5) 28%,rgba(8,9,8,.16) 52%,rgba(8,9,8,.03) 76%,rgba(8,9,8,.08) 100%),linear-gradient(0deg,rgba(6,7,6,.68),transparent 34%)!important}
  .blueprint-grid{inset:104px 0 0!important;opacity:.12!important;mask-image:linear-gradient(90deg,#000,transparent 72%)!important}
  .rc2-hero-inner{width:calc(100% - 96px)!important;max-width:none!important;margin:0 48px!important;height:796px!important;min-height:796px!important;padding:92px 0 0!important;align-items:flex-start!important}
  .rc2-copy{width:50%!important;padding-left:4vw!important;transform:translate(3vw,30%)!important;position:relative!important;z-index:2!important}.rc2-kicker{margin-top:10px!important;font-size:calc(.72rem + 5px)!important}.rc2-title{font-size:clamp(51px,calc(3.8vw + 5px),77px)!important;line-height:.9!important}.rc2-title .gold{padding-left:.9em!important}.rc2-title .last{padding-left:1.1em!important}.rc2-reputation{font-size:clamp(21px,calc(1vw + 5px),25px)!important}.rc2-actions{margin-top:22px!important}.rc2-actions a{font-size:calc(.72rem + 5px)!important}
  .leather-story{height:104px!important;min-height:104px!important;overflow:hidden!important}.leather-inner{width:calc(100% - 96px)!important;max-width:none!important;margin:0 48px!important;height:104px!important;min-height:104px!important;grid-template-columns:70px minmax(340px,1.05fr) minmax(520px,1.7fr) 100px!important;gap:22px!important;padding:0!important}.leather-title{font-size:23px!important;padding:8px 18px!important}.leather-copy{font-size:17px!important;line-height:1.35!important}.texas-mark{height:54px!important;opacity:.5!important}
  .values-stage{min-height:calc(100svh - 748px)!important;padding:34px 0 48px!important;background:radial-gradient(ellipse at 50% 0%,rgba(155,103,39,.1),transparent 58%),#080b0b!important}.values-stage .value-grid{min-height:208px!important;transform:none!important;border-color:rgba(201,144,55,.5)!important;box-shadow:0 0 0 1px rgba(201,144,55,.08),inset 0 0 34px rgba(201,144,55,.035)!important}.value-card{min-height:208px!important;padding:32px 30px!important;border-right-color:rgba(201,144,55,.38)!important}.value-card h3{font-size:1.6rem!important}.value-card p{font-size:.96rem!important}
}
@media(max-width:1050px){
  .rc2-header .brand img{content:url('../brand/davis-brothers-brand-guide-header.png')!important;object-fit:contain!important;filter:none!important}
  .rc2-hero{min-height:620px!important}.rc2-hero::before{background-image:url('../img/davis-brothers-architectural-progression-hero.png')!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center right!important}
}

/* FINAL VIEWPORT BALANCE — keep the first desktop viewport on the dark value section. */
@media(min-width:1051px){
  .values-stage{min-height:0!important;padding:28px 0 48px!important;box-sizing:border-box!important}
}

/* FINAL LOGO / GRADIENT REFINEMENT — reversible pass 2026-09-18. */
@media(min-width:1051px){
  .rc2-header .brand img{content:url('../brand/davis-brothers-header-lockup-v2.png')!important;width:330px!important;height:180px!important;object-fit:contain!important;object-position:left top!important}
  .rc2-hero::before{background-image:linear-gradient(90deg,rgba(8,9,8,.72) 0%,rgba(8,9,8,.56) 20%,rgba(8,9,8,.24) 40%,rgba(8,9,8,.06) 56%,rgba(8,9,8,0) 66%),url('../img/davis-brothers-architectural-progression-hero.png')!important}
  .rc2-hero::after{background:linear-gradient(90deg,rgba(8,9,8,.34) 0%,rgba(8,9,8,.2) 24%,rgba(8,9,8,.06) 48%,transparent 68%),linear-gradient(0deg,rgba(6,7,6,.56),transparent 34%)!important}
}

/* FINAL ART SCALE / STORY BAND POSITION — reversible pass 2026-09-18. */
@media(min-width:1051px){
  .rc2-hero::before{background-size:100% 100%,auto 120%!important;background-position:left top,right center!important}
  .leather-story{position:relative!important;top:45px!important;margin-bottom:45px!important}
}

/* FINAL LEATHER / VALUES / ART SCALE — reversible pass 2026-09-18. */
@media(min-width:1051px){
  .rc2-hero::before{background-size:100% 100%,auto 105%!important;background-position:left top,right center!important}
  .leather-story{height:128px!important;min-height:128px!important}
  .leather-inner{height:128px!important;min-height:128px!important}
  .leather-title{font-size:27px!important;line-height:1.05!important;padding:8px 18px!important}
  .leather-copy{font-size:19px!important;line-height:1.32!important}
  .values-stage{padding-top:12px!important}
  .value-card{padding:30px 30px!important}
  .value-card h3{font-size:1.78rem!important}
  .value-card p{font-size:1.06rem!important;line-height:1.35!important}
  .value-card a{font-size:.88rem!important}
}

/* Soften the exposed edge created by the smaller right-anchored artwork. */
@media(min-width:1051px){
  .rc2-hero::after{background:linear-gradient(90deg,rgba(8,9,8,.78) 0%,rgba(8,9,8,.62) 20%,rgba(8,9,8,.36) 38%,rgba(8,9,8,.16) 50%,transparent 66%),linear-gradient(0deg,rgba(6,7,6,.56),transparent 34%)!important}
}

/* Leather supporting sentence — reversible typography refinement. */
@media(min-width:1051px){
  .leather-copy{font-size:22px!important;line-height:1.28!important}
}

/* Leather copy alignment and extended art fade — reversible pass. */
@media(min-width:1051px){
  .leather-inner{grid-template-columns:60px minmax(280px,.78fr) minmax(760px,2.22fr) 80px!important;gap:14px!important}
  .rc2-hero::after{background:linear-gradient(90deg,rgba(8,9,8,.9) 0%,rgba(8,9,8,.72) 22%,rgba(8,9,8,.46) 42%,rgba(8,9,8,.2) 60%,rgba(8,9,8,.06) 72%,transparent 82%),linear-gradient(0deg,rgba(6,7,6,.56),transparent 34%)!important}
}
@media(min-width:1800px){
  .leather-copy{white-space:nowrap!important}
}
