/** Shopify CDN: Minification failed

Line 2249:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:mg-home-hero-v2 (INDEX:54) */
.mg-home-hero-v2 {
    width: 100%;
    overflow: hidden;
    background: #f5f1e9;
    color: #191c3b;
  }

  .mg-home-hero-v2 * {
    box-sizing: border-box;
  }

  .mg-home-hero-v2__grid {
    display: grid;
    grid-template-columns: minmax(440px, 42%) minmax(0, 58%);
    min-height: 640px;
  }

  .mg-home-hero-v2__copy {
    display: flex;
    align-items: center;
    padding:
      64px clamp(42px, 5vw, 92px)
      64px max(32px, calc((100vw - 1600px) / 2));
  }

  .mg-home-hero-v2__copy-inner {
    width: 100%;
    max-width: 610px;
    animation: mg-home-hero-copy-in 650ms cubic-bezier(.22,.61,.36,1) both;
  }

  .mg-home-hero-v2__eyebrow {
    margin: 0 0 17px;
    color: #b6813c;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .mg-home-hero-v2__heading {
    max-width: 590px;
    margin: 0;
    color: #191c3b;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(48px, 4.3vw, 72px);
    font-weight: 500;
    line-height: .99;
    letter-spacing: -.04em;
    text-wrap: balance;
  }

  .mg-home-hero-v2__text {
    max-width: 545px;
    margin-top: 22px;
    color: rgba(25, 28, 59, .78);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.62;
  }

  .mg-home-hero-v2__text p {
    margin: 0;
  }

  .mg-home-hero-v2__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 30px;
  }

  .mg-home-hero-v2__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .035em;
    text-decoration: none;
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      color 180ms ease,
      transform 180ms ease;
  }

  .mg-home-hero-v2__button--primary {
    min-width: 176px;
    padding: 14px 23px;
    color: #fff;
    background: #191c3b;
    border: 1px solid #191c3b;
    border-radius: 4px;
  }

  .mg-home-hero-v2__button--secondary {
    min-height: 44px;
    padding: 8px 0;
    color: #191c3b;
    border-bottom: 1px solid rgba(25, 28, 59, .42);
  }

  .mg-home-hero-v2__button:hover {
    transform: translateY(-1px);
  }

  .mg-home-hero-v2__button--primary:hover {
    background: #b6813c;
    border-color: #b6813c;
  }

  .mg-home-hero-v2__button--secondary:hover {
    color: #b6813c;
    border-color: #b6813c;
  }

  .mg-home-hero-v2__proof {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 27px;
    color: rgba(25, 28, 59, .72);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
  }

  .mg-home-hero-v2__stars {
    color: #b6813c;
    font-size: 14px;
    letter-spacing: .09em;
  }

  .mg-home-hero-v2__media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #e8e1d8;
  }

  .mg-home-hero-v2__media picture,
  .mg-home-hero-v2__image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mg-home-hero-v2__image {
    object-fit: cover;
    object-position: 52% center;
    animation: mg-home-hero-image-in 900ms cubic-bezier(.22,.61,.36,1) both;
  }

  @keyframes mg-home-hero-copy-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes mg-home-hero-image-in {
    from { opacity: .82; transform: scale(1.018); }
    to { opacity: 1; transform: scale(1); }
  }

  @media screen and (max-width: 989px) {
    .mg-home-hero-v2__grid {
      grid-template-columns: 46% 54%;
      min-height: 590px;
    }

    .mg-home-hero-v2__copy {
      padding: 54px 34px 54px 24px;
    }

    .mg-home-hero-v2__heading {
      font-size: clamp(42px, 5.6vw, 58px);
    }
  }

  @media screen and (max-width: 749px) {
    .mg-home-hero-v2__grid {
      display: flex;
      min-height: 0;
      flex-direction: column;
    }

    .mg-home-hero-v2__media {
      order: 1;
      height: min(74vw, 355px);
    }

    .mg-home-hero-v2__copy {
      order: 2;
      padding: 34px 20px 38px;
      text-align: center;
    }

    .mg-home-hero-v2__copy-inner {
      max-width: 520px;
      margin-inline: auto;
    }

    .mg-home-hero-v2__eyebrow {
      margin-bottom: 12px;
      font-size: 10.5px;
    }

    .mg-home-hero-v2__heading {
      max-width: 440px;
      margin-inline: auto;
      font-size: clamp(36px, 10.5vw, 45px);
      line-height: 1.01;
    }

    .mg-home-hero-v2__text {
      margin-top: 15px;
      font-size: 14px;
      line-height: 1.55;
    }

    .mg-home-hero-v2__actions {
      justify-content: center;
      margin-top: 23px;
    }

    .mg-home-hero-v2__button--primary {
      width: 100%;
    }

    .mg-home-hero-v2__proof {
      justify-content: center;
      margin-top: 20px;
    }

    .mg-home-hero-v2__image {
      object-position: center center;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mg-home-hero-v2__copy-inner,
    .mg-home-hero-v2__image {
      animation: none;
    }

    .mg-home-hero-v2__button {
      transition: none;
    }
  }
/* END_SECTION:mg-home-hero-v2 */

/* START_SECTION:mg-home-trust-v2 (INDEX:56) */
.mg-home-trust-v2 {
    width: 100%;
    background: #fff;
    color: #191c3b;
    border-bottom: 1px solid #e4ddd2;
  }

  .mg-home-trust-v2 * {
    box-sizing: border-box;
  }

  .mg-home-trust-v2__rail {
    width: min(1600px, calc(100% - clamp(40px, 6.5vw, 112px)));
    margin-inline: auto;
  }

  .mg-home-trust-v2__proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 25px 0;
    border-bottom: 1px solid #e4ddd2;
  }

  .mg-home-trust-v2__item {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 0 28px;
    border-left: 1px solid #e4ddd2;
    font-family: "Instrument Sans", Arial, sans-serif;
  }

  .mg-home-trust-v2__item:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .mg-home-trust-v2__item:last-child {
    padding-right: 0;
  }

  .mg-home-trust-v2__mark {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #b6813c;
    border: 1px solid #d8c7af;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
  }

  .mg-home-trust-v2__item strong,
  .mg-home-trust-v2__item small {
    display: block;
  }

  .mg-home-trust-v2__item strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
  }

  .mg-home-trust-v2__item small {
    margin-top: 3px;
    color: rgba(25, 28, 59, .62);
    font-size: 10.5px;
    line-height: 1.4;
  }

  .mg-home-trust-v2__press {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    min-height: 76px;
  }

  .mg-home-trust-v2__press-label {
    color: #b6813c;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .mg-home-trust-v2__logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
  }

  .mg-home-trust-v2__logo {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
  }

  .mg-home-trust-v2__logo img {
    display: block;
    width: auto;
    max-width: 145px;
    height: auto;
    max-height: 27px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .62;
    transition: opacity 180ms ease;
  }

  .mg-home-trust-v2__logo a:hover img {
    opacity: .92;
  }

  @media screen and (max-width: 989px) {
    .mg-home-trust-v2__proof {
      grid-template-columns: 1fr 1fr;
    }

    .mg-home-trust-v2__item {
      padding: 16px 20px;
    }

    .mg-home-trust-v2__item:nth-child(odd) {
      padding-left: 0;
      border-left: 0;
    }

    .mg-home-trust-v2__item:nth-child(even) {
      padding-right: 0;
    }

    .mg-home-trust-v2__press {
      grid-template-columns: 120px 1fr;
    }
  }

  @media screen and (max-width: 749px) {
    .mg-home-trust-v2__rail {
      width: calc(100% - 32px);
    }

    .mg-home-trust-v2__proof {
      padding: 12px 0;
    }

    .mg-home-trust-v2__item {
      grid-template-columns: 28px 1fr;
      gap: 9px;
      padding: 12px 10px;
    }

    .mg-home-trust-v2__mark {
      width: 27px;
      height: 27px;
      font-size: 9px;
    }

    .mg-home-trust-v2__item strong {
      font-size: 10.5px;
    }

    .mg-home-trust-v2__item small {
      display: none;
    }

    .mg-home-trust-v2__press {
      display: block;
      padding: 18px 0 16px;
      text-align: center;
    }

    .mg-home-trust-v2__logos {
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      margin-top: 13px;
    }

    .mg-home-trust-v2__logo img {
      max-width: 72px;
      max-height: 21px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mg-home-trust-v2__logo img {
      transition: none;
    }
  }
/* END_SECTION:mg-home-trust-v2 */

/* START_SECTION:mg-product-addons (INDEX:57) */
.mg-product-addons {
    background: var(--mg-addon-bg);
    color: var(--mg-addon-text);
    padding: 32px 0;
  }

  .mg-product-addons * {
    box-sizing: border-box;
  }

  .mg-product-addons__inner {
    width: min(100% - 32px, 1320px);
    margin-inline: auto;
  }

  .mg-product-addons__header {
    max-width: 760px;
    margin-bottom: 20px;
  }

  .mg-product-addons__header h2 {
    margin: 0;
    color: var(--mg-addon-text);
    font-family: Newsreader, Georgia, serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.035em;
  }

  .mg-product-addons__intro {
    margin-top: 8px;
    color: var(--mg-addon-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .mg-product-addons__intro p,
  .mg-addon-card__description p {
    margin: 0;
  }

  .mg-product-addons__grid {
    display: grid;
    grid-template-columns: repeat(var(--mg-addon-columns), minmax(0, 1fr));
    gap: 14px;
  }

  .mg-addon-card {
    display: grid;
    grid-template-columns: minmax(130px, 30%) minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--mg-addon-border);
    border-radius: var(--mg-addon-radius);
    background: var(--mg-addon-card-bg);
    box-shadow: 0 12px 32px rgba(25, 28, 59, 0.06);
  }

  .mg-addon-card__editor-warning {
    grid-column: 1 / -1;
    padding: 10px 12px;
    border-bottom: 1px solid #ead6ac;
    background: #fff8e8;
    color: #7a5d2f;
    font-size: 12px;
    line-height: 1.45;
  }

  .mg-addon-card__media {
    position: relative;
    min-height: 190px;
    background: #f4f1ec;
  }

  .mg-addon-card__image-link {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    padding: 14px;
  }

  .mg-addon-card__image,
  .mg-addon-card__placeholder {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: contain;
    transition: opacity 160ms ease, transform 220ms ease;
  }

  .mg-addon-card:hover .mg-addon-card__image {
    transform: scale(1.025);
  }

  .mg-addon-card__image.is-changing {
    opacity: 0.35;
  }

  .mg-addon-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 5px 8px;
    border-radius: 999px;
    background: var(--mg-addon-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  .mg-addon-card__content {
    min-width: 0;
    padding: 16px;
  }

  .mg-addon-card__heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
  }

  .mg-addon-card h3 {
    margin: 0;
    color: var(--mg-addon-text);
    font-family: Newsreader, Georgia, serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  .mg-addon-card h3 a {
    color: inherit;
    text-decoration: none;
  }

  .mg-addon-card__description {
    margin-top: 5px;
    color: var(--mg-addon-muted);
    font-size: 12px;
    line-height: 1.5;
  }

  .mg-addon-card__price-wrap {
    min-width: 96px;
    text-align: right;
  }

  .mg-addon-card__price-line {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    align-items: baseline;
    color: var(--mg-addon-text);
  }

  .mg-addon-card__price-line strong {
    font-size: 17px;
  }

  .mg-addon-card__compare {
    color: var(--mg-addon-muted);
    font-size: 12px;
    text-decoration: line-through;
  }

  .mg-addon-card__saving {
    display: inline-flex;
    margin-top: 4px;
    padding: 4px 7px;
    border-radius: 999px;
    background: #e8f3ec;
    color: #286245;
    font-size: 10px;
    font-weight: 700;
  }

  .mg-addon-card__discount-note {
    margin: 8px 0 0;
    color: var(--mg-addon-muted);
    font-size: 10px;
    line-height: 1.4;
  }

  .mg-addon-card__choices {
    margin-top: 14px;
  }

  .mg-addon-card__fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .mg-addon-card__fieldset legend {
    margin-bottom: 8px;
    color: var(--mg-addon-text);
    font-size: 11px;
    font-weight: 700;
  }

  .mg-addon-card__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .mg-addon-card__swatch {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border: 1px solid var(--mg-addon-border);
    border-radius: 999px;
    background: #fff;
    color: var(--mg-addon-text);
    font: inherit;
    font-size: 10px;
    cursor: pointer;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  }

  .mg-addon-card__swatch:hover {
    transform: translateY(-1px);
    border-color: var(--mg-addon-accent);
  }

  .mg-addon-card__swatch.is-active {
    border-color: var(--mg-addon-text);
    box-shadow: 0 0 0 1px var(--mg-addon-text);
  }

  .mg-addon-card__swatch-dot {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1px solid rgba(25, 28, 59, 0.22);
    border-radius: 50%;
    background: var(--swatch-color, #d7d3ca);
  }

  .mg-addon-card__footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
    padding-top: 13px;
    border-top: 1px solid var(--mg-addon-border);
  }

  .mg-addon-card__selected {
    overflow: hidden;
    color: var(--mg-addon-muted);
    font-size: 10px;
    line-height: 1.35;
    text-overflow: ellipsis;
  }

  .mg-addon-card__add {
    min-width: 96px;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid var(--mg-addon-text);
    border-radius: 999px;
    background: var(--mg-addon-text);
    color: #fff;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 150ms ease, transform 150ms ease;
  }

  .mg-addon-card__add:hover:not(:disabled) {
    transform: translateY(-1px);
  }

  .mg-addon-card__add:disabled {
    cursor: not-allowed;
    opacity: 0.45;
  }

  .mg-addon-card__add.is-added {
    border-color: #2d6a4f;
    background: #2d6a4f;
  }

  .mg-addon-card__status {
    min-height: 16px;
    margin: 7px 0 0;
    color: var(--mg-addon-muted);
    font-size: 10px;
    line-height: 1.4;
  }

  .mg-addon-card__status.is-error {
    color: #9d3e3e;
  }

  .mg-addon-card__empty-state {
    grid-column: 1 / -1;
    display: grid;
    min-height: 170px;
    place-content: center;
    padding: 24px;
    text-align: center;
  }

  .mg-addon-card__empty-state strong {
    color: var(--mg-addon-text);
  }

  .mg-addon-card__empty-state span {
    margin-top: 5px;
    color: var(--mg-addon-muted);
    font-size: 12px;
  }

  .is-hidden {
    display: none !important;
  }

  @media (max-width: 989px) {
    .mg-product-addons__grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .mg-product-addons {
      padding: 24px 0;
    }

    .mg-product-addons__inner {
      width: min(100% - 22px, 1320px);
    }

    .mg-addon-card {
      grid-template-columns: 96px minmax(0, 1fr);
    }

    .mg-addon-card__media {
      min-height: 132px;
    }

    .mg-addon-card__content {
      padding: 13px;
    }

    .mg-addon-card__heading-row {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .mg-addon-card__price-wrap {
      text-align: left;
    }

    .mg-addon-card__price-line {
      justify-content: flex-start;
    }

    .mg-addon-card h3 {
      font-size: 20px;
    }

    .mg-addon-card__footer {
      grid-column: 1 / -1;
    }

    .mg-addon-card__swatch-label {
      max-width: 100px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
/* END_SECTION:mg-product-addons */

/* START_SECTION:mr-golf-bundle-showcase (INDEX:60) */
.mg-bundle {
    background: var(--mg-bundle-bg);
    color: var(--mg-bundle-text);
    padding-block: var(--mg-bundle-pt) var(--mg-bundle-pb);
  }

  .mg-bundle__inner {
    width: min(1240px, calc(100% - 32px));
    margin-inline: auto;
  }

  .mg-bundle__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    align-items: end;
    gap: 40px;
    margin-bottom: 34px;
  }

  .mg-bundle__eyebrow {
    margin: 0 0 10px;
    color: var(--mg-bundle-gold);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .mg-bundle__heading {
    margin: 0;
    color: var(--mg-bundle-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.03;
  }

  .mg-bundle__header-side {
    display: grid;
    gap: 16px;
  }

  .mg-bundle__intro {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
  }

  .mg-bundle__intro p {
    margin: 0;
  }

  .mg-bundle__header-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    color: var(--mg-bundle-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .mg-bundle__header-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
  }

  .mg-bundle__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .mg-bundle__card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--mg-bundle-border);
    border-radius: 20px;
    background: var(--mg-bundle-card);
    box-shadow: 0 12px 32px rgba(25, 28, 59, .06);
  }

  .mg-bundle__media {
    position: relative;
    display: grid;
    overflow: hidden;
    height: 330px;
    gap: 2px;
    background: #eee9df;
  }

  .mg-bundle__media--1 {
    grid-template-columns: 1fr;
  }

  .mg-bundle__media--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mg-bundle__media--3 {
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .mg-bundle__media--3 .mg-bundle__image-wrap--1 {
    grid-row: 1 / 3;
  }

  .mg-bundle__image-wrap {
    display: block;
    min-width: 0;
    overflow: hidden;
    background: #f1ede6;
  }

  .mg-bundle__image,
  .mg-bundle__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2, .7, .2, 1);
  }

  .mg-bundle__card:hover .mg-bundle__image {
    transform: scale(1.025);
  }

  .mg-bundle__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--mg-bundle-navy);
    color: #fff;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .mg-bundle__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
  }

  .mg-bundle__title {
    margin: 0;
    color: var(--mg-bundle-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: 29px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.08;
  }

  .mg-bundle__text {
    margin: 11px 0 0;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
  }

  .mg-bundle__items {
    display: grid;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }

  .mg-bundle__items li {
    position: relative;
    padding-left: 21px;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.45;
  }

  .mg-bundle__items li::before {
    position: absolute;
    top: .1em;
    left: 0;
    color: var(--mg-bundle-gold);
    content: "✓";
    font-weight: 700;
  }

  .mg-bundle__footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 24px;
  }

  .mg-bundle__price {
    display: grid;
    gap: 3px;
  }

  .mg-bundle__price-main {
    color: var(--mg-bundle-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .mg-bundle__price-note {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.35;
    opacity: .7;
  }

  .mg-bundle__button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid var(--mg-bundle-navy);
    border-radius: 999px;
    background: var(--mg-bundle-navy);
    color: #fff;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
  }

  .mg-bundle__button:hover,
  .mg-bundle__button:focus-visible {
    background: transparent;
    color: var(--mg-bundle-navy);
    outline: none;
  }

  .mg-bundle__note {
    margin: 24px 0 0;
    text-align: center;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    opacity: .72;
  }

  @media (max-width: 1040px) {
    .mg-bundle__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 740px) {
    .mg-bundle__header {
      grid-template-columns: 1fr;
      gap: 14px;
    }
  }

  @media (max-width: 640px) {
    .mg-bundle__inner {
      width: min(100% - 24px, 1240px);
    }

    .mg-bundle__grid {
      grid-template-columns: 1fr;
    }

    .mg-bundle__media {
      height: 300px;
    }

    .mg-bundle__content {
      padding: 22px 20px;
    }

    .mg-bundle__title {
      font-size: 27px;
    }

    .mg-bundle__footer {
      align-items: stretch;
      flex-direction: column;
    }

    .mg-bundle__button {
      width: 100%;
    }
  }
/* END_SECTION:mr-golf-bundle-showcase */

/* START_SECTION:mr-golf-gift-finder-home (INDEX:62) */
.mg-gfh {
    background: var(--mg-gfh-bg);
    color: var(--mg-gfh-text);
    padding-block: var(--mg-gfh-pt) var(--mg-gfh-pb);
  }

  .mg-gfh__inner {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
  }

  .mg-gfh__header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .mg-gfh__eyebrow {
    margin: 0 0 10px;
    color: var(--mg-gfh-gold);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .mg-gfh__heading {
    margin: 0;
    color: var(--mg-gfh-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.03;
  }

  .mg-gfh__intro {
    max-width: 650px;
    margin: 16px auto 0;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
  }

  .mg-gfh__intro p {
    margin: 0;
  }

  .mg-gfh__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .mg-gfh__card {
    display: flex;
    min-height: 220px;
    padding: 28px;
    border: 1px solid var(--mg-gfh-border);
    border-radius: 18px;
    background: var(--mg-gfh-card);
    color: var(--mg-gfh-text);
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  }

  .mg-gfh__card:hover,
  .mg-gfh__card:focus-visible {
    transform: translateY(-4px);
    border-color: var(--mg-gfh-gold);
    box-shadow: 0 18px 45px rgba(25, 28, 59, .11);
    outline: none;
  }

  .mg-gfh__icon {
    display: grid;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    margin-right: 18px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mg-gfh-gold) 14%, white);
    color: var(--mg-gfh-gold);
  }

  .mg-gfh__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
  }

  .mg-gfh__card-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .mg-gfh__badge {
    align-self: flex-start;
    margin-bottom: 10px;
    color: var(--mg-gfh-gold);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .mg-gfh__title {
    color: var(--mg-gfh-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.08;
  }

  .mg-gfh__text {
    margin-top: 10px;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
  }

  .mg-gfh__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--mg-gfh-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .mg-gfh__link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    transition: transform .2s ease;
  }

  .mg-gfh__card:hover .mg-gfh__link svg {
    transform: translateX(3px);
  }

  .mg-gfh__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 30px;
    text-align: left;
  }

  .mg-gfh__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border: 1px solid var(--mg-gfh-navy);
    border-radius: 999px;
    background: var(--mg-gfh-navy);
    color: #fff;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
  }

  .mg-gfh__button:hover,
  .mg-gfh__button:focus-visible {
    background: transparent;
    color: var(--mg-gfh-navy);
    outline: none;
  }

  .mg-gfh__footer p {
    max-width: 360px;
    margin: 0;
    color: color-mix(in srgb, var(--mg-gfh-text) 72%, transparent);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
  }

  @media (max-width: 900px) {
    .mg-gfh__grid {
      grid-template-columns: 1fr;
    }

    .mg-gfh__card {
      min-height: 0;
    }
  }

  @media (max-width: 640px) {
    .mg-gfh__inner {
      width: min(100% - 24px, 1180px);
    }

    .mg-gfh__header {
      margin-bottom: 24px;
    }

    .mg-gfh__intro {
      font-size: 15px;
    }

    .mg-gfh__card {
      padding: 22px 20px;
      border-radius: 15px;
    }

    .mg-gfh__icon {
      flex-basis: 46px;
      width: 46px;
      height: 46px;
      margin-right: 14px;
    }

    .mg-gfh__icon svg {
      width: 25px;
      height: 25px;
    }

    .mg-gfh__title {
      font-size: 24px;
    }

    .mg-gfh__footer {
      flex-direction: column;
      gap: 12px;
      text-align: center;
    }

    .mg-gfh__button {
      width: 100%;
    }
  }
/* END_SECTION:mr-golf-gift-finder-home */

/* START_SECTION:mr-golf-gift-finder-page (INDEX:63) */
.mg-gfp {
    background: var(--mg-gfp-bg);
    color: var(--mg-gfp-text);
    padding-block: var(--mg-gfp-pt) var(--mg-gfp-pb);
  }

  .mg-gfp__inner {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
  }

  .mg-gfp__hero {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
  }

  .mg-gfp__eyebrow {
    margin: 0 0 10px;
    color: var(--mg-gfp-gold);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .mg-gfp__heading {
    margin: 0;
    color: var(--mg-gfp-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: .98;
  }

  .mg-gfp__intro {
    max-width: 700px;
    margin: 20px auto 0;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
  }

  .mg-gfp__intro p {
    margin: 0;
  }

  .mg-gfp__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    margin-top: 24px;
    color: var(--mg-gfp-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .mg-gfp__trust span {
    position: relative;
    padding-left: 18px;
  }

  .mg-gfp__trust span::before {
    position: absolute;
    left: 0;
    color: var(--mg-gfp-gold);
    content: "✓";
  }

  .mg-gfp__finder {
    overflow: hidden;
    border: 1px solid var(--mg-gfp-border);
    border-radius: 24px;
    background: var(--mg-gfp-panel);
    box-shadow: 0 22px 65px rgba(25, 28, 59, .09);
  }

  .mg-gfp__progress {
    padding: 24px 30px;
    border-bottom: 1px solid var(--mg-gfp-border);
    background: color-mix(in srgb, var(--mg-gfp-panel) 84%, var(--mg-gfp-bg));
  }

  .mg-gfp__progress-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--mg-gfp-muted);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .mg-gfp__progress-copy span:last-child {
    color: var(--mg-gfp-navy);
  }

  .mg-gfp__track {
    height: 4px;
    overflow: hidden;
    margin-top: 14px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--mg-gfp-border) 75%, white);
  }

  .mg-gfp__track span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: var(--mg-gfp-gold);
    transition: width .3s ease;
  }

  .mg-gfp__steps {
    padding: 46px 44px 36px;
  }

  .mg-gfp__step {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .mg-gfp__step legend {
    width: 100%;
    padding: 0;
    color: var(--mg-gfp-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.05;
    text-align: center;
  }

  .mg-gfp__helper {
    max-width: 650px;
    margin: 13px auto 28px;
    color: var(--mg-gfp-muted);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
  }

  .mg-gfp__options {
    display: grid;
    gap: 14px;
  }

  .mg-gfp__options--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mg-gfp__options--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mg-gfp__options--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mg-gfp__option {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    border: 1px solid var(--mg-gfp-border);
    border-radius: 15px;
    background: var(--mg-gfp-card);
    color: var(--mg-gfp-text);
    cursor: pointer;
    text-align: left;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
  }

  .mg-gfp__option:hover,
  .mg-gfp__option:focus-visible {
    transform: translateY(-2px);
    border-color: var(--mg-gfp-gold);
    box-shadow: 0 12px 28px rgba(25, 28, 59, .08);
    outline: none;
  }

  .mg-gfp__option[aria-pressed="true"] {
    border-color: var(--mg-gfp-gold);
    background: color-mix(in srgb, var(--mg-gfp-gold) 8%, white);
    box-shadow: inset 0 0 0 1px var(--mg-gfp-gold);
  }

  .mg-gfp__option-kicker {
    margin-bottom: 8px;
    color: var(--mg-gfp-gold);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .mg-gfp__option-title {
    color: var(--mg-gfp-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
  }

  .mg-gfp__option-text {
    margin-top: 8px;
    color: var(--mg-gfp-muted);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
  }

  .mg-gfp__option--compact {
    min-height: 84px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .mg-gfp__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 30px 28px;
  }

  .mg-gfp__back,
  .mg-gfp__next,
  .mg-gfp__restart,
  .mg-gfp__browse {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 22px;
    border-radius: 999px;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
  }

  .mg-gfp__back,
  .mg-gfp__restart {
    border: 1px solid var(--mg-gfp-border);
    background: transparent;
    color: var(--mg-gfp-navy);
  }

  .mg-gfp__next,
  .mg-gfp__browse {
    border: 1px solid var(--mg-gfp-navy);
    background: var(--mg-gfp-navy);
    color: #fff;
  }

  .mg-gfp__next:disabled {
    cursor: not-allowed;
    opacity: .4;
  }

  .mg-gfp__back svg,
  .mg-gfp__next svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
  }

  .mg-gfp__results {
    margin-top: 58px;
  }

  .mg-gfp__results-header {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .mg-gfp__results-header h2 {
    margin: 0;
    color: var(--mg-gfp-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1;
  }

  .mg-gfp__results-header > p:last-child {
    margin: 16px auto 0;
    color: var(--mg-gfp-muted);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
  }

  .mg-gfp__result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .mg-gfp__product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--mg-gfp-border);
    border-radius: 18px;
    background: var(--mg-gfp-card);
    box-shadow: 0 14px 38px rgba(25, 28, 59, .08);
  }

  .mg-gfp__product-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #eee9df;
  }

  .mg-gfp__product-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }

  .mg-gfp__product-card:hover .mg-gfp__product-image {
    transform: scale(1.025);
  }

  .mg-gfp__product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
  }

  .mg-gfp__result-label {
    align-self: flex-start;
    margin-bottom: 11px;
    padding: 6px 9px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--mg-gfp-gold) 13%, white);
    color: var(--mg-gfp-gold);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mg-gfp__product-content h3 {
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.08;
  }

  .mg-gfp__product-content h3 a {
    color: var(--mg-gfp-navy);
    text-decoration: none;
  }

  .mg-gfp__reason {
    margin: 12px 0 0;
    color: var(--mg-gfp-muted);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.55;
  }

  .mg-gfp__product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 22px;
  }

  .mg-gfp__product-footer > span {
    color: var(--mg-gfp-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .mg-gfp__product-footer a {
    color: var(--mg-gfp-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .mg-gfp__no-results {
    grid-column: 1 / -1;
    padding: 36px;
    border: 1px solid var(--mg-gfp-border);
    border-radius: 18px;
    background: var(--mg-gfp-card);
    text-align: center;
  }

  .mg-gfp__no-results h3 {
    margin: 0;
    color: var(--mg-gfp-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: 30px;
    font-weight: 500;
  }

  .mg-gfp__no-results p {
    margin: 10px 0 0;
    color: var(--mg-gfp-muted);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }

  .mg-gfp__results-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
  }

  .mg-gfp__corporate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 34px;
    padding: 28px 30px;
    border-radius: 18px;
    background: var(--mg-gfp-navy);
    color: #fff;
  }

  .mg-gfp__corporate-kicker {
    margin: 0 0 7px;
    color: #d9b77b;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mg-gfp__corporate h3 {
    margin: 0;
    color: #fff;
    font-family: "Newsreader", Georgia, serif;
    font-size: 30px;
    font-weight: 500;
  }

  .mg-gfp__corporate div > p:last-child {
    max-width: 700px;
    margin: 8px 0 0;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    opacity: .82;
  }

  .mg-gfp__corporate > a {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 46px;
    align-items: center;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  @media (max-width: 900px) {
    .mg-gfp__options--3,
    .mg-gfp__options--4,
    .mg-gfp__result-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mg-gfp__corporate {
      align-items: flex-start;
      flex-direction: column;
    }
  }

  @media (max-width: 640px) {
    .mg-gfp__inner {
      width: min(100% - 24px, 1180px);
    }

    .mg-gfp__hero {
      margin-bottom: 28px;
    }

    .mg-gfp__heading {
      font-size: clamp(42px, 13vw, 58px);
    }

    .mg-gfp__intro {
      font-size: 15px;
    }

    .mg-gfp__trust {
      align-items: flex-start;
      flex-direction: column;
      gap: 8px;
      margin-inline: auto;
      width: fit-content;
      text-align: left;
    }

    .mg-gfp__finder {
      border-radius: 18px;
    }

    .mg-gfp__progress {
      padding: 20px;
    }

    .mg-gfp__progress-copy {
      align-items: flex-start;
      flex-direction: column;
      gap: 4px;
    }

    .mg-gfp__steps {
      padding: 32px 18px 22px;
    }

    .mg-gfp__step legend {
      font-size: 33px;
    }

    .mg-gfp__options--2,
    .mg-gfp__options--3,
    .mg-gfp__options--4,
    .mg-gfp__result-grid {
      grid-template-columns: 1fr;
    }

    .mg-gfp__option {
      min-height: 0;
      padding: 18px;
    }

    .mg-gfp__option--compact {
      min-height: 64px;
    }

    .mg-gfp__navigation {
      position: sticky;
      bottom: 0;
      z-index: 3;
      padding: 14px 18px;
      border-top: 1px solid var(--mg-gfp-border);
      background: rgba(255, 255, 255, .96);
      backdrop-filter: blur(10px);
    }

    .mg-gfp__back,
    .mg-gfp__next {
      min-height: 46px;
      padding-inline: 18px;
    }

    .mg-gfp__results {
      margin-top: 44px;
    }

    .mg-gfp__results-actions {
      flex-direction: column;
    }

    .mg-gfp__restart,
    .mg-gfp__browse {
      width: 100%;
    }

    .mg-gfp__corporate {
      padding: 24px 20px;
    }

    .mg-gfp__corporate > a {
      width: 100%;
      justify-content: center;
    }
  }
/* END_SECTION:mr-golf-gift-finder-page */

/* START_SECTION:mr-golf-shop-by-knowledge (INDEX:64) */
.mg-sbk {
    background: var(--mg-sbk-bg);
    color: var(--mg-sbk-text);
    padding-block: var(--mg-sbk-pt) var(--mg-sbk-pb);
  }

  .mg-sbk__inner {
    width: min(1240px, calc(100% - 32px));
    margin-inline: auto;
  }

  /*
   * Header hierarchy:
   * 1. Eyebrow
   * 2. Main heading
   * 3. Supporting text
   */
.mg-sbk__header {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

  .mg-sbk__eyebrow {
    margin: 0 0 10px;
    color: var(--mg-sbk-gold);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .mg-sbk__heading {
    margin: 0;
    color: var(--mg-sbk-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.03;
  }

 .mg-sbk__intro {
  max-width: 680px;
  margin: 18px auto 0;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

  .mg-sbk__intro p {
    margin: 0;
  }

  .mg-sbk__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .mg-sbk__card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--mg-sbk-border);
    border-radius: 18px;
    background: var(--mg-sbk-card);
    color: var(--mg-sbk-text);
    text-decoration: none;
    transition:
      transform .24s ease,
      border-color .24s ease,
      box-shadow .24s ease;
  }

  .mg-sbk__card:hover,
  .mg-sbk__card:focus-visible {
    transform: translateY(-5px);
    border-color: var(--mg-sbk-gold);
    box-shadow: 0 20px 48px rgba(25, 28, 59, .12);
    outline: none;
  }

  .mg-sbk__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 4.2;
    background: #eee9df;
  }

  .mg-sbk__image,
  .mg-sbk__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .7, .2, 1);
  }

  .mg-sbk__card:hover .mg-sbk__image {
    transform: scale(1.035);
  }

  .mg-sbk__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        180deg,
        transparent 55%,
        rgba(25, 28, 59, .3)
      );
    pointer-events: none;
  }

  .mg-sbk__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--mg-sbk-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mg-sbk__content {
    display: flex;
    min-height: 208px;
    flex: 1;
    flex-direction: column;
    padding: 23px 22px 22px;
  }

  .mg-sbk__title {
    color: var(--mg-sbk-navy);
    font-family: "Newsreader", Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -.015em;
    line-height: 1.08;
  }

  .mg-sbk__text {
    margin-top: 11px;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
  }

  .mg-sbk__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 20px;
    color: var(--mg-sbk-navy);
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .mg-sbk__link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    transition: transform .2s ease;
  }

  .mg-sbk__card:hover .mg-sbk__link svg {
    transform: translateX(3px);
  }

  @media (max-width: 1020px) {
    .mg-sbk__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (max-width: 740px) {
  .mg-sbk__header {
    max-width: 100%;
    margin: 0 auto 28px;
    text-align: center;
  }

  .mg-sbk__intro {
    margin: 14px auto 0;
  }
}

    .mg-sbk__intro {
      margin-top: 14px;
    }
  }

  @media (max-width: 560px) {
    .mg-sbk__inner {
      width: min(100% - 24px, 1240px);
    }

    .mg-sbk__grid {
      grid-template-columns: 1fr;
    }

    .mg-sbk__card {
      display: grid;
      grid-template-columns: 42% 58%;
      border-radius: 15px;
    }

    .mg-sbk__media {
      height: 100%;
      aspect-ratio: auto;
    }

    .mg-sbk__content {
      min-height: 190px;
      padding: 20px 18px;
    }

    .mg-sbk__title {
      font-size: 23px;
    }

    .mg-sbk__text {
      font-size: 13px;
    }
  }
/* END_SECTION:mr-golf-shop-by-knowledge */