:root{
  --ink:#17212b;
  --muted:#66717d;
  --line:#e3e8ec;
  --soft:#f6f8fa;
  --dark:#101820;
  --accent:#7b1e1e;
  --accent2:#b03a2e;
  --gold:#b58a45;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.65;background:#fff}
a{color:var(--accent)}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{text-decoration:none;color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-weight:700;font-size:1.46rem}
.brand span{color:var(--accent)}
nav a{text-decoration:none;color:var(--ink);margin-left:20px;font-size:.94rem}
nav a:hover{color:var(--accent)}
.hero{padding:96px 0 82px;color:#fff;background:
linear-gradient(135deg,rgba(20,28,36,.96),rgba(85,24,24,.92)),
radial-gradient(circle at top right,#9d4a40,#151c24 70%)}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.45rem,5vw,4.55rem);line-height:1.1;margin:0 0 20px;max-width:920px}
.hero p{font-size:1.08rem;max-width:780px;color:#ece7e5;margin:0 0 29px}
.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.77rem;font-weight:700;color:#e7c79a;margin-bottom:14px}
.button{display:inline-block;text-decoration:none;background:var(--gold);color:#fff;padding:12px 20px;border-radius:5px;font-weight:700}
.button:hover{background:#97713a}
section{padding:74px 0}
.section-title{text-align:center;max-width:820px;margin:0 auto 40px}
.section-title h2,.content h1,.content h2{font-family:Georgia,"Times New Roman",serif;line-height:1.2}
.section-title h2{font-size:clamp(2rem,3vw,2.8rem);margin:0 0 12px}
.section-title p,.content p,.card p{color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{border:1px solid var(--line);border-radius:9px;padding:25px;background:#fff;box-shadow:0 8px 24px rgba(20,33,44,.05)}
.card h3{font-family:Georgia,"Times New Roman",serif;margin:0 0 10px;font-size:1.3rem}
.card a{text-decoration:none;font-weight:700}
.soft{background:var(--soft)}
.content{display:grid;grid-template-columns:1.12fr .88fr;gap:48px;align-items:start}
.content h1{font-size:clamp(2.35rem,4vw,3.7rem);margin-top:0}
.content h2{font-size:2.03rem}
.sidebox{background:#fff;border-left:4px solid var(--gold);padding:27px;box-shadow:0 8px 24px rgba(20,33,44,.06)}
.sidebox h3{font-family:Georgia,"Times New Roman",serif;margin-top:0}
.service-list{columns:2;padding-left:20px}
.breadcrumb{font-size:.9rem;color:var(--muted);margin-bottom:18px}
.breadcrumb a{text-decoration:none}
.contact{text-align:center}
.contact h2{font-family:Georgia,"Times New Roman",serif;font-size:2.15rem;margin-bottom:10px}
.notice{font-size:.9rem;color:var(--muted);max-width:860px;margin:28px auto 0}
footer{background:var(--dark);color:#cbd3d9;padding:28px 0;font-size:.9rem}
.footer-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
footer a{color:#fff;text-decoration:none}
footer a:hover{text-decoration:underline}
@media(max-width:1000px){.grid{grid-template-columns:repeat(2,1fr)}.content{grid-template-columns:1fr}}
@media(max-width:640px){.grid{grid-template-columns:1fr}.service-list{columns:1}.nav{flex-direction:column;padding:14px 0}nav a{margin:0 7px}.hero{padding:70px 0 60px}}