@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap');
:root{--paper:#f7f6f2;--ink:#252b28;--muted:#656a65;--line:#d9dcd4;--accent:#4b604d;--wood:#ad7958;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}img{display:block;width:100%;height:100%;object-fit:cover}figure{margin:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}h1,h2{font-family:var(--serif);line-height:1.08;letter-spacing:-.04em}h1{font-size:clamp(3rem,5.8vw,6.2rem)}h2{font-size:clamp(2.3rem,4vw,4.4rem)}h3{font-size:1.4rem;line-height:1.3}p{max-width:65ch}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #bd835d;outline-offset:5px}.skip{position:absolute;left:1rem;top:-5rem;background:white;padding:1rem;z-index:100}.skip:focus{top:1rem}.wrap{width:min(1360px,90%);margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:600;display:block;margin-bottom:1.5rem}.muted{color:var(--muted)}.site-header{border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:106px}.brand{display:flex;align-items:center;gap:1rem}.brand b{font-family:'Manrope',sans-serif;font-size:2.4rem;line-height:1;font-weight:500;letter-spacing:-.09em}.brand span{font-size:.7rem;line-height:1.4;letter-spacing:.18em;border-left:1px solid var(--line);padding-left:1rem}.nav{display:flex;align-items:center;gap:1.8rem;font-size:.875rem}.nav a[aria-current=page]{text-decoration:underline;text-underline-offset:8px}.button{display:inline-flex;align-items:center;justify-content:center;gap:2rem;padding:1rem 1.5rem;background:var(--ink);color:white;border:1px solid var(--ink);font-size:.875rem;line-height:1.4;min-height:50px}.button:hover{background:var(--accent);border-color:var(--accent)}.button.outline{background:transparent;color:var(--ink)}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.text-link{display:inline-flex;align-items:center;gap:1.6rem;border-bottom:1px solid;padding-bottom:.4rem;font-size:.875rem}.menu-toggle{display:none;border:1px solid var(--line);background:transparent;padding:.6rem}.hero{padding:4rem 0 0}.hero-top{display:grid;grid-template-columns:1.5fr 1fr;gap:7%;align-items:end;margin-bottom:3rem}.hero h1 em{font-weight:400;color:var(--accent)}.hero-copy{padding-bottom:.4rem}.hero-copy p{font-size:1rem;color:var(--muted);margin-bottom:1.8rem;max-width:35ch}.hero-image{height:clamp(330px,43vw,640px);position:relative;background:#4c4e46;overflow:hidden}.hero-image img{object-position:center 56%}.image-caption{position:absolute;left:1.5rem;bottom:1.2rem;background:#202820d9;color:white;font-size:.75rem;padding:.4rem .7rem}.hero-bottom{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--line);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.section{padding:6rem 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:3rem}.section-head h2{max-width:16ch}.section-head p{max-width:34ch;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}.category-card{display:block;border-top:1px solid var(--line);padding:1rem 0}.category-card .category-photo{aspect-ratio:4/5;overflow:hidden;background:#ddd}.category-card img{transition:transform .5s}.category-card:hover img{transform:scale(1.035)}.category-card .label{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.category-card .number{font-size:.75rem;color:var(--muted);display:block;margin-bottom:.7rem}.category-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0 2rem;margin-top:1.2rem}.category-list a{padding:1.25rem 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.split{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.split figure{height:600px;position:relative}.split h2{margin-bottom:1.5rem}.split p{margin-bottom:2rem;color:var(--muted)}.soft{background:#e9ece5}.dark{background:var(--ink);color:var(--paper)}.dark p{color:#c8cfc6}.cta{display:flex;justify-content:space-between;align-items:center;gap:3rem}.cta h2{max-width:19ch}.cta p{margin-top:1.5rem}.footer{padding:4rem 0 1.5rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem}.footer-main p{margin-top:1.5rem;color:var(--muted);max-width:27ch}.footer-links{display:flex;flex-direction:column;gap:.6rem;font-size:.875rem}.footer-links strong{font-weight:500;margin-bottom:.5rem}.footer-bottom{display:flex;justify-content:space-between;gap:2rem;border-top:1px solid var(--line);padding-top:1.5rem;font-size:.75rem;color:var(--muted)}.whatsapp{position:fixed;right:1.5rem;bottom:1.5rem;border-radius:50%;width:58px;height:58px;background:#244d38;color:white;display:grid;place-items:center;box-shadow:0 4px 25px #0003;z-index:25;border:1px solid #ffffff70}.whatsapp svg{width:28px;height:28px}.page-intro{padding:4rem 0 3rem}.page-intro h1{font-size:clamp(2.8rem,5vw,5.1rem);max-width:20ch}.page-intro p{color:var(--muted);margin-top:1.5rem}.crumb{font-size:.875rem;color:var(--muted);margin-bottom:2rem}.notice{background:#e9ece5;border-left:2px solid var(--accent);padding:1rem 1.2rem;font-size:.875rem;max-width:70ch}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.gallery button{padding:0;border:0;background:none;position:relative;aspect-ratio:4/3}.gallery button span{position:absolute;bottom:1rem;right:1rem;background:var(--paper);padding:.4rem .8rem;font-size:.875rem}.gallery-card figure{height:380px;margin-bottom:1.2rem;position:relative}.gallery-card p{color:var(--muted);font-size:.875rem;margin-top:.5rem}.empty{padding:3rem;border:1px solid var(--line)}.empty h2{font-size:2rem;margin-bottom:1rem}.empty p{color:var(--muted);margin-bottom:1.5rem}.form-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:10%}.form-layout h2{font-size:2.5rem;margin-bottom:1.5rem}.form{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.field{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.field.full,.form .full{grid-column:1/-1}input,select,textarea{border:1px solid #a8afa6;border-radius:0;background:transparent;color:var(--ink);padding:.8rem;width:100%;min-height:48px}textarea{resize:vertical;min-height:150px}.form-help{font-size:.875rem;color:var(--muted)}.form-result{grid-column:1/-1;white-space:pre-wrap;overflow-wrap:anywhere}.contact-list{display:grid;gap:1.5rem;margin-top:2rem}.contact-item{padding-bottom:1.3rem;border-bottom:1px solid var(--line)}.contact-item small{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:.5rem}.prose{max-width:760px}.prose h2{font-size:2rem;margin:2.5rem 0 1rem}.prose p{margin-bottom:1.2rem}.lightbox{border:0;padding:1rem;background:var(--paper);max-width:95vw;max-height:95vh}.lightbox::backdrop{background:#111d}.lightbox img{max-height:76vh;object-fit:contain}.lightbox button{display:block;margin:0 0 1rem auto;padding:.5rem 1rem;background:var(--ink);color:white;border:0}.lightbox p{font-size:.875rem;margin-top:.5rem}.preview-note{font-size:.75rem;background:var(--ink);color:#ecefe8;text-align:center;padding:.45rem 1rem}.project-meta{display:flex;flex-wrap:wrap;gap:2rem;margin:2rem 0}.project-meta div{border-top:1px solid var(--line);padding-top:1rem;min-width:140px}.project-meta dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.project-meta dd{margin:.3rem 0 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-grid img{aspect-ratio:1;height:auto;margin-bottom:1rem}.product-grid p{margin:.8rem 0}.no-js{margin:1rem;padding:1rem;border:1px solid}
@media(min-width:1500px){.hero{padding-top:5rem}}@media(max-width:1100px){.nav{gap:1rem}.header-inner{gap:1rem}.nav .button{padding:.8rem}.brand span{display:none}.hero-top{gap:4%}.category-grid{grid-template-columns:repeat(3,1fr)}.category-grid .category-card:nth-child(4){display:none}.split figure{height:500px}}@media(max-width:800px){.header-inner{min-height:80px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:80px;background:var(--paper);padding:1.5rem 5%;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch}.nav.open{display:flex}.brand span{display:block}.hero{padding-top:2.5rem}.hero-top{grid-template-columns:1fr;gap:2rem}.hero h1{max-width:13ch}.hero-copy p{max-width:45ch}.hero-image{height:400px}.hero-bottom span:last-child{display:none}.section{padding:3.5rem 0}.section-head{align-items:start;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.category-grid{grid-template-columns:repeat(2,1fr)}.category-grid .category-card:nth-child(4){display:block}.category-list{grid-template-columns:repeat(2,1fr)}.split,.form-layout{grid-template-columns:1fr;gap:2rem}.split figure{height:420px}.cta{align-items:start;flex-direction:column}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:.5rem;padding-right:4rem}.gallery{grid-template-columns:1fr}.gallery-card figure{height:350px}.product-grid{grid-template-columns:repeat(2,1fr)}.page-intro{padding-top:2.5rem}.whatsapp{right:1rem;bottom:1rem}}@media(max-width:460px){.brand span{font-size:.6rem}.hero h1{font-size:3rem}.hero-image{height:320px}.category-card h3{font-size:1.1rem}.category-grid{gap:1rem}.category-list{font-size:.875rem}.form{grid-template-columns:1fr}.field{grid-column:1/-1}.empty{padding:1.5rem}.product-grid{grid-template-columns:1fr}.footer-main{gap:2rem}.image-caption{left:.7rem;bottom:.7rem;font-size:.75rem;max-width:90%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
