html { margin: 0; padding: 0; scroll-behavior: smooth; }
body.mgx-homepage-template { margin: 0 !important; padding: 0 !important; background: #f7f5f1 !important; overflow-x: hidden; }
body.mgx-homepage-template #wpadminbar { z-index: 100000; }
#mgx-homepage { width: 100%; max-width: 100%; overflow: hidden; position: relative; z-index: 1; }
#mgx-homepage a { pointer-events: auto !important; cursor: pointer !important; }
#mgx-homepage button, #mgx-homepage input, #mgx-homepage textarea, #mgx-homepage select { font: inherit; }
#mgx-homepage .mgx-site-header { background: #f7f5f1 !important; color: #151515 !important; }
#mgx-homepage .mgx-site-header a { color: #151515 !important; }
#mgx-homepage .mgx-desktop-nav a span, #mgx-homepage .mgx-header-cta span { color: #ec1466 !important; }
#mgx-homepage .capabilities, #mgx-homepage .capabilities h2, #mgx-homepage .capabilities h3, #mgx-homepage .capabilities a, #mgx-homepage .capabilities .service-arrow { color: #fff !important; }
#mgx-homepage .capabilities .micro, #mgx-homepage .capabilities-head > p:last-child, #mgx-homepage .capabilities .service p { color: #aaa !important; }
#mgx-homepage .capabilities .service-number { color: #777 !important; }
#mgx-homepage .capabilities .service:hover, #mgx-homepage .capabilities .service:hover h3, #mgx-homepage .capabilities .service:hover .service-arrow { color: #ec1466 !important; }
#mgx-homepage .hero-shot, #mgx-homepage .project-visual { min-width: 0; min-height: 0; }
#mgx-homepage .hero-shot img, #mgx-homepage .project-visual img { display: block !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; object-position: center !important; }
#mgx-homepage img { border: 0 !important; box-shadow: none; }


@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebri-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebri-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#mgx-homepage {
  --ink: #080808;
  --paper: #f7f5f1;
  --white: #ffffff;
  --grey: #6f6f6c;
  --line: #c8c5bf;
  --pink: #ff1d5d;
  --font: "Cerebri Sans", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1480px, calc(100vw - 80px));
}

#mgx-homepage * { box-sizing: border-box; }
#mgx-homepage { scroll-behavior: smooth; background: var(--paper); }
#mgx-homepage { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
#mgx-homepage a { color: inherit; text-decoration: none; }
#mgx-homepage img { display: block; max-width: 100%; }
#mgx-homepage ::selection { background: var(--pink); color: #fff; }
#mgx-homepage a:focus-visible { outline: 2px solid var(--pink); outline-offset: 5px; }

#mgx-homepage .section-shell { width: var(--shell); margin-inline: auto; }
#mgx-homepage .micro { margin: 0; text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 700; }
#mgx-homepage .micro--pink { color: var(--pink); }

#mgx-homepage .mgx-site-header {
  width: var(--shell); min-height: 108px; margin-inline: auto; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #bbb8b1;
  position: relative; z-index: 10;
}
#mgx-homepage .brand { width: 164px; display: block; }
#mgx-homepage .brand img { width: 100%; height: auto; }
#mgx-homepage .mgx-desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
#mgx-homepage .mgx-desktop-nav a { position: relative; padding: 10px 0; }
#mgx-homepage .mgx-desktop-nav a::after { content: ""; height: 2px; background: var(--pink); position: absolute; left: 0; right: 100%; bottom: 4px; transition: right .2s ease; }
#mgx-homepage .mgx-desktop-nav a:hover::after { right: 0; }
#mgx-homepage .mgx-desktop-nav a span { color: var(--pink); margin-left: 2px; }
#mgx-homepage .mgx-header-cta { justify-self: end; display: inline-flex; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }

#mgx-homepage .hero { min-height: 700px; padding: 92px 0 64px; display: grid; grid-template-columns: repeat(12, 1fr); align-content: space-between; }
#mgx-homepage .hero-kicker { grid-column: 1 / 5; align-self: start; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 700; }
#mgx-homepage .hero h1 { grid-column: 1 / 13; margin: 64px 0 72px; font-size: clamp(70px, 9.2vw, 150px); line-height: .82; letter-spacing: -.07em; font-weight: 700; }
#mgx-homepage .hero h1 span { color: var(--pink); font-weight: 400; }
#mgx-homepage .hero-bottom { grid-column: 7 / 13; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
#mgx-homepage .hero-bottom > p { max-width: 500px; margin: 0; color: #3b3a37; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.45; letter-spacing: -.02em; }
#mgx-homepage .circle-link { width: 112px; height: 112px; border: 1px solid var(--ink); border-radius: 50%; flex: 0 0 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; transition: background .25s, color .25s, transform .25s; }
#mgx-homepage .circle-link:hover { background: var(--ink); color: white; transform: rotate(4deg); }

#mgx-homepage .hero-gallery { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 0; height: clamp(400px, 39vw, 560px); background: #111; overflow: hidden; }
#mgx-homepage .hero-shot { position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,.2); }
#mgx-homepage .hero-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
#mgx-homepage .hero-shot span { position: absolute; left: 25px; right: 25px; bottom: 22px; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; text-shadow: 0 2px 16px rgba(0,0,0,.45); }
#mgx-homepage .hero-shot--two, #mgx-homepage .hero-shot--three { height: 100%; align-self: stretch; }
#mgx-homepage .hero-shot--one img { object-position: center; }
#mgx-homepage .hero-shot--two img { object-position: 52% center; }
#mgx-homepage .hero-shot--three img { object-position: center; }
#mgx-homepage .hero-shot:hover img { transform: scale(1.035); filter: saturate(1.05); }

#mgx-homepage .statement { background: var(--pink); color: #fff; padding: 146px 0 128px; }
#mgx-homepage .statement-grid { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 34px; align-items: start; }
#mgx-homepage .statement .micro { padding-top: 15px; }
#mgx-homepage .statement-copy { margin: 0; font-size: clamp(44px, 5vw, 82px); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
#mgx-homepage .statement-copy em { font-style: normal; color: #19080e; font-weight: 400; }
#mgx-homepage .statement-note { margin: 10px 0 0; max-width: 290px; font-size: 16px; line-height: 1.55; }

#mgx-homepage .work { padding: 152px 0 160px; }
#mgx-homepage .section-head { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 40px; margin-bottom: 90px; }
#mgx-homepage .section-head h2 { margin: 20px 0 0; font-size: clamp(70px, 8.2vw, 130px); line-height: .86; letter-spacing: -.065em; }
#mgx-homepage .section-intro { margin: 0 0 8px; max-width: 430px; color: #454440; font-size: 17px; line-height: 1.55; }
#mgx-homepage .project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 70px 28px; align-items: start; }
#mgx-homepage .project { margin: 0; }
#mgx-homepage .project--wide { grid-column: 1 / 8; }
#mgx-homepage .project--portrait { grid-column: 9 / 13; margin-top: 80px; }
#mgx-homepage .project--landscape { grid-column: 4 / 13; }
#mgx-homepage .project--medium { grid-column: 1 / 6; }
#mgx-homepage .project--tall { grid-column: 7 / 13; margin-top: 70px; }
#mgx-homepage .project-visual { display: block; position: relative; overflow: hidden; background: #e9e6e0; }
#mgx-homepage .project--wide .project-visual { aspect-ratio: 1.12 / 1; }
#mgx-homepage .project--portrait .project-visual { aspect-ratio: .88 / 1; }
#mgx-homepage .project--landscape .project-visual { aspect-ratio: 1.65 / 1; }
#mgx-homepage .project--medium .project-visual { aspect-ratio: 1 / 1; }
#mgx-homepage .project--tall .project-visual { aspect-ratio: .94 / 1; }
#mgx-homepage .project-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
#mgx-homepage .project-visual:hover img { transform: scale(1.025); }
#mgx-homepage .view-badge { width: 74px; height: 74px; border-radius: 50%; background: var(--pink); color: white; display: flex; align-items: center; justify-content: center; gap: 6px; position: absolute; right: 22px; top: 22px; font-size: 11px; text-transform: uppercase; font-weight: 700; opacity: 0; transform: translateY(8px) scale(.9); transition: .25s ease; }
#mgx-homepage .project-visual:hover .view-badge { opacity: 1; transform: translateY(0) scale(1); }
#mgx-homepage .project-meta { display: grid; grid-template-columns: 1fr auto; gap: 4px 24px; padding-top: 19px; border-top: 1px solid var(--ink); margin-top: 16px; }
#mgx-homepage .project-meta h3 { margin: 0; text-transform: uppercase; font-size: 17px; letter-spacing: .01em; }
#mgx-homepage .project-meta p { grid-column: 1; margin: 0; color: var(--grey); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
#mgx-homepage .project-meta > span { grid-column: 2; grid-row: 1 / 3; font-size: 11px; color: var(--grey); }
#mgx-homepage .all-work-row { margin-top: 64px; display: flex; justify-content: flex-end; }
#mgx-homepage .line-link { display: inline-flex; align-items: center; min-width: 260px; border-bottom: 2px solid var(--ink); padding: 13px 0; font-size: 14px; font-weight: 700; }

#mgx-homepage .capabilities { background: var(--ink); color: white; padding: 145px 0 160px; }
#mgx-homepage .capabilities-head { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 34px; align-items: end; margin-bottom: 92px; }
#mgx-homepage .capabilities-head .micro { align-self: start; margin-top: 10px; color: #aaa; }
#mgx-homepage .capabilities-head h2 { margin: 0; font-size: clamp(56px, 6.4vw, 104px); line-height: .9; letter-spacing: -.06em; }
#mgx-homepage .capabilities-head > p:last-child { margin: 0 0 5px; color: #aaa; line-height: 1.55; font-size: 15px; max-width: 320px; }
#mgx-homepage .service-list { border-top: 1px solid #444; }
#mgx-homepage .service { min-height: 134px; display: grid; grid-template-columns: .65fr 3.1fr 2.1fr .4fr; gap: 28px; align-items: center; border-bottom: 1px solid #444; transition: color .25s, padding .25s; }
#mgx-homepage .service:hover { color: var(--pink); padding-inline: 13px; }
#mgx-homepage .service-number { color: #777; font-size: 11px; }
#mgx-homepage .service h3 { margin: 0; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.035em; }
#mgx-homepage .service p { margin: 0; color: #aaa; font-size: 14px; line-height: 1.55; max-width: 410px; }
#mgx-homepage .service-arrow { justify-self: end; font-size: 24px; }

#mgx-homepage .studio { padding: 160px 0 170px; }
#mgx-homepage .studio-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 8vw; }
#mgx-homepage .studio-title h2 { margin: 24px 0 0; font-size: clamp(58px, 7.2vw, 112px); line-height: .9; letter-spacing: -.065em; }
#mgx-homepage .studio-title h2 span { color: var(--pink); font-weight: 400; }
#mgx-homepage .studio-copy { padding-top: 77px; }
#mgx-homepage .studio-copy > p { max-width: 520px; color: #585752; font-size: 16px; line-height: 1.65; }
#mgx-homepage .studio-copy .studio-lead { color: var(--ink); font-size: clamp(24px, 2.3vw, 34px); line-height: 1.32; letter-spacing: -.03em; margin-top: 0; }
#mgx-homepage .studio-details { margin-top: 72px; border-top: 1px solid var(--line); }
#mgx-homepage .studio-details > div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
#mgx-homepage .studio-details span { color: #8a8882; text-transform: uppercase; letter-spacing: .1em; }
#mgx-homepage .studio-details strong { font-weight: 700; text-align: right; }

#mgx-homepage .contact-band { background: var(--pink); color: white; overflow: hidden; padding-bottom: 140px; }
#mgx-homepage .contact-marquee { width: max-content; display: flex; align-items: center; gap: 34px; padding: 32px 0 64px; animation: marquee 24s linear infinite; white-space: nowrap; }
#mgx-homepage .contact-marquee span { font-size: clamp(42px, 5.5vw, 84px); line-height: 1; letter-spacing: -.05em; font-weight: 700; }
#mgx-homepage .contact-marquee i { font-style: normal; font-size: 40px; color: #1a080e; }
#mgx-homepage .contact-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; border-top: 1px solid rgba(255,255,255,.55); padding-top: 66px; }
#mgx-homepage .contact-grid h2 { margin: 20px 0 0; font-size: clamp(64px, 8vw, 126px); line-height: .83; letter-spacing: -.065em; }
#mgx-homepage .contact-grid h2 em { font-style: normal; color: #19080e; font-weight: 400; }
#mgx-homepage .contact-circle { width: 190px; height: 190px; border-radius: 50%; background: #fff; color: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; transition: transform .3s ease, background .3s; }
#mgx-homepage .contact-circle:hover { transform: rotate(-6deg); background: #19080e; color: #fff; }

#mgx-homepage .mgx-footer { display: grid; grid-template-columns: 1.55fr .8fr 1.15fr .75fr 1.35fr; gap: 38px; padding: 94px 0 36px; }
#mgx-homepage .mgx-footer-brand { font-size: clamp(30px, 3vw, 48px); font-weight: 700; letter-spacing: -.04em; align-self: start; }
#mgx-homepage .mgx-footer-brand span { color: var(--pink); }
#mgx-homepage .mgx-footer-col { display: flex; flex-direction: column; gap: 8px; font-size: 13px; line-height: 1.55; }
#mgx-homepage .mgx-footer-col > span { color: #92908a; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; margin-bottom: 8px; }
#mgx-homepage .mgx-footer-col p { margin: 0; }
#mgx-homepage .mgx-footer-col a:hover { color: var(--pink); }
#mgx-homepage .mgx-footer-col--wide { max-width: 260px; }
#mgx-homepage .mgx-footer-col--wide a { margin-top: 7px; font-weight: 700; }
#mgx-homepage .mgx-footer-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); margin-top: 76px; padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr auto; color: #85837d; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
#mgx-homepage .mgx-footer-bottom a[href*="rsxigital.com"] { color: var(--ink); font-weight: 700; transition: color .2s ease; }
#mgx-homepage .mgx-footer-bottom a[href*="rsxigital.com"]:hover { color: var(--pink); }
#mgx-homepage .mgx-footer-utility { display: inline-flex; flex-wrap: wrap; gap: 8px 16px; }
#mgx-homepage .mgx-footer-utility a { color: var(--ink); font-weight: 700; }
#mgx-homepage .mgx-footer-utility a:hover { color: var(--pink); }

#mgx-homepage .resource-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
#mgx-homepage .resource-header { min-height: 108px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
#mgx-homepage .resource-header > a:last-child { border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
#mgx-homepage .resource-hero { padding: 100px 0 90px; border-bottom: 1px solid var(--line); }
#mgx-homepage .resource-hero h1 { margin: 28px 0 24px; max-width: 1100px; font-size: clamp(70px, 9vw, 142px); line-height: .85; letter-spacing: -.065em; }
#mgx-homepage .resource-hero h1 span { color: var(--pink); font-weight: 400; }
#mgx-homepage .resource-hero > p:last-child { max-width: 650px; margin: 0; color: #4e4d49; font-size: 18px; line-height: 1.6; }
#mgx-homepage .resource-list { padding: 70px 0 120px; }
#mgx-homepage .resource-list > a { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: center; }
#mgx-homepage .resource-list > a:hover span { color: var(--pink); }
#mgx-homepage .resource-list span { font-size: clamp(20px, 2vw, 32px); font-weight: 700; transition: color .2s; }
#mgx-homepage .resource-list small { color: var(--grey); font-size: 11px; }
#mgx-homepage .resource-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 70px; padding: 70px 0 120px; }
#mgx-homepage .resource-content article { padding: 34px 0 42px; border-bottom: 1px solid var(--line); }
#mgx-homepage .resource-content h2 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 44px); letter-spacing: -.035em; }
#mgx-homepage .resource-content p, #mgx-homepage .resource-content li { color: #4e4d49; font-size: 15px; line-height: 1.7; }
#mgx-homepage .resource-content ul { margin: 0; padding-left: 20px; }
#mgx-homepage .resource-content a { color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--ink); }

#mgx-homepage .reveal { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
#mgx-homepage .reveal--delay { animation-delay: .08s; }
#mgx-homepage .reveal--delay-2 { animation-delay: .16s; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  #mgx-homepage { --shell: calc(100vw - 44px); }
  #mgx-homepage .mgx-site-header { grid-template-columns: 1fr auto; min-height: 90px; }
  #mgx-homepage .mgx-desktop-nav { display: none; }
  #mgx-homepage .brand { width: 145px; }
  #mgx-homepage .hero { min-height: 620px; padding-top: 65px; }
  #mgx-homepage .hero h1 { margin: 50px 0 60px; }
  #mgx-homepage .hero-bottom { grid-column: 5 / 13; }
  #mgx-homepage .hero-gallery { grid-template-columns: 1.2fr .8fr; }
  #mgx-homepage .hero-shot--three { display: none; }
  #mgx-homepage .statement-grid, #mgx-homepage .capabilities-head { grid-template-columns: 1fr 3fr; }
  #mgx-homepage .statement-note, #mgx-homepage .capabilities-head > p:last-child { grid-column: 2; }
  #mgx-homepage .project-grid { gap: 75px 22px; }
  #mgx-homepage .project--wide { grid-column: 1 / 9; }
  #mgx-homepage .project--portrait { grid-column: 9 / 13; }
  #mgx-homepage .service { grid-template-columns: .4fr 2.3fr 1.8fr .2fr; }
  #mgx-homepage .studio-grid { grid-template-columns: 1fr; }
  #mgx-homepage .studio-copy { padding-top: 10px; padding-left: 30%; }
  #mgx-homepage .mgx-footer { grid-template-columns: 1.4fr 1fr 1fr; }
  #mgx-homepage .mgx-footer-brand { grid-column: 1 / -1; }
  #mgx-homepage .mgx-footer-col--wide { max-width: none; }
}

@media (max-width: 680px) {
  #mgx-homepage { --shell: calc(100vw - 32px); }
  #mgx-homepage .mgx-site-header { min-height: 72px; grid-template-columns: 1fr auto; gap: 16px; }
  #mgx-homepage .brand { width: 116px; }
  #mgx-homepage .mgx-header-cta { font-size: 10px; line-height: 1.2; text-align: right; padding: 9px 0; }
  #mgx-homepage .hero { min-height: 0; padding: 44px 0 48px; display: block; }
  #mgx-homepage .hero-kicker { max-width: 240px; line-height: 1.5; }
  #mgx-homepage .hero h1 { margin: 54px 0 48px; font-size: clamp(48px, 15vw, 68px); line-height: .9; letter-spacing: -.06em; overflow-wrap: normal; }
  #mgx-homepage .hero-bottom { display: block; }
  #mgx-homepage .hero-bottom > p { max-width: 100%; font-size: 16px; line-height: 1.5; }
  #mgx-homepage .circle-link { width: auto; height: auto; margin-top: 30px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; display: inline-flex; padding: 0 0 8px; font-size: 10px; }
  #mgx-homepage .hero-gallery { height: auto; display: grid; grid-template-columns: 1fr; background: var(--paper); gap: 10px; padding: 0 16px 16px; }
  #mgx-homepage .hero-shot, #mgx-homepage .hero-shot--one, #mgx-homepage .hero-shot--two { position: relative; width: 100%; height: auto; margin: 0; border: 0; aspect-ratio: auto; }
  #mgx-homepage .hero-shot img { width: 100% !important; height: auto !important; object-fit: contain !important; }
  #mgx-homepage .hero-shot--three { display: none; }
  #mgx-homepage .hero-shot span { left: 16px; right: 16px; bottom: 14px; font-size: 9px; }
  #mgx-homepage .statement { padding: 80px 0 76px; }
  #mgx-homepage .statement-grid, #mgx-homepage .capabilities-head { display: block; }
  #mgx-homepage .statement-copy { margin-top: 30px; font-size: clamp(38px, 12vw, 52px); }
  #mgx-homepage .statement-note { margin: 30px 0 0; max-width: 100%; font-size: 15px; }
  #mgx-homepage .work { padding: 82px 0 88px; }
  #mgx-homepage .section-head { display: block; margin-bottom: 58px; }
  #mgx-homepage .section-head h2 { font-size: clamp(52px, 16vw, 66px); }
  #mgx-homepage .section-intro { margin-top: 28px; max-width: 100%; font-size: 15px; }
  #mgx-homepage .project-grid { display: block; }
  #mgx-homepage .project, #mgx-homepage .project--portrait, #mgx-homepage .project--landscape, #mgx-homepage .project--medium, #mgx-homepage .project--tall, #mgx-homepage .project--wide { width: 100%; margin: 0 0 56px; }
  #mgx-homepage .project .project-visual { aspect-ratio: auto; }
  #mgx-homepage .project-visual img { width: 100% !important; height: auto !important; object-fit: contain !important; }
  #mgx-homepage .view-badge { opacity: 1; transform: none; width: 52px; height: 52px; right: 12px; top: 12px; }
  #mgx-homepage .all-work-row { margin-top: 10px; }
  #mgx-homepage .line-link { min-width: 100%; }
  #mgx-homepage .capabilities { padding: 82px 0 88px; }
  #mgx-homepage .capabilities-head { margin-bottom: 52px; }
  #mgx-homepage .capabilities-head h2 { margin-top: 30px; font-size: clamp(46px, 14vw, 58px); }
  #mgx-homepage .capabilities-head > p:last-child { margin-top: 26px; max-width: 100%; }
  #mgx-homepage .service-list { margin-top: 0; }
  #mgx-homepage .service { min-height: auto; grid-template-columns: 32px minmax(0, 1fr) 18px; gap: 10px; padding: 22px 0; }
  #mgx-homepage .service:hover { padding-inline: 0; }
  #mgx-homepage .service h3 { font-size: clamp(22px, 7vw, 28px); line-height: 1.05; overflow-wrap: anywhere; }
  #mgx-homepage .service p { grid-column: 2 / 4; font-size: 12px; }
  #mgx-homepage .service-arrow { grid-column: 3; grid-row: 1; }
  #mgx-homepage .studio { padding: 84px 0 90px; }
  #mgx-homepage .studio-title h2 { font-size: clamp(48px, 15vw, 62px); }
  #mgx-homepage .studio-copy { padding: 42px 0 0; }
  #mgx-homepage .studio-copy > p { font-size: 15px; }
  #mgx-homepage .studio-details > div { display: block; }
  #mgx-homepage .studio-details strong { display: block; text-align: left; margin-top: 7px; }
  #mgx-homepage .contact-band { padding-bottom: 76px; }
  #mgx-homepage .contact-marquee { gap: 24px; padding: 24px 0 40px; }
  #mgx-homepage .contact-marquee span { font-size: 42px; }
  #mgx-homepage .contact-marquee i { font-size: 24px; }
  #mgx-homepage .contact-grid { display: block; padding-top: 42px; }
  #mgx-homepage .contact-grid h2 { font-size: clamp(54px, 17vw, 70px); }
  #mgx-homepage .contact-circle { width: 120px; height: 120px; margin: 38px 0 0; font-size: 11px; }
  #mgx-homepage .mgx-footer { grid-template-columns: 1fr 1fr; gap: 36px 20px; padding-top: 62px; }
  #mgx-homepage .mgx-footer-brand { grid-column: 1 / -1; }
  #mgx-homepage .mgx-footer-col--wide { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 30px; }
  #mgx-homepage .mgx-footer-bottom { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; line-height: 1.5; }
  #mgx-homepage .mgx-footer-bottom span:nth-child(2) { display: block; }
  #mgx-homepage .mgx-footer-bottom > a:last-child { margin-top: 4px; }
  #mgx-homepage .resource-header { min-height: 72px; }
  #mgx-homepage .resource-header .brand { width: 116px; }
  #mgx-homepage .resource-header > a:last-child { font-size: 10px; }
  #mgx-homepage .resource-hero { padding: 68px 0 58px; }
  #mgx-homepage .resource-hero h1 { margin-top: 24px; font-size: clamp(52px, 16vw, 70px); }
  #mgx-homepage .resource-hero > p:last-child { font-size: 15px; }
  #mgx-homepage .resource-list { padding: 42px 0 80px; }
  #mgx-homepage .resource-list > a { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  #mgx-homepage .resource-content { grid-template-columns: 1fr; gap: 0; padding: 38px 0 80px; }
  #mgx-homepage .resource-content article { padding: 28px 0 32px; }
}

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