
:root {
  --paper: #f4f0e8;
  --paper-soft: #e9e2d7;
  --ink: #1c1b18;
  --muted: #706b63;
  --bronze: #9a6542;
  --bronze-dark: #6f452e;
  --line: rgba(28, 27, 24, .16);
  --white: #fffdf8;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%); width: min(var(--max), calc(100% - 64px)); height: 110px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { color: var(--bronze-dark); font-family: Georgia, "Times New Roman", serif; font-size: 50px; line-height: 1; letter-spacing: -.06em; }
.nav { display: flex; align-items: center; gap: 38px; }
.nav a { position: relative; padding: 12px 0; font-size: 14px; font-weight: 600; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--bronze); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; padding: 160px max(32px, calc((100vw - var(--max)) / 2)) 66px; display: grid; grid-template-columns: 42% 58%; grid-template-rows: 1fr auto; align-items: center; overflow: hidden; background: radial-gradient(circle at 12% 25%, rgba(255,255,255,.7), transparent 30%), var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: linear-gradient(rgba(28,27,24,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(28,27,24,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 50%); }
.hero-copy { position: relative; z-index: 4; align-self: center; max-width: 660px; padding-right: 54px; }
.eyebrow { margin: 0 0 34px; color: var(--bronze-dark); font-size: 11px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 3.85vw, 60px); font-weight: 400; line-height: .96; letter-spacing: -.055em; }
.hero h1 em { color: var(--bronze-dark); font-style: normal; }
.hero h1 .title-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.hero-intro { max-width: 570px; margin: 34px 0; color: var(--muted); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.62; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 330px; min-height: 58px; padding: 0 22px; border: 1px solid var(--bronze-dark); color: var(--bronze-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transition: color .25s ease, background .25s ease, transform .25s ease; }
.button span { font-size: 18px; transition: transform .25s ease; }
.button:hover { color: var(--white); background: var(--bronze-dark); transform: translateY(-2px); }
.button:hover span { transform: translate(4px, -4px); }

.triptych { position: relative; z-index: 3; height: min(70vh, 680px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(111,69,46,.24); box-shadow: 0 26px 70px rgba(54,42,30,.14); }
.panel { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; background: #d8d0c4 center / cover no-repeat; }
.panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(24,20,17,.55), transparent 45%); }
.panel-enterprises { background-image: url('images/mg-enterprises.webp'); }
.panel-real-estate { background-image: url('images/mg-real-estate.webp'); }
.panel-finance { background-image: url('images/mg-finance.webp'); }
.panel figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 22px; display: flex; gap: 12px; align-items: center; color: #fffdf8; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.panel figcaption span { color: #e0b998; }
.panel { transition: flex .4s ease, filter .4s ease; }
.panel:hover { filter: saturate(1.05) contrast(1.02); }
.hero-foot { position: relative; z-index: 4; grid-column: 1 / -1; margin-top: 44px; display: flex; align-items: center; gap: 18px; color: #817b72; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-foot i { width: 36px; height: 1px; background: var(--bronze); }

.section { padding: 130px max(32px, calc((100vw - var(--max)) / 2)); }
.section-label { display: flex; align-items: center; gap: 18px; margin-bottom: 78px; color: var(--bronze-dark); }
.section-label span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 800; }
.section-label p { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-label.light { color: #d7b28f; }

.about { background: var(--white); }
.about-body { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 9vw; align-items: start; }
.lead { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 72px); line-height: 1.04; letter-spacing: -.045em; }
.lead em { color: var(--bronze); font-style: normal; }
.about-copy { padding-top: 10px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.about-copy p { margin: 0 0 24px; }
.principles { margin-top: 110px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article { position: relative; min-height: 230px; padding: 38px 36px; border-right: 1px solid var(--line); }
.principles article:last-child { border-right: 0; }
.principles article > span { color: var(--bronze); font-size: 10px; font-weight: 800; }
.principles h3 { margin: 46px 0 12px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.principles p { max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.approach { color: #f6f1e8; background: #30312d; }
.approach-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 7vw; align-items: end; }
.approach-heading h2, .investments-heading h2, .contact-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 82px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.approach-heading > p { max-width: 410px; margin: 0 0 8px; color: #c5c1b7; font-size: 16px; line-height: 1.7; }
.approach-steps { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.approach-steps article { min-height: 320px; padding: 34px 40px 20px 0; border-right: 1px solid rgba(255,255,255,.18); }
.approach-steps article + article { padding-left: 40px; }
.approach-steps article:last-child { border-right: 0; }
.approach-steps span { color: #d7b28f; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.approach-steps h3 { margin: 78px 0 22px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.approach-steps p { max-width: 360px; margin: 0; color: #b8b6ae; font-size: 14px; line-height: 1.75; }

.investments { background: var(--paper); }
.investments-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 90px; }
.investments-heading > p { max-width: 400px; margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.investment-list { display: grid; gap: 110px; }
.investment-card { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 630px; background: var(--white); box-shadow: 0 25px 70px rgba(53,43,32,.08); }
.investment-card.reverse { grid-template-columns: .75fr 1.25fr; }
.investment-card.reverse .investment-image { order: 2; }
.investment-image { min-height: 630px; background: #d8d0c4 center / cover no-repeat; }
.image-enterprises { background-image: url('images/mg-enterprises.webp'); }
.image-real-estate { background-image: url('images/mg-real-estate.webp'); }
.image-finance { background-image: url('images/mg-finance.webp'); }
.investment-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px 7%; }
.investment-copy > span { color: var(--bronze-dark); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.investment-copy h3 { margin: 44px 0 25px; font-family: Georgia, serif; font-size: clamp(34px, 3.2vw, 50px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.investment-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.investment-copy a { align-self: flex-start; margin-top: 54px; padding-bottom: 8px; border-bottom: 1px solid var(--bronze); color: var(--bronze-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.investment-copy a b { display: inline-block; margin-left: 14px; font-size: 15px; transition: transform .2s ease; }
.investment-copy a:hover b { transform: translate(3px, -3px); }

.conviction { padding: 130px max(32px, calc((100vw - 1100px) / 2)); text-align: center; background: var(--paper-soft); }
.conviction .eyebrow { margin-bottom: 52px; }
.conviction blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 5.1vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
.conviction-notes { display: flex; justify-content: center; gap: 0; margin-top: 75px; }
.conviction-notes span { padding: 0 36px; border-right: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.conviction-notes span:last-child { border-right: 0; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.contact-copy .eyebrow { margin-bottom: 30px; }
.contact-copy h2 em { color: var(--bronze); font-style: normal; }
.contact-copy > p:last-child { max-width: 500px; margin: 34px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-form { display: grid; gap: 30px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: grid; gap: 10px; color: var(--bronze-dark); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font: 400 15px/1.5 Inter, ui-sans-serif, sans-serif; text-transform: none; letter-spacing: 0; transition: border-color .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--bronze-dark); }
.contact-form textarea { resize: vertical; }
.submit { display: flex; align-items: center; justify-content: space-between; min-height: 60px; padding: 0 22px; border: 0; color: var(--white); background: var(--bronze-dark); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.submit:hover { background: var(--ink); transform: translateY(-2px); }
.submit span { font-size: 17px; }
.form-note { min-height: 20px; margin: -14px 0 0; color: var(--muted); font-size: 11px; }
.form-note.success { color: var(--bronze-dark); font-weight: 700; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 30px 52px; align-items: center; padding: 70px max(32px, calc((100vw - var(--max)) / 2)) 38px; color: #d1cec6; background: #242521; }
.footer-brand { color: #e1b690; font-family: Georgia, serif; font-size: 58px; letter-spacing: -.06em; }
footer > p { margin: 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
footer nav { display: flex; gap: 28px; color: #f2eee6; font-size: 12px; }
footer nav a:hover { color: #e1b690; }
footer .legal { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); color: #898980; font-size: 9px; }

@media (max-width: 1140px) {
  .site-header { width: calc(100% - 48px); }
  .nav { gap: 22px; }
  .hero { grid-template-columns: 1fr; padding-left: 24px; padding-right: 24px; padding-top: 142px; }
  .hero-copy { max-width: 780px; padding: 0 0 52px; }
  .hero h1 { font-size: clamp(52px, 7vw, 68px); }
  .triptych { height: 550px; }
  .section { padding: 100px 24px; }
  .about-body, .approach-heading, .contact-grid { grid-template-columns: 1fr; }
  .about-copy { max-width: 640px; padding-top: 40px; }
  .principles { margin-top: 75px; }
  .approach-heading > p { margin-top: 30px; }
  .investment-card, .investment-card.reverse { grid-template-columns: 1fr 1fr; min-height: 550px; }
  .investment-image { min-height: 550px; }
  .contact-grid { gap: 70px; }
}

@media (max-width: 760px) {
  .site-header { left: 18px; right: 18px; width: auto; height: 86px; transform: none; }
  .brand { position: relative; z-index: 24; font-size: 42px; }
  .menu-button { position: relative; z-index: 24; display: grid; grid-template-columns: 22px auto; grid-template-rows: 5px 5px; gap: 5px 10px; align-items: center; min-height: 44px; padding: 8px; border: 0; background: transparent; }
  .menu-button span { grid-column: 1; width: 22px; height: 1px; background: var(--ink); }
  .menu-button b { grid-column: 2; grid-row: 1 / 3; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
  .nav { position: fixed; inset: 0; z-index: 22; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 100px 24px 40px; background: rgba(244,240,232,.985); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s; }
  .nav.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
  .hero { display: flex; flex-direction: column; min-height: 0; padding: 118px 18px 48px; }
  .hero-copy { order: 2; padding: 42px 0 0; }
  .eyebrow { margin-bottom: 22px; font-size: 9px; }
  .hero h1 { font-size: clamp(30px, 9.5vw, 40px); line-height: .98; letter-spacing: -.045em; }
  .hero-intro { margin: 24px 0; font-size: 16px; }
  .button { width: 100%; min-width: 0; }
  .triptych { order: 1; width: 100%; height: 320px; }
  .panel figcaption { left: 10px; bottom: 12px; font-size: 9px; writing-mode: vertical-rl; transform: rotate(180deg); }
  .panel figcaption span { display: none; }
  .hero-foot { order: 3; width: 100%; margin-top: 34px; gap: 9px; flex-wrap: wrap; }
  .hero-foot i { width: 18px; }
  .section { padding: 78px 18px; }
  .section-label { margin-bottom: 46px; }
  .section-label span { width: 32px; height: 32px; }
  .lead { font-size: 39px; }
  .about-copy { padding-top: 32px; font-size: 15px; }
  .principles { grid-template-columns: 1fr; margin-top: 56px; }
  .principles article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin: 28px 0 10px; }
  .approach-heading h2, .investments-heading h2, .contact-copy h2 { font-size: 44px; }
  .approach-steps { grid-template-columns: 1fr; margin-top: 60px; }
  .approach-steps article, .approach-steps article + article { min-height: 0; padding: 34px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .approach-steps article:last-child { border-bottom: 0; }
  .approach-steps h3 { margin: 34px 0 16px; }
  .investments-heading { display: block; margin-bottom: 52px; }
  .investments-heading > p { margin-top: 22px; }
  .investment-list { gap: 36px; }
  .investment-card, .investment-card.reverse { display: flex; flex-direction: column; min-height: 0; }
  .investment-card.reverse .investment-image { order: 0; }
  .investment-image { min-height: 390px; }
  .investment-copy { padding: 42px 26px 48px; }
  .investment-copy h3 { margin: 30px 0 20px; font-size: 35px; }
  .investment-copy a { margin-top: 36px; }
  .conviction { padding: 88px 20px; }
  .conviction .eyebrow { margin-bottom: 36px; }
  .conviction blockquote { font-size: 39px; }
  .conviction-notes { flex-direction: column; gap: 16px; margin-top: 48px; }
  .conviction-notes span { padding: 0; border-right: 0; }
  .field-row { grid-template-columns: 1fr; gap: 30px; }
  footer { grid-template-columns: 1fr; gap: 16px; padding: 56px 18px 28px; }
  footer nav { flex-wrap: wrap; margin: 18px 0; }
  footer .legal { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
