:root {
  --ink:#183126; --ink-2:#405047; --cream:#f5f1e8; --paper:#fffdf8;
  --gold:#b68a39; --gold-dark:#8d692e; --line:rgba(24,49,38,.13);
  --shadow:0 18px 44px rgba(30,42,33,.07); --shell:min(1100px,calc(100% - 44px));
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased} img{max-width:100%;display:block} a{color:inherit}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:absolute;left:-9999px;top:0;background:#fff;padding:.6rem .9rem;z-index:999}.skip-link:focus{left:1rem;top:1rem}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand img{width:178px}.header-link{text-decoration:none;font-size:.78rem;letter-spacing:.07em;border-bottom:1px solid currentColor;padding-bottom:.12rem}
.hero{display:grid;align-items:center;background:linear-gradient(115deg,rgba(255,253,248,.99),rgba(245,241,232,.9) 58%,rgba(223,229,215,.72));border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:5vw;align-items:center;padding-block:54px}.eyebrow{margin:0 0 .85rem;text-transform:uppercase;letter-spacing:.16em;font-size:.64rem;font-weight:700;color:var(--gold-dark)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;margin-top:0}h1{font-size:clamp(2.9rem,5.3vw,5rem);line-height:.98;letter-spacing:-.038em;max-width:11ch;margin-bottom:1.25rem}.hero-lead{max-width:640px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.08rem,1.55vw,1.35rem);line-height:1.38;margin-bottom:.7rem}.hero-support{max-width:620px;color:var(--ink-2);font-size:.92rem;margin-bottom:0}.hero-actions{display:flex;gap:1rem;align-items:center;margin-top:1.4rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.76rem 1.05rem;min-height:44px;font-size:.86rem}.button-primary{background:var(--ink);color:#fff}.button-primary:hover{background:#0f281d}.text-link{text-decoration:none;font-size:.84rem;border-bottom:1px solid var(--line);padding-bottom:.12rem}
.hero-panel{min-height:315px;background:#173a2b;color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden;display:flex;align-items:end}.line-art{position:absolute;inset:0;opacity:.42}.line-art svg{width:100%;height:100%;fill:none;stroke:rgba(230,213,166,.72);stroke-width:2}.panel-content{padding:1.65rem;position:relative;z-index:2;background:linear-gradient(to top,rgba(9,28,19,.92),rgba(9,28,19,.04))}.panel-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.6rem;color:#e1c889}.panel-content h2{font-size:1.9rem;line-height:1.05;margin:.45rem 0 .65rem}.panel-content p{max-width:39ch;color:rgba(255,255,255,.84);font-size:.86rem;margin:0}
.proof-strip{border-bottom:1px solid var(--line)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}.proof-grid article{padding:1.35rem 1.5rem;border-right:1px solid var(--line)}.proof-grid article:last-child{border-right:0}.number{display:block;color:var(--gold-dark);letter-spacing:.14em;font-size:.6rem;margin-bottom:.6rem}.proof-grid h3{font-size:1.12rem;line-height:1.15;margin-bottom:.32rem}.proof-grid p{margin:0;color:var(--ink-2);font-size:.82rem}
.compact-section{padding:52px 0}.compact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:5vw;align-items:start}.compact-copy h2{font-size:clamp(2rem,3.7vw,3.35rem);line-height:1.02;letter-spacing:-.025em;margin-bottom:1rem}.compact-copy>p:not(.eyebrow){font-size:.9rem;color:var(--ink-2);margin:.65rem 0;max-width:58ch}.agreement-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:var(--cream)}.agreement-grid article{padding:1.35rem;border-right:1px solid var(--line)}.agreement-grid article:last-child{border-right:0}.agreement-grid span{font-size:.58rem;letter-spacing:.15em;color:var(--gold-dark)}.agreement-grid h3{font-size:1.08rem;margin:.55rem 0 .4rem}.agreement-grid p{font-size:.78rem;color:var(--ink-2);margin:0;line-height:1.45}
.contact{background:var(--ink);color:#fff;padding:42px 0}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:6vw;align-items:end}.contact .eyebrow{color:#d6b66e}.contact h2{font-size:clamp(2rem,3.7vw,3.4rem);line-height:1;margin-bottom:.7rem}.contact p{color:rgba(255,255,255,.78);max-width:620px;font-size:.86rem;margin-bottom:0}.contact-card{padding:1.25rem;border:1px solid rgba(255,255,255,.18)}.contact-card a{display:inline-block;font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4)}.contact-label{text-transform:uppercase;font-size:.6rem;letter-spacing:.17em;color:#d6b66e!important;margin:0 0 .4rem!important}
.site-footer{background:#10271d;color:rgba(255,255,255,.68)}.footer-inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.72rem}.footer-inner p{margin:0}
@media(max-width:900px){:root{--shell:min(100% - 28px,760px)}.header-inner{min-height:64px}.brand img{width:165px}.header-link{display:none}.hero-grid,.compact-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{padding-block:38px}.hero-panel{min-height:280px}.proof-grid{grid-template-columns:1fr}.proof-grid article{border-right:0;border-bottom:1px solid var(--line)}.proof-grid article:last-child{border-bottom:0}.agreement-grid{grid-template-columns:1fr}.agreement-grid article{border-right:0;border-bottom:1px solid var(--line)}.agreement-grid article:last-child{border-bottom:0}.compact-section{padding:40px 0}.contact{padding:34px 0}}
@media(max-width:560px){:root{--shell:min(100% - 22px,520px)}h1{font-size:clamp(2.65rem,14vw,4rem)}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.panel-content{padding:1.25rem}.footer-inner{min-height:70px;flex-direction:column;align-items:flex-start;justify-content:center;gap:.15rem}}
