:root{color-scheme:light;--ink: #1f2528;--muted: #5e6869;--paper: #fbf8f2;--surface: #fffdf8;--line: #ded6ca;--brand: #546476;--brand-dark: #354654;--accent: #9a6628;--accent-dark: #7a5528;--focus: #1f6f8b;--shadow: 0 18px 48px rgb(43 35 24 / 14%);--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper)}body,button,input,textarea{font:inherit}img{display:block;max-width:100%;height:auto}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:3px}h1,h2,h3,p{margin:0}h1,h2,h3,.brand span,.footer-name{font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:0}h1{max-width:12ch;font-size:clamp(3rem,8vw,6.8rem);line-height:.95}h2{max-width:16ch;font-size:clamp(2rem,4vw,3.6rem);line-height:1}h3{font-size:1.35rem;line-height:1.15}p{line-height:1.65}.site-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem clamp(1rem,4vw,3rem);border-bottom:1px solid rgb(255 255 255 / 22%);background:#1f2528db;color:#fff;backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;min-height:48px;gap:.75rem;text-decoration:none}.brand img{width:48px;height:48px;object-fit:contain;padding:4px;border:1px solid rgb(255 255 255 / 72%);border-radius:var(--radius);background:var(--surface);box-shadow:0 4px 14px #00000029}.brand span{font-size:1.15rem;white-space:nowrap}.desktop-nav{margin-left:auto}.mobile-nav-menu{display:none}.mobile-nav-menu summary::-webkit-details-marker{display:none}.menu-icon{position:relative;width:18px;height:12px;display:inline-block;border-block:2px solid currentColor}.menu-icon:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:2px solid currentColor;transform:translateY(-50%)}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:wrap}.site-nav a{min-height:44px;display:inline-flex;align-items:center;padding:.65rem .8rem;border-radius:999px;color:#ffffffd6;text-decoration:none;font-size:.95rem}.site-nav a:hover,.site-nav a[aria-current=page]{background:#ffffff1f;color:#fff}.hero{position:relative;min-height:min(760px,calc(100vh - 72px));display:grid;align-items:end;padding:min(14vh,7rem) clamp(1rem,5vw,4rem);overflow:hidden;isolation:isolate;color:#fff;background:var(--brand-dark)}.hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--hero-image);background-position:center;background-size:cover;transform:scale(1.02)}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0d1213d6,#0d12137a 48%,#0d12132e),linear-gradient(0deg,rgb(13 18 19 / 58%),transparent 46%)}.hero-content{max-width:760px;display:grid;gap:1.25rem}.hero-content p:not(.eyebrow){max-width:680px;font-size:clamp(1.05rem,2vw,1.3rem)}.hero-actions,.center-action{display:flex;flex-wrap:wrap;gap:.8rem}.center-action{justify-content:center;margin-top:2rem}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;max-width:100%;padding:.8rem 1.05rem;border:1px solid transparent;border-radius:var(--radius);font-weight:700;line-height:1.1;text-align:center;text-decoration:none;cursor:pointer}.button-primary{background:var(--accent);color:#fffdf8}.button-primary:hover{background:#ca9a56}.button-secondary{border-color:currentColor;background:#ffffff14;color:inherit}.button-secondary:hover{background:#ffffff2e}.eyebrow{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.hero .eyebrow{color:#d6ad72}.section,.section-intro,.split-section,.form-section,.contact-options,.policy-list,.gallery-grid,.note-band{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.section,.section-intro,.split-section,.form-section,.policy-list,.gallery-grid,.note-band{margin-top:clamp(3rem,8vw,6rem)}.section-intro,.split-section,.form-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(1.5rem,5vw,4rem);align-items:start}.section-heading{display:grid;gap:.75rem;margin-bottom:1.5rem}.section-copy,.split-section p,.prose,.clean-list,.policy-list p,.note-band p{color:var(--muted);font-size:1.05rem}.text-link{display:inline-flex;min-height:44px;align-items:center;margin-top:1rem;color:var(--accent-dark);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.product-card{display:grid;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 30px #2d261d14}.product-image-link{display:block;background:#eee5d9}.product-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .18s ease}.product-card:hover img{transform:scale(1.025)}.product-card-body{display:grid;gap:.75rem;padding:1rem}.product-card-body p{color:var(--muted);font-size:.96rem}.product-meta{display:flex;justify-content:space-between;gap:.75rem;color:var(--brand);font-size:.78rem;font-weight:800;text-transform:uppercase}.product-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.25rem}.price{color:var(--ink);font-size:1.08rem;font-weight:900;white-space:nowrap}.coming-soon{min-height:44px;display:inline-flex;align-items:center;gap:.45rem;padding:.6rem .75rem;border:1px solid var(--line);border-radius:var(--radius);color:var(--muted);font-weight:800}.coming-soon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.page-hero{width:min(980px,calc(100% - 2rem));margin:0 auto;padding:clamp(4rem,10vw,8rem) 0 clamp(1.5rem,4vw,3rem);display:grid;gap:1rem}.page-hero h1{max-width:13ch;color:var(--ink)}.page-hero p:not(.eyebrow){max-width:740px;color:var(--muted);font-size:1.15rem}.compact-hero{padding-bottom:0}.category-strip{width:min(1180px,calc(100% - 2rem));margin:2rem auto 0;display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.25rem}.category-strip a{min-height:44px;display:inline-flex;align-items:center;white-space:nowrap;padding:.7rem .95rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);text-decoration:none;font-weight:800}.note-band{display:grid;gap:1rem;padding:clamp(1.25rem,4vw,2.25rem);border-block:1px solid var(--line)}.note-band h2{max-width:18ch}.note-band .button{justify-self:start}.clean-list{display:grid;gap:.8rem;margin:0;padding-left:1.2rem}.form-section{align-items:start}.request-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.request-form label{display:grid;gap:.45rem;color:var(--ink);font-weight:800}.request-form input,.request-form textarea{width:100%;min-height:48px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);padding:.8rem}.request-form textarea{min-height:160px;resize:vertical}.full-field,.request-form button{grid-column:1 / -1}.checkbox-field{display:flex!important;grid-template-columns:auto 1fr;align-items:start;font-weight:600!important;color:var(--muted)!important}.checkbox-field input{width:20px;min-height:20px;margin-top:.2rem}.request-form button{justify-self:start}.gallery-grid{columns:3 260px;column-gap:1rem}.portfolio-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.portfolio-project{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 30px #2d261d14}.portfolio-project img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#eee5d9}.portfolio-project-body{display:grid;gap:.75rem;padding:1rem}.portfolio-project-body p{color:var(--muted)}.project-meta{display:flex;justify-content:space-between;gap:.75rem;color:var(--brand);font-size:.78rem;font-weight:800;text-transform:uppercase}.project-location{color:var(--accent-dark);font-weight:800}.gallery-grid figure{break-inside:avoid;margin:0 0 1rem;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.gallery-grid img{width:100%;object-fit:cover}.gallery-grid figcaption{padding:.75rem;color:var(--muted);font-weight:800}.image-band{width:min(1180px,calc(100% - 2rem));margin:clamp(3rem,8vw,6rem) auto 0;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:1rem}.image-band img{width:100%;height:320px;object-fit:cover;border-radius:var(--radius)}.image-band img:nth-child(2){margin-top:2rem}.contact-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:clamp(2rem,5vw,4rem)}.contact-option{display:grid;gap:.4rem;min-height:120px;padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-decoration:none}.contact-option span{color:var(--brand);font-size:.82rem;font-weight:900;text-transform:uppercase}.contact-option strong{overflow-wrap:anywhere;font-size:1.05rem}.policy-list{display:grid;gap:1.25rem}.policy-list article{display:grid;gap:.8rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line)}.site-footer{width:min(1180px,calc(100% - 2rem));margin:clamp(4rem,9vw,7rem) auto 0;padding:2rem 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1.5rem;color:var(--muted)}.site-footer img{width:56px;height:56px;object-fit:contain}.footer-name{margin-top:.8rem;color:var(--ink);font-size:1.35rem}.footer-heading{color:var(--ink);font-weight:900}.site-footer a{display:block;min-height:36px;color:var(--muted)}@media(max-width:700px){.site-header{align-items:center;flex-direction:row;flex-wrap:wrap;gap:.75rem}.brand{flex:1 1 auto;min-width:0}.brand span{overflow:hidden;text-overflow:ellipsis}.desktop-nav{display:none}.mobile-nav-menu{position:relative;display:block;flex:0 0 auto;margin-left:auto}.mobile-nav-menu summary{min-height:44px;display:inline-flex;align-items:center;gap:.55rem;padding:.65rem .85rem;border:1px solid rgb(255 255 255 / 22%);border-radius:var(--radius);background:#ffffff1a;color:#fff;font-weight:800;cursor:pointer}.mobile-nav-menu[open] summary{background:#ffffff2e}.mobile-nav{position:absolute;top:calc(100% + .6rem);right:0;width:min(320px,calc(100vw - 2rem));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:.5rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.mobile-nav-menu:not([open]) .mobile-nav{display:none}.mobile-nav a{min-height:44px;justify-content:center;padding:.55rem .65rem;border-radius:calc(var(--radius) - 2px);color:var(--ink);font-size:.92rem;font-weight:800;text-align:center}.mobile-nav a:hover,.mobile-nav a[aria-current=page]{background:#eef1f1;color:var(--brand-dark)}}@media(max-width:880px){.hero{min-height:680px}.section-intro,.split-section,.form-section,.site-footer{grid-template-columns:1fr}.product-grid,.portfolio-project-grid,.contact-options{grid-template-columns:repeat(2,minmax(0,1fr))}.image-band{grid-template-columns:1fr}.image-band img,.image-band img:nth-child(2){height:260px;margin-top:0}}@media(max-width:620px){.brand span{font-size:1rem}.hero{min-height:620px;padding-bottom:3rem}.hero-actions,.product-actions{align-items:stretch;flex-direction:column}.hero-actions .button,.product-actions .button,.coming-soon{width:100%}.product-grid,.portfolio-project-grid,.contact-options,.request-form{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
