/* Rustic Reign — live site styles */
:root{
  --parch:#f3ead9; --ivory:#efe6d6; --deep:#14100c; --iron:#241b12;
  --bronze:#c89b5c; --bronze-d:#a5762f; --muted:#6b4f2a; --card-body:#c2b49b;
  --note:#8f7a55; --subtle:#ddc9a3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--deep);color:var(--iron);
  font-family:'Jost',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;}
img{max-width:100%;display:block}
a{color:var(--bronze-d);text-decoration:none}
a:hover{color:var(--bronze)}
h1,h2,h3{font-family:'Cinzel',Georgia,serif;font-weight:600;margin:0}
.wrap{max-width:1180px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}
.sec{padding:clamp(56px,8vw,90px) 0}
.eyebrow{font-size:13px;font-weight:500;letter-spacing:3px;color:var(--bronze-d);text-transform:uppercase}

/* NAV */
.nav{background:var(--deep);position:sticky;top:0;z-index:50;border-bottom:1px solid #2e2416}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding-top:18px;padding-bottom:18px;flex-wrap:wrap}
.brand{font-family:'Cinzel',serif;font-size:20px;letter-spacing:4px;color:var(--ivory);font-weight:600}
.nav-links{display:flex;gap:26px;align-items:center;flex-wrap:wrap}
.nav-links a{color:var(--ivory);font-size:15px;letter-spacing:.3px}
.nav-links a:hover{color:var(--bronze)}
.btn{display:inline-block;background:var(--bronze);color:var(--deep);
  padding:11px 22px;border-radius:2px;font-weight:600;font-size:14px;letter-spacing:.5px}
.btn:hover{background:#d8ac6c;color:var(--deep)}
.btn-lg{padding:15px 30px;font-size:15px}
.btn-ghost{background:transparent;border:1px solid #6a5636;color:var(--ivory)}
.btn-ghost:hover{border-color:var(--bronze);color:var(--ivory)}
.btn-dark{background:var(--deep);color:var(--ivory)}
.btn-dark:hover{background:#2b211557;color:var(--ivory)}

/* HERO */
.hero{background:var(--deep)}
.hero .wrap{display:flex;gap:56px;align-items:center;padding-top:clamp(56px,7vw,92px);padding-bottom:clamp(60px,8vw,100px)}
.hero-text{flex:1.15}
.hero h1{font-size:clamp(46px,6vw,64px);line-height:1.06;color:var(--ivory);margin:22px 0 24px}
.hero-sub{font-size:18px;line-height:1.65;color:#cbbda5;max-width:520px;margin-bottom:32px}
.hero-cta{display:flex;gap:16px;flex-wrap:wrap}
.hero-media{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px}
.video-frame{width:100%;border:1px solid #3c2d1c;border-radius:6px;overflow:hidden;background:#241b12}
.video-frame video{width:100%;height:auto;display:block}
.media-note{font-size:12.5px;letter-spacing:.5px;color:var(--note)}

/* generic panels */
.parch{background:var(--parch);color:var(--iron)}
.ivory{background:var(--ivory);color:var(--iron)}
.dark{background:var(--deep);color:var(--ivory)}
.center{text-align:center}
.sec-head{text-align:center;max-width:880px;margin:0 auto clamp(32px,5vw,46px)}
.sec-head h2{font-size:clamp(28px,4vw,34px);line-height:1.2;color:var(--deep);margin-top:14px}

/* STORY teaser */
.story-row{display:flex;gap:56px;align-items:center}
.story-row .col{flex:1}
.story-row .txt{flex:1.1}
.story-row h2{font-size:clamp(30px,4.5vw,42px);line-height:1.1;color:var(--deep);margin-bottom:22px}
.lead{font-style:italic;font-size:18.5px;line-height:1.7;color:#3d2f1e;margin-bottom:18px}
.story-row p{font-size:16px;line-height:1.75;color:#4a3a26;margin:0 0 26px}
.story-photo{height:384px;border-radius:6px;background-size:cover;background-position:center}

/* FE cards */
.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.fe-card{background:var(--parch);border:1px solid var(--subtle);border-radius:5px;padding:32px}
.ivory .fe-card{background:var(--parch)}
.fe-card svg{margin-bottom:14px}
.fe-card h3{font-size:21px;color:var(--deep);margin-bottom:12px}
.fe-card p{font-size:15.5px;line-height:1.62;color:#4a3a26;margin:0}

/* North Star feature */
.feature{display:flex;background:var(--deep);border-radius:8px;overflow:hidden;align-items:stretch}
.feature .crest{width:300px;flex-shrink:0;background-size:cover;background-position:center}
.feature .body{flex:1;padding:clamp(32px,4vw,50px) clamp(28px,4vw,54px);display:flex;flex-direction:column;justify-content:center;gap:15px}
.feature h2{font-size:clamp(26px,3.5vw,34px);line-height:1.15;color:var(--ivory)}
.feature p{font-size:16px;line-height:1.6;color:var(--card-body);max-width:600px;margin:0}
.feature .fine{font-size:13px;line-height:1.5;color:var(--note);margin:0}

/* product cards */
.prod{background:var(--deep);border-radius:5px;padding:22px;display:flex;flex-direction:column;gap:12px}
.prod img{width:100%;height:150px;object-fit:cover;object-position:center;border-radius:4px}
.prod h3{font-size:22px;color:var(--ivory)}
.prod p{font-size:15px;line-height:1.55;color:var(--card-body);margin:0;flex-grow:1}
.prod .fine{font-size:12px;line-height:1.5;color:var(--note);margin:0}
.prod .row{display:flex;align-items:center;justify-content:space-between}
.prod .price{font-family:'Cinzel',serif;font-size:18px;color:var(--bronze)}
.prod .price small{font-family:'Jost',sans-serif;font-size:12px;color:var(--note);letter-spacing:.3px}
.prod .row a{color:var(--ivory)}

/* manifesto */
.manifesto{text-align:center}
.manifesto h2{font-size:clamp(30px,4.5vw,40px);line-height:1.2;color:var(--ivory);margin-bottom:20px}
.manifesto p{font-size:18px;line-height:1.6;color:var(--card-body);max-width:640px;margin:0 auto}

/* newsletter */
.news{background:var(--bronze);text-align:center}
.news h2{font-size:clamp(26px,3.5vw,32px);color:var(--deep);margin-bottom:12px}
.news p{font-size:16.5px;color:#3d2f1e;margin-bottom:28px}
.news .form{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.news input{width:min(320px,80vw);padding:14px 18px;border:1px solid var(--deep);border-radius:2px;
  background:var(--parch);font-family:'Jost',sans-serif;font-size:15px;color:var(--deep)}

/* footer */
.foot{background:var(--deep)}
.foot-top{display:flex;justify-content:space-between;align-items:flex-start;gap:50px;flex-wrap:wrap;
  padding-bottom:36px;border-bottom:1px solid #2e2416}
.foot-brand{max-width:360px}
.foot-brand .brand{margin-bottom:14px;display:block}
.foot-brand .tag{font-style:italic;font-size:15.5px;line-height:1.6;color:#b7a98f}
.foot-cols{display:flex;gap:64px;flex-wrap:wrap}
.foot-col{display:flex;flex-direction:column;gap:11px}
.foot-col .lbl{font-size:12px;letter-spacing:2px;color:var(--note);margin-bottom:4px}
.foot-col a{color:var(--ivory);font-size:14px}
.foot-col a:hover{color:var(--bronze)}
.copyright{padding-top:24px;font-size:13px;color:var(--note)}

/* STORY PAGE */
.story-hero{background:var(--deep);text-align:center;padding:clamp(50px,7vw,72px) 0}
.story-hero h1{font-size:clamp(34px,5vw,46px);line-height:1.12;color:var(--ivory);margin:16px 0}
.story-hero .st-sub{font-style:italic;font-size:17px;color:#b7a98f}
.article{max-width:720px;margin:0 auto;padding:0 clamp(20px,5vw,32px)}
.article p{font-size:18px;line-height:1.78;color:var(--iron);margin:0 0 20px}
.refrain{text-align:center;font-style:italic;font-size:22px;color:var(--bronze-d);margin:28px 0}
.emph{text-align:center;font-style:italic;font-size:21px;line-height:1.5;color:var(--deep);margin:16px 0}
.brk{text-align:center;color:var(--bronze);letter-spacing:9px;margin:34px 0}
.quote{text-align:center;font-style:italic;font-size:20px;line-height:1.7;color:var(--deep);
  margin:34px auto;max-width:620px;border-top:1px solid var(--bronze);border-bottom:1px solid var(--bronze);padding:26px 0}
.brandline{text-align:center;font-style:italic;font-size:22px;line-height:1.5;color:var(--deep);margin:34px 0}
.byline{text-align:center;font-style:italic;font-size:18px;color:var(--muted);margin-top:26px}
.story-cta{background:var(--ivory);text-align:center}
.story-cta h2{font-size:clamp(26px,3.5vw,30px);color:var(--deep);margin-bottom:24px}
.story-cta .row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* RESPONSIVE */
@media (max-width:900px){
  .hero .wrap{flex-direction:column;gap:36px}
  .hero-media{width:100%}
  .story-row{flex-direction:column;gap:32px}
  .story-row .col{width:100%}
  .grid3{grid-template-columns:1fr 1fr}
  .feature{flex-direction:column}
  .feature .crest{width:100%;height:220px}
}
@media (max-width:600px){
  .grid3{grid-template-columns:1fr}
  .nav .wrap{justify-content:center;text-align:center}
  .nav-links{justify-content:center;gap:16px}
  .hero-cta{justify-content:flex-start}
  .foot-top{flex-direction:column;gap:28px}
}
