:root{
  --bg:#fcfaf9;
  --surface:#ffffff;
  --text:#1f1a18;
  --muted:#5f5853;
  --line:#ece7e2;
  --brand:#8a2034;
  --brand-dark:#6f182a;
  --gold:#a67b2d;
  --gold-soft:#efe1b8;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Georgia,"Times New Roman",serif;background:var(--bg);color:var(--text);line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 32px),1180px);margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(252,250,249,.97);border-bottom:1px solid rgba(0,0,0,.06);backdrop-filter:blur(10px)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:14px}
.logo{width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;font-weight:700;font-family:Arial,Helvetica,sans-serif;font-size:20px}
.brand-title{font-family:Arial,Helvetica,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.15}
.brand-sub{margin-top:3px;font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;color:var(--gold);font-weight:700}
.nav-links{display:flex;align-items:center;gap:34px;flex-wrap:wrap;font-family:Arial,Helvetica,sans-serif}
.nav-links a{font-size:.98rem;font-weight:700;color:#4b433e}
.nav-links a:hover{color:var(--brand)}
.btn{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;text-decoration:none;padding:14px 22px;border-radius:999px;font-family:Arial,Helvetica,sans-serif;font-weight:700;transition:.2s ease}
.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-dark); color: #ffffff;
}
.btn-outline{background:#fff;color:#2f2927;border:2px solid #e0d9d3}
.btn-outline:hover{border-color:#cfc4ba}
.hero{padding:56px 0 18px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:42px;align-items:center;min-height:520px}
.eyebrow{display:inline-block;background:var(--gold-soft);color:#8c6b25;padding:10px 14px;border-radius:999px;font-family:Arial,Helvetica,sans-serif;font-size:.82rem;font-weight:700;margin-bottom:18px}
.hero h1{font-family:Arial,Helvetica,sans-serif;font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.02;margin:0 0 18px;letter-spacing:-.03em}
.brand-word{color:var(--brand)}
.hero p{font-family:Arial,Helvetica,sans-serif;font-size:1rem;color:#564e49;max-width:650px;margin:0 0 26px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-photo-wrap{display:flex;justify-content:center;align-items:center}
.hero-photo{width:min(100%,520px);border-radius:32px;overflow:hidden;background:#eee7e2}
.hero-photo img{width:100%;height:560px;object-fit:cover;object-position:center top}
.section{padding:64px 0}
.section-head{text-align:center;max-width:820px;margin:0 auto 30px}
.section-head h2,.page-hero h1{font-family:Arial,Helvetica,sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;letter-spacing:-.03em;margin:0 0 12px}
.section-head p,.muted,.page-hero p{font-family:Arial,Helvetica,sans-serif;color:#625a55}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 22px rgba(0,0,0,.03)}
.story-card{padding:34px}
.story-card h2,.two-col-card h2,.service-card h3,.product-card h3,.article-card h3,.contact-box h3,.form-box h3{font-family:Arial,Helvetica,sans-serif}
.story-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:start}
.story-card p,.two-col-card p,.service-card p,.product-card p,.article-card p,.note,.feature-list li{font-family:Arial,Helvetica,sans-serif;color:#5d5650}
.flyer-panel{padding:16px}
.flyer-panel img{border-radius:18px}
.services-grid,.articles-grid,.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card,.article-card,.product-card{padding:26px}
.icon{width:56px;height:56px;border-radius:18px;background:#fff1f3;color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}
.service-card h3,.article-card h3,.product-card h3{margin:0 0 10px;font-size:1.24rem}
.service-card p,.article-card p,.product-card p{margin:0 0 18px}
.split-callout{padding:32px;display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:center}
.callout-box{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:32px;padding:34px}
.callout-box h2{font-family:Arial,Helvetica,sans-serif;margin:0 0 10px;font-size:2rem;line-height:1.08}
.callout-box p{font-family:Arial,Helvetica,sans-serif;color:rgba(255,255,255,.86)}
.page-hero{padding:54px 0 28px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.two-col-card{padding:30px}
.feature-list{margin:0;padding-left:18px}
.feature-list li{margin:0 0 10px}
.contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px}
.stack{display:grid;gap:18px}
.contact-box,.form-box{padding:28px}
label{display:block;margin-bottom:8px;font-family:Arial,Helvetica,sans-serif;font-size:.94rem;font-weight:700;color:#504842}
input,textarea{width:100%;border:1px solid #e5ddd6;background:#fbfaf8;border-radius:16px;padding:14px 16px;font:inherit;color:var(--text);margin-bottom:16px;font-family:Arial,Helvetica,sans-serif}
input:focus,textarea:focus{outline:2px solid rgba(138,32,52,.12);border-color:var(--brand);background:#fff}
textarea{min-height:150px;resize:vertical}
.note{font-size:.92rem}
.footer{margin-top:44px;background:#211b19;color:#dbd2cb;padding:34px 0}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;font-family:Arial,Helvetica,sans-serif}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer a:hover{color:#fff}
@media (max-width:980px){.hero-grid,.story-layout,.services-grid,.articles-grid,.products-grid,.two-col,.contact-grid,.split-callout{grid-template-columns:1fr}.hero-photo{max-width:560px}}
@media (max-width:720px){.nav{padding:14px 0;align-items:flex-start;flex-direction:column}.nav-links{gap:16px}.hero{padding-top:36px}.section{padding:52px 0}.story-card,.service-card,.article-card,.product-card,.two-col-card,.contact-box,.form-box{padding:22px}.hero-actions .btn,.nav-links .btn{width:100%}.hero-photo img{height:480px}}
