@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Cormorant+Garamond:wght@400;500;600&family=DM+Serif+Display&family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@400;500;600&family=Prata&display=swap');

:root{
  --accent:#9b6b43;
  --accent-rgb:155,107,67;
  --accent-soft:#d6c0ab;
  --bg:#f4f0e9;
  --surface:#fff;
  --surface-2:#e9e1d6;
  --ink:#201d19;
  --muted:#6a625a;
  --line:rgba(32,29,25,.16);
  --overlay:linear-gradient(90deg,rgba(20,16,13,.75),rgba(20,16,13,.14) 64%,rgba(20,16,13,.26));
  --display:"Manrope",Arial,sans-serif;
  --body:"Inter",Arial,sans-serif;
  --notice-h:38px;
  --header-h:78px;
}

html[data-mode="dark"]{
  --bg:#12100e;
  --surface:#1d1a17;
  --surface-2:#28231e;
  --ink:#f3ece4;
  --muted:#b8aea3;
  --line:rgba(255,255,255,.14);
  --overlay:linear-gradient(90deg,rgba(8,7,6,.88),rgba(8,7,6,.25) 64%,rgba(8,7,6,.38));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;padding-top:calc(var(--notice-h) + var(--header-h));color:var(--ink);background:var(--bg);font-family:var(--body);overflow-x:hidden;transition:background .25s ease,color .25s ease}
body.locked{overflow:hidden}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
svg{display:block}
::selection{color:#fff;background:var(--accent)}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

.skip-link{position:fixed;top:-70px;left:14px;z-index:30000;padding:12px 15px;color:#fff;background:#111}
.skip-link:focus{top:8px}
.demo-strip{position:fixed;inset:0 0 auto;z-index:17000;min-height:var(--notice-h);display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 15px;color:#fff;background:#17130f;border-bottom:1px solid rgba(255,255,255,.13);font-size:8px;font-weight:800;letter-spacing:.12em;text-align:center;text-transform:uppercase}
.demo-strip span,.demo-strip a{color:var(--accent-soft)}
.demo-strip i{width:4px;height:4px;border-radius:50%;background:var(--accent)}
.demo-strip a{text-decoration:none;border-bottom:1px solid currentColor}

.site-header{position:fixed;top:var(--notice-h);left:0;right:0;z-index:16000;height:var(--header-h);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding:0 4vw;background:color-mix(in srgb,var(--surface) 92%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.brand img{width:43px;height:43px}
.brand strong{display:block;font:800 20px/1 var(--display);letter-spacing:.045em}
.brand small{display:block;margin-top:5px;color:var(--muted);font-size:6.5px;font-weight:800;letter-spacing:.14em}
.site-header nav{display:flex;justify-content:center;gap:23px}
.site-header nav a{position:relative;text-decoration:none;font-size:8.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.site-header nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--accent);transition:right .2s ease}
.site-header nav a:hover::after{right:0}
.header-actions{display:flex;gap:8px}
.header-actions button{min-height:42px;padding:10px 14px;border:1px solid var(--line);font-size:8.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.estimate-button{color:var(--ink);background:var(--surface)}
.consult-button{color:#fff;background:var(--accent);border-color:var(--accent)!important}
.menu-button{display:none;min-height:42px;align-items:center;gap:6px;padding:9px 12px;color:var(--ink);background:var(--surface);border:1px solid var(--line)}
.menu-button span{width:12px;height:1px;background:currentColor}
.menu-button b{font-size:8px;letter-spacing:.08em;text-transform:uppercase}

.customizer{position:fixed;right:18px;top:calc(var(--notice-h) + var(--header-h) + 18px);z-index:16500}
.customizer-toggle{min-height:44px;display:flex;align-items:center;gap:8px;padding:10px 14px;color:#fff;background:rgba(24,20,17,.96);border:1px solid rgba(var(--accent-rgb),.55);box-shadow:0 15px 45px rgba(0,0,0,.22);font-size:8.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.customizer-toggle svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}
.customizer-panel{display:none;width:min(350px,calc(100vw - 36px));max-height:calc(100svh - var(--notice-h) - var(--header-h) - 90px);overflow:auto;margin-top:8px;padding:20px;color:#fff;background:rgba(24,20,17,.99);border:1px solid rgba(var(--accent-rgb),.4);box-shadow:0 28px 80px rgba(0,0,0,.34)}
.customizer.open .customizer-panel{display:grid;gap:20px}
.customizer-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.13)}
.customizer-head small{color:var(--accent-soft);font-size:7px;font-weight:800;letter-spacing:.14em}
.customizer-head h2{margin:4px 0 0;font:500 32px/1 var(--display)}
.customizer-head button{width:36px;height:36px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.16);font-size:22px}
.customizer-panel section{display:grid;gap:12px}
.control-title{display:flex;justify-content:space-between;align-items:center;gap:10px}
.control-title h3{margin:0;font-size:10px;letter-spacing:.09em;text-transform:uppercase}
.control-title span{color:#bbb3aa;font-size:8px}
.swatches{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}
.swatches button{aspect-ratio:1;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:var(--swatch)}
.swatches button.active{outline:2px solid #fff;outline-offset:2px}
.customizer-panel label{display:grid;gap:7px;color:#c7beb5;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.colour-row{display:grid;grid-template-columns:55px 1fr;gap:8px}
.customizer-panel input,.customizer-panel select{width:100%;min-height:42px;padding:9px 10px;color:#fff;background:#2b251f;border:1px solid rgba(255,255,255,.16);outline:none}
.customizer-panel input[type="color"]{padding:4px}
.lock-button{min-height:42px;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.16);font-size:9px;font-weight:800;text-transform:uppercase}
.lock-button b{color:#aaa29a;font-size:8px}
.lock-button.locked{color:#111;background:var(--accent-soft);border-color:var(--accent-soft)}
.lock-button.locked b{color:#111}
.mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.mode-grid button{min-height:39px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.16);font-size:8px;font-weight:800;text-transform:uppercase}
.mode-grid button.active{color:#111;background:#fff}
.master-lock,.reset-button{min-height:42px;border:1px solid rgba(255,255,255,.18);font-size:9px;font-weight:800;text-transform:uppercase}
.master-lock{color:#111;background:var(--accent-soft)}
.master-lock.locked{color:#fff;background:var(--accent)}
.reset-button{color:#fff;background:transparent}

.hero{position:relative;min-height:calc(100svh - var(--notice-h) - var(--header-h));overflow:hidden;isolation:isolate;color:#fff;background:#66574b}
.hero-media{position:absolute;inset:0;z-index:-3;background-image:url("https://images.unsplash.com/photo-1556912167-f556f1f39fdf?auto=format&fit=crop&w=2200&q=90");background-position:center;background-size:cover}
.hero-overlay{position:absolute;inset:0;z-index:-2;background:var(--overlay)}
.hero-content{width:min(760px,86vw);padding:clamp(115px,15vh,180px) 0 145px 7vw}
.eyebrow{margin:0 0 17px;color:var(--accent);font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.eyebrow.light{color:var(--accent-soft)}
.hero h1,.intro-heading h2,.section-heading h2,.materials-copy h2,.assurance-copy h2,.faq-heading h2,.price-intro h2{
  margin:0;font:700 clamp(54px,7vw,104px)/.88 var(--display);letter-spacing:-.055em
}
.hero-content>p:not(.eyebrow){max-width:520px;margin:25px 0;font-size:14px;line-height:1.78}
.hero-actions{display:flex;flex-wrap:wrap;gap:9px}
.button{min-height:49px;display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border:1px solid transparent;text-decoration:none;font-size:8.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:transform .2s ease}
.button:hover{transform:translateY(-2px)}
.button-accent{color:#fff;background:var(--accent)}
.button-outline{color:#fff;background:transparent;border-color:rgba(255,255,255,.75)}
.button-light{color:#111;background:#fff}
.hero-selector{position:absolute;right:5vw;top:50%;width:min(360px,30vw);transform:translateY(-50%);border-top:1px solid rgba(255,255,255,.42)}
.hero-selector>small{display:block;padding:0 0 12px;color:var(--accent-soft);font-size:7px;font-weight:800;letter-spacing:.12em}
.hero-selector button{width:100%;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:12px;padding:15px 2px;color:#fff;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.22);text-align:left}
.hero-selector span{font-size:8px}
.hero-selector strong{font:600 20px/1 var(--display)}
.hero-selector b{font-size:16px}
.hero-note{position:absolute;right:5vw;bottom:28px;max-width:300px;color:rgba(255,255,255,.62);font-size:8px;line-height:1.55;text-align:right}
.scroll-cue{position:absolute;left:7vw;bottom:30px;color:rgba(255,255,255,.82);text-decoration:none;font-size:8px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}

.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);background:#211b16}
.quick-actions button,.quick-actions a{min-height:112px;display:flex;align-items:center;gap:14px;padding:20px 2.5vw;color:#fff;background:transparent;border:0;border-right:1px solid rgba(255,255,255,.12);text-align:left;text-decoration:none}
.quick-actions svg{width:31px;fill:none;stroke:var(--accent-soft);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.quick-actions small{display:block;margin-bottom:5px;color:var(--accent-soft);font-size:7px;font-weight:800;letter-spacing:.11em}
.quick-actions strong{font-size:11px}

.section{padding:clamp(82px,9vw,135px) 7vw}
.intro{display:grid;grid-template-columns:.16fr 1fr .8fr;gap:7vw}
.section-index{display:flex;align-items:flex-start;gap:12px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.12em}
.section-index p{margin:0}
.intro-copy{max-width:540px;padding-top:38px;color:var(--muted);font-size:14px;line-height:1.82}
.intro-copy p{margin:0 0 20px}
.text-link{display:inline-flex;gap:12px;margin-top:8px;text-decoration:none;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}

.section-heading{display:grid;grid-template-columns:1fr .72fr;gap:8vw;align-items:end;margin-bottom:38px}
.section-heading>p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}
.collection-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:18px}
.collection-card,.project-card{position:relative;min-height:500px;overflow:hidden;background:#8d8175}
.collection-card-large,.project-card-large{grid-row:span 2;min-height:1018px}
.collection-card-wide,.project-card-wide{grid-column:span 2;min-height:560px}
.collection-card img,.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .75s ease}
.collection-card:hover img,.project-card:hover img{transform:scale(1.035)}
.card-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(12,10,8,.78))}
.collection-copy,.project-copy{position:absolute;inset:auto 28px 28px;color:#fff}
.collection-copy small,.project-copy small{color:var(--accent-soft);font-size:8px;font-weight:800;letter-spacing:.1em}
.collection-copy h3,.project-copy h3{margin:9px 0;font:600 clamp(31px,3.7vw,52px)/1 var(--display)}
.collection-copy p,.project-copy p{max-width:480px;margin:0 0 16px;color:rgba(255,255,255,.82);font-size:11px}
.collection-copy button,.project-copy button{padding:0 0 5px;color:#fff;background:transparent;border:0;border-bottom:1px solid currentColor;font-size:8px;font-weight:800;text-transform:uppercase}

.layout-tabs,.project-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:25px}
.layout-tabs button,.project-filters button{min-height:38px;padding:9px 13px;color:var(--muted);background:var(--surface);border:1px solid var(--line);font-size:8px;font-weight:800;text-transform:uppercase}
.layout-tabs button.active,.project-filters button.active{color:#fff;background:var(--accent);border-color:var(--accent)}
.planner-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}
.planner-visual{position:relative;min-height:640px}
.planner-visual img{width:100%;height:100%;object-fit:cover}
.layout-badge{position:absolute;left:25px;bottom:25px;padding:15px;color:#fff;background:rgba(25,20,16,.88)}
.layout-badge small{display:block;margin-bottom:5px;color:var(--accent-soft);font-size:7px}
.planner-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:7vw;background:var(--surface)}
.planner-copy h3{margin:0;font:600 48px/.95 var(--display)}
.planner-copy>p{margin:22px 0;color:var(--muted);font-size:13px;line-height:1.75}
.planner-facts{width:100%;display:grid;gap:0;margin-bottom:25px;border-top:1px solid var(--line)}
.planner-facts article{display:grid;grid-template-columns:120px 1fr;gap:15px;padding:14px 0;border-bottom:1px solid var(--line)}
.planner-facts small{color:var(--accent);font-size:7px;font-weight:800}
.planner-facts strong{font-size:10px}

.materials{display:grid;grid-template-columns:.92fr 1.08fr;min-height:800px;color:#fff;background:#211b16}
.materials-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8vw}
.materials-copy>p:not(.eyebrow){max-width:520px;color:#beb4aa;font-size:14px;line-height:1.75}
.material-controls{width:100%;max-width:560px;display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0}
.material-controls small{display:block;margin-bottom:10px;color:var(--accent-soft);font-size:7px;font-weight:800;letter-spacing:.1em}
.material-swatches{display:flex;gap:8px}
.material-swatches button{width:35px;height:35px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:var(--material)}
.material-swatches button.active{outline:2px solid #fff;outline-offset:3px}
.material-controls select{width:100%;min-height:42px;padding:9px;color:#fff;background:#312922;border:1px solid rgba(255,255,255,.17)}
.selected-material{display:flex;align-items:center;gap:12px;margin-bottom:25px}
.selected-material>span{width:48px;height:48px;border-radius:50%;background:var(--accent)}
.selected-material small,.selected-material strong{display:block}
.selected-material small{color:#bcb2a8;font-size:7px}
.selected-material strong{margin-top:5px;font-size:11px}
.materials-visual{position:relative;min-height:650px}
.materials-visual img{width:100%;height:100%;object-fit:cover}
.material-overlay{position:absolute;inset:0;background:rgba(var(--accent-rgb),.12);mix-blend-mode:multiply;transition:background .3s ease}

.estimate-builder{display:grid;grid-template-columns:repeat(3,1fr) 1.2fr auto;gap:12px;align-items:end;padding:24px;background:var(--surface);border:1px solid var(--line)}
.estimate-builder label{display:grid;gap:7px;font-size:8px;font-weight:800;text-transform:uppercase}
.estimate-builder select{min-height:47px;padding:10px;color:var(--ink);background:var(--bg);border:1px solid var(--line)}
.estimate-result{display:flex;flex-direction:column;justify-content:center;min-height:75px;padding:10px 15px;background:var(--surface-2)}
.estimate-result small{color:var(--accent);font-size:7px;font-weight:800}
.estimate-result strong{margin:5px 0;font:700 22px/1 var(--display)}
.estimate-result span{color:var(--muted);font-size:7px}

.process{background:var(--surface)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-grid article{min-height:300px;padding:26px;border-right:1px solid var(--line)}
.process-grid article:last-child{border-right:0}
.process-grid article>span{font-size:8px;font-weight:800}
.process-grid svg{width:43px;margin-top:36px;fill:none;stroke:var(--accent);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.process-grid h3{margin:28px 0 12px;font:600 34px/1 var(--display)}
.process-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}

.project-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:18px}
.project-card[hidden]{display:none}

.assurance{display:grid;grid-template-columns:.95fr 1.05fr;min-height:780px;color:#fff;background:#211b16}
.assurance-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8vw}
.assurance-copy>p:not(.eyebrow){max-width:520px;color:#bdb3a9;font-size:14px;line-height:1.75}
.assurance-list{width:100%;max-width:560px;margin:25px 0;border-top:1px solid rgba(255,255,255,.15)}
.assurance-list article{display:grid;grid-template-columns:40px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.assurance-list article>span{color:var(--accent-soft);font-size:8px;font-weight:800}
.assurance-list strong{display:block;font:600 18px/1 var(--display)}
.assurance-list p{margin:5px 0 0;color:#bdb3a9;font-size:10px}
.assurance-visual{min-height:650px}
.assurance-visual img{width:100%;height:100%;object-fit:cover}

.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}
.faq-list{border-top:1px solid var(--line)}
.faq-list article{border-bottom:1px solid var(--line)}
.faq-list button{width:100%;display:flex;justify-content:space-between;gap:20px;padding:20px 0;color:var(--ink);background:transparent;border:0;text-align:left;font-size:14px;font-weight:700}
.faq-list button b{font-size:23px;font-weight:400;transition:transform .2s ease}
.faq-list button[aria-expanded="true"] b{transform:rotate(45deg)}
.faq-list article>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}
.faq-list article>div p{overflow:hidden;margin:0;color:var(--muted);font-size:12px;line-height:1.7}
.faq-list button[aria-expanded="true"]+div{grid-template-rows:1fr}
.faq-list button[aria-expanded="true"]+div p{padding-bottom:20px}

.website-price{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw}
.price-intro>p:not(.eyebrow){max-width:550px;color:var(--muted);font-size:14px;line-height:1.78}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:28px}
.contact-grid a{min-height:98px;display:flex;flex-direction:column;justify-content:flex-end;padding:15px;background:var(--surface);border:1px solid var(--line);text-decoration:none;overflow-wrap:anywhere}
.contact-grid small{margin-bottom:auto;color:var(--accent);font-size:7px;font-weight:800}
.contact-grid strong{font-size:11px}
.price-form,.modal-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:30px;background:var(--surface);border:1px solid var(--line)}
.form-heading{grid-column:1/-1;padding-bottom:15px;border-bottom:1px solid var(--line)}
.form-heading small{color:var(--accent);font-size:7px;font-weight:800}
.form-heading h3{margin:7px 0;font:700 38px/1 var(--display)}
.form-heading p{margin:0;color:var(--muted);font-size:10px}
.price-form label,.modal-form label,.estimate-modal-copy label{display:grid;gap:7px;font-size:8px;font-weight:800;text-transform:uppercase}
.price-form input,.price-form select,.price-form textarea,.modal-form input,.modal-form select,.modal-form textarea,.estimate-modal-copy input,.estimate-modal-copy select{width:100%;min-height:47px;padding:10px 12px;color:var(--ink);background:var(--bg);border:1px solid var(--line);outline:0;text-transform:none}
.price-form textarea,.modal-form textarea{resize:vertical}
.field-error{min-height:11px;color:#b42318;font-size:7px;text-transform:none}
[aria-invalid="true"]{border-color:#b42318!important}
.full{grid-column:1/-1}

footer{display:grid;grid-template-columns:1.1fr .8fr .9fr;gap:50px;padding:70px 7vw 105px;color:#fff;background:#17130f}
.footer-brand{display:grid;justify-items:start;align-content:start;gap:8px}
.footer-brand>strong{font:700 26px/1 var(--display)}
.footer-brand small{color:#a59d94;font-size:7px}
.footer-nav,.footer-contact{display:grid;align-content:start;gap:10px}
.footer-nav strong,.footer-contact strong{margin-bottom:5px;color:var(--accent-soft);font-size:8px}
.footer-nav a,.footer-contact a{color:#d2cbc3;text-decoration:none;font-size:11px}
.footer-note{grid-column:1/-1;margin:20px 0 0;padding-top:24px;color:#928a82;border-top:1px solid rgba(255,255,255,.12);font-size:9px;line-height:1.72}
.mobile-actions{display:none}

dialog{padding:0;border:0;box-shadow:0 40px 120px rgba(0,0,0,.42)}
dialog::backdrop{background:rgba(10,8,7,.76);backdrop-filter:blur(6px)}
.modal-close{position:absolute;z-index:5;top:14px;right:14px;width:42px;height:42px;color:#fff;background:rgba(0,0,0,.48);border:1px solid rgba(255,255,255,.3);font-size:23px}
.light-close{color:#111;background:rgba(255,255,255,.9);border-color:rgba(0,0,0,.12)}
.consult-modal{width:min(1050px,calc(100vw - 28px));color:var(--ink);background:var(--bg)}
.consult-modal[open]{display:grid;grid-template-columns:.85fr 1.15fr}
.modal-visual{min-height:690px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:45px;color:#fff;background:linear-gradient(180deg,rgba(20,16,13,.08),rgba(20,16,13,.82)),url("https://images.unsplash.com/photo-1556912167-f556f1f39fdf?auto=format&fit=crop&w=1400&q=88") center/cover}
.modal-visual img{width:68px;margin-bottom:auto}
.modal-visual small{color:var(--accent-soft);font-size:7px;font-weight:800}
.modal-visual h2,.estimate-modal-copy h2,.project-modal-copy h2{margin:0;font:700 52px/.92 var(--display)}
.modal-visual p{color:#ddd5cc;font-size:11px}
.modal-form{border:0;padding:40px}
.estimate-modal{width:min(650px,calc(100vw - 28px));color:var(--ink);background:var(--surface)}
.estimate-modal-copy{display:grid;gap:14px;padding:55px}
.estimate-modal-copy>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:1.72}
.project-modal{width:min(930px,calc(100vw - 28px));color:var(--ink);background:var(--bg)}
.project-modal[open]{display:grid;grid-template-columns:1.05fr .95fr}
.project-modal-media{min-height:640px;background:url("https://images.unsplash.com/photo-1556912167-f556f1f39fdf?auto=format&fit=crop&w=1500&q=88") center/cover}
.project-modal-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:50px}
.project-modal-copy>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:1.72}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}

@media(max-width:1040px){
  :root{--header-h:70px}
  .site-header{grid-template-columns:auto auto 1fr}
  .menu-button{display:flex}
  .site-header nav{position:fixed;top:calc(var(--notice-h) + var(--header-h));left:0;right:0;display:none;padding:24px 4vw;background:var(--surface);border-bottom:1px solid var(--line)}
  .site-header nav.open{display:grid;justify-items:start;gap:20px}
  .header-actions{justify-self:end}
  .estimate-button{display:none}
  .hero-selector{display:none}
  .intro{grid-template-columns:auto 1fr}
  .intro-copy{grid-column:2}
  .collection-card-large,.project-card-large{min-height:800px}
  .planner-layout,.materials,.assurance,.website-price{grid-template-columns:1fr}
  .planner-visual,.materials-visual,.assurance-visual{height:650px}
  .estimate-builder{grid-template-columns:1fr 1fr}
  .estimate-result{grid-column:1/-1}
  .process-grid{grid-template-columns:1fr 1fr}
  .process-grid article:nth-child(2){border-right:0}
  .consult-modal[open],.project-modal[open]{grid-template-columns:1fr}
  .modal-visual{min-height:400px}
  .project-modal-media{min-height:480px}
}

@media(max-width:720px){
  :root{--notice-h:55px;--header-h:65px}
  body{padding-bottom:60px}
  .demo-strip{flex-wrap:wrap;align-content:center;gap:3px 7px;padding:6px 10px}
  .demo-strip strong{width:100%}
  .site-header{padding:0 13px}
  .brand img{width:34px;height:34px}
  .brand strong{font-size:16px}
  .brand small{font-size:5.5px}
  .consult-button{display:none}
  .customizer{right:10px;top:calc(var(--notice-h) + var(--header-h) + 10px)}
  .hero{min-height:730px}
  .hero-media{background-position:62% center}
  .hero-content{width:100%;padding:120px 20px 110px}
  .hero h1{font-size:58px}
  .hero-content>p:not(.eyebrow){font-size:13px}
  .hero-actions{display:grid;justify-items:start}
  .hero-note{left:20px;right:20px;text-align:left}
  .scroll-cue{left:20px}
  .quick-actions{grid-template-columns:1fr}
  .quick-actions button,.quick-actions a{min-height:90px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .section{padding:78px 20px}
  .intro{grid-template-columns:1fr;gap:24px}
  .intro-copy{grid-column:auto;padding-top:0}
  .section-heading{grid-template-columns:1fr;gap:20px}
  .collection-grid,.project-grid{grid-template-columns:1fr}
  .collection-card,.collection-card-large,.collection-card-wide,.project-card,.project-card-large,.project-card-wide{grid-column:auto;grid-row:auto;min-height:540px}
  .collection-copy,.project-copy{inset:auto 20px 20px}
  .planner-visual,.materials-visual,.assurance-visual{height:520px}
  .planner-copy,.materials-copy,.assurance-copy{padding:75px 20px}
  .material-controls{grid-template-columns:1fr}
  .estimate-builder{grid-template-columns:1fr}
  .estimate-result{grid-column:auto}
  .process-grid{grid-template-columns:1fr}
  .process-grid article{border-right:0;border-bottom:1px solid var(--line)}
  .faq{grid-template-columns:1fr;gap:40px}
  .contact-grid{grid-template-columns:1fr}
  .price-form,.modal-form{grid-template-columns:1fr;padding:20px}
  .form-heading,.full{grid-column:auto}
  footer{grid-template-columns:1fr;padding:60px 20px 95px}
  .footer-note{grid-column:auto}
  .mobile-actions{position:fixed;inset:auto 0 0;z-index:18000;display:grid;grid-template-columns:repeat(4,1fr);background:#17130f}
  .mobile-actions a,.mobile-actions button{min-height:58px;display:grid;place-items:center;color:#fff;background:transparent;border:0;text-decoration:none;font-size:7.5px;font-weight:800;text-transform:uppercase}
  .mobile-actions button:last-child{background:var(--accent)}
  .modal-visual{min-height:350px;padding:28px}
  .modal-visual h2,.estimate-modal-copy h2,.project-modal-copy h2{font-size:44px}
  .estimate-modal-copy,.project-modal-copy{padding:34px 22px}
}
