/* ──────────────────────────────────────────────────────────────────────────
   Public marketing site (globaldomino.org).

   Ported verbatim from the approved GDF-Web-MVP-v15 build. The source loaded
   Tailwind only for its base reset — every rule below line ~40 was hand
   written against semantic class names, so the port drops the framework and
   keeps a small reset equivalent instead. No build step: this file is served
   straight out of public/, like the Companion assets.

   Do NOT reformat or "tidy" the rules below the reset. They are the signed-off
   design, and referencias-aprobadas/*.png are the baselines they answer to.
   ────────────────────────────────────────────────────────────────────────── */

/* Reset — the parts of Tailwind Preflight the design relies on. */
*, ::before, ::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; tab-size: 4; }
body { margin: 0; background: #fff; }
hr { height: 0; color: inherit; border-top-width: 1px; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1em; }
small { font-size: 80%; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
:-moz-focusring { outline: auto; }
progress { vertical-align: baseline; }
summary { display: list-item; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }
fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
button, [role='button'] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* ── Approved design ─────────────────────────────────────────────────────── */
:root {
  --navy: #050557;
  --red: #ea3829;
  --ink: #08254a;
  --muted: #52627a;
  --background: #fff;
  --foreground: #08254a;
  --primary: #ea3829;
  --primary-foreground: #fff;
  --ring: #050557;
  --border: #dbe2ec;
  --radius: 0.35rem;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Avenir, 'Avenir Next', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.04;
  font-weight: 900;
}
h1,
h2 {
  font-family: Impact, 'Arial Narrow', Avenir, sans-serif;
  letter-spacing: -0.025em;
}
h1 {
  font-size: clamp(64px, 7.2vw, 116px);
}
h2 {
  font-size: clamp(32px, 3.4vw, 52px);
}
h3 {
  font-size: 23px;
}
p {
  margin: 18px 0;
  color: var(--muted);
}
em {
  font-style: normal;
  color: var(--red);
}
.header {
  height: 114px;
  max-width: 1440px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #f1f3f7;
}
.logo {
  width: 180px;
  height: 100px;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
}
.logo img {
  width: 180px;
  max-width: none;
  margin-top: -40px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: 800;
  font-size: 14px;
}
.nav a[aria-current] {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--red);
  color: white;
  padding: 14px 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  transition: background 0.2s;
  line-height: 1.4;
  border: 1px solid transparent;
}
.cta:hover {
  background: #bf261a;
}
.cta.light {
  background: transparent;
  border-color: #fff;
}
.textlink {
  font-size: 14px;
  font-weight: 800;
  border-bottom: 2px solid var(--red);
  padding-bottom: 6px;
  display: inline-block;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.eyebrow:before {
  content: '';
  height: 3px;
  width: 40px;
  background: var(--red);
  flex-shrink: 0;
}
.hero {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 650px;
  background: #f4f7fa;
  overflow: hidden;
}
.hero-copy {
  padding: 60px 4% 48px 11%;
  z-index: 1;
  background: linear-gradient(125deg, #fff 60%, #e8edf5);
}
.hero-copy h3 {
  margin-top: 20px;
  font-size: 20px;
}
.hero-copy p {
  max-width: 390px;
}
.hero-photo {
  position: relative;
  min-width: 0;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-photo > span {
  position: absolute;
  right: 6%;
  top: 7%;
  color: #fff;
  background: #08254acc;
  padding: 15px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25;
}
.actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.vertical-note {
  display: block;
  font-size: 9px;
  letter-spacing: 0.3em;
  margin-top: 38px;
  color: #71829b;
}
.section {
  padding: 65px max(5%, calc((100vw - 1280px) /2));
}
.split {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.split > div + div {
  border-left: 1px solid #ccd4df;
  padding-left: 32px;
}
.band {
  background: linear-gradient(110deg, #08254a, #050557);
  color: white;
  padding: 44px max(5%, calc((100vw - 1280px) /2));
}
.band p {
  color: #e0e6f2;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.two > div {
  position: relative;
  padding-left: 65px;
}
.two svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  color: var(--red);
}
.two h2 {
  font-size: 32px;
}
.two p {
  margin-bottom: 0;
}
.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 38px;
}
.participation {
  border-right: 1px solid #dbe2ec;
  padding-right: 25px;
}
.participation:last-child {
  border: 0;
}
.participation svg {
  width: 40px;
  height: 40px;
  color: var(--red);
  margin-bottom: 18px;
  stroke-width: 1.5;
}
.participation p {
  min-height: 52px;
}
.player-band {
  padding: 60px 8%;
  background: linear-gradient(120deg, #f2f5f9, #dbe4ef);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.player-band > svg {
  color: #aabbd0;
  margin-right: 8%;
}
.article-preview {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.article-preview img {
  width: 100%;
  aspect-ratio: 1.8;
  object-fit: cover;
}
.article-preview h3 {
  font-size: 30px;
  margin-top: 12px;
}
.tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 900;
  color: var(--red);
}
.closing {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.closing h2 {
  font-size: 34px;
}
.footer {
  padding: 22px 5%;
  border-top: 1px solid #dbe2ec;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer-top h3 {
  font-size: 20px;
}
.footer-top > div {
  display: flex;
  gap: 25px;
  font-size: 13px;
}
.fine {
  font-size: 10px;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: space-between;
  color: #71829b;
}
.menu {
  display: none !important;
}
.skip {
  position: absolute;
  left: 10px;
  top: -80px;
  z-index: 100;
  background: white;
  padding: 14px;
}
.skip:focus {
  top: 10px;
}
:focus-visible {
  outline: 3px solid #296cdc;
  outline-offset: 5px;
}
.page-hero {
  padding: 70px 7%;
  background: linear-gradient(120deg, #f6f8fb, #e4ebf3);
  position: relative;
}
.page-hero h1 {
  font-size: clamp(52px, 6vw, 90px);
  max-width: 940px;
}
.page-hero p {
  max-width: 620px;
  font-size: 19px;
}
.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 36px;
}
.feature {
  border-top: 3px solid var(--red);
  padding-top: 24px;
}
.feature h3 {
  font-size: 26px;
}
.feature .number {
  color: var(--red);
  font-size: 12px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 18px;
}
.editorial {
  max-width: 800px;
  margin: auto;
  padding: 60px 24px;
}
.editorial p {
  font-size: 18px;
}
.editorial h2 {
  margin-top: 38px;
  font-size: 34px;
}
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 30px;
}
.form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #bcc8d6;
  border-radius: 4px;
  background: white;
  color: var(--ink);
}
.form textarea {
  min-height: 140px;
  resize: vertical;
}
.full {
  grid-column: 1/-1;
}
.form .check {
  flex-direction: row;
  font-weight: 400;
  align-items: flex-start;
}
.check input {
  width: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}
.notice {
  background: #f0f4f8;
  padding: 16px;
  font-size: 14px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 60px;
}
.contact-grid aside h3 {
  margin-top: 25px;
}
.article-head {
  max-width: 1000px;
  margin: auto;
  padding: 65px 24px 35px;
}
.article-head h1 {
  font-size: clamp(46px, 5vw, 70px);
}
.article-image {
  max-width: 1100px;
  width: 90%;
  height: 380px;
  object-fit: cover;
  margin: auto;
}
.share {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  margin-top: 22px;
}
.share button {
  cursor: pointer;
}
.article-list {
  display: grid;
  gap: 16px;
}
.article-list a {
  padding: 20px;
  background: #f4f6fa;
  font-weight: 800;
}
.error {
  color: #b42020;
}
.status {
  font-size: 14px;
}
.mobile-only {
  display: none;
}
@media (max-width: 1000px) {
  .nav {
    gap: 20px;
  }
  .header {
    padding: 0 3%;
  }
  .hero {
    min-height: 570px;
  }
  .hero-copy {
    padding: 40px 6%;
  }
  .hero h1 {
    font-size: 80px;
  }
  .split {
    gap: 28px;
  }
  .four {
    gap: 16px;
  }
  .closing {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .header {
    height: 88px;
  }
  .logo {
    width: 145px;
    height: 82px;
  }
  .logo img {
    width: 145px;
    margin-top: -31px;
  }
  .menu {
    display: inline-flex !important;
  }
  .nav {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    background: white;
    padding: 24px;
    border-bottom: 1px solid #ccd4df;
    box-shadow: 0 12px 20px #08254a12;
  }
  .nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 38px 6%;
  }
  .hero h1 {
    font-size: 82px;
  }
  .hero-photo {
    height: 340px;
  }
  .hero-photo > span {
    font-size: 16px;
  }
  .section {
    padding: 42px 6%;
  }
  .split,
  .two,
  .article-preview,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split > div + div {
    border: 0;
    padding: 0;
  }
  .band {
    padding: 35px 6%;
  }
  .two {
    gap: 32px;
  }
  .four {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .participation:nth-child(2) {
    border: 0;
  }
  .three {
    grid-template-columns: 1fr;
  }
  .player-band {
    padding: 40px 6%;
  }
  .player-band > svg {
    display: none;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .fine {
    display: block;
    margin-top: 20px;
  }
  .fine span {
    display: block;
    margin-top: 8px;
  }
  .footer-top > div {
    flex-wrap: wrap;
  }
  .page-hero {
    padding: 45px 6%;
  }
  .form {
    grid-template-columns: 1fr;
  }
  .form > * {
    grid-column: 1;
  }
  .article-image {
    height: 250px;
  }
  .closing {
    display: block;
  }
  .closing .cta {
    margin-top: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.portrait {
  position: relative;
  width: 350px;
  aspect-ratio: 320/240;
  overflow: hidden;
  flex-shrink: 0;
  align-self: flex-end;
}
.portrait img {
  position: absolute;
  width: 271.875%;
  max-width: none;
  left: -140.625%;
  top: -415%;
}
.player-band:has(.portrait) {
  padding-bottom: 0;
}
.player-band:has(.portrait) > div:first-child {
  padding-bottom: 45px;
}
@media (max-width: 760px) {
  .player-band:has(.portrait) {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .portrait {
    width: min(100%, 350px);
    align-self: center;
  }
}

.logo img,
.portrait img {
  height: auto;
}
.article-preview img {
  height: auto;
}
.split > img {
  height: auto;
  width: 100%;
}
/* Approved visual baseline, phase 2 */
.art {
  position: relative;
  overflow: hidden;
  width: 100%;
  isolation: isolate;
}
.art > img {
  position: absolute;
  display: block;
}
.hero-photo .art {
  height: 100%;
  aspect-ratio: auto !important;
}
.hero-photo {
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
.hero-photo .art > img {
  top: -22.222% !important;
}
.player-art {
  width: 48%;
  flex-shrink: 0;
  align-self: end;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.story-grid article + article {
  border-left: 1px solid #dbe2ec;
  padding-left: 24px;
}
.story-grid .tag {
  display: block;
  margin: 15px 0 8px;
}
.story-grid h3 {
  font-size: 25px;
}
.story-grid p {
  margin: 10px 0;
}
.home-bottom {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
}
.newsletter {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  padding: 45px 6%;
  background: #edf3fb;
}
.newsletter h2 {
  font-size: 36px;
}
.newsletter p {
  margin: 10px 0;
}
.newsletter > div > svg {
  display: none;
}
.newsletter form {
  flex: 1;
  max-width: 560px;
}
.newsletter-row {
  display: flex;
  gap: 10px;
}
.newsletter input {
  padding: 12px;
  border: 1px solid #c1cede;
  background: #fff;
  border-radius: 4px;
  min-width: 0;
  flex: 1;
  color: var(--ink);
}
.newsletter small {
  font-size: 12px;
  color: #52627a;
}
.newsletter.compact {
  display: block;
  padding: 0 0 0 35px;
  background: none;
  border-left: 1px solid #dbe2ec;
}
.newsletter.compact h2,
.home-bottom h2 {
  font-size: 30px;
}
.motto {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #050557;
  color: white;
  padding: 22px 5%;
  font-size: 22px;
}
.motto strong {
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: 32px;
}
.motto span {
  border-left: 1px solid #647595;
  padding-left: 35px;
}
.motto svg {
  width: 44px;
  height: 44px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 760px) {
  .hero-photo {
    clip-path: none;
  }
  .hero-photo .art {
    height: auto;
    aspect-ratio: 564/423 !important;
  }
  .hero-photo {
    height: auto;
  }
  .story-grid {
    grid-template-columns: 1fr;
  }
  .story-grid article + article {
    padding: 0;
    border: 0;
  }
  .home-bottom {
    grid-template-columns: 1fr;
  }
  .newsletter,
  .motto {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .newsletter.compact {
    padding: 25px 0 0;
    border-left: 0;
    border-top: 1px solid #dbe2ec;
  }
  .newsletter-row {
    flex-wrap: wrap;
  }
  .newsletter input {
    min-width: 160px;
  }
  .motto span {
    border: 0;
    padding: 0;
  }
  .player-art {
    width: 100%;
  }
}
:root {
  --ink: #072653;
  --muted: #244778;
}
body {
  font-size: 16px;
}
h3 {
  font-family: 'Arial Narrow', Avenir, Arial, sans-serif;
  font-weight: 900;
}
p {
  line-height: 1.45;
}
.section {
  padding-top: 42px;
  padding-bottom: 42px;
}
.header {
  height: 104px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}
.nav {
  font-size: 14px;
}
.hero-copy h3 {
  font-size: 21px;
}
.hero-copy {
  background: linear-gradient(125deg, #fff 70%, #edf3fb);
  padding-top: 55px;
}
.home-hero {
  min-height: 620px;
  grid-template-columns: 38% 62%;
}
.home-hero .hero-copy {
  padding-left: 13%;
  padding-right: 0;
}
.home-hero h1 {
  font-size: clamp(70px, 7.8vw, 118px);
  line-height: 0.94;
}
.home-hero .hero-photo {
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}
.home-hero .actions {
  gap: 14px;
}
.home-hero .hero-copy p {
  max-width: 310px;
}
.home-hero .hero-copy .eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
}
.hero-copy .vertical-note {
  font-size: 12px;
  max-width: 160px;
  letter-spacing: 0.15em;
}
.player-band {
  padding: 0 5%;
  align-items: center;
  overflow: hidden;
}
.player-band > div:first-child {
  padding: 36px 0;
}
.player-band h2 {
  font-size: clamp(44px, 5.5vw, 78px);
}
.player-art {
  width: 48%;
  margin-top: -12px;
}
.red {
  color: var(--red);
}
.visual-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #f7faff;
}
.visual-copy {
  position: relative;
  z-index: 2;
  width: 45%;
  padding: 55px 0 45px 6%;
  pointer-events: none;
}
.visual-copy h1 {
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.98;
}
.visual-copy p {
  max-width: 350px;
  font-size: 18px;
}
.visual-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 0 100%);
}
.visual-photo .art {
  width: 100%;
  height: 100%;
  aspect-ratio: auto !important;
}
.visual-photo .art img {
  min-height: 0;
}
.domino-backdrop {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}
.visual-hero > .domino-backdrop {
  left: 17%;
  top: 4%;
  width: 30%;
}
.purpose {
  position: relative;
}
.purpose > *:not(.domino-backdrop) {
  position: relative;
}
.purpose h2 {
  font-size: clamp(40px, 4.8vw, 68px);
}
.origin {
  grid-template-columns: 1fr 1.4fr;
}
.origin p:first-child {
  margin-top: 0;
}
.icon-columns {
  gap: 28px;
}
.icon-columns > div + div {
  border-left: 1px solid #becbdf;
  padding-left: 28px;
}
.icon-columns svg {
  width: 48px;
  height: 48px;
  color: var(--red);
  stroke-width: 1.45;
  margin-bottom: 10px;
}
.icon-columns h3 {
  font-size: 25px;
}
.icon-columns p {
  margin: 10px 0 0;
}
.values {
  padding-top: 0;
}
.values .four {
  margin-top: 26px;
}
.ecosystem {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  align-items: center;
  gap: 26px;
  background: linear-gradient(130deg, #fff, #f7faff);
}
.ecosystem .three {
  gap: 18px;
  margin: 24px 0;
}
.ecosystem h3 {
  font-size: 20px;
}
.ecosystem .icon-columns > div + div {
  padding-left: 18px;
}
.ecosystem .art {
  width: 100%;
}
.community-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 35px;
}
.community-panel > div:last-child {
  padding-right: 8%;
}
.community-panel h2 {
  font-size: 40px;
}
.commitment {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 34px;
}
.commitment .three {
  gap: 18px;
  margin: 0;
}
.commitment .three > div {
  padding-left: 15px;
}
.commitment .three h3 {
  font-size: 19px;
}
.commitment .three p {
  font-size: 15px;
}
.commitment .cta {
  grid-column: 1/-1;
  justify-self: center;
}
.commitment h2 {
  font-size: 43px;
}
main > .newsletter.compact {
  border: none;
  padding: 32px 6%;
  display: flex;
  gap: 35px;
  align-items: center;
  background: #f5f8fd;
}
.alliances h2 {
  font-size: clamp(40px, 5.5vw, 72px);
}
.alliances .three {
  margin-top: 30px;
}
.alliances .textlink {
  margin-top: 16px;
  color: var(--red);
  border: 0;
}
.contact-grid {
  background: linear-gradient(120deg, #edf3fa, #f6f9fd);
  grid-template-columns: 0.85fr 1.65fr;
  gap: 34px;
}
.contact-grid aside h2 {
  font-size: 68px;
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 800;
  margin: 16px 0;
  overflow-wrap: anywhere;
}
.contact-line svg {
  color: var(--red);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.form-panel {
  border: 1px solid #d5e1ef;
  border-top: 4px solid var(--red);
  border-radius: 7px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 6px 18px #163e6010;
}
.form-panel > p {
  margin: 8px 0;
}
.form {
  margin-top: 20px;
  gap: 18px;
}
.form label {
  font-size: 14px;
}
.form .check {
  display: block;
}
.form .check input {
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.form .notice {
  margin: 0;
  padding: 12px;
  font-size: 13px;
}
.form .cta {
  min-height: 46px;
}
.player-callout {
  margin-top: 35px;
  padding: 25px;
  background: linear-gradient(140deg, #0a3566, #050557);
  color: white;
  border-radius: 6px;
}
.player-callout > svg {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
}
.player-callout p,
.player-callout .eyebrow {
  color: white;
}
.player-callout .cta {
  background: #fff;
  color: #050557;
  width: 100%;
}
.player-callout h3 {
  margin: 0 !important;
  font-size: 26px;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
}
.steps ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.steps li {
  border-left: 1px solid #bccbdf;
  padding-left: 22px;
}
.steps li > span {
  border-radius: 50%;
  background: #dfebfb;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 16px;
}
.steps h3 {
  font-size: 22px;
}
.steps p {
  font-size: 15px;
}
.approved-article-head {
  position: relative;
  max-width: none;
  padding: 26px 6% 32px;
  background: linear-gradient(120deg, #062e65, #050557);
  color: white;
  overflow: hidden;
}
.article-pattern {
  position: absolute;
  right: -3%;
  top: 0;
  width: 43%;
  opacity: 0.17;
  pointer-events: none;
  mix-blend-mode: screen;
}
.approved-article-head > *:not(.article-pattern) {
  position: relative;
}
.breadcrumbs {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 32px;
}
.approved-article-head .eyebrow {
  color: white;
}
.approved-article-head h1 {
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(40px, 4.9vw, 68px);
  line-height: 1.04;
  max-width: 1040px;
}
.article-meta {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
  font-size: 14px;
}
.article-meta > span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.article-meta svg {
  width: 21px;
  height: 21px;
}
.article-meta .share {
  margin: 0;
  border-left: 1px solid #8193ae;
  padding-left: 24px;
}
.article-meta .share > span:first-child {
  display: none;
}
.share button {
  background: transparent;
  border: 0;
  padding: 5px;
  color: inherit;
}
.article-main-photo {
  width: 100%;
  max-height: 510px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(240px, 1fr);
  gap: 38px;
  padding: 32px 6%;
}
.article-body > p:first-child {
  margin-top: 0;
}
.article-body p {
  font-size: 17px;
  line-height: 1.45;
}
.article-sidebar {
  align-self: start;
  position: sticky;
  top: 20px;
}
.article-sidebar nav {
  padding: 25px;
  background: #f0f5fb;
  border-radius: 8px;
}
.article-sidebar nav h2 {
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
}
.article-sidebar ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.article-sidebar nav a {
  display: flex;
  gap: 16px;
  font-size: 14px;
  line-height: 1.4;
}
.article-sidebar nav a:hover {
  color: var(--red);
}
.article-sidebar nav span {
  color: var(--red);
  font-weight: 900;
  min-width: 17px;
}
.article-sidebar .player-callout {
  margin-top: 22px;
}
.article-sidebar .player-callout h2 {
  font-size: 36px;
}
.tips-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}
.tips-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  border-bottom: 1px solid #d8e2ee;
  padding: 20px 0;
  scroll-margin-top: 25px;
}
.tips-list li:last-child {
  border: 0;
}
.tip-number {
  color: var(--red);
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: 46px;
  line-height: 1;
  text-align: center;
}
.tips-list li > div {
  border-left: 2px solid #b4c9e6;
  padding-left: 24px;
}
.tips-list h2 {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: 0;
}
.tips-list p {
  margin: 7px 0 0;
}
.article-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #c7d6e7;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-bottom .share {
  margin: 0;
}
.footer h3 {
  font-family: Impact, 'Arial Narrow', sans-serif;
}
.fine {
  font-size: 12px;
}
.tag {
  font-size: 12px;
}
.contact-hero .visual-copy p {
  max-width: 320px;
}
.home-hero .hero-photo .art {
  overflow: visible;
}
.two > div + div {
  border-left: 1px solid #a2b2cb;
  padding-left: 80px;
}
.two > div + div > svg {
  left: 16px;
}
@media (min-width: 1500px) {
  body {
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 40px #10244910;
  }
  .section,
  .band {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 1050px) {
  .visual-hero {
    min-height: 490px;
  }
  .visual-copy {
    padding-top: 40px;
  }
  .visual-copy h1 {
    font-size: 64px;
  }
  .visual-copy p {
    font-size: 16px;
    max-width: 280px;
  }
  .home-hero {
    min-height: 510px;
  }
  .home-hero h1 {
    font-size: 80px;
  }
  .home-hero .hero-copy {
    padding-top: 35px;
  }
  .hero-copy h3 {
    font-size: 18px;
  }
  .hero-copy p {
    font-size: 15px;
  }
  .hero-copy .vertical-note {
    margin-top: 22px;
  }
  .home-hero .hero-photo .art > img {
    width: 165% !important;
  }
  .ecosystem {
    grid-template-columns: 1.6fr 1fr;
  }
  .ecosystem h2 {
    font-size: 38px;
  }
  .ecosystem .three {
    grid-template-columns: 1fr;
  }
  .ecosystem .icon-columns > div {
    padding: 0;
    border: 0;
  }
  .ecosystem .icon-columns svg {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 14px;
  }
  .community-panel h2 {
    font-size: 32px;
  }
  .contact-grid aside h2 {
    font-size: 52px;
  }
  .contact-line {
    font-size: 14px;
  }
  .article-layout {
    gap: 24px;
  }
  .article-meta {
    gap: 16px;
  }
  .article-meta .share {
    padding-left: 16px;
  }
  .two {
    gap: 25px;
  }
  .two h2 {
    font-size: 28px;
  }
  .two > div + div {
    padding-left: 65px;
  }
  .two > div + div > svg {
    left: 10px;
    width: 36px;
  }
}
@media (max-width: 760px) {
  .header {
    height: 88px;
  }
  .home-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .home-hero .hero-copy {
    padding: 36px 6%;
  }
  .home-hero h1 {
    font-size: 90px;
  }
  .home-hero .hero-photo {
    clip-path: none;
  }
  .home-hero .hero-photo .art {
    overflow: hidden;
  }
  .home-hero .hero-photo .art > img {
    width: 154.255% !important;
  }
  .hero-copy p {
    font-size: 16px;
  }
  .hero-copy .vertical-note {
    max-width: none;
  }
  .visual-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .visual-copy {
    width: 100%;
    padding: 38px 6% 30px;
  }
  .visual-copy h1 {
    font-size: 64px;
  }
  .visual-copy p {
    max-width: 100%;
    font-size: 18px;
  }
  .visual-photo {
    position: relative;
    width: 100%;
    height: auto;
    clip-path: none;
  }
  .visual-photo .art {
    aspect-ratio: 512/334 !important;
    height: auto;
  }
  .contact-hero .visual-photo .art {
    aspect-ratio: 661/396 !important;
  }
  .visual-hero > .domino-backdrop {
    left: auto;
    right: 0;
    top: 3%;
    width: 50%;
  }
  .visual-photo .art > img {
    left: 0 !important;
    transform: translateX(-1%);
  }
  .about-hero .visual-photo .art > img {
    left: -51.5625% !important;
    transform: none;
  }
  .contact-hero .visual-photo .art > img {
    left: -40.09% !important;
    transform: none;
  }
  .origin,
  .ecosystem,
  .community-panel,
  .commitment,
  .contact-grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .origin {
    gap: 20px;
  }
  .icon-columns > div + div {
    border: 0;
    padding: 0;
  }
  .icon-columns {
    gap: 25px;
  }
  .values .four > div {
    border: 0;
    padding: 0;
  }
  .ecosystem .art {
    max-width: 350px;
    margin: auto;
  }
  .ecosystem .three {
    grid-template-columns: 1fr;
  }
  .community-panel {
    gap: 25px;
  }
  .community-panel > div:last-child {
    padding: 0 6%;
  }
  .commitment .three {
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
  }
  .commitment .three > div {
    padding: 0;
  }
  .commitment .three h3 {
    font-size: 17px;
    overflow-wrap: anywhere;
  }
  .commitment h2 {
    font-size: 38px;
  }
  .contact-grid aside h2 {
    font-size: 54px;
  }
  .form-panel {
    padding: 23px 18px;
  }
  .steps ol {
    grid-template-columns: 1fr;
  }
  .steps li {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 0 15px;
    border: 0;
    padding: 0;
  }
  .steps li p {
    grid-column: 2;
    margin: 5px 0;
  }
  .steps li span {
    grid-row: 1/3;
  }
  .two > div + div {
    border: 0;
    padding-left: 65px;
  }
  .two > div + div > svg {
    left: 0;
  }
  .article-layout {
    grid-template-columns: 1fr;
    padding: 28px 6%;
    gap: 20px;
  }
  .article-sidebar {
    position: static;
    grid-row: 1;
  }
  .article-sidebar nav ol {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .article-sidebar .player-callout {
    display: none;
  }
  .approved-article-head {
    padding: 25px 6%;
  }
  .approved-article-head h1 {
    font-size: 43px;
  }
  .article-meta {
    font-size: 13px;
  }
  .article-meta .share {
    padding: 0;
    border: 0;
  }
  .article-main-photo {
    max-height: none;
  }
  .tips-list li {
    grid-template-columns: 35px 1fr;
    gap: 14px;
  }
  .tip-number {
    font-size: 36px;
  }
  .tips-list li > div {
    padding-left: 15px;
  }
  .tips-list h2 {
    font-size: 25px;
  }
  .article-bottom {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .article-sidebar nav {
    padding: 18px;
  }
  .article-sidebar nav a {
    font-size: 13px;
    gap: 8px;
  }
  main > .newsletter.compact {
    display: block;
  }
  .motto strong {
    font-size: 28px;
  }
  .motto span {
    font-size: 18px;
  }
  .two p {
    font-size: 16px;
  }
  .player-band {
    flex-direction: column;
    align-items: stretch;
  }
  .player-band > div:first-child {
    padding-bottom: 10px;
  }
  .player-art {
    width: 100%;
    max-width: 480px;
    align-self: center;
  }
}
.home-hero .hero-photo .art {
  overflow: hidden;
}
.share {
  gap: 12px;
}
.share svg {
  width: 18px;
  height: 18px;
}
.article-meta .share > span:last-child:empty {
  display: none;
}

.icon-columns .cta svg {
  width: 18px;
  height: 18px;
  margin: 0;
  color: inherit;
  float: none;
}
.commitment .cta {
  padding: 14px 22px;
}

.article-pattern {
  opacity: 1;
  mix-blend-mode: normal;
  height: 100%;
  width: 32%;
  mask-image: linear-gradient(to right, transparent, #000 55%);
}
.article-pattern .art {
  height: 100%;
  aspect-ratio: auto !important;
}
.ecosystem > .art {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 12% 80%, 0 80%);
}
@media (max-width: 760px) {
  .visual-photo {
    clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);
  }
  .article-pattern {
    width: 40%;
    opacity: 0.5;
  }
}

/* HD ecosystem artwork is complete and needs no mask from the old mockup. */
.ecosystem > .art { clip-path: none; }

/* Native responsive images keep approved crop geometry while exposing alt text. */
.art > img.seo-photo { position:absolute; inset:0 !important; width:100% !important; height:100% !important; min-height:0 !important; max-width:none; transform:none !important; }
.home-hero .hero-photo .art > img.seo-photo,
.visual-hero .visual-photo .art > img.seo-photo { inset:0 !important; width:100% !important; height:100% !important; transform:none !important; }

.ranking-signup h2 { font-size:clamp(34px,4.2vw,60px); }
.ranking-signup p { max-width:520px; }
.ranking-signup .player-art { height:380px; margin-top:0; }
@media(max-width:760px) { .ranking-signup .player-art { height:290px; } }
