:root {
  --bg: #f5f0e5;
  --surface: #fbf7ee;
  --ink: #0d2c25;
  --muted: #5d665f;
  --line: #d8cdb7;
  --accent: #b58a43;
  --accent-soft: #e9dec9;
  --green: #0b352a;
  --green-2: #0e4032;
  --ivory: #f7f0df;
  --max: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--serif);line-height:1.7;-webkit-font-smoothing:antialiased} a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(9,48,38,.97);border-bottom:1px solid rgba(181,138,67,.32)}.nav-wrap{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand-lockup{width:210px;color:var(--ivory);text-align:center;line-height:1;display:flex;flex-direction:column;align-items:center}.brand-mjp{font-size:35px;letter-spacing:.02em}.brand-intl{font-size:10px;letter-spacing:.34em;margin:7px 0 8px}.brand-tag{font-size:6px;letter-spacing:.08em;color:#e4dac6}.nav{display:flex;align-items:center;gap:22px;font-family:var(--serif);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.nav a{color:#f3ecdc;padding:8px 0;border-bottom:1px solid transparent}.nav a:hover,.nav a.active{color:#d6b36d;border-color:#d6b36d}.menu-btn{display:none;background:none;border:0;padding:8px;color:var(--ivory);font:inherit;cursor:pointer}
.hero{padding:120px 0 105px;background:linear-gradient(120deg,rgba(5,34,27,.98),rgba(12,62,49,.93));color:var(--ivory);border-bottom:1px solid #8e713e}.eyebrow{text-transform:uppercase;letter-spacing:.25em;font-family:var(--sans);font-size:10px;color:var(--accent);margin-bottom:18px}h1,h2,h3{font-family:var(--serif);font-weight:400;margin:0}h1{font-size:clamp(48px,7vw,88px);line-height:1.02;letter-spacing:-.025em;max-width:980px}.hero h1{max-width:820px}.hero p.lead{font-size:clamp(22px,2.5vw,31px);line-height:1.45;max-width:830px;margin:34px 0 0;color:#f1eadc}.hero-copy{margin-top:40px;max-width:780px;color:#ddd5c6;font-size:17px}.hero-copy:before{content:"";display:block;width:90px;border-top:2px solid var(--accent);margin-bottom:30px}
.section{padding:92px 0;border-bottom:1px solid var(--line)}.section.soft{background:var(--surface)}.grid-2{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.section h2{font-size:clamp(34px,4vw,56px);line-height:1.1;letter-spacing:-.02em}.section h3{font-size:28px;line-height:1.2;margin-bottom:16px}.copy p{margin:0 0 22px}.copy p:last-child{margin-bottom:0}.quote{font-size:clamp(30px,4vw,51px);line-height:1.25;font-style:italic;max-width:1000px}.quote:before{content:"“";color:var(--accent)}.quote:after{content:"”";color:var(--accent)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#aa8b54;border:1px solid #aa8b54;margin-top:54px}.card{background:var(--green);color:var(--ivory);padding:38px;min-height:230px;transition:background .2s ease}.card:hover{background:var(--green-2)}.card h3{font-size:24px}.card p{color:#d9d2c3;margin:12px 0 0}.list-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 56px;margin-top:50px}.list-item{border-top:1px solid var(--accent);padding-top:22px}.list-item h3{font-size:23px;margin-bottom:8px}.list-item p{margin:0;color:var(--muted)}
.page-hero{padding:95px 0 72px;background:var(--green);color:var(--ivory);border-bottom:1px solid #8e713e}.page-hero h1{font-size:clamp(48px,6vw,78px)}.page-hero .intro{margin-top:30px;max-width:820px;color:#ddd5c6;font-size:18px}.article{max-width:820px;margin:0 auto;padding:88px 0}.article section{margin-bottom:56px}.article section:last-child{margin-bottom:0}.article h2{font-size:38px;margin-bottom:18px;line-height:1.15}.article h3{font-size:25px;margin:34px 0 12px}.article p{margin:0 0 20px}.article .statement{margin:54px 0;padding:30px 0;border-top:1px solid var(--accent);border-bottom:1px solid var(--accent);font-size:30px;line-height:1.35;font-style:italic}.contact-panel{border:1px solid var(--accent);background:var(--surface);padding:42px;max-width:760px}.contact-panel a.email{display:inline-block;margin-top:8px;font-size:clamp(28px,4vw,44px);border-bottom:1px solid var(--accent)}
.site-footer{padding:48px 0;background:#082f25;color:#d9d2c3;font-size:13px;border-top:1px solid #8e713e}.footer-row{display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.footer-links a:hover{color:#d6b36d}.footer-legal{max-width:620px}.small{font-size:13px;color:#bfb8aa}
@media(max-width:960px){.menu-btn{display:block}.nav{position:absolute;top:108px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;gap:0;padding:18px 24px 28px;background:var(--green);border-bottom:1px solid #8e713e}.nav.open{display:flex}.nav a{width:100%;padding:12px 0}.grid-2{grid-template-columns:1fr;gap:34px}.cards{grid-template-columns:1fr}}
@media(max-width:700px){.container{width:min(var(--max),calc(100% - 32px))}.nav-wrap{min-height:94px}.brand-lockup{width:170px}.brand-mjp{font-size:30px}.nav{top:94px}.hero{padding:80px 0 72px}.section{padding:68px 0}.page-hero{padding:70px 0 54px}.article{padding:62px 0}.list-block{grid-template-columns:1fr}.footer-row{flex-direction:column}.contact-panel{padding:28px}}
