:root{--navy:#0b2434;--bronze:#a97843;--bronze-light:#d5b68e;--ink:#172935;--muted:#5c686c;--ivory:#f7f5f1;--line:#dadbd8}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:white;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.55}
img{display:block;max-width:100%}
button{font:inherit}
a{color:inherit}
h1,h2,h3,p{margin-top:0}
.skip-link{position:absolute;left:-9999px;top:10px;z-index:10;background:white;padding:10px 15px}
.skip-link:focus{left:10px}
.topline{display:flex;justify-content:space-between;gap:15px;background:var(--navy);color:#efe8df;padding:8px max(5vw,24px);font-size:.75rem;letter-spacing:.11em;text-transform:uppercase}
.site-header{min-height:135px;padding:10px max(5vw,24px);display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}
.brand{display:block;flex:none;width:280px;aspect-ratio:2033/773}
.brand img,.footer-brand img{width:100%;height:100%;object-fit:contain}
.site-header nav{display:flex;align-items:center;gap:clamp(16px,2.4vw,37px);font-weight:700;font-size:.87rem}
.site-header nav a{text-decoration:none;white-space:nowrap}
.site-header nav a:hover,.footer a:hover{color:var(--bronze)}
.nav-cta{border:1px solid #c4a176;padding:12px 17px}
.nav-cta span{color:var(--bronze);margin-left:9px}
.hero{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1fr);align-items:center;gap:4vw;background:var(--ivory);padding:58px max(5vw,24px) 65px}
.hero-copy{max-width:580px}
.eyebrow{display:flex;align-items:center;gap:12px;color:var(--bronze);font-size:.75rem;font-weight:800;letter-spacing:.17em;margin-bottom:21px}
.rule{width:29px;height:1px;background:currentColor;flex:none}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.04em}
h1{font-size:clamp(3.4rem,5.1vw,6.1rem);line-height:1.05;color:var(--navy);margin-bottom:26px}
h2{font-size:clamp(2.7rem,4vw,4.6rem);line-height:1.12;color:var(--navy)}
h1 em,h2 em{font-weight:400;font-style:italic;color:var(--bronze)}
.hero-copy>p:not(.eyebrow):not(.hero-aside){font-size:1.1rem;color:#4d5e62;line-height:1.7;max-width:520px;margin-bottom:31px}
.button{display:inline-flex;justify-content:space-between;align-items:center;gap:23px;padding:15px 20px;min-height:54px;text-decoration:none;font-size:.85rem;font-weight:700;transition:transform .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px)}
.button span{font-size:1.1rem;font-weight:400}
.button-dark{background:var(--navy);color:white}
.button-dark:hover{background:#193c50}
.hero-aside{font-size:.79rem;color:#6c797d;margin:21px 0 0;max-width:430px}
.comparison{min-width:0;max-width:700px;width:100%;justify-self:end}
.comparison-heading{display:flex;align-items:center;gap:14px;font-size:.72rem;color:var(--bronze);font-weight:800;letter-spacing:.15em;margin-bottom:12px}
.heading-line{height:1px;background:#c6b09a;flex:1}
.comparison-images{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:relative}
.photo-frame{position:relative;min-width:0;overflow:hidden;background:#e7e2da}
.photo,.after-stack{aspect-ratio:.64;width:100%}
/* Frame only the photo strip, stopping above the flyer’s printed labels. */
.photo{background-image:url('assets/cabinet-remodel-flyer.png');background-size:410% auto;background-repeat:no-repeat;background-position:var(--x) 32.4%}
.before{--x:0%}
.after-stack{position:relative}
.after{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}
.after.active{opacity:1}
.after-1{--x:33.4%}
.after-2{--x:66.7%}
.after-3{--x:100%}
.photo-label{position:absolute;left:0;bottom:0;padding:10px 14px;background:rgba(11,36,52,.92);color:white;font-size:.73rem;letter-spacing:.14em;font-weight:800;z-index:1}
.photo-label-after{background:rgba(169,120,67,.96)}
.transition-mark{position:absolute;z-index:2;top:49%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--bronze);box-shadow:0 3px 20px #0002;font-size:1.5rem}
.comparison-caption{font-size:.8rem;color:#637175;text-align:right;margin:12px 0 0}
.choices{padding:68px max(5vw,24px) 75px}
.choices-inner{display:grid;grid-template-columns:.85fr 1fr;gap:8vw;max-width:1450px;margin:auto}
.choices-intro h2{margin-bottom:0}
.choice-content{padding-top:5px}
.choice-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.choice-button{min-height:82px;border:1px solid #cfd5d4;background:white;text-align:left;padding:13px 15px;color:var(--navy);font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}
.choice-button span{display:block;color:var(--bronze);font-size:.72rem;letter-spacing:.15em;margin-bottom:6px}
.choice-button:hover,.choice-button:focus-visible{border-color:var(--bronze)}
.choice-button.selected{background:var(--navy);border-color:var(--navy);color:white}
.choice-button.selected span{color:var(--bronze-light)}
.choice-description{border-top:1px solid var(--line);margin-top:25px;padding-top:22px;min-height:122px}
.choice-description h3{font-size:1.8rem;color:var(--navy);margin-bottom:6px}
.choice-description p{color:var(--muted);font-size:.96rem;max-width:620px;line-height:1.6}
.more-transformations{padding:78px max(5vw,24px) 86px;background:#fff}
.transformations-head{max-width:1400px;margin:0 auto 32px;display:flex;justify-content:space-between;align-items:end;gap:36px}
.transformations-head h2{margin-bottom:0}
.transformations-head>p{max-width:310px;margin:0 0 5px;color:var(--muted);line-height:1.65}
.transformations-gallery{max-width:1400px;margin:auto}
.gallery-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.gallery-panel{position:relative;margin:0;overflow:hidden;background:#e8e7e3}
.gallery-panel img{width:100%;aspect-ratio:4/3;object-fit:cover}
.gallery-panel img.reveal{animation:gallery-reveal .45s ease both}
@keyframes gallery-reveal{from{opacity:.25}to{opacity:1}}
.gallery-panel figcaption{position:absolute;left:0;bottom:0;background:rgba(11,36,52,.92);color:white;padding:11px 17px;font-size:.75rem;font-weight:800;letter-spacing:.16em}
.gallery-panel:last-child figcaption{background:rgba(169,120,67,.96)}
.gallery-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid var(--line);padding:24px 0 20px}
.gallery-description{display:grid;grid-template-columns:75px minmax(0,1fr);column-gap:22px;align-items:baseline}
.gallery-description span{font-size:.76rem;color:var(--bronze);font-weight:800;letter-spacing:.08em}
.gallery-description h3{font-size:1.7rem;color:var(--navy);margin:0}
.gallery-description p{grid-column:2;margin:2px 0 0;color:var(--muted);font-size:.94rem}
.gallery-controls{display:flex;align-items:center;gap:12px;flex:none}
.gallery-arrow{border:1px solid #b8bdba;background:white;color:var(--navy);width:40px;height:40px;cursor:pointer;font-size:1.1rem}
.gallery-arrow:hover,.gallery-arrow:focus-visible{border-color:var(--bronze);color:var(--bronze)}
.gallery-dot{width:12px;height:12px;border-radius:50%;border:1px solid var(--bronze);padding:0;background:transparent;cursor:pointer}
.gallery-dot.active{background:var(--bronze)}
.gallery-controls button:focus-visible{outline:2px solid var(--navy);outline-offset:3px}
.how{padding:90px max(5vw,24px);background:#f1f2ef}
.how-head{max-width:1400px;margin:auto}
.how-head h2{margin-bottom:35px}
.how-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.how-grid article{border-top:1px solid #aeb9b9;padding-top:20px}
.step-number{color:var(--bronze);font-size:.74rem;font-weight:800;letter-spacing:.14em}
.how-grid h3{font-size:1.65rem;color:var(--navy);line-height:1.22;margin:22px 0 12px}
.how-grid p{color:var(--muted);font-size:.94rem;line-height:1.65;max-width:360px}
.how-disclosure{max-width:1400px;margin:30px auto 0;color:#66757a;font-size:.78rem}
.agents{background:var(--navy);color:white;padding:85px max(5vw,24px);display:grid;grid-template-columns:1fr .78fr;gap:7vw;align-items:center}
.agents .eyebrow{color:var(--bronze-light)}
.agents h2{color:white;margin:0}
.agents h2 em{color:var(--bronze-light)}
.agents-action p{color:#d3dee1;font-size:1.05rem;line-height:1.7;max-width:510px;margin-bottom:25px}
.button-light{background:#e5d0b5;color:var(--navy)}
.button-light:hover{background:white}
.footer{background:#0b1115;color:#bbc3c5;padding:38px max(5vw,24px) 25px}
.footer-top{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;padding-bottom:36px}
.footer-brand{width:250px;aspect-ratio:2033/773;background:white;display:block}
.footer-top>span{font-family:Georgia,serif;font-style:italic;font-size:1.35rem;color:var(--bronze-light)}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;border-top:1px solid #384146;padding-top:19px;font-size:.72rem;line-height:1.6;color:#a0abad}
.footer-bottom p{max-width:850px;margin:0}
.footer-meta{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:7px;min-width:220px}
.footer-meta strong{color:#e2c29b;font-size:.78rem;font-weight:600;line-height:1.45}
.footer-meta span{white-space:nowrap}
@media(max-width:1100px){.hero{grid-template-columns:minmax(330px,.85fr) minmax(0,1fr);gap:3vw}.brand{width:250px}.site-header nav{gap:17px}.hero-copy>p:not(.eyebrow):not(.hero-aside){font-size:1rem}.choices-inner{gap:4vw}}
@media(max-width:850px){.site-header{min-height:0;flex-wrap:wrap;padding-top:12px;padding-bottom:15px}.site-header nav{width:100%;overflow-x:auto;padding-bottom:3px}.brand{width:260px}.hero{grid-template-columns:1fr;gap:39px;padding:58px 6vw 61px}.comparison{justify-self:start;max-width:650px}.hero-copy{max-width:720px}.choices-inner{grid-template-columns:1fr;gap:22px}.how-grid{gap:17px}.agents{grid-template-columns:1fr;gap:25px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-meta{align-items:flex-start;text-align:left}}
@media(max-width:850px){.transformations-head{align-items:start;flex-direction:column;gap:16px}.transformations-head>p{max-width:550px}.gallery-bottom{align-items:start;flex-direction:column}.how-grid{gap:17px}}
@media(max-width:600px){.topline{justify-content:center;text-align:center}.topline span:last-child{display:none}.brand{width:min(280px,85%)}.site-header nav{gap:20px}.site-header nav a{font-size:.8rem}.nav-cta{border:0;padding:0;color:var(--bronze)}.hero{padding-top:49px}.hero h1{font-size:clamp(3rem,12vw,4.7rem)}.comparison-images{gap:5px}.transition-mark{width:36px;height:36px}.photo-label{font-size:.59rem;letter-spacing:.07em;padding:7px 9px}.comparison-heading{font-size:.65rem}.choices,.how,.agents{padding-left:6vw;padding-right:6vw}.choices{padding-top:57px;padding-bottom:58px}.choice-buttons{grid-template-columns:1fr}.choice-button{min-height:58px;display:flex;gap:14px;align-items:center}.choice-button span{margin:0}.how-grid{grid-template-columns:1fr;gap:27px}.footer{padding-left:6vw;padding-right:6vw}.footer-top{align-items:flex-start;flex-direction:column}.footer-top>span{font-size:1.1rem}}
@media(max-width:600px){.more-transformations{padding:58px 6vw}.gallery-images{gap:5px}.gallery-panel figcaption{font-size:.63rem;padding:7px 9px}.gallery-description{grid-template-columns:1fr;gap:2px}.gallery-description p{grid-column:1}.gallery-controls{align-self:flex-end}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.choice-button,.after{transition:none}.gallery-panel img.reveal{animation:none}}

/* Header artwork is shown whole on wide screens; its visible menu has
   semantic link targets in exactly the same positions. */
.site-header{display:block;min-height:0;padding:0;border-bottom:1px solid var(--bronze-light)}
.header-banner{position:relative;overflow:hidden;width:100%;aspect-ratio:1916/377;background:#fff}
.header-image{position:absolute;top:-39.8%;left:0;width:100%;max-width:none;height:auto}
.header-home{position:absolute;left:0;top:0;width:53%;height:100%;z-index:2}
.site-header .header-hotspots{display:block;position:absolute;inset:0;z-index:3}
.header-hotspots a{position:absolute;top:40%;height:27%;border-radius:2px}
.hotspot-how{left:54.6%;width:9.4%}
.hotspot-options{left:64.5%;width:12.4%}
.hotspot-properties{left:77.2%;width:8.7%}
.hotspot-agents{left:86.3%;width:12.3%}
.header-hotspots a:hover{background:rgba(255,255,255,.12)}
.header-hotspots a:focus-visible,.header-home:focus-visible{outline:3px solid var(--bronze);outline-offset:-3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header .header-nav-mobile{display:none}
.property-note{display:flex;align-items:center;gap:30px;padding:22px max(5vw,24px);background:#fff;border-top:1px solid var(--line)}
.property-note strong{color:var(--bronze);font-size:.74rem;letter-spacing:.16em;white-space:nowrap}
.property-note p{margin:0;color:var(--muted);font-size:.91rem}
@media(max-width:1200px){
  .header-banner{aspect-ratio:1020/377}
  .header-image{width:187.84%}
  .site-header .header-hotspots{display:none}
  .header-home{width:100%}
  .site-header .header-nav-mobile{display:flex;align-items:center;justify-content:center;gap:clamp(14px,3vw,36px);padding:17px 24px;flex-wrap:wrap;background:white}
  .header-nav-mobile a{text-decoration:none;font-size:.87rem;font-weight:700;white-space:nowrap}
  .header-nav-mobile a:hover{color:var(--bronze)}
  .header-nav-mobile a:last-child{border:1px solid var(--bronze);padding:10px 14px}
  .header-nav-mobile a:last-child span{color:var(--bronze);margin-left:8px}
}
@media(max-width:600px){
  .site-header{padding:0}
  .site-header .header-nav-mobile{justify-content:flex-start;gap:15px 22px;padding:14px 6vw}
  .header-nav-mobile a{font-size:.81rem}
  .header-nav-mobile a:last-child{padding:8px 11px}
  .property-note{align-items:flex-start;flex-direction:column;gap:5px;padding:20px 6vw}
}
