
:root{
  --brand-font: Georgia, "Times New Roman", Times, serif;
  --paper:#efe3c6;
  --paper-light:#f5ecd8;
  --ink:#201912;
  --wood:#18130f;
  --gold:#c7ab78;
  --barn:#a63225;
  --line:rgba(32,25,18,.25);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper-light);color:var(--ink);font-family:var(--brand-font)}
img{display:block;max-width:100%}
a{color:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.45rem clamp(1.2rem,4vw,4.5rem);background:linear-gradient(90deg,#f2e7cf,#f7efdf);border-bottom:1px solid #c7b99d}
.brand-lockup{width:min(420px,44vw)}
.brand-lockup img{width:100%;max-height:88px;object-fit:contain;object-position:left center}
nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1.55rem}
nav a{text-decoration:none;text-transform:uppercase;font-weight:700;font-size:.82rem;padding:.25rem 0;border-bottom:1px solid transparent}
nav a:hover{border-color:var(--ink)}

.hero{
  position:relative;
  min-height:620px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:url("hero-farm-forge.jpg") center/cover no-repeat;
  border-bottom:1px solid #6b5840;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.78) 0, rgba(0,0,0,.62) 18%, rgba(0,0,0,.42) 34%, rgba(0,0,0,.15) 52%, rgba(0,0,0,0) 68%),
    linear-gradient(90deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.18) 33%, rgba(0,0,0,.58) 50%, rgba(0,0,0,.18) 67%, rgba(0,0,0,.03) 100%);
  z-index:1;
}
.hero-stack{
  position:relative;
  z-index:2;
  width:min(1000px,88vw);
  height:min(540px,72vh);
  display:grid;
  place-items:center;
}
.hero-main-logo{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  height:min(94%, 520px);
  width:auto;
  max-width:min(96%, 1200px);
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.65));
}
.hero-banner{
  position:absolute;
  left:50%;
  top:19%;
  transform:translate(-50%,0) rotate(-4deg);
  width:min(48%, 560px);
  height:auto;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.55));
}

.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);background:radial-gradient(rgba(70,49,31,.07) 1px,transparent 1px),var(--paper);background-size:5px 5px;padding:1.15rem clamp(1rem,4vw,3.8rem)}
.feature{text-align:center;padding:1.1rem 2.4rem 1.35rem;border-right:1px solid var(--line)}
.feature:last-child{border-right:0}
.feature img{width:185px;height:100px;object-fit:contain;margin:0 auto .35rem;mix-blend-mode:multiply}
.feature h3{margin:.2rem 0 .5rem;text-transform:uppercase;font-size:1.03rem}
.feature p{margin:0 auto;max-width:300px;font-size:.9rem;line-height:1.42}

.about-section{display:grid;grid-template-columns:1.25fr .75fr;gap:4rem;align-items:center;padding:3.25rem clamp(1.3rem,7vw,7rem);background:#f6eedc}
.eyebrow{margin:0 0 .45rem;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700}
.about-copy h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 .9rem}
.about-copy p:last-child{max-width:720px;line-height:1.7;font-size:1.03rem}
.mark-panel{justify-self:end;width:min(350px,100%);background:var(--wood);padding:8px;border:1px solid #6e5840;box-shadow:0 16px 36px rgba(0,0,0,.18)}
.mark-panel img{width:100%;height:auto}

.footer-mark img{width:105px;height:105px;object-fit:cover;border-radius:50%}
footer{display:grid;grid-template-columns:125px 1.2fr 1fr 180px;gap:1.7rem;align-items:center;padding:1.6rem clamp(1.2rem,6vw,6rem) 1rem;background:#15120f;color:#e7d3ad}
.footer-copy h3{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.05em;font-size:1.3rem}
.footer-copy p{margin:0;max-width:330px;line-height:1.45}
.footer-contact{display:grid;gap:.35rem}
.footer-contact span{text-transform:uppercase;letter-spacing:.09em;font-weight:700;font-size:.86rem}
.footer-contact a{text-decoration:none;font-size:1.05rem;overflow-wrap:anywhere}
.footer-tag img{width:150px;height:auto;margin-left:auto;transform:rotate(3deg)}
.copyright{grid-column:1/-1;padding-top:.8rem;border-top:1px solid rgba(199,171,120,.35);font-size:.76rem}

@media(max-width:900px){
  .site-header{align-items:flex-start;flex-direction:column;padding-top:1rem;padding-bottom:1rem}
  .brand-lockup{width:min(520px,90vw)}
  nav{justify-content:flex-start;gap:1rem}
  .hero{min-height:480px}
  .hero-stack{height:min(420px,62vh);width:min(96vw,780px)}
  .hero-main-logo{height:min(90%, 390px);max-width:98%}
  .hero-banner{width:min(60%, 420px);top:18%}
  .feature-strip{grid-template-columns:1fr}
  .feature{border-right:0;border-bottom:1px solid var(--line)}
  .feature:last-child{border-bottom:0}
  .about-section{grid-template-columns:1fr}
  .mark-panel{justify-self:start;width:min(350px,100%)}
  footer{grid-template-columns:105px 1fr}
  .footer-contact,.footer-tag{grid-column:1/-1}
  .footer-tag img{margin-left:0}
}

@media(max-width:520px){
  nav a{font-size:.72rem}
  .hero{min-height:360px}
  .hero-stack{height:300px;width:96vw}
  .hero-main-logo{height:88%;max-width:100%}
  .hero-banner{width:76%;top:15%}
  .feature img{width:150px}
  .about-section{padding:3rem 1.2rem}
  footer{grid-template-columns:1fr}
  .footer-mark img{width:92px;height:92px}
}


/* Approved linked offering graphics */
.linked-feature-strip{align-items:stretch;padding:1.25rem clamp(.6rem,3vw,2.5rem)}
.feature-link{display:flex;align-items:center;justify-content:center;padding:1rem 2rem;border-right:1px solid var(--line);text-decoration:none;transition:transform .18s ease,background .18s ease}
.feature-link:last-child{border-right:0}
.feature-link img{width:min(100%,440px);height:360px;object-fit:contain}
.feature-link:hover,.feature-link:focus-visible{background:rgba(96,65,38,.06);transform:translateY(-3px)}
.feature-link:focus-visible{outline:2px solid #6f4a2d;outline-offset:-4px}
@media(max-width:900px){.feature-link{border-right:0;border-bottom:1px solid var(--line)}.feature-link:last-child{border-bottom:0}.feature-link img{height:auto;max-height:520px}}

.placeholder-page{min-height:70vh;display:grid;place-items:center;align-content:center;gap:1rem;padding:4rem 1.5rem;text-align:center;background:#f6eedc}.placeholder-page>img{width:min(560px,90vw);max-height:290px;object-fit:contain}.placeholder-page h1{margin:.5rem 0 0;font-size:clamp(2rem,5vw,4rem);text-transform:uppercase}.placeholder-page p{max-width:720px;font-size:1.08rem;line-height:1.6}.placeholder-back{font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}


/* Unified Forge & Furrow typography */
.site-header, nav, .about-section, footer, .placeholder-page, button, input, textarea, select {font-family:var(--brand-font)}
nav a, .eyebrow, .about-copy h2, .about-copy p, .footer-copy h3, .footer-copy p, .footer-contact span, .footer-contact a, .copyright, .placeholder-page h1, .placeholder-page p, .placeholder-back {font-family:var(--brand-font)}
