:root { --forest:#19382f; --graphite:#17201d; --cream:#f4f0e8; --paper:#fbfaf7; --gold:#caa762; --line:rgba(23,32,29,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--graphite); font-family:"Segoe UI",Inter,Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
.shell { width:min(1240px,calc(100% - 48px)); margin:0 auto; }
.utility-bar { background:var(--graphite); color:rgba(255,255,255,.78); font-size:12px; letter-spacing:.06em; text-transform:uppercase; }
.utility-inner { min-height:34px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.utility-inner a { color:#fff; font-weight:700; }
.site-header { position:relative; z-index:20; width:100%; color:var(--graphite); background:var(--paper); border-bottom:1px solid var(--line); }
.site-header.is-overlay { position:absolute; top:34px; left:0; color:#fff; background:transparent; border-bottom-color:rgba(255,255,255,.22); }
.header-inner { height:92px; display:flex; align-items:center; gap:28px; }
.brand { flex:0 0 auto; display:grid; place-items:center; width:118px; height:72px; background:var(--forest); border:1px solid rgba(255,255,255,.18); border-radius:0 0 14px 14px; }
.brand img { width:100px; height:auto; object-fit:contain; }
.desktop-nav { display:flex; align-items:center; justify-content:center; gap:clamp(14px,1.7vw,26px); margin-left:auto; font-size:14px; }
.desktop-nav a { position:relative; white-space:nowrap; }
.desktop-nav a::after { content:""; position:absolute; left:0; bottom:-8px; width:0; height:1px; background:var(--gold); transition:.25s; }
.desktop-nav a:hover::after { width:100%; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 25px; border:1px solid var(--gold); border-radius:999px; background:var(--gold); color:var(--graphite); font-weight:800; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); background:#d6b66f; }
.button-small { min-height:44px; padding:0 18px; font-size:13px; white-space:nowrap; }
.button-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,.55); }
.button-ghost:hover { background:rgba(255,255,255,.12); }
.mobile-menu { display:none; margin-left:auto; position:relative; }
.mobile-menu summary { list-style:none; width:48px; height:48px; border:1px solid currentColor; border-radius:50%; display:grid; place-content:center; gap:7px; cursor:pointer; }
.mobile-menu summary::-webkit-details-marker { display:none; }
.mobile-menu summary span { width:20px; height:1px; background:currentColor; display:block; }
.mobile-menu nav { position:absolute; right:0; top:58px; width:min(310px,calc(100vw - 32px)); padding:18px; display:grid; background:var(--paper); color:var(--graphite); border-radius:14px; box-shadow:0 24px 70px rgba(0,0,0,.25); }
.mobile-menu nav a { padding:12px 8px; border-bottom:1px solid var(--line); }
.hero { position:relative; min-height:820px; height:100vh; max-height:980px; color:#fff; overflow:hidden; }
.hero-media { position:absolute; inset:0; overflow:hidden; transform:scale(1.025); }.hero-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(9,22,18,.92) 0%,rgba(10,24,19,.72) 46%,rgba(10,16,14,.25) 76%),linear-gradient(0deg,rgba(10,20,17,.52),transparent 55%); }
.hero-content { position:relative; z-index:2; padding-top:clamp(210px,27vh,285px); }
.eyebrow { margin:0 0 20px; color:#e5cb98; font-size:12px; letter-spacing:.18em; text-transform:uppercase; font-weight:800; }
.eyebrow.dark { color:#8a6b31; }
h1,h2 { font-family:Georgia,"Times New Roman",serif; font-weight:500; letter-spacing:-.045em; }
h1 { max-width:850px; margin:0; font-size:clamp(52px,6.4vw,96px); line-height:.98; }
.hero-copy { max-width:720px; margin:30px 0 0; font-size:clamp(17px,1.5vw,22px); line-height:1.55; color:rgba(255,255,255,.82); }
.hero-actions { display:flex; gap:14px; margin-top:36px; }
.hero-facts { display:flex; gap:0; margin:clamp(50px,8vh,90px) 0 0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.25); max-width:760px; }
.hero-facts li { min-width:210px; padding:22px 32px 0 0; display:grid; gap:5px; }
.hero-facts strong { font-size:17px; }
.hero-facts span { font-size:13px; color:rgba(255,255,255,.65); }
.section { padding:120px 0; }
.direction-section { background:var(--cream); }
.section-heading { display:grid; grid-template-columns:1.3fr .7fr; align-items:end; gap:80px; margin-bottom:54px; }
.section-heading h2 { margin:0; font-size:clamp(42px,5vw,72px); line-height:1; }
.section-heading>p { margin:0; max-width:440px; color:#5b645f; line-height:1.7; }
.direction-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.direction-card { position:relative; min-height:480px; overflow:hidden; border-radius:18px; color:#fff; isolation:isolate; }
.direction-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .6s; }
.direction-card:hover img { transform:scale(1.05); }
.direction-overlay { position:absolute; inset:0; background:linear-gradient(0deg,rgba(9,20,16,.9),rgba(9,20,16,.05) 72%); }
.direction-number { position:absolute; z-index:1; top:24px; left:24px; font-size:12px; letter-spacing:.16em; }
.direction-copy { position:absolute; z-index:1; left:24px; right:24px; bottom:26px; display:grid; gap:10px; }
.direction-copy strong { font-family:Georgia,"Times New Roman",serif; font-size:27px; font-weight:500; }
.direction-copy small { color:rgba(255,255,255,.72); line-height:1.5; min-height:42px; }
.direction-copy em { color:#e5cb98; font-size:12px; font-style:normal; text-transform:uppercase; letter-spacing:.08em; }
.catalog-section { background:var(--paper); }
.section-heading>div>p:not(.eyebrow), .section-heading>p { color:#5b645f; line-height:1.7; }
.inline-link { display:inline-flex; margin-top:18px; color:var(--forest); font-weight:800; border-bottom:1px solid #9ba9a3; padding-bottom:5px; }
.inline-link.light { color:#fff; border-color:rgba(255,255,255,.5); }
.catalog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.catalog-card { overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; }
.catalog-image { position:relative; height:265px; overflow:hidden; background:#ddd; }
.catalog-image img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.catalog-card:hover .catalog-image img { transform:scale(1.035); }
.catalog-image>span { position:absolute; left:14px; top:14px; padding:8px 11px; border-radius:999px; background:rgba(251,250,247,.92); color:var(--forest); font-size:11px; font-weight:800; }
.catalog-body { padding:24px; }
.catalog-kicker { margin:0 0 8px!important; color:#8a6b31!important; font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.catalog-body h3 { margin:0; font:500 27px/1.1 Georgia,"Times New Roman",serif; }
.catalog-body>p { min-height:48px; margin:13px 0 20px; color:#606964; line-height:1.55; font-size:14px; }
.catalog-body dl { margin:0; border-top:1px solid var(--line); }
.catalog-body dl div { display:flex; justify-content:space-between; gap:18px; padding:10px 0; border-bottom:1px solid var(--line); font-size:12px; }
.catalog-body dt { color:#7a817e; }
.catalog-body dd { margin:0; text-align:right; font-weight:700; }
.text-button { width:100%; margin-top:20px; padding:0; border:0; background:transparent; color:var(--forest); display:flex; justify-content:space-between; gap:14px; font-weight:800; cursor:pointer; }
.text-button.active { color:#8a6b31; }
.basket-pill { position:fixed; z-index:40; right:24px; bottom:24px; display:grid; grid-template-columns:38px auto auto; align-items:center; gap:10px; padding:12px 16px; background:var(--forest); color:#fff; border-radius:999px; box-shadow:0 18px 50px rgba(13,35,28,.28); }
.basket-pill strong { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--gold); color:var(--graphite); }
.basket-pill span { font-size:13px; }.basket-pill em { font-size:12px; font-style:normal; color:#e5cb98; }
.basket-notice { min-height:20px; margin-top:12px; }
.split-feature { display:grid; grid-template-columns:1.06fr .94fr; min-height:760px; background:var(--forest); color:#fff; }
.split-image img { width:100%; height:100%; object-fit:cover; }
.split-copy { padding:clamp(70px,8vw,130px); display:flex; flex-direction:column; justify-content:center; }
.split-copy h2, .estimate-intro h2, .faq-grid h2, .page-hero h1 { margin:0; font:500 clamp(45px,5vw,76px)/1 Georgia,"Times New Roman",serif; letter-spacing:-.045em; }
.split-copy>p:not(.eyebrow) { color:rgba(255,255,255,.72); line-height:1.7; font-size:17px; }
.tag-list { display:flex; flex-wrap:wrap; gap:9px; margin:28px 0 0; }
.tag-list span { padding:9px 13px; border:1px solid rgba(255,255,255,.24); border-radius:999px; color:rgba(255,255,255,.84); font-size:12px; }
.split-actions { display:flex; align-items:center; gap:28px; margin-top:36px; }
.event-section { background:var(--cream); }
.event-links { border-top:1px solid var(--line); }
.event-links a { display:grid; grid-template-columns:60px 1fr 30px; align-items:center; min-height:82px; border-bottom:1px solid var(--line); transition:padding .25s,background .25s; }
.event-links a:hover { padding:0 18px; background:rgba(255,255,255,.55); }
.event-links span { color:#8a6b31; font-size:11px; }.event-links strong { font:500 clamp(23px,3vw,38px) Georgia,"Times New Roman",serif; }.event-links em { font-style:normal; font-size:20px; }
.process-section { padding:120px 0; color:#fff; background:radial-gradient(circle at 82% 20%,rgba(202,167,98,.12),transparent 28%),linear-gradient(135deg,#17201d,#101714); }
.section-heading.inverse>p { color:rgba(255,255,255,.65); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); margin:70px 0 0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.2); }
.process-grid li { padding:26px 30px 0 0; border-right:1px solid rgba(255,255,255,.13); min-height:190px; display:flex; flex-direction:column; }
.process-grid li>span { color:#e5cb98; font-size:11px; letter-spacing:.14em; }.process-grid strong { margin-top:auto; font:500 26px Georgia,"Times New Roman",serif; }.process-grid p { color:rgba(255,255,255,.6); line-height:1.55; font-size:13px; }
.gallery-grid { display:grid; grid-template-columns:1.25fr .75fr 1fr; grid-template-rows:300px 300px; gap:14px; }
.gallery-grid figure { margin:0; overflow:hidden; border-radius:16px; }.gallery-grid figure:first-child { grid-row:1/3; }.gallery-grid figure:nth-child(4) { grid-column:2/4; }
.gallery-grid img { width:100%; height:100%; object-fit:cover; transition:transform .55s; }.gallery-grid figure:hover img { transform:scale(1.035); }
.estimate-section { padding:120px 0; background:var(--forest); color:#fff; }
.estimate-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:clamp(60px,8vw,130px); }
.estimate-intro>p:not(.eyebrow) { color:rgba(255,255,255,.65); line-height:1.7; }
.contact-card { margin-top:40px; padding:25px; display:grid; gap:8px; border:1px solid rgba(255,255,255,.18); border-radius:15px; }.contact-card span,.contact-card small { color:rgba(255,255,255,.58); }.contact-card a { font:500 30px Georgia,"Times New Roman",serif; color:#e5cb98; }
.estimate-form { position:relative; display:grid; grid-template-columns:repeat(2,1fr); gap:19px; padding:36px; background:var(--paper); color:var(--graphite); border-radius:22px; }
.estimate-form>label { display:grid; gap:7px; }.estimate-form label>span,.service-choice legend { font-size:12px; font-weight:800; }
.estimate-form input,.estimate-form select,.estimate-form textarea { width:100%; border:1px solid #cfd4d1; border-radius:9px; background:#fff; color:var(--graphite); padding:13px 14px; outline:none; }.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus { border-color:var(--forest); box-shadow:0 0 0 3px rgba(25,56,47,.09); }
.service-choice { grid-column:1/-1; display:flex; flex-wrap:wrap; gap:9px; margin:0; padding:0; border:0; }.service-choice legend { margin-bottom:8px; width:100%; }.service-choice label { position:relative; cursor:pointer; }.service-choice input { position:absolute; opacity:0; width:1px; height:1px; }.service-choice label span { display:block; padding:9px 12px; border:1px solid #cfd4d1; border-radius:999px; font-weight:500; }.service-choice input:checked+span { color:#fff; background:var(--forest); border-color:var(--forest); }
.basket-summary { grid-column:1/-1; padding:13px; display:grid; gap:5px; border-radius:9px; background:var(--cream); font-size:12px; }.basket-summary span { color:#65706b; line-height:1.5; }
.form-wide { grid-column:1/-1!important; }.form-submit { display:flex; align-items:center; gap:20px; }.form-submit p { margin:0; color:#68716d; font-size:11px; line-height:1.5; }.form-submit p a { text-decoration:underline; }.form-status { margin:0; min-height:20px; font-size:13px; }.form-status.ok { color:#1d6a40; }.form-status.error { color:#aa2e25; }.honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.faq-section { background:var(--cream); }.faq-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:clamp(50px,8vw,130px); }.faq-grid>div>p { color:#646c68; line-height:1.7; }.faq-list { border-top:1px solid var(--line); }.faq-list details { border-bottom:1px solid var(--line); }.faq-list summary { min-height:76px; display:grid; grid-template-columns:1fr 30px; align-items:center; gap:20px; cursor:pointer; font-weight:800; list-style:none; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { font-size:25px; font-weight:400; transition:transform .2s; }.faq-list details[open] summary span { transform:rotate(45deg); }.faq-list details p { margin:0; padding:0 60px 24px 0; color:#5f6864; line-height:1.65; }
.site-footer { padding:80px 0 22px; background:#0e1714; color:#fff; }.footer-grid { display:grid; grid-template-columns:1.3fr repeat(3,1fr); gap:60px; }.footer-grid>div { display:flex; flex-direction:column; gap:12px; }.footer-brand img { padding:8px; width:120px; height:auto; background:var(--paper); border-radius:10px; }.footer-brand p { max-width:260px; color:rgba(255,255,255,.55); line-height:1.6; }.footer-grid h3 { margin:0 0 10px; color:#e5cb98; font-size:12px; letter-spacing:.12em; text-transform:uppercase; }.footer-grid a,.footer-grid span { color:rgba(255,255,255,.7); font-size:14px; }.footer-grid a:hover { color:#fff; }.footer-bottom { margin-top:60px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; color:rgba(255,255,255,.4); font-size:12px; }
.page-hero { padding:100px 0; background:var(--cream); }.page-hero p { max-width:720px; color:#606a65; line-height:1.7; font-size:18px; }.page-section { padding:90px 0; }.content-prose { max-width:820px; }.content-prose h2 { margin:48px 0 15px; font-size:36px; }.content-prose p,.content-prose li { color:#59625e; line-height:1.75; }.notice-box { margin:30px 0; padding:20px 22px; border-left:3px solid var(--gold); background:var(--cream); color:#5b645f; line-height:1.6; }
.breadcrumbs { display:flex; gap:9px; margin-bottom:30px; color:#737d78; font-size:12px; }.breadcrumbs a { text-decoration:underline; }
.service-layout { display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,8vw,120px); align-items:center; }.service-layout h2 { margin:0; font:500 clamp(38px,4vw,60px)/1 Georgia,"Times New Roman",serif; }.service-layout p { color:#5f6964; line-height:1.75; }.feature-photo { width:100%; height:min(600px,70vh); object-fit:cover; border-radius:18px; }.dark-tags span { border-color:var(--line); color:var(--graphite); background:var(--cream); }
.three-features { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.three-features article { padding:36px; background:var(--cream); border-radius:16px; }.three-features article>span { color:#8a6b31; font-size:11px; letter-spacing:.12em; }.three-features h2 { font-size:35px; }.three-features p { color:#5f6964; line-height:1.7; }
.masonry-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.masonry-gallery figure { margin:0; position:relative; overflow:hidden; min-height:360px; border-radius:16px; }.masonry-gallery figure.wide { grid-column:span 2; }.masonry-gallery img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }.masonry-gallery figure:hover img { transform:scale(1.035); }.masonry-gallery figcaption { position:absolute; left:15px; bottom:15px; padding:8px 11px; border-radius:999px; background:rgba(251,250,247,.9); font-size:11px; font-weight:800; }
.contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.contact-grid>a,.contact-grid>div { display:grid; gap:9px; padding:34px; background:var(--cream); border-radius:15px; }.contact-grid span { color:#747d79; font-size:12px; }.contact-grid strong { font:500 clamp(20px,2.3vw,30px) Georgia,"Times New Roman",serif; }
.service-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.service-card-grid>a { min-height:310px; padding:32px; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:16px; transition:background .25s,color .25s; }.service-card-grid>a:hover { background:var(--forest); color:#fff; }.service-card-grid span { color:#8a6b31; font-size:11px; }.service-card-grid h2 { margin:60px 0 15px; font-size:34px; }.service-card-grid p { color:#68716d; line-height:1.6; }.service-card-grid>a:hover p { color:rgba(255,255,255,.68); }.service-card-grid em { margin-top:auto; color:#8a6b31; font-size:12px; font-style:normal; font-weight:800; }
.not-found { padding:140px 0; text-align:center; background:var(--cream); }.not-found h1 { margin:0; font:500 clamp(50px,8vw,92px) Georgia,"Times New Roman",serif; }.not-found p:not(.eyebrow) { margin:25px auto; max-width:560px; color:#606a65; line-height:1.7; }.not-found>div>div { display:flex; justify-content:center; align-items:center; gap:28px; }

@media (max-width:1120px) { .desktop-nav { display:none; } .site-header .button-small { margin-left:auto; } .mobile-menu { display:block; margin-left:0; } .direction-grid { grid-template-columns:repeat(2,1fr); } .direction-card { min-height:420px; } .catalog-grid { grid-template-columns:repeat(2,1fr); } .footer-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:720px) { .shell { width:min(100% - 32px,1240px); } .utility-inner span:nth-child(2) { display:none; } .site-header { top:34px; } .header-inner { height:76px; } .brand { width:96px; height:62px; } .brand img { width:84px; } .site-header .button-small { display:none; } .mobile-menu { display:block; } .hero { min-height:780px; max-height:none; } .hero-content { padding-top:185px; } h1 { font-size:clamp(45px,14vw,64px); } .hero-copy { font-size:17px; } .hero-actions { align-items:stretch; flex-direction:column; max-width:320px; } .hero-facts { gap:0; margin-top:52px; display:grid; grid-template-columns:repeat(3,1fr); } .hero-facts li { min-width:0; padding:18px 10px 0 0; } .hero-facts strong { font-size:14px; } .hero-facts span { font-size:11px; } .section { padding:82px 0; } .section-heading { grid-template-columns:1fr; gap:24px; margin-bottom:38px; } .direction-grid { grid-template-columns:1fr; } .direction-card { min-height:380px; } }
@media (max-width:390px) { .utility-inner { font-size:10px; letter-spacing:.02em; } .hero { min-height:820px; } .hero-facts { grid-template-columns:1fr; border:0; } .hero-facts li { border-top:1px solid rgba(255,255,255,.22); grid-template-columns:100px 1fr; align-items:center; } }
@media (max-width:720px) {
  .site-header { top:auto; }.site-header.is-overlay { top:34px; }
  .catalog-grid { grid-template-columns:1fr; }.catalog-image { height:245px; }
  .basket-pill { left:16px; right:16px; bottom:14px; grid-template-columns:38px 1fr auto; }
  .split-feature { grid-template-columns:1fr; }.split-image { height:390px; }.split-copy { padding:70px 24px; }
  .split-actions { align-items:flex-start; flex-direction:column; }
  .process-section { padding:82px 0; }.process-grid { grid-template-columns:1fr; margin-top:45px; }.process-grid li { min-height:155px; padding:22px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.13); }
  .gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:260px 220px 220px; }.gallery-grid figure:first-child { grid-column:1/3; grid-row:auto; }.gallery-grid figure:nth-child(4) { grid-column:1/3; }
  .estimate-section { padding:82px 0; }.estimate-grid,.faq-grid { grid-template-columns:1fr; gap:52px; }.estimate-form { grid-template-columns:1fr; padding:22px; }.estimate-form>* { grid-column:1!important; }.form-submit { align-items:stretch; flex-direction:column; }
  .footer-grid { grid-template-columns:1fr; gap:36px; }.footer-bottom { align-items:flex-start; flex-direction:column; gap:9px; }
  .page-hero { padding:70px 0; }.page-hero h1 { font-size:45px; }
  .service-layout,.three-features,.contact-grid,.service-card-grid { grid-template-columns:1fr; }.service-layout { gap:42px; }.feature-photo { height:420px; }.masonry-gallery { grid-template-columns:1fr; }.masonry-gallery figure,.masonry-gallery figure.wide { grid-column:auto; min-height:300px; }.not-found>div>div { flex-direction:column; }
}
@media (max-width:390px) { .basket-pill em { display:none; }.gallery-grid { grid-template-columns:1fr; grid-template-rows:repeat(4,240px); }.gallery-grid figure:first-child,.gallery-grid figure:nth-child(4) { grid-column:auto; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }
.footer-brand img { padding:10px; width:145px; background:var(--forest); border:1px solid rgba(255,255,255,.15); }
.form-alert { grid-column:1/-1; margin:0; padding:13px 15px; border-radius:9px; font-size:14px; line-height:1.5; }
.form-alert.success { color:#155e3b; background:#e3f4e9; border:1px solid #a9d4b8; }
.form-alert.error { color:#8b2b24; background:#fbe8e6; border:1px solid #e4b1ac; }
.screen-reader-text { 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; }
.legal-note { padding:18px 20px; border-left:3px solid var(--gold); background:var(--cream); color:#59625e; line-height:1.65; }
.catalog-card button:focus-visible,.button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline:3px solid #d6b66f; outline-offset:3px; }

/* Light catalog experience */
.catalog-light-page { --catalog-peach:#f1b36b; --catalog-peach-soft:#fff1df; --catalog-lilac:#e8e2ff; --catalog-mist:#f4f6f7; --catalog-border:#e4e7e6; background:#fff; }
.catalog-light-page .utility-bar { color:#66706c; background:#f7f8f8; border-bottom:1px solid var(--catalog-border); }
.catalog-light-page .utility-inner a { color:var(--graphite); }
.catalog-light-page .site-header { color:var(--graphite); background:#fff; border-bottom-color:var(--catalog-border); }
.catalog-light-page .brand { background:#fff; border-color:var(--catalog-border); box-shadow:0 8px 28px rgba(38,49,45,.07); }
.catalog-light-page .brand img,.catalog-light-page .footer-brand img { filter:invert(1); }
.catalog-light-page .mobile-menu nav { background:#fff; box-shadow:0 22px 60px rgba(38,49,45,.13); }
.catalog-light-page .button { background:var(--catalog-peach); border-color:var(--catalog-peach); }
.catalog-light-page .button:hover { background:#f5c184; }
.catalog-light-page .page-hero { padding:78px 0 72px; background:linear-gradient(125deg,#fffaf3 0%,#fff 52%,#f7f3ff 100%); border-bottom:1px solid var(--catalog-border); }
.catalog-light-page .page-hero h1 { max-width:900px; font-size:clamp(48px,5.5vw,76px); }
.catalog-light-page .page-hero p { max-width:820px; color:#59635f; }
.catalog-page-section { padding:34px 0 96px; background:#fff; }
.catalog-toolbar { position:relative; z-index:15; display:grid; grid-template-columns:minmax(250px,1fr) auto auto; align-items:center; gap:12px; margin-bottom:24px; }
.catalog-search { position:relative; display:block; }
.catalog-search input { width:100%; min-height:52px; padding:0 48px 0 18px; color:var(--graphite); background:var(--catalog-mist); border:1px solid transparent; border-radius:12px; outline:none; }
.catalog-search input:focus { background:#fff; border-color:#cfd7d3; box-shadow:0 0 0 4px rgba(241,179,107,.16); }
.catalog-search b { position:absolute; top:50%; right:18px; transform:translateY(-53%); color:#7e8984; font-size:27px; font-weight:400; pointer-events:none; }
.catalog-menu { position:relative; }
.catalog-menu summary,.catalog-toolbar-link { min-height:52px; padding:0 19px; display:flex; align-items:center; justify-content:center; gap:20px; border:1px solid var(--catalog-border); border-radius:12px; background:#fff; font-size:14px; font-weight:800; cursor:pointer; list-style:none; }
.catalog-menu summary::-webkit-details-marker { display:none; }
.catalog-menu summary span { color:#e17836; font-size:20px; }
.catalog-toolbar-link { background:linear-gradient(135deg,#f4f0ff,#fff); border-color:#ded7fa; }
.catalog-toolbar-link span { color:#7459cf; }
.catalog-menu-panel { position:absolute; top:62px; right:0; width:310px; max-height:560px; padding:9px; overflow:auto; display:grid; background:#fff; border:1px solid var(--catalog-border); border-radius:16px; box-shadow:0 28px 80px rgba(38,49,45,.16); }
.catalog-menu-panel button { min-height:44px; padding:0 12px; display:flex; align-items:center; justify-content:space-between; gap:16px; color:#38423e; background:transparent; border:0; border-radius:9px; text-align:left; cursor:pointer; }
.catalog-menu-panel button:hover,.catalog-menu-panel button.active { color:#b65f25; background:#fff5e9; }
.catalog-menu-panel button span { font-size:15px; }
.catalog-chips { display:flex; flex-wrap:wrap; gap:9px; padding:20px 0 30px; border-top:1px solid var(--catalog-border); border-bottom:1px solid var(--catalog-border); }
.catalog-chips button { min-height:42px; padding:0 15px; color:#394440; background:var(--catalog-mist); border:1px solid #e8ebea; border-radius:999px; cursor:pointer; white-space:nowrap; transition:background .2s,border-color .2s,transform .2s; }
.catalog-chips button:hover { transform:translateY(-1px); background:#fff8ee; border-color:#f0d5b6; }
.catalog-chips button.active { color:#5e401f; background:var(--catalog-peach-soft); border-color:#f1c693; font-weight:800; }
.catalog-layout { display:grid; grid-template-columns:270px minmax(0,1fr); align-items:start; gap:42px; padding-top:42px; }
.catalog-sidebar { position:sticky; top:22px; padding:28px; display:grid; gap:17px; background:linear-gradient(155deg,#f5f7f8,#fbfcfc); border:1px solid #edf0ef; border-radius:20px; }
.catalog-sidebar-kicker { margin:0!important; color:#b96a31!important; font-size:11px!important; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.catalog-sidebar h2 { margin:0; font:500 31px/1.05 Georgia,"Times New Roman",serif; }
.catalog-sidebar>p:not(.catalog-sidebar-kicker) { margin:0; color:#68726e; font-size:14px; line-height:1.6; }
.catalog-sidebar label { display:grid; gap:8px; }
.catalog-sidebar label span { font-size:12px; font-weight:800; }
.catalog-sidebar select { width:100%; min-height:48px; padding:0 12px; color:var(--graphite); background:#fff; border:1px solid #dfe4e2; border-radius:10px; }
.catalog-reset { min-height:48px; padding:0 15px; color:#5e401f; background:var(--catalog-peach-soft); border:1px solid #f1c693; border-radius:10px; font-weight:800; cursor:pointer; }
.catalog-reset:hover { background:#ffe6c7; }
.catalog-sidebar small { padding-top:16px; color:#7a8580; border-top:1px solid #dde3e0; line-height:1.55; }
.catalog-results-head { min-height:92px; display:flex; align-items:end; justify-content:space-between; gap:24px; padding-bottom:20px; border-bottom:1px solid var(--catalog-border); }
.catalog-results-head .eyebrow { margin-bottom:8px; }
.catalog-results-head h2 { margin:0; font:500 clamp(34px,4vw,50px)/1 Georgia,"Times New Roman",serif; }
.catalog-results-head>p { margin:0 0 4px; color:#7a8580; font-size:13px; white-space:nowrap; }
.catalog-results .catalog-grid { margin-top:24px; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.catalog-light-page .catalog-card { border-color:#e5e8e7; border-radius:17px; box-shadow:0 10px 32px rgba(38,49,45,.055); transition:transform .22s,box-shadow .22s; }
.catalog-light-page .catalog-card:hover { transform:translateY(-3px); box-shadow:0 18px 42px rgba(38,49,45,.09); }
.catalog-light-page .catalog-image { height:210px; background:#f0f2f1; }
.catalog-light-page .catalog-image>span { color:#6b4b29; background:rgba(255,247,236,.94); }
.catalog-light-page .catalog-body { padding:20px; }
.catalog-light-page .catalog-body h3 { font-size:25px; }
.catalog-light-page .catalog-body>p { min-height:66px; margin-bottom:16px; }
.catalog-light-page .catalog-body dl div { display:grid; gap:5px; }
.catalog-light-page .catalog-body dd { text-align:left; font-weight:700; line-height:1.35; }
.catalog-light-page .text-button { color:#7b5228; }
.catalog-light-page .text-button.active { color:#9c4e1f; }
.catalog-empty { margin-top:24px; padding:72px 24px; text-align:center; background:#fafbfb; border:1px dashed #d7ddda; border-radius:18px; }
.catalog-empty span { font-size:42px; }
.catalog-empty h2 { margin:18px 0 10px; font-size:30px; }
.catalog-empty p { margin:0; color:#707b76; }
.catalog-service-band { margin-top:70px; padding:36px 40px; display:flex; align-items:center; justify-content:space-between; gap:44px; background:linear-gradient(125deg,#fff4e4,#f6f1ff); border:1px solid #f0e2d2; border-radius:22px; }
.catalog-service-band .eyebrow { margin-bottom:10px; }
.catalog-service-band h2 { margin:0; font-size:38px; }
.catalog-service-band p:not(.eyebrow) { max-width:750px; margin:13px 0 0; color:#626c68; line-height:1.6; }
.catalog-service-band>a { flex:0 0 auto; min-height:50px; padding:0 20px; display:flex; align-items:center; gap:18px; color:#5e401f; background:#fff; border:1px solid #ebd8bf; border-radius:999px; font-weight:800; }
.catalog-light-page .basket-pill { color:var(--graphite); background:#fff; border:1px solid #e6d6c1; box-shadow:0 18px 50px rgba(38,49,45,.16); }
.catalog-light-page .basket-pill[hidden] { display:none!important; }
.catalog-light-page .basket-pill strong { background:var(--catalog-peach); }
.catalog-light-page .basket-pill em { color:#9d5e2d; }
.catalog-light-page .estimate-section { color:var(--graphite); background:linear-gradient(135deg,#fff8ef,#f7f3ff); border-top:1px solid #eee3d6; }
.catalog-light-page .estimate-intro>p:not(.eyebrow) { color:#68726e; }
.catalog-light-page .estimate-section .eyebrow { color:#9c5b2b; }
.catalog-light-page .contact-card { border-color:#dfd6ca; background:rgba(255,255,255,.58); }
.catalog-light-page .contact-card span,.catalog-light-page .contact-card small { color:#6c7772; }
.catalog-light-page .contact-card a { color:#7b5228; }
.catalog-light-page .estimate-form { background:#fff; border:1px solid #ece7e0; box-shadow:0 20px 55px rgba(38,49,45,.07); }
.catalog-light-page .service-choice input:checked+span { color:#5e401f; background:var(--catalog-peach-soft); border-color:#f1c693; }
.catalog-light-page .site-footer { color:var(--graphite); background:#f7f8f8; border-top:1px solid var(--catalog-border); }
.catalog-light-page .footer-brand img { background:#fff; border-color:var(--catalog-border); }
.catalog-light-page .footer-brand p,.catalog-light-page .footer-grid a,.catalog-light-page .footer-grid span { color:#69736f; }
.catalog-light-page .footer-grid h3 { color:#9c5b2b; }
.catalog-light-page .footer-grid a:hover { color:#9c5b2b; }
.catalog-light-page .footer-bottom { color:#7a8580; border-top-color:#dfe4e2; }

@media (max-width:1120px) {
  .catalog-layout { grid-template-columns:240px minmax(0,1fr); gap:28px; }
  .catalog-results .catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:820px) {
  .catalog-layout { grid-template-columns:1fr; }
  .catalog-sidebar { position:static; grid-template-columns:1fr 1fr; align-items:end; }
  .catalog-sidebar h2,.catalog-sidebar>p,.catalog-sidebar>small { grid-column:1/-1; }
  .catalog-service-band { align-items:flex-start; flex-direction:column; }
}
@media (max-width:720px) {
  .catalog-light-page .page-hero { padding:56px 0; }
  .catalog-page-section { padding-top:22px; }
  .catalog-toolbar { grid-template-columns:1fr; }
  .catalog-menu summary,.catalog-toolbar-link { justify-content:space-between; }
  .catalog-menu-panel { position:static; width:100%; max-height:430px; margin-top:8px; box-shadow:0 16px 45px rgba(38,49,45,.12); }
  .catalog-chips { flex-wrap:nowrap; margin-right:-16px; padding:17px 16px 22px 0; overflow-x:auto; scrollbar-width:none; }
  .catalog-chips::-webkit-scrollbar { display:none; }
  .catalog-layout { padding-top:30px; }
  .catalog-sidebar { grid-template-columns:1fr; padding:22px; }
  .catalog-sidebar h2,.catalog-sidebar>p,.catalog-sidebar>small { grid-column:auto; }
  .catalog-results-head { align-items:flex-start; flex-direction:column; min-height:0; }
  .catalog-results .catalog-grid { grid-template-columns:1fr; }
  .catalog-light-page .catalog-image { height:245px; }
  .catalog-light-page .catalog-body>p { min-height:0; }
  .catalog-service-band { margin-top:52px; padding:28px 24px; }
  .catalog-service-band h2 { font-size:32px; }
  .catalog-service-band>a { width:100%; justify-content:space-between; }
}

/* Site-wide light palette */
body.eb26-site { background:#fff; color:var(--graphite); }
.eb26-site .utility-bar { color:#66706c; background:#f7f8f8; border-bottom:1px solid #e4e7e6; }
.eb26-site .utility-inner a { color:var(--graphite); }
.eb26-site .site-header,.eb26-site .site-header.is-overlay { color:var(--graphite); background:rgba(255,255,255,.96); border-bottom-color:#e4e7e6; box-shadow:0 8px 28px rgba(38,49,45,.045); backdrop-filter:blur(12px); }
.eb26-site .brand { background:#fff; border-color:#e4e7e6; box-shadow:0 8px 28px rgba(38,49,45,.07); }
.eb26-site .brand img,.eb26-site .footer-brand img { filter:invert(1); }
.eb26-site .mobile-menu nav { color:var(--graphite); background:#fff; box-shadow:0 22px 60px rgba(38,49,45,.13); }
.eb26-site .button { color:#4c351f; background:#f1b36b; border-color:#f1b36b; }
.eb26-site .button:hover { background:#f5c184; }
.eb26-site .button-ghost { color:#4c351f; background:rgba(255,255,255,.74); border-color:#d8b98f; }
.eb26-site .button-ghost:hover { background:#fff; }
.eb26-site .eyebrow { color:#9c5b2b; }
.eb26-site .hero { color:var(--graphite); background:#fff8ef; }
.eb26-site .hero-media img { filter:brightness(1.13) saturate(.82); }
.eb26-site .hero-shade { background:linear-gradient(90deg,rgba(255,251,245,.98) 0%,rgba(255,251,245,.93) 44%,rgba(255,251,245,.5) 72%,rgba(255,251,245,.18) 100%),linear-gradient(0deg,rgba(255,255,255,.42),transparent 58%); }
.eb26-site .hero-copy { color:#56615c; }
.eb26-site .hero-facts { border-top-color:rgba(23,32,29,.18); }
.eb26-site .hero-facts strong { color:#29332f; }
.eb26-site .hero-facts span { color:#68736e; }
.eb26-site .direction-card { color:var(--graphite); background:#fff; border:1px solid #e5e8e7; box-shadow:0 14px 36px rgba(38,49,45,.07); }
.eb26-site .direction-card img { filter:brightness(1.08) saturate(.88); }
.eb26-site .direction-overlay { background:linear-gradient(0deg,rgba(255,252,247,.99) 0%,rgba(255,252,247,.9) 34%,rgba(255,252,247,.18) 76%); }
.eb26-site .direction-copy small { color:#5f6a65; }
.eb26-site .direction-copy em,.eb26-site .direction-number { color:#9c5b2b; }
.eb26-site .split-feature { color:var(--graphite); background:linear-gradient(135deg,#fff8ef,#f7f3ff); }
.eb26-site .split-image img { filter:brightness(1.07) saturate(.88); }
.eb26-site .split-copy>p:not(.eyebrow) { color:#606b66; }
.eb26-site .tag-list span { color:#5b6561; background:rgba(255,255,255,.68); border-color:#deded9; }
.eb26-site .inline-link.light { color:#74502b; border-color:#c8a77f; }
.eb26-site .process-section { color:var(--graphite); background:radial-gradient(circle at 82% 20%,rgba(232,226,255,.72),transparent 32%),linear-gradient(135deg,#fff8ef,#f5f7f8); }
.eb26-site .section-heading.inverse>p { color:#626d68; }
.eb26-site .process-grid { border-top-color:#d9dedb; }
.eb26-site .process-grid li { border-right-color:#dfe3e1; }
.eb26-site .process-grid li>span { color:#9c5b2b; }
.eb26-site .process-grid p { color:#68736e; }
.eb26-site .gallery-grid img,.eb26-site .masonry-gallery img { filter:brightness(1.05) saturate(.9); }
.eb26-site .estimate-section { color:var(--graphite); background:linear-gradient(135deg,#fff8ef,#f7f3ff); border-top:1px solid #eee3d6; }
.eb26-site .estimate-intro>p:not(.eyebrow) { color:#68726e; }
.eb26-site .contact-card { background:rgba(255,255,255,.62); border-color:#dfd6ca; }
.eb26-site .contact-card span,.eb26-site .contact-card small { color:#6c7772; }
.eb26-site .contact-card a { color:#7b5228; }
.eb26-site .estimate-form { background:#fff; border:1px solid #ece7e0; box-shadow:0 20px 55px rgba(38,49,45,.07); }
.eb26-site .estimate-form input:focus,.eb26-site .estimate-form select:focus,.eb26-site .estimate-form textarea:focus { border-color:#d69b5b; box-shadow:0 0 0 3px rgba(241,179,107,.16); }
.eb26-site .service-choice input:checked+span { color:#5e401f; background:#fff1df; border-color:#f1c693; }
.eb26-site .site-footer { color:var(--graphite); background:#f7f8f8; border-top:1px solid #e4e7e6; }
.eb26-site .footer-brand img { background:#fff; border-color:#e4e7e6; }
.eb26-site .footer-brand p,.eb26-site .footer-grid a,.eb26-site .footer-grid span { color:#69736f; }
.eb26-site .footer-grid h3 { color:#9c5b2b; }
.eb26-site .footer-grid a:hover { color:#9c5b2b; }
.eb26-site .footer-bottom { color:#7a8580; border-top-color:#dfe4e2; }
.eb26-site .page-hero { background:linear-gradient(125deg,#fffaf3 0%,#fff 52%,#f7f3ff 100%); border-bottom:1px solid #e6e8e7; }
.eb26-site .service-card-grid>a:hover { color:var(--graphite); background:linear-gradient(135deg,#fff4e5,#f6f2ff); border-color:#eadbc9; }
.eb26-site .service-card-grid>a:hover p { color:#616c67; }
.eb26-site .footer-brand img { padding:10px; }

@media (max-width:720px) {
  .eb26-site .hero-facts li { border-top-color:rgba(23,32,29,.16); }
  .eb26-site .process-grid li { border-bottom-color:#dfe3e1; }
}
