:root { --maextro-bg: #000; --maextro-panel: #161616; }

body[data-page="maextro"] { background: var(--maextro-bg); }
.maextro-hero { position: relative; min-height: 100svh; overflow: hidden; background: #050505; isolation: isolate; }
.maextro-hero picture, .maextro-hero picture::after, .maextro-hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.maextro-hero picture { z-index: -1; }
.maextro-hero picture::after { content: ""; background: linear-gradient(180deg, rgb(0 0 0 / 52%) 0%, transparent 38%, transparent 62%, rgb(0 0 0 / 42%) 100%); }
.maextro-hero picture img { object-fit: cover; object-position: center; }
.maextro-hero__copy { position: absolute; top: calc(var(--header) + clamp(36px, 7vh, 92px)); left: 50%; width: min(90vw, 1040px); color: #fff; text-align: center; transform: translateX(-50%); text-shadow: 0 2px 24px rgb(0 0 0 / 52%); }
.maextro-hero__copy h1 { margin: 0; font-size: clamp(44px, 5vw, 82px); font-weight: 520; letter-spacing: -.045em; line-height: 1; }
.maextro-hero__copy p { margin: 18px 0 0; font-size: clamp(16px, 1.5vw, 24px); font-weight: 450; letter-spacing: .04em; }
.maextro-hero__footer { position: absolute; left: 50%; bottom: clamp(34px, 6vh, 72px); display: flex; align-items: center; gap: 18px; color: #fff; transform: translateX(-50%); text-shadow: 0 2px 18px rgb(0 0 0 / 60%); }
.maextro-hero__footer p { margin: 0; font-size: clamp(14px, 1.1vw, 19px); font-weight: 600; white-space: nowrap; }
.maextro-hero__footer a, .maextro-series__action { min-width: 112px; padding: 12px 24px; border-radius: 999px; color: #090909; background: #fff; font-size: 13px; font-weight: 700; text-align: center; text-shadow: none; transition: transform .25s ease, background .25s ease; }
.maextro-hero__footer a:hover, .maextro-series__action:hover { transform: translateY(-2px); background: #ecebea; }
.maextro-hero__footer a:focus-visible, .maextro-series__action:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }

.maextro-page { color: #fff; background: var(--maextro-bg); }
.maextro-series { position: relative; min-height: 100svh; padding: clamp(96px, 11vh, 132px) clamp(22px, 3.5vw, 68px) clamp(44px, 6vh, 74px); overflow: hidden; background: var(--maextro-bg); }
.maextro-series__wrap { position: relative; width: min(100%, 1780px); margin: 0 auto; }
.maextro-series h2 { margin: 0 0 clamp(26px, 4vh, 54px); font-size: clamp(34px, 3.2vw, 62px); font-weight: 650; line-height: 1.08; letter-spacing: -.045em; overflow-wrap: anywhere; }
.maextro-series__card { display: grid; min-height: min(68vh, 760px); grid-template-columns: minmax(0, 1.7fr) minmax(360px, .95fr); background: var(--maextro-panel); }
.maextro-series__gallery { display: grid; min-width: 0; grid-template-rows: minmax(0, 1fr) auto; gap: 6px; }
.maextro-series__main { min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #0c0c0c; }
.maextro-series__main img { display: block; width: 100%; height: 100%; min-height: 420px; color: transparent; object-fit: cover; opacity: 0; transition: opacity .3s ease; }
.maextro-series__main img.is-loaded { opacity: 1; }
.maextro-series__tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
.maextro-series__tabs button { min-width: 0; padding: 0 0 10px; border: 0; color: #a4a4a7; background: transparent; cursor: pointer; text-align: left; }
.maextro-series__thumb { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #202020; }
.maextro-series__tabs button img { display: block; width: 100%; height: 100%; color: transparent; object-fit: cover; opacity: 0; transition: opacity .25s ease; }
.maextro-series__tabs button img.is-loaded { opacity: .66; }
.maextro-series img.is-error { opacity: 0; }
.maextro-series__tabs button > span:last-child { position: relative; display: inline-block; margin-top: 10px; font-size: clamp(13px, 1vw, 18px); }
.maextro-series__tabs button > span:last-child::after { position: absolute; left: 0; bottom: -8px; width: 30px; height: 2px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.maextro-series__tabs button[aria-selected="true"] { color: #fff; }
.maextro-series__tabs button[aria-selected="true"] img.is-loaded { opacity: 1; }
.maextro-series__tabs button[aria-selected="true"] > span:last-child::after { transform: scaleX(1); }
.maextro-series__tabs button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.maextro-series__info { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(32px, 3.6vw, 68px); }
.maextro-series__info h3 { margin: 0; font-size: clamp(28px, 2.7vw, 54px); font-weight: 480; line-height: 1.12; letter-spacing: -.04em; overflow-wrap: anywhere; }
.maextro-series__tagline { margin: 12px 0 0; color: #e7e7e8; font-size: clamp(17px, 1.35vw, 25px); line-height: 1.35; }
.maextro-series__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: clamp(14px, 2vw, 34px); margin-top: clamp(34px, 5vh, 68px); }
.maextro-series__stat { display: grid; min-width: 0; grid-template-rows: minmax(4.5em, auto) auto; }
.maextro-series__stat > span { display: block; align-self: start; color: #a3a3a7; font-size: clamp(11px, .8vw, 14px); line-height: 1.45; overflow-wrap: anywhere; }
.maextro-series__stat p { align-self: end; margin: 0; padding-top: 8px; font-size: clamp(24px, 2.1vw, 40px); line-height: 1; white-space: nowrap; }
.maextro-series__stat small { font-size: .38em; font-weight: 500; }
.maextro-series__stat sup { margin-left: 2px; font-size: .3em; vertical-align: top; }
.maextro-series__price { margin: auto 0 20px; padding-top: clamp(34px, 6vh, 78px); font-size: clamp(15px, 1.2vw, 22px); font-weight: 600; }
.maextro-series__action { align-self: flex-start; }
.maextro-series__notes { margin-top: 22px; color: #8f8f93; font-size: 10px; line-height: 1.5; }
.maextro-series__notes summary { width: max-content; color: #b8b8bb; cursor: pointer; font-size: 11px; }
.maextro-series__notes p { margin: 8px 0 0; }
.maextro-series__number { position: absolute; right: 14px; bottom: -42px; color: rgb(255 255 255 / 5%); font-size: clamp(96px, 14vw, 240px); font-weight: 750; line-height: 1; pointer-events: none; }

@media (max-width: 1050px) {
  .maextro-series__card { grid-template-columns: minmax(0, 1.35fr) minmax(310px, .9fr); }
  .maextro-series__info { padding: 30px; }
}
@media (max-width: 720px) {
  .maextro-hero { min-height: 100svh; }
  .maextro-hero picture img { object-position: center; }
  .maextro-hero__copy { top: calc(var(--header) + 32px); }
  .maextro-hero__copy h1 { font-size: clamp(38px, 12vw, 52px); }
  .maextro-hero__copy p { margin-top: 12px; font-size: 15px; }
  .maextro-hero__footer { bottom: 30px; width: calc(100% - 32px); flex-direction: column; gap: 12px; }
  .maextro-hero__footer p { white-space: normal; text-align: center; }
  .maextro-series { min-height: auto; padding: 94px 16px 46px; }
  .maextro-series h2 { margin-bottom: 24px; font-size: clamp(30px, 9vw, 42px); }
  .maextro-series__card { display: block; min-height: 0; }
  .maextro-series__main { aspect-ratio: 16 / 10; }
  .maextro-series__main img { min-height: 0; }
  .maextro-series__tabs { gap: 4px; }
  .maextro-series__tabs button { padding-bottom: 12px; }
  .maextro-series__tabs button > span:last-child { margin-top: 8px; font-size: 11px; }
  .maextro-series__info { padding: 34px 20px 38px; }
  .maextro-series__info h3 { font-size: clamp(28px, 8.4vw, 40px); }
  .maextro-series__tagline { font-size: 16px; }
  .maextro-series__stats { gap: 10px; margin-top: 34px; }
  .maextro-series__stat { grid-template-rows: minmax(6em, auto) auto; }
  .maextro-series__stat > span { font-size: 10px; }
  .maextro-series__stat p { font-size: clamp(19px, 6.5vw, 28px); }
  .maextro-series__price { margin-top: 44px; padding-top: 0; font-size: 14px; }
  .maextro-series__number { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .maextro-hero__footer a, .maextro-series__action, .maextro-series__tabs button img, .maextro-series__tabs button > span:last-child::after { transition: none; }
}
