/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--cream:#faf6ee;--sand:#f0e6d2;--haze:#d9c9b0;--terracotta:#c96c4b;--terracotta-dark:#a9533a;--espresso:#253a52;--bark:#526071;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--espresso);margin:0;font-family:Arial Narrow,Arial,sans-serif}a{color:inherit}.edge{background:var(--terracotta);height:5px}header{border-bottom:1px solid var(--haze);z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf6eef5;justify-content:space-between;align-items:center;height:94px;padding:0 clamp(24px,5vw,72px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:13px;text-decoration:none;display:flex}.brand img{object-fit:contain;width:58px;height:58px;display:block}.brand span,.footer-brand>span:last-child{flex-direction:column;display:flex}.brand strong,.footer-brand strong{letter-spacing:.025em;font-size:20px;line-height:1}.brand small,.footer-brand small{letter-spacing:.25em;color:var(--terracotta);margin-top:7px;font-size:9px;font-weight:800}nav{align-items:center;gap:28px;display:flex}nav>a:not(.button){text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:700;text-decoration:none}.button{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;padding:15px 22px;font:700 13px/1 Arial,sans-serif;text-decoration:none;transition:all .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.primary{background:var(--terracotta);color:var(--cream)}.primary:hover{background:var(--terracotta-dark)}.secondary{border:1px solid var(--bark);color:var(--espresso)}.small{padding:12px 16px}.wide{width:100%}.button:disabled{opacity:.65;cursor:wait}.hero{background:linear-gradient(120deg,var(--cream),var(--sand));grid-template-columns:1.12fr .88fr;align-items:center;gap:70px;min-height:690px;padding:82px clamp(24px,7vw,110px);display:grid}.eyebrow{color:var(--terracotta-dark);letter-spacing:.28em;text-transform:uppercase;margin:0 0 22px;font-size:12px;font-weight:800}.hero h1,.section h2,.dark-section h2,.review-section h2,.quote-section h2{letter-spacing:-.055em;text-transform:uppercase;margin:0;font-size:clamp(46px,6.2vw,90px);line-height:.9}.hero h1 span{color:var(--terracotta)}.lead{color:var(--bark);max-width:640px;font-size:20px;line-height:1.6}.hero .lead{margin:30px 0}.actions{flex-wrap:wrap;gap:12px;display:flex}.hero-art{aspect-ratio:4/5;background:#efe0c8;border-radius:30px;max-height:570px;position:relative;overflow:hidden;box-shadow:0 25px 60px #251d1729}.hero-art .sun{background:#d69170;border-radius:50%;width:160px;height:160px;position:absolute;top:55px;right:45px}.building{background:#493328;position:absolute;bottom:95px}.building:after{content:"";background:repeating-linear-gradient(90deg,#e9d6b9 0 20px,#0000 20px 38px);position:absolute;inset:25px}.building.one{width:32%;height:52%;left:11%}.building.two{width:28%;height:38%;right:10%}.home-shape{background:var(--terracotta);clip-path:polygon(50% 0,100% 36%,100% 100%,0 100%,0 36%);width:32%;height:25%;position:absolute;bottom:95px;left:42%}.ground{background:#80634d;width:100%;height:96px;position:absolute;bottom:0}.hero-art span{color:var(--cream);z-index:2;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:700;position:absolute;bottom:24px;left:28px}.standard-strip{border-top:1px solid var(--haze);border-bottom:1px solid var(--haze);text-transform:uppercase;letter-spacing:.19em;color:var(--bark);justify-content:center;gap:clamp(25px,6vw,80px);padding:26px 24px;font-size:11px;display:flex}.section{padding:110px clamp(24px,7vw,110px)}.section-head{max-width:820px;margin-bottom:60px}.section-head>p:last-child{color:var(--bark);max-width:680px;font-size:18px;line-height:1.7}.service-grid{border-top:1px solid var(--haze);border-left:1px solid var(--haze);grid-template-columns:repeat(3,1fr);display:grid}.service-grid article{border-right:1px solid var(--haze);border-bottom:1px solid var(--haze);background:#ffffff59;min-height:285px;padding:34px;transition:all .2s}.service-grid article:hover{background:#fff;transform:translateY(-3px);box-shadow:0 12px 35px #251d1714}.service-grid span,.steps b{color:var(--terracotta);font-family:monospace;font-size:14px}.service-grid h3,.steps h3{margin:35px 0 12px;font-size:23px}.service-grid p,.steps p{color:var(--bark);line-height:1.65}.service-grid a{color:var(--terracotta-dark);text-transform:uppercase;letter-spacing:.1em;margin-top:16px;font-size:12px;font-weight:800;text-decoration:none;display:inline-block}.dark-section{background:var(--espresso);color:var(--cream);grid-template-columns:1fr 1fr;gap:80px;padding:110px clamp(24px,7vw,110px);display:grid}.dark-section h2{color:var(--cream);font-size:clamp(44px,5.2vw,76px)}.light{color:#de9476}.light-text{color:var(--sand)}.about-copy>p:not(.lead){color:var(--haze);font-size:17px;line-height:1.7}.light-button{background:var(--cream);color:var(--espresso);margin-top:18px}.process{background:var(--sand)}.steps{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.steps>div{border-top:3px solid var(--terracotta);padding-top:25px}.review-section{grid-template-columns:.8fr 1.2fr;align-items:start;gap:90px;padding:110px clamp(24px,7vw,110px);display:grid}.review-section h2{font-size:clamp(44px,5vw,70px)}.quote-mark{color:var(--terracotta);margin-top:60px;font-family:Georgia,serif;font-size:140px;line-height:.6}.review-form,.quote-form{background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;gap:20px;padding:38px;display:grid;box-shadow:0 15px 45px #251d1717}.quote-form{display:block}.field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.review-form .field{margin:0}.full,.review-form .button,.review-form .form-status{grid-column:1/-1}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}label{letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:800}input,select,textarea{border:1px solid var(--haze);background:var(--cream);width:100%;color:var(--espresso);border-radius:7px;padding:14px 15px;font:16px Arial,sans-serif}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--terracotta);outline:3px solid #c2664a33}.form-status{color:var(--terracotta-dark);margin:2px 0 0;line-height:1.5}.quote-section{background:var(--terracotta);color:var(--cream);grid-template-columns:.9fr 1.1fr;gap:80px;padding:110px clamp(24px,7vw,110px);display:grid}.quote-section h2{color:var(--cream);font-size:clamp(45px,5.2vw,74px)}.quote-copy>p:not(.eyebrow){color:#f4ddd0;font-size:18px;line-height:1.7}.contact-note{border-top:1px solid #ffffff4d;flex-direction:column;gap:8px;margin-top:50px;padding-top:25px;display:flex}.contact-note span{letter-spacing:.12em;text-transform:uppercase;font-size:12px}.quote-section .eyebrow{color:var(--cream)}footer{background:var(--espresso);color:var(--sand);grid-template-columns:1fr auto;align-items:center;gap:30px;padding:65px clamp(24px,7vw,110px) 30px;display:grid}.footer-brand{align-items:center;gap:14px;display:flex}.footer-logo{background:var(--cream);border-radius:10px;place-items:center;width:66px;height:66px;padding:6px;display:grid}.footer-logo img{object-fit:contain;width:100%;height:100%}.footer-brand strong{color:var(--cream)}footer p{text-transform:uppercase;letter-spacing:.2em;font-size:12px}.footer-links{grid-area:1/2/3;gap:22px;display:flex}footer a{color:var(--haze);font-size:12px;text-decoration:none}.copyright{color:#b9a78a;border-top:1px solid #ffffff1f;grid-column:1/-1;padding-top:25px}@media (width<=900px){nav>a:not(.button){display:none}.hero,.dark-section,.review-section,.quote-section{grid-template-columns:1fr}.hero-art{max-height:470px}.service-grid,.steps{grid-template-columns:1fr 1fr}.standard-strip{justify-content:flex-start;overflow:auto}.dark-section,.review-section,.quote-section{gap:45px}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;grid-area:auto/1}}@media (width<=560px){header{height:78px;padding:0 18px}.brand{gap:8px}.brand img{width:45px;height:45px}.brand strong{font-size:14px}.brand small{letter-spacing:.17em;margin-top:5px;font-size:7px}nav .button{padding:11px 9px;font-size:9px}.hero,.section,.dark-section,.review-section,.quote-section{padding:70px 22px}.hero{gap:40px;min-height:auto}.hero-art{max-height:390px}.service-grid,.steps,.review-form,.form-row{grid-template-columns:1fr}.review-form,.quote-form{padding:24px}.service-grid article{min-height:auto}.standard-strip span{white-space:nowrap}.quote-mark{display:none}footer{padding:55px 22px 25px}}
