:root{--bg:#1f1b18;--paper:#f5f2ec;--paper2:#efe8dd;--ink:#222;--muted:#555;--brown:#6d4f31;--brown2:#5a3f26;--line:rgba(0,0,0,.08)}
*{box-sizing:border-box}html,body{min-height:100%;scroll-behavior:smooth}body{margin:0;font-family:Georgia,serif;background:var(--bg);color:var(--ink);min-height:100vh;display:flex;flex-direction:column}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.header{background:rgba(232,223,211,.97);padding:14px 40px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.container,.section-inner,.page-hero-inner,.footer-inner,.hero-inner{max-width:1300px;margin:0 auto}.container{display:flex;justify-content:space-between;align-items:center;gap:20px}
.logo{display:flex;align-items:center;flex:0 0 auto}.logo img{height:92px;width:auto;max-width:340px;display:block;object-fit:contain}.nav{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.nav a{font-size:18px}
.nav-toggle{display:none;background:transparent;border:1px solid rgba(0,0,0,.12);color:var(--ink);padding:10px 14px;border-radius:8px;font-size:16px;cursor:pointer}
.btn{background:var(--brown);color:#fff!important;padding:13px 22px;border-radius:8px;display:inline-block;box-shadow:0 8px 18px rgba(0,0,0,.08);border:0;cursor:pointer}.btn:hover{background:var(--brown2)} .ghost{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff!important}
.hero{min-height:650px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(245,241,236,.93) 0%,rgba(245,241,236,.86) 34%,rgba(245,241,236,.38) 60%,rgba(245,241,236,.08) 82%),url("images/hero.jpg") center/cover no-repeat}
.hero-inner{width:100%;padding:90px 60px}.hero-copy{max-width:680px}.kicker{display:inline-block;margin-bottom:16px;padding:7px 12px;border-radius:999px;background:rgba(109,79,49,.1);color:var(--brown);font-size:15px}
.hero h1{font-size:58px;line-height:1.06;margin:0 0 18px}.hero p{font-size:21px;color:var(--muted);margin:0 0 28px;max-width:620px}.buttons{display:flex;gap:15px;flex-wrap:wrap}
.stats{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:760px}.stat{background:rgba(255,255,255,.62);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:18px}.stat strong{display:block;font-size:30px;color:var(--brown);margin-bottom:4px}
.section{background:var(--paper);padding:54px 40px}.alt{background:var(--paper2)}.section-title{font-size:38px;margin:0 0 14px}.lead{font-size:20px;color:var(--muted);max-width:820px;margin:0 0 28px}.points{display:flex;gap:22px;flex-wrap:wrap;color:var(--muted);font-size:22px}
.cta-band{background:linear-gradient(90deg,rgba(95,68,42,.94),rgba(109,79,49,.94)),url("images/shop-bg.jpg") center/cover no-repeat;color:#fff;padding:42px 40px}.cta-band .inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.cta-band h2{margin:0 0 10px;font-size:38px}.cta-band p{margin:0;color:rgba(255,255,255,.88);font-size:20px}.cta-actions{display:flex;justify-content:flex-end;gap:14px;flex-wrap:wrap}.cta-actions .btn{background:#fff;color:var(--brown)!important}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card,.panel,.quote,.form-box{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.08)}.card img{width:100%;height:250px;object-fit:cover}.card-body,.panel,.quote,.form-box{padding:22px}.card-body h3,.panel h3,.form-box h3{margin:0 0 10px;font-size:30px}.card-body p,.panel p,.panel li,.quote p,.mini{font-size:18px;line-height:1.65;color:var(--muted)}.panel ul{padding-left:20px;margin:0}
.page-hero{min-height:300px;display:flex;align-items:end;padding:60px 40px;background:linear-gradient(90deg,rgba(245,241,236,.92) 0%,rgba(245,241,236,.74) 44%,rgba(245,241,236,.22) 74%,rgba(245,241,236,.06) 100%),url("images/hero.jpg") center/cover no-repeat}.page-hero h1{font-size:50px;margin:0 0 10px}.page-hero p{font-size:20px;color:var(--muted);max-width:760px;margin:0}
.field{margin-bottom:14px}.field input,.field textarea,.field select{width:100%;padding:14px 16px;border:1px solid #d4c6b5;border-radius:8px;font-family:inherit;font-size:17px;background:#fff}.field textarea{min-height:140px;resize:vertical}
.badge-row{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 18px}.badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(109,79,49,.1);color:var(--brown);font-size:14px}
.upload-box{border:2px dashed rgba(109,79,49,.35);border-radius:12px;padding:24px;background:#faf8f4}.note-box{background:#faf8f4;border-left:4px solid var(--brown);padding:16px 18px;border-radius:8px}
.step-circle{width:46px;height:46px;border-radius:50%;background:rgba(109,79,49,.12);color:var(--brown);display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:22px;margin-bottom:14px}
.footer{background:var(--brown2);color:#fff;padding:24px 40px;margin-top:auto}.footer-inner{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.footer-nav{display:flex;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.88)}
.social-icons{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.social-icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18)!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important}.social-icon svg{width:18px;height:18px;fill:#fff!important}
@media (max-width:980px){.container{flex-direction:column;align-items:flex-start}.hero-inner{padding:64px 28px}.hero h1{font-size:42px}.hero p,.lead,.cta-band p,.page-hero p{font-size:19px}.stats,.grid-2,.grid-3,.featured-grid,.cta-band .inner{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.cta-actions{justify-content:flex-start}.header,.section,.cta-band,.footer,.page-hero{padding-left:24px;padding-right:24px}}
@media (max-width:820px){.header{padding:12px 18px}.container{align-items:center;gap:14px}.logo img{height:78px;max-width:280px}.nav-toggle{display:inline-block;margin-left:auto}.nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:12px;padding:12px 0 6px}.nav.open{display:flex}.nav a{width:100%;font-size:17px}.nav .btn{width:100%;text-align:center}.hero{min-height:auto;background:linear-gradient(180deg,rgba(245,241,236,.96) 0%,rgba(245,241,236,.88) 36%,rgba(245,241,236,.5) 68%,rgba(245,241,236,.18) 100%),url("images/hero.jpg") center/cover no-repeat}.hero-inner{padding:42px 20px 46px}.hero-copy{max-width:100%}.hero h1{font-size:34px;line-height:1.08;margin-bottom:14px}.hero p{font-size:18px;margin-bottom:20px}.kicker{font-size:13px}.buttons{width:100%}.buttons .btn,.cta-actions .btn{width:100%;text-align:center}.stats{max-width:100%;margin-top:22px}.stat{padding:16px}.stat strong{font-size:24px}.section,.cta-band,.footer,.page-hero{padding-left:18px;padding-right:18px}.section{padding-top:38px;padding-bottom:38px}.page-hero{min-height:auto;padding-top:38px;padding-bottom:30px}.page-hero h1{font-size:32px;line-height:1.1}.page-hero p,.lead{font-size:18px}.section-title{font-size:28px;line-height:1.15}.points{font-size:17px;gap:12px;flex-direction:column}.panel,.form-box,.quote{padding:18px;border-radius:12px}.panel h3,.form-box h3,.card-body h3{font-size:24px}.panel p,.panel li,.quote p,.card-body p,.mini{font-size:17px}.card img{height:210px}.cta-band h2{font-size:28px}.field input,.field textarea,.field select{font-size:16px;padding:13px 14px}.footer{padding-top:20px;padding-bottom:20px}.footer-inner{flex-direction:column;align-items:flex-start}.footer-nav{gap:12px;flex-direction:column;align-items:flex-start}.social-icons{gap:10px}.social-icon{width:40px;height:40px}}
@media (max-width:640px){.logo img{height:70px;max-width:240px}.hero h1,.page-hero h1{font-size:34px}.buttons,.cta-actions{flex-direction:column;align-items:flex-start}.process-grid{grid-template-columns:1fr}}
