
:root{--ink:#261a13;--brown:#3a2418;--rust:#9c4d2c;--copper:#c47b44;--sand:#e7d2b5;--paper:#f8f1e7;--cream:#fffaf3;--sage:#68705a;--line:#decdb6;--shadow:0 18px 45px rgba(59,38,25,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.top{background:#23160f;color:#fff8ed;text-align:center;padding:10px 18px;font-size:12px;font-weight:800;letter-spacing:.16em}a{color:inherit}.wrap{width:min(1200px,92%);margin:auto}header{position:sticky;top:0;z-index:30;background:rgba(255,250,243,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}nav{min-height:78px;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{text-decoration:none;display:flex;align-items:center;gap:12px}.mark{width:53px;height:53px;border:4px solid var(--rust);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-weight:900;color:var(--rust);transform:rotate(-5deg)}.brand b{font-family:Georgia,serif;font-size:21px;letter-spacing:.08em}.brand small{display:block;font-size:9px;letter-spacing:.2em;margin-top:3px}.navlinks{display:flex;align-items:center;gap:21px}.navlinks a{text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.05em}.btn{display:inline-block;background:var(--rust);color:white;text-decoration:none;padding:14px 20px;border-radius:4px;border:0;font-weight:800;cursor:pointer}.btn:hover{background:#78381f}.btn.alt{background:transparent;border:1px solid #d7b894;color:#fff}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:var(--rust)}
.hero{background:#2b1b13;color:white}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:660px}.hero-copy{padding:75px max(5vw,35px);display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 20% 15%,#4b3124 0,transparent 40%),#2b1b13}.hero h1{font:700 clamp(50px,6.2vw,94px)/.93 Georgia,serif;margin:14px 0 24px;letter-spacing:-.03em}.hero p{font-size:18px;line-height:1.75;max-width:650px;color:#f2e6d7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.hero-photo{position:relative;overflow:hidden;min-height:660px}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(43,27,19,.42),transparent 35%)}.hero-badge{position:absolute;z-index:2;right:22px;bottom:22px;background:#fff9ef;color:#5b331e;width:150px;height:150px;border-radius:50%;display:grid;place-items:center;text-align:center;font:700 14px/1.35 Georgia,serif;border:5px double #a55e39;transform:rotate(-8deg)}
.trust{background:#fffaf3;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{text-align:center;padding:22px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-size:13px}.trust-item span{font-size:12px;color:#675546}
section{padding:78px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section-head h2,.story h2,.cta h2{font:700 clamp(35px,4vw,58px)/1 Georgia,serif;margin:6px 0}.section-head p{max-width:570px;line-height:1.7;color:#655547}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:var(--cream);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden;transition:.2s transform}.product-card:hover{transform:translateY(-4px)}.product-image{display:block;aspect-ratio:1.18/1;overflow:hidden;background:#eee2d1}.product-image img{width:100%;height:100%;object-fit:cover;transition:.25s transform}.product-card:hover img{transform:scale(1.025)}.product-copy{padding:19px}.product-copy h3{font:700 24px Georgia,serif;margin:7px 0 10px}.product-copy p{line-height:1.58;color:#635146;min-height:48px}.text-link{font-size:13px;font-weight:900;text-decoration:none;color:var(--rust)}
.story{background:#332117;color:#fff5e8}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.story-photo{position:relative}.story-photo img{width:100%;display:block;box-shadow:20px 20px 0 rgba(255,255,255,.08)}.story p{line-height:1.8;color:#eee0d0}.story .signature{font:italic 28px Georgia,serif;color:#e5b67c}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.fact{border-top:2px solid var(--rust);padding-top:13px}.fact b{display:block;font-family:Georgia,serif;font-size:18px}.gallery{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:14px}.gallery img{width:100%;height:100%;object-fit:cover;min-height:280px}.gallery img:first-child{grid-row:span 2;min-height:574px}.cta{background:#ead9c2}.cta-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.cta-card{background:#fffaf3;border:1px solid #cfb897;padding:32px;box-shadow:var(--shadow)}.cta-card p{line-height:1.7}.contact{background:var(--sage);color:white}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px}.contact h2{font:700 48px Georgia,serif;margin:6px 0 15px}.contact p{line-height:1.8}.socialbox{background:rgba(255,255,255,.08);padding:24px;border:1px solid rgba(255,255,255,.25)}form{display:grid;gap:12px}input,textarea,select{width:100%;border:0;border-radius:3px;padding:15px;font:inherit;background:#fffdf9;color:var(--ink)}textarea{min-height:135px;resize:vertical}footer{background:#1f1510;color:#dfccb5;padding:38px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-grid a{text-decoration:none}.footer-grid p,.footer-grid a{font-size:12px;line-height:1.7}.footer-title{font:700 20px Georgia,serif}.small{font-size:12px;line-height:1.6;opacity:.86}.page-hero{padding:85px 0;background:#332117;color:white}.page-hero h1{font:700 clamp(45px,6vw,78px) Georgia,serif;margin:7px 0 14px}.page-hero p{max-width:760px;font-size:18px;line-height:1.7;color:#f0e3d5}.article{max-width:850px}.article h2{font:700 34px Georgia,serif;margin-top:42px}.article p,.article li{line-height:1.8;color:#5f4d40}.chips{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.chip{background:#efe0ca;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;color:#6e3a23}.notice{background:#f1e4d1;border-left:4px solid var(--rust);padding:17px 18px;line-height:1.7}
@media(max-width:900px){.navlinks a:not(.order){display:none}.hero-grid,.story-grid,.cta-grid,.contact-grid{grid-template-columns:1fr}.hero-copy{padding:55px 28px}.hero-photo{min-height:500px}.grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.gallery{grid-template-columns:1fr 1fr}.gallery img:first-child{grid-row:auto;grid-column:1/-1;min-height:420px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.hero-badge{width:120px;height:120px;font-size:11px}.footer-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery img:first-child{grid-column:auto;min-height:320px}.brand b{font-size:16px}.mark{width:46px;height:46px}}
