
:root{
  --mas-green-950:#0c2f22;
  --mas-green-900:#103b2b;
  --mas-green-800:#184a36;
  --mas-cream:#f4efe4;
  --mas-white:#fff;
  --mas-accent:#dbc497;
  --mas-shell:min(1240px,calc(100% - 40px));
  --mas-line:rgba(255,255,255,.14);
}
html{scroll-behavior:smooth}
body{margin:0}
.mas-template-content{margin:0!important;padding:0!important;max-width:none!important}
.mas-shell{width:var(--mas-shell);margin-inline:auto}

.mas-site-header{
  position:relative;z-index:999;
  background:var(--mas-green-950);
  color:var(--mas-white);
}
.mas-site-header__inner{
  min-height:104px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
}
.mas-site-brand{
  display:inline-flex;align-items:center;gap:14px;
  color:#fff;text-decoration:none;
}
.mas-site-brand img{width:64px;height:64px;object-fit:contain}
.mas-site-brand span{font-size:1rem;font-weight:850;letter-spacing:.055em}

.mas-primary-nav{
  display:flex;align-items:center;
  gap:clamp(15px,1.8vw,29px);
}
.mas-primary-nav a{
  color:rgba(255,255,255,.88);
  text-decoration:none;font-size:.92rem;font-weight:650;white-space:nowrap;
  transition:.2s ease;
}
.mas-primary-nav a:hover{color:#fff}
.mas-header-cta{
  padding:11px 19px!important;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
}
.mas-header-cta:hover{background:#fff;color:var(--mas-green-950)!important}

.mas-nav-toggle{
  display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.25);
  border-radius:50%;background:transparent;padding:0;
}
.mas-nav-toggle span{display:block;width:19px;height:1.5px;background:#fff;margin:3px auto}

.mas-site-footer{
  background:
    radial-gradient(circle at 92% 8%,rgba(255,255,255,.06),transparent 27%),
    var(--mas-green-950);
  color:#fff;
  padding:clamp(70px,8vw,118px) 0 28px;
}
.mas-footer-top{
  display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  align-items:end;gap:clamp(50px,9vw,140px);
  padding-bottom:clamp(50px,6vw,84px);
}
.mas-footer-brand{max-width:710px}
.mas-footer-logo{display:inline-block;margin-bottom:24px}
.mas-footer-logo img{width:92px;height:92px;object-fit:contain}
.mas-footer-eyebrow{
  margin:0 0 13px;color:var(--mas-accent);
  font-size:.76rem;font-weight:850;letter-spacing:.15em;
}
.mas-footer-brand h2{
  max-width:10ch;margin:0 0 25px;color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.75rem,5.5vw,5.5rem);
  font-weight:500;line-height:.96;letter-spacing:-.045em;
}
.mas-footer-intro{
  max-width:580px;margin:0;color:rgba(255,255,255,.72);
  font-size:clamp(1rem,1.4vw,1.17rem);line-height:1.65;
}
.mas-footer-action{padding-left:clamp(0px,3vw,45px)}
.mas-footer-action p{max-width:25ch;margin:0 0 22px;color:rgba(255,255,255,.72);font-size:1.05rem}
.mas-footer-button{
  display:inline-flex;align-items:center;justify-content:space-between;
  gap:30px;min-width:230px;padding:16px 21px;
  border-radius:999px;background:var(--mas-cream);color:var(--mas-green-950);
  text-decoration:none;font-weight:800;transition:.2s ease;
}
.mas-footer-button:hover{transform:translateY(-2px);background:#fff}

.mas-footer-middle{
  display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:clamp(50px,9vw,140px);
  padding:34px 0 40px;
  border-top:1px solid var(--mas-line);
  border-bottom:1px solid var(--mas-line);
}
.mas-footer-nav{display:flex;flex-wrap:wrap;gap:12px 28px}
.mas-footer-nav a{color:rgba(255,255,255,.86);text-decoration:none;font-size:.98rem}
.mas-footer-nav a:hover{color:#fff}
.mas-footer-contact{display:grid;gap:5px;font-style:normal;color:rgba(255,255,255,.72)}
.mas-footer-contact a{color:#fff;text-decoration:none}

.mas-footer-bottom{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  gap:25px;padding-top:26px;font-size:.79rem;color:rgba(255,255,255,.55);
}
.mas-footer-bottom p{margin:0}
.mas-footer-legal{display:flex;gap:16px}
.mas-footer-legal a,.mas-credit a{color:rgba(255,255,255,.68);text-decoration:none}
.mas-credit{text-align:right}
.mas-credit a{color:var(--mas-accent);font-weight:750}
.mas-footer-legal a:hover,.mas-credit a:hover{color:#fff}

@media(max-width:1050px){
  .mas-nav-toggle{display:block}
  .mas-primary-nav{
    position:absolute;top:100%;left:0;right:0;
    display:none;flex-direction:column;align-items:stretch;gap:0;
    padding:16px 20px 24px;background:var(--mas-green-950);
    border-top:1px solid rgba(255,255,255,.1);
  }
  .mas-primary-nav.is-open{display:flex}
  .mas-primary-nav a{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}
  .mas-header-cta{margin-top:12px;text-align:center}
}
@media(max-width:720px){
  :root{--mas-shell:min(100% - 28px,1240px)}
  .mas-site-header__inner{min-height:82px}
  .mas-site-brand img{width:52px;height:52px}
  .mas-site-brand span{max-width:150px;font-size:.79rem;line-height:1.2}
  .mas-footer-top,.mas-footer-middle{grid-template-columns:1fr;gap:42px}
  .mas-footer-action{padding-left:0}
  .mas-footer-brand h2{font-size:clamp(2.75rem,14vw,4rem)}
  .mas-footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:13px 20px}
  .mas-footer-bottom{grid-template-columns:1fr;justify-items:start;gap:13px}
  .mas-credit{text-align:left}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important}
}
