:root{--earth:#28352a;--orange:#e36b32;--cream:#f4f0e8;--ink:#171815;--muted:#6b7068;--line:#d8d7ce}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:'Space Grotesk',sans-serif}h1{font-size:clamp(3rem,7vw,6.8rem);line-height:.94;letter-spacing:-.07em;margin:1.2rem 0}h2{font-size:clamp(2.8rem,5vw,5rem);line-height:.95;letter-spacing:-.06em;margin:.8rem 0}h3{font-size:1.35rem;line-height:1.1}em{color:var(--orange);font-style:normal}.section{padding:8rem max(6vw,24px);max-width:1440px;margin:auto}.site-header{position:sticky;top:0;z-index:5;background:rgba(244,240,232,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{max-width:1440px;margin:auto;padding:1rem max(6vw,24px);display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.55rem;font-weight:700;font-size:.85rem;letter-spacing:.02em}.brand-mark{display:grid;place-items:center;background:var(--orange);color:white;border-radius:50%;width:30px;height:30px}.nav-links{display:flex;align-items:center;gap:1.7rem}.nav-links a,.footer-links a{color:inherit;text-decoration:none;font-size:.78rem;font-weight:700}.button,.outline-button{display:inline-flex;align-items:center;gap:1rem;text-decoration:none;font-size:.75rem;font-weight:700;letter-spacing:.04em;padding:1rem 1.25rem;border-radius:2px}.button{background:var(--orange);color:white}.button span,.outline-button span{font-size:1.1rem}.button-small{padding:.7rem 1rem}.text-link{color:inherit;text-decoration:none;font-weight:700;font-size:.8rem;margin-left:1.2rem}.text-link span{color:var(--orange);margin-left:.6rem}.menu-toggle{display:none;border:0;background:none;font-size:1.5rem}.hero{min-height:calc(100vh - 65px);max-width:1440px;margin:auto;padding:7rem max(6vw,24px) 5rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5vw}.eyebrow,.section-kicker,.product-tag{color:var(--orange);font-size:.68rem;font-weight:700;letter-spacing:.17em}.hero-text{max-width:490px;color:var(--muted);font-size:1.05rem;line-height:1.65}.hero-actions{margin:2rem 0 3rem}.hero-note{font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:.55rem}.dot{background:var(--orange);width:8px;height:8px;border-radius:50%}.hero-visual{position:relative;min-height:540px}.image-frame{height:540px;overflow:hidden;background:#d9c9ac;border-radius:180px 180px 8px 8px;position:relative}.image-frame img,.product-image img,.gallery-item img{width:100%;height:100%;object-fit:cover}.placeholder-label{position:absolute;inset:auto 1rem 1rem;background:rgba(23,24,21,.75);color:white;padding:.45rem;font-size:.65rem;letter-spacing:.04em;text-align:center}.missing-image{background:linear-gradient(135deg,#d9c9ac,#a9b18f)}.stamp{position:absolute;right:-2rem;top:3rem;background:var(--orange);color:white;border-radius:50%;width:110px;height:110px;display:grid;place-content:center;text-align:center;font-size:.55rem;line-height:1.4;transform:rotate(12deg)}.stamp strong{font-size:.75rem}.intro{border-top:1px solid var(--line)}.intro-head,.section-title{display:flex;justify-content:space-between;align-items:end;gap:3rem}.intro-head p,.section-title>p{max-width:340px;color:var(--muted);line-height:1.6}.story-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1rem;margin-top:4rem}.story-card{padding:2.3rem;border:1px solid var(--line);min-height:245px;position:relative}.story-card.featured{background:var(--orange);color:white}.story-card.featured p{color:#fff}.card-number{font-size:.7rem;font-weight:700}.story-card p,.product-info p,.benefit-list p{color:var(--muted);line-height:1.6;font-size:.9rem}.featured p{color:white}.card-line{display:block;position:absolute;bottom:2rem;width:40%;height:1px;background:white}.products{background:var(--earth);max-width:none;padding-left:max(6vw,24px);padding-right:max(6vw,24px)}.products>*{max-width:1320px;margin-left:auto;margin-right:auto}.light{color:#eaaa7d}.light-title{color:white}.light-title p{color:#b7beb4}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:4rem}.product-card{background:var(--cream);display:grid;grid-template-columns:1fr 1fr}.product-image{min-height:340px;position:relative;background:#d9c9ac}.product-info{padding:2rem;display:flex;flex-direction:column;align-items:flex-start}.product-info h3{margin:1rem 0}.outline-button{border:1px solid var(--orange);color:var(--ink);margin-top:auto}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:10vw}.benefit-copy>p{max-width:400px;color:var(--muted);line-height:1.6;margin:2rem 0}.benefit-list>div{border-top:1px solid var(--line);padding:1.5rem 0 1.5rem 3rem;position:relative}.benefit-list b{position:absolute;left:0;color:var(--orange);font-size:.7rem}.benefit-list h3{margin:.1rem 0}.benefit-list p{margin:0}.gallery{border-top:1px solid var(--line)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:10px;margin-top:4rem}.gallery-item{padding:0;border:0;position:relative;overflow:hidden;background:#d9c9ac;cursor:pointer}.gallery-item:hover img{transform:scale(1.06)}.gallery-item img{transition:transform .4s}.gallery-1,.gallery-6{grid-row:span 2}.gallery-2{grid-column:span 2}.gallery-5{grid-column:span 2}.contact{max-width:none;background:var(--earth);padding-bottom:5rem}.contact-panel{max-width:1320px;margin:auto;color:white;display:grid;grid-template-columns:1fr 1fr;gap:10vw}.contact-panel p{color:#b7beb4;line-height:1.6}.contact-details{border-top:1px solid #506052}.contact-details p{border-bottom:1px solid #506052;padding:1rem 0;margin:0;display:flex;justify-content:space-between;font-size:.85rem}.contact-details span{color:#aab6a4;font-size:.65rem;letter-spacing:.12em}.contact-details a{color:white}.contact-details a:hover{color:#eaaa7d}footer{background:#172118;color:white;padding:2rem max(6vw,24px);display:flex;justify-content:space-between;align-items:center;font-size:.72rem}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer-links{display:flex;gap:1.5rem}footer p{color:#aab6a4;margin:0}dialog{border:0;padding:0;background:#111;max-width:90vw;max-height:90vh}dialog::backdrop{background:rgba(0,0,0,.8)}dialog img{display:block;max-width:90vw;max-height:85vh}.modal-close{position:absolute;right:.5rem;top:.2rem;background:none;border:0;color:white;font-size:2rem;cursor:pointer}
@media(max-width:800px){.nav-links{display:none;position:absolute;top:65px;left:0;right:0;background:var(--cream);padding:1.5rem 24px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.menu-open .nav-links{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:5rem}.hero-visual{min-height:380px}.image-frame{height:380px}.stamp{right:0}.story-grid,.product-grid,.benefits,.contact-panel{grid-template-columns:1fr}.story-grid{margin-top:2rem}.product-card{grid-template-columns:1fr}.product-image{min-height:260px}.section-title,.intro-head{display:block}.section-title>p{margin-top:1.5rem}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}.gallery-2,.gallery-5{grid-column:span 1}.gallery-1,.gallery-6{grid-row:span 1}footer{flex-wrap:wrap;gap:1.2rem}.footer-links{order:3;width:100%}}
.section{padding-top:5rem;padding-bottom:5rem}.hero{min-height:auto;padding-top:5rem;padding-bottom:4rem}.gallery-grid{grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:180px 180px;grid-auto-rows:auto}.gallery-1{grid-row:span 2}.gallery-2{grid-column:auto}.gallery-3{grid-column:auto}.gallery-4{grid-column:2 / span 2}.gallery-4 img{object-position:center 35%}
.logo-image{width:32px;height:32px;object-fit:cover;border-radius:50%}.price{display:block;color:var(--orange);font-family:'Space Grotesk',sans-serif;font-size:2rem;margin:.5rem 0}.price small{font-family:'DM Sans',sans-serif;font-size:.65rem;letter-spacing:.08em}
.section{padding-top:5rem;padding-bottom:5rem}.hero{min-height:auto;padding-top:5rem;padding-bottom:4rem}.gallery-grid{grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:180px 180px;grid-auto-rows:auto}.gallery-1{grid-row:span 2}.gallery-2{grid-column:auto}.gallery-3{grid-column:auto}.gallery-4{grid-column:2 / span 2}.gallery-4 img{object-position:center 35%}
@media(max-width:800px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:150px 150px}.gallery-1,.gallery-2,.gallery-3,.gallery-4{grid-column:auto;grid-row:auto}}
