.gl-mastercraft,
.gl-mastercraft-page {
  --mc-black: #080808;
  --mc-ink: #242424;
  --mc-muted: #6b6b6b;
  --mc-line: #ddddda;
  --mc-soft: #f2f1ee;
  font-family: 'Lato', 'Segoe UI', sans-serif;
}

.page-id-225388 #main-content .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-id-225388 #left-area,
.page-id-225388 article {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
}

.page-id-225388 .entry-title {
  display: none;
}

.gl-mastercraft * {
  box-sizing: border-box;
}

.gl-mastercraft__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.gl-mastercraft--home {
  position: relative;
  overflow: hidden;
  background: var(--mc-black);
  color: #ffffff;
}

.gl-mastercraft--home::after,
.gl-mastercraft--hero::after {
  position: absolute;
  inset: auto -7% -70% auto;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(255, 255, 255, 0.025), 0 0 0 72px rgba(255, 255, 255, 0.02);
  content: '';
  pointer-events: none;
}

.gl-mastercraft__home-grid {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 42px 0;
}

.gl-mastercraft__mark {
  display: block;
  width: min(300px, 100%);
  height: auto;
}

.gl-mastercraft__copy {
  position: relative;
  z-index: 1;
}

.gl-mastercraft__eyebrow {
  margin: 0 0 9px !important;
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gl-mastercraft h1,
.gl-mastercraft h2,
.gl-mastercraft h3 {
  color: inherit;
  font-family: 'Prata', Georgia, serif;
  font-weight: 400;
}

.gl-mastercraft--home h2 {
  max-width: 790px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(25px, 3vw, 39px);
  line-height: 1.18;
}

.gl-mastercraft--home .gl-mastercraft__copy > p:not(.gl-mastercraft__eyebrow) {
  max-width: 810px;
  margin: 0 0 15px;
  color: #d3d3d3;
  font-size: 16px;
  line-height: 1.65;
}

.gl-mastercraft__text-link {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gl-mastercraft__text-link:hover {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gl-mastercraft--hero {
  position: relative;
  overflow: hidden;
  background: var(--mc-black);
  color: #ffffff;
}

.gl-mastercraft__hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  min-height: 610px;
  padding: 80px 0;
}

.gl-mastercraft__mark--hero {
  width: min(440px, 100%);
}

.gl-mastercraft--hero h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.05;
}

.gl-mastercraft__lead {
  max-width: 650px;
  margin: 0;
  color: #d4d4d4;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.gl-mastercraft__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gl-mastercraft__button {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.gl-mastercraft__button:hover {
  text-decoration: none;
}

.gl-mastercraft__button--light {
  background: #ffffff;
  color: #111111;
}

.gl-mastercraft__button--outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.gl-mastercraft__section {
  padding: clamp(68px, 9vw, 110px) 0;
  color: var(--mc-ink);
}

.gl-mastercraft__intro {
  max-width: 820px;
  margin-bottom: 52px;
  text-align: center;
}

.gl-mastercraft__intro .gl-mastercraft__eyebrow,
.gl-mastercraft__section .gl-mastercraft__eyebrow {
  color: var(--mc-muted);
}

.gl-mastercraft__section h2 {
  margin: 0 0 18px;
  color: var(--mc-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
}

.gl-mastercraft__section p {
  color: #555555;
  font-size: 17px;
  line-height: 1.75;
}

.gl-mastercraft__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--mc-line);
  background: var(--mc-line);
}

.gl-mastercraft__features article {
  padding: clamp(26px, 4vw, 42px);
  background: #ffffff;
}

.gl-mastercraft__features article > span {
  display: block;
  margin-bottom: 32px;
  color: #8b8b8b;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.gl-mastercraft__features h3 {
  margin: 0 0 13px;
  color: var(--mc-ink);
  font-size: 22px;
  line-height: 1.3;
}

.gl-mastercraft__features p {
  margin: 0;
  font-size: 15px;
}

.gl-mastercraft__section--soft {
  background: var(--mc-soft);
}

.gl-mastercraft__eligibility {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.gl-mastercraft__eligibility p:first-child {
  margin-top: 0;
}

.gl-mastercraft__section--cta {
  text-align: center;
}

.gl-mastercraft__section--cta .gl-mastercraft__inner {
  max-width: 760px;
}

.gl-mastercraft__section--cta p:not(.gl-mastercraft__eyebrow) {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.gl-mastercraft__actions--centre {
  justify-content: center;
}

.gl-mastercraft__button--dark {
  background: var(--mc-black);
  color: #ffffff;
}

.gl-mastercraft__button--plain {
  border-color: #777777;
  color: var(--mc-ink);
}

.gl-mastercraft--context {
  padding: clamp(58px, 8vw, 92px) 0;
  border-top: 1px solid var(--mc-line);
  background: var(--mc-soft);
  color: var(--mc-ink);
}

.gl-mastercraft__context-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}

.gl-mastercraft__context-mark {
  display: grid;
  width: 280px;
  min-height: 150px;
  padding: 24px;
  align-items: center;
  justify-items: center;
  border-radius: 2px;
  background: var(--mc-black);
}

.gl-mastercraft__context-mark .gl-mastercraft__mark {
  width: 232px;
}

.gl-mastercraft__context-copy {
  max-width: 790px;
}

.gl-mastercraft--context h2 {
  max-width: 720px;
  margin: 0 0 16px;
  color: var(--mc-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.16;
}

.gl-mastercraft--context .gl-mastercraft__context-copy > p:not(.gl-mastercraft__eyebrow) {
  margin: 0 0 14px;
  color: #555555;
  font-size: 16px;
  line-height: 1.72;
}

.gl-mastercraft--context .gl-mastercraft__context-note {
  padding-left: 15px;
  border-left: 2px solid #8f8f8a;
  font-size: 14px !important;
}

.gd-footer__mastercraft {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.gd-footer__mastercraft:hover {
  color: #ffffff;
  text-decoration: none;
}

.gd-footer__mastercraft-mark {
  display: block;
  width: 140px;
  height: auto;
  border-radius: 2px;
}

.gd-footer__mastercraft-copy {
  display: grid;
  gap: 3px;
  line-height: 1.25;
}

.gd-footer__mastercraft-copy small {
  color: #dddddd;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gd-footer__mastercraft-copy strong {
  max-width: 145px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .gl-mastercraft__home-grid {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    padding: 30px 0;
  }

  .gl-mastercraft__mark {
    width: 180px;
  }

  .gl-mastercraft--home .gl-mastercraft__copy > p:not(.gl-mastercraft__eyebrow) {
    font-size: 14px;
  }

  .gl-mastercraft__hero-grid,
  .gl-mastercraft__eligibility,
  .gl-mastercraft__context-grid {
    grid-template-columns: 1fr;
  }

  .gl-mastercraft__context-grid {
    gap: 28px;
  }

  .gl-mastercraft__context-mark {
    width: 240px;
    min-height: 130px;
    padding: 20px;
  }

  .gl-mastercraft__context-mark .gl-mastercraft__mark {
    width: 200px;
  }

  .gd-footer__mastercraft {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .gd-footer__mastercraft-mark {
    width: 120px;
  }

  .gl-mastercraft__hero-grid {
    min-height: 0;
    padding: 54px 0 64px;
  }

  .gl-mastercraft__mark--hero {
    width: min(320px, 100%);
  }

  .gl-mastercraft__features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .gl-mastercraft__inner {
    width: min(100% - 28px, 1120px);
  }

  .gl-mastercraft__home-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gl-mastercraft__mark {
    width: min(220px, 100%);
  }

  .gl-mastercraft--home h2 {
    font-size: 23px;
  }

  .gl-mastercraft--home .gl-mastercraft__copy > p:not(.gl-mastercraft__eyebrow) {
    display: none;
  }

  .gl-mastercraft__text-link {
    font-size: 13px;
  }
}
