:root {
  --mgp-green: #0c342b;
  --mgp-green-2: #174b3e;
  --mgp-gold: #c8a85b;
  --mgp-cream: #f5f2ea;
  --mgp-ink: #14201d;
  --mgp-muted: #66736e;
  --mgp-line: rgba(12, 52, 43, .14);
}

.mgp-page { background:#fff; color:var(--mgp-ink); font-family:inherit; overflow:hidden; }
.mgp-page *, .mgp-page *::before, .mgp-page *::after { box-sizing:border-box; }
.mgp-wrap { width:min(1180px, calc(100% - 40px)); margin-inline:auto; }
.mgp-rtl { direction:rtl; }
.mgp-page h1, .mgp-page h2, .mgp-page h3, .mgp-page p { margin-top:0; }
.mgp-button { appearance:none; border:1px solid transparent; border-radius:999px; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:12px 24px; font:inherit; font-weight:700; line-height:1.2; text-decoration:none!important; transition:transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.mgp-button:hover { transform:translateY(-2px); }
.mgp-button--gold { background:var(--mgp-gold); color:#11251f!important; box-shadow:0 12px 34px rgba(0,0,0,.18); }
.mgp-button--gold:hover { background:#ddbf72; }
.mgp-button--glass { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.55); color:#fff!important; backdrop-filter:blur(10px); }
.mgp-button--glass:hover { background:#fff; color:var(--mgp-green)!important; }
.mgp-button--dark { width:100%; background:var(--mgp-green); color:#fff!important; }

.mgp-hero { min-height:min(850px, 88vh); position:relative; display:flex; align-items:flex-end; background-image:var(--mgp-hero); background-position:center; background-size:cover; color:#fff; }
.mgp-hero__shade { position:absolute; inset:0; background:linear-gradient(180deg, rgba(5,20,17,.15) 5%, rgba(5,24,20,.52) 58%, rgba(5,24,20,.93) 100%); }
.mgp-hero__content { position:relative; z-index:1; padding-top:180px; padding-bottom:90px; }
.mgp-eyebrow, .mgp-kicker { display:inline-block; color:var(--mgp-gold); font-size:12px; font-weight:800; letter-spacing:.17em; text-transform:uppercase; }
.mgp-hero h1 { color:#fff; max-width:900px; margin:18px 0; font-size:clamp(44px, 7vw, 92px); line-height:.98; letter-spacing:-.045em; text-wrap:balance; }
.mgp-rtl .mgp-hero h1 { letter-spacing:0; line-height:1.12; }
.mgp-hero p { max-width:670px; margin-bottom:30px; font-size:clamp(17px, 2vw, 22px); line-height:1.65; color:rgba(255,255,255,.85); }
.mgp-hero__actions { display:flex; flex-wrap:wrap; gap:12px; }
.mgp-scroll-cue { position:absolute; right:36px; bottom:34px; width:28px; height:45px; border:1px solid rgba(255,255,255,.5); border-radius:22px; }
.mgp-rtl .mgp-scroll-cue { right:auto; left:36px; }
.mgp-scroll-cue span { position:absolute; left:50%; top:9px; width:3px; height:8px; border-radius:3px; background:#fff; transform:translateX(-50%); animation:mgpScroll 1.8s infinite; }
@keyframes mgpScroll { 0%{opacity:0;transform:translate(-50%,0)} 25%{opacity:1} 100%{opacity:0;transform:translate(-50%,14px)} }

.mgp-summary { position:relative; z-index:2; margin-top:-1px; background:var(--mgp-green); color:#fff; }
.mgp-summary__grid { display:grid; grid-template-columns:repeat(3,1fr); }
.mgp-summary__grid>div { min-height:148px; padding:32px 36px; border-inline-end:1px solid rgba(255,255,255,.13); display:flex; flex-direction:column; gap:10px; justify-content:center; }
.mgp-summary__grid>div:last-child { border-inline-end:0; }
.mgp-summary span { color:rgba(255,255,255,.58); font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.mgp-summary strong { font-size:clamp(18px, 2.2vw, 28px); line-height:1.3; }

.mgp-section { padding:100px 0; }
.mgp-section--soft { background:var(--mgp-cream); }
.mgp-intro-grid, .mgp-faq-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(50px, 8vw, 120px); align-items:start; }
.mgp-section h2 { margin:14px 0 0; color:var(--mgp-green); font-size:clamp(34px, 5vw, 58px); line-height:1.08; letter-spacing:-.035em; text-wrap:balance; }
.mgp-rtl .mgp-section h2 { letter-spacing:0; line-height:1.25; }
.mgp-prose p { color:#3d4945; font-size:18px; line-height:1.85; }
.mgp-inventory-note { margin-top:26px!important; padding:22px 24px; border-inline-start:3px solid var(--mgp-gold); background:var(--mgp-cream); font-size:15px!important; }
.mgp-section-heading { max-width:760px; margin-bottom:42px; }
.mgp-facts { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.mgp-facts article { min-height:220px; padding:28px; border:1px solid var(--mgp-line); background:#fff; display:flex; flex-direction:column; transition:transform .25s ease, box-shadow .25s ease; }
.mgp-facts article:hover { transform:translateY(-5px); box-shadow:0 18px 55px rgba(12,52,43,.09); }
.mgp-facts article>span { color:var(--mgp-gold); font-size:13px; font-weight:800; }
.mgp-facts small { margin-top:auto; margin-bottom:8px; color:var(--mgp-muted); text-transform:uppercase; letter-spacing:.08em; }
.mgp-facts h3 { margin-top:auto; margin-bottom:0; color:var(--mgp-green); font-size:21px; line-height:1.42; }
.mgp-facts small+h3 { margin-top:0; }

.mgp-accordions { border-top:1px solid var(--mgp-line); }
.mgp-accordions details { border-bottom:1px solid var(--mgp-line); }
.mgp-accordions summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:24px 0; color:var(--mgp-green); font-size:19px; font-weight:750; }
.mgp-accordions summary::-webkit-details-marker { display:none; }
.mgp-accordions summary span { display:grid; place-items:center; flex:0 0 32px; width:32px; height:32px; border:1px solid var(--mgp-line); border-radius:50%; color:var(--mgp-gold); transition:transform .2s; }
.mgp-accordions details[open] summary span { transform:rotate(45deg); }
.mgp-accordions details p { max-width:720px; padding:0 0 24px; color:var(--mgp-muted); font-size:16px; line-height:1.75; }

.mgp-cta { padding:70px 0; background:var(--mgp-green); color:#fff; }
.mgp-cta__inner { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.mgp-cta h2 { margin:10px 0 0; color:#fff; font-size:clamp(30px,4vw,52px); }
.mgp-sources { padding-top:72px; padding-bottom:88px; background:#fafafa; }
.mgp-sources h2 { font-size:28px; }
.mgp-sources p, .mgp-sources li { color:var(--mgp-muted); font-size:14px; line-height:1.7; }
.mgp-sources a { color:var(--mgp-green); text-decoration:underline; text-underline-offset:3px; }
.mgp-disclaimer { max-width:920px; margin-top:24px!important; padding-top:24px; border-top:1px solid var(--mgp-line); }

.mgp-modal[hidden] { display:none; }
.mgp-modal { position:fixed; inset:0; z-index:999999; display:grid; place-items:center; padding:20px; }
.mgp-modal__backdrop { position:absolute; inset:0; background:rgba(4,19,16,.8); backdrop-filter:blur(10px); }
.mgp-modal__panel { position:relative; width:min(560px,100%); max-height:calc(100vh - 40px); overflow:auto; padding:42px; border-radius:18px; background:#fff; box-shadow:0 30px 100px rgba(0,0,0,.35); animation:mgpModal .25s ease-out; }
@keyframes mgpModal { from{opacity:0;transform:translateY(18px) scale(.98)} to{opacity:1;transform:none} }
.mgp-modal__close { position:absolute; top:16px; inset-inline-end:18px; width:38px; height:38px; border:0; border-radius:50%; background:var(--mgp-cream); color:var(--mgp-green); cursor:pointer; font-size:28px; line-height:1; }
.mgp-modal h2 { margin:12px 0 10px; color:var(--mgp-green); font-size:34px; }
.mgp-modal>div>p { color:var(--mgp-muted); line-height:1.65; }
.mgp-modal form { display:grid; gap:15px; margin-top:24px; }
.mgp-modal label { display:grid; gap:7px; color:var(--mgp-green); font-size:14px; font-weight:700; }
.mgp-modal input[type=text], .mgp-modal input[type=tel], .mgp-modal input[type=email] { width:100%; min-height:50px; padding:10px 14px; border:1px solid #cfd8d5; border-radius:8px; background:#fff; color:var(--mgp-ink); font:inherit; outline:none; }
.mgp-modal input:focus { border-color:var(--mgp-gold); box-shadow:0 0 0 3px rgba(200,168,91,.18); }
.mgp-check { display:flex!important; grid-template-columns:auto 1fr; align-items:flex-start; font-weight:400!important; line-height:1.5; }
.mgp-check input { margin-top:4px; }
.mgp-honeypot { position:absolute!important; left:-9999px!important; opacity:0!important; }
.mgp-form-status { min-height:20px; margin:0!important; font-size:14px; }
.mgp-form-status.is-success { color:#18754c; }
.mgp-form-status.is-error { color:#b32d2e; }
.mgp-modal-open { overflow:hidden; }

.mgp-archive-hero { padding:160px 0 110px; background:radial-gradient(circle at 75% 20%, rgba(200,168,91,.2), transparent 28%), var(--mgp-green); color:#fff; }
.mgp-archive-hero h1 { max-width:820px; margin:20px 0; color:#fff; font-size:clamp(46px,7vw,84px); line-height:1; }
.mgp-archive-hero p { max-width:680px; color:rgba(255,255,255,.72); font-size:19px; line-height:1.7; }
.mgp-project-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
.mgp-project-card { overflow:hidden; border:1px solid var(--mgp-line); border-radius:14px; background:#fff; box-shadow:0 14px 50px rgba(12,52,43,.07); }
.mgp-project-card__image { display:block; aspect-ratio:16/10; overflow:hidden; }
.mgp-project-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.mgp-project-card:hover img { transform:scale(1.04); }
.mgp-project-card__body { padding:28px; }
.mgp-project-card__body>span { color:var(--mgp-gold); font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.mgp-project-card h2 { margin:10px 0 14px; font-size:30px; }
.mgp-project-card h2 a { color:var(--mgp-green); text-decoration:none; }
.mgp-project-card p { min-height:82px; color:var(--mgp-muted); line-height:1.65; }
.mgp-project-card__body>div { display:flex; align-items:center; justify-content:space-between; gap:16px; padding-top:18px; border-top:1px solid var(--mgp-line); }
.mgp-project-card__body>div a { color:var(--mgp-green); font-weight:700; text-decoration:none; }

@media (max-width:900px) {
  .mgp-summary__grid { grid-template-columns:1fr; }
  .mgp-summary__grid>div { min-height:auto; border-inline-end:0; border-bottom:1px solid rgba(255,255,255,.13); }
  .mgp-intro-grid, .mgp-faq-grid { grid-template-columns:1fr; gap:35px; }
  .mgp-facts { grid-template-columns:repeat(2,1fr); }
  .mgp-project-grid { grid-template-columns:1fr; }
}

@media (max-width:620px) {
  .mgp-wrap { width:min(100% - 28px, 1180px); }
  .mgp-hero { min-height:760px; }
  .mgp-hero__content { padding-top:150px; padding-bottom:64px; }
  .mgp-hero h1 { font-size:44px; }
  .mgp-hero__actions { display:grid; }
  .mgp-scroll-cue { display:none; }
  .mgp-section { padding:72px 0; }
  .mgp-facts { grid-template-columns:1fr; }
  .mgp-facts article { min-height:170px; }
  .mgp-cta__inner { align-items:stretch; flex-direction:column; }
  .mgp-modal__panel { padding:34px 22px 24px; }
  .mgp-archive-hero { padding:130px 0 80px; }
  .mgp-project-card__body { padding:22px; }
  .mgp-project-card p { min-height:auto; }
  .mgp-project-card__body>div { align-items:flex-start; flex-direction:column; }
}

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

