:root {
    --mj-paper: #fff;
    --mj-ink: #111311;
    --mj-muted: #666a66;
    --mj-line: #d9ddd9;
    --mj-soft-line: #eceeec;
    --mj-green: #009d50;
    --mj-collection: url('/images/portfolio/remaining-collection.jpg');
    --mj-master: url('/images/portfolio/remaining-master.png');
}

body.portfolio-editorial-shell,
body.portfolio-mail-shell {
    min-width: 0 !important;
    margin: 0;
    overflow-x: hidden;
    background: var(--mj-paper);
    color: var(--mj-ink);
    font-family: Helvetica;
    font-stretch: normal;
    font-kerning: normal;
    font-synthesis: none;
    letter-spacing: -0.005em;
}

.portfolio-editorial-shell *,
.portfolio-editorial-shell *::before,
.portfolio-editorial-shell *::after,
.portfolio-mail-shell *,
.portfolio-mail-shell *::before,
.portfolio-mail-shell *::after { box-sizing: border-box; }

.portfolio-editorial-shell #order-preloader,
.portfolio-editorial-shell .whatsapp-mobile-ico,
.portfolio-mail-shell #order-preloader,
.portfolio-mail-shell .whatsapp-mobile-ico { display: none !important; }

.portfolio-editorial-shell #wrapmain70,
.portfolio-editorial-shell #wrapper,
.portfolio-editorial-shell #containerwrap,
.portfolio-editorial-shell #mainbody,
.portfolio-editorial-shell #content,
.portfolio-editorial-shell #current-content,
.portfolio-mail-shell #wrapmain70,
.portfolio-mail-shell #wrapper,
.portfolio-mail-shell #containerwrap,
.portfolio-mail-shell #mainbody,
.portfolio-mail-shell #content,
.portfolio-mail-shell #current-content {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.portfolio-editorial-shell a,
.portfolio-mail-shell a { color: inherit; }

.portfolio-editorial-shell button,
.portfolio-editorial-shell input,
.portfolio-mail-shell button,
.portfolio-mail-shell input {
    font: inherit;
    color: inherit;
}

.mj-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.mj-editorial-page {
    width: 100%;
    min-height: 100vh;
    background: var(--mj-paper);
}

.mj-editorial-header {
    position: relative;
    z-index: 20;
    height: 110px;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 120px;
    align-items: center;
}

.mj-editorial-header__logo {
    width: 57px;
    height: 57px;
    display: block;
    border-radius: 50%;
}

.mj-editorial-header__logo img {
    width: 57px;
    height: 57px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.mj-vote-meter {
    position: relative;
    justify-self: center;
    width: min(520px, 100%);
    height: 72px;
}

.mj-vote-meter__trigger {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: inherit;
    outline: 0;
}

.mj-vote-meter__ticks {
    transition: opacity 90ms linear, transform 180ms cubic-bezier(.2, 0, 0, 1);
}

.mj-vote-meter__trigger:hover .mj-vote-meter__ticks,
.mj-vote-meter__trigger:focus-visible .mj-vote-meter__ticks,
.mj-vote-meter.is-open .mj-vote-meter__ticks {
    transform: scaleY(1.35);
}

.mj-vote-meter__trigger:focus-visible .mj-vote-meter__ticks {
    outline: 1px solid var(--mj-green);
    outline-offset: 8px;
}

.mj-vote-panel {
    position: fixed;
    z-index: 40;
    top: 96px;
    left: 50%;
    width: min(1040px, calc(100vw - 96px));
    max-height: calc(100vh - 112px);
    padding: 18px;
    overflow-y: auto;
    border: 1px solid var(--mj-line);
    background: var(--mj-paper);
    transform: translateX(-50%);
}

.mj-vote-panel[hidden] { display: none; }

.mj-vote-panel__head {
    min-height: 30px;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid var(--mj-line);
}

.mj-vote-panel__head strong,
.mj-vote-panel__head a {
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mj-vote-panel__head a {
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
}

.mj-vote-panel__head a:hover,
.mj-vote-panel__head a:focus-visible {
    color: var(--mj-green);
    border-bottom-color: var(--mj-green);
    outline: 0;
}

.mj-vote-panel__status {
    min-height: 18px;
    margin: 0;
    color: var(--mj-muted);
    font-size: 12px;
}

.mj-vote-panel__status:empty { display: none; }

.mj-vote-panel__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mj-vote-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.mj-vote-card__image {
    min-height: 0;
    display: block;
    aspect-ratio: 500 / 512;
    overflow: hidden;
    background: #f3f4f1;
}

.mj-vote-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.mj-vote-card__caption {
    min-height: 58px;
    padding: 10px 0 8px;
}

.mj-vote-card__caption strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.05;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mj-vote-card__caption span {
    margin-top: 5px;
    display: block;
    overflow: hidden;
    color: var(--mj-muted);
    font-size: 10px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mj-vote-card__caption a:hover,
.mj-vote-card__caption a:focus-visible { color: var(--mj-green); outline: 0; }

.mj-vote-card__form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.mj-vote-card__form legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.mj-vote-card__score {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mj-vote-card__score button {
    min-width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--mj-line);
    background: var(--mj-paper);
    color: var(--mj-ink);
    font-size: 16px;
    cursor: pointer;
}

.mj-vote-card__score button + button { border-left: 0; }

.mj-vote-card__score button:hover,
.mj-vote-card__score button:focus-visible {
    position: relative;
    z-index: 1;
    color: #fff;
    border-color: var(--mj-green);
    outline: 0;
    background: var(--mj-green);
}

.mj-vote-card__score button:active { transform: translateY(1px); }
.mj-vote-card__form[aria-busy="true"] { opacity: .55; }
.mj-vote-card__form[aria-busy="true"] button { cursor: default; }

.mj-vote-panel__retry {
    padding: 0 0 3px;
    border: 0;
    border-bottom: 1px solid var(--mj-ink);
    background: transparent;
    color: var(--mj-ink);
    font-size: 12px;
    cursor: pointer;
}

.mj-user-actions { position: relative; justify-self: end; }

.mj-user-actions__button {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.mj-user-actions__button svg { width: 52px; height: 52px; display: block; }
.mj-user-actions__track { fill: none; stroke: #dfe2df; stroke-width: 2; }
.mj-user-actions__progress {
    fill: none;
    stroke: var(--mj-green);
    stroke-width: 2.5;
    stroke-dasharray: 0 138;
    transform: rotate(-90deg);
    transform-origin: 26px 26px;
}
.mj-user-actions__bolt { fill: var(--mj-ink); }

.mj-user-actions__menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 214px;
    padding: 12px 14px;
    border: 1px solid var(--mj-line);
    background: var(--mj-paper);
}

.mj-user-actions__menu span,
.mj-user-actions__menu a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid var(--mj-soft-line);
    font-size: 12px;
    text-decoration: none;
}

.mj-user-actions__menu a:last-child { border-bottom: 0; }
.mj-user-actions__menu a:hover,
.mj-user-actions__menu a:focus-visible { color: var(--mj-green); outline: 0; }

.mj-editorial-content {
    position: relative;
    min-height: calc(100vh - 110px);
    padding: 34px 48px 48px;
}

.mj-service-link {
    position: absolute;
    top: 45px;
    right: 60px;
    font-size: 12px;
    text-decoration: none;
}

a.mj-service-link:hover,
a.mj-service-link:focus-visible { color: var(--mj-green); outline: 0; }

.mj-page-title {
    max-width: 840px;
    margin: 0;
    font-size: 44px;
    line-height: .9;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.mj-page-kicker {
    margin: 6px 0 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.012em;
    text-transform: uppercase;
}

.mj-page-intro {
    max-width: 700px;
    margin: 28px 0 0;
    font-size: 13px;
    line-height: 1.12;
}

.mj-access-layout {
    display: grid;
    grid-template-columns: minmax(520px, 720px) 260px;
    gap: 96px;
    margin-top: 68px;
}

.mj-email-form label {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.mj-field-line {
    display: grid;
    grid-template-columns: 1fr 58px;
    align-items: center;
    border-bottom: 1px solid var(--mj-ink);
}

.mj-field-line input {
    width: 100%;
    height: 62px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 31px;
    letter-spacing: -0.015em;
}
.mj-field-line input::placeholder { color: #b5b8b5; opacity: 1; }
.mj-field-line input:focus-visible { border-bottom: 2px solid var(--mj-green); }
.mj-field-line button {
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 29px;
    cursor: pointer;
}
.mj-field-line button:hover,
.mj-field-line button:focus-visible { color: var(--mj-green); outline: 0; }

.mj-field-note,
.mj-form-status,
.mj-email-preview-link {
    margin: 12px 0 0;
    color: var(--mj-muted);
    font-size: 11px;
    line-height: 1.2;
}
.mj-form-status { color: var(--mj-ink); }
.mj-email-preview-link { display: inline-block; color: var(--mj-green); }
.mj-email-preview-link[hidden] { display: none; }

.mj-vote-limit { border-top: 1px solid var(--mj-line); }
.mj-vote-limit > div {
    min-height: 72px;
    padding: 13px 0;
    border-bottom: 1px solid var(--mj-line);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
}
.mj-vote-limit span { font-size: 11px; line-height: 1.05; font-weight: 700; text-transform: uppercase; }
.mj-vote-limit b { font-size: 31px; line-height: .85; text-transform: uppercase; }
.mj-vote-limit > div:last-child b { font-size: 16px; }

.mj-access-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
    margin: 105px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--mj-line);
    list-style: none;
}
.mj-access-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; font-size: 12px; }
.mj-access-steps b { font-size: 14px; }

.mj-catalog-head { height: 139px; }
.mj-catalog-search {
    position: absolute;
    top: 40px;
    right: 48px;
    width: 180px;
    font-size: 12px;
    text-align: right;
}
.mj-catalog-search span {
    position: absolute;
    top: 7px;
    right: 0;
    pointer-events: none;
}
.mj-catalog-search input {
    width: 150px;
    height: 28px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    outline: 0;
    background: transparent;
    text-align: right;
}
.mj-catalog-search:focus-within input,
.mj-catalog-search:hover input { width: 150px; border-bottom-color: var(--mj-ink); }
.mj-catalog-search:focus-within span,
.mj-catalog-search:hover span { display: none; }

.mj-catalog-filters {
    height: 42px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    border-bottom: 1px solid var(--mj-line);
}
.mj-catalog-filters button,
.mj-catalog-filters a {
    position: relative;
    padding: 0 0 13px;
    border: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.mj-catalog-filters .is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--mj-green);
}
.mj-catalog-filters > span { margin-left: auto; color: var(--mj-muted); font-size: 12px; font-weight: 400; }
.mj-catalog-filters > span b { font-weight: 400; }

.mj-catalog-table { width: calc(100vw - 48px); overflow: hidden; }
.mj-catalog-columns,
.mj-catalog-row {
    width: calc(100vw - 48px);
    min-width: 1030px;
    display: grid;
    grid-template-columns: 46px 82px minmax(180px, 235px) 148px 80px minmax(200px, 1fr) 110px;
    gap: 14px;
    align-items: center;
}
.mj-catalog-columns { height: 32px; color: var(--mj-muted); font-size: 10px; text-transform: uppercase; }
.mj-catalog-row { min-height: 92px; border-top: 1px solid var(--mj-soft-line); font-size: 12px; }
.mj-catalog-row[hidden] { display: none; }
.mj-catalog-index { color: var(--mj-muted); }
.mj-catalog-thumb { width: 70px; height: 70px; display: block; overflow: hidden; }
.mj-catalog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mj-catalog-row h2 { margin: 0; font-size: 17px; line-height: 1; text-transform: uppercase; }
.mj-catalog-row h2 a,
.mj-catalog-row > a { text-decoration: none; }
.mj-catalog-row small { display: block; margin-top: 5px; color: var(--mj-muted); font-size: 10px; font-weight: 400; }
.mj-rights-state { justify-self: end; color: var(--mj-green) !important; text-align: right; text-transform: uppercase; }
.mj-catalog-row a:hover,
.mj-catalog-row a:focus-visible { color: var(--mj-green); outline: 0; }
.mj-catalog-empty { padding: 30px 0; font-size: 13px; }

.mj-editorial-handoff {
    max-width: 1184px;
    margin: 34px auto;
    padding: 0 48px;
    color: var(--mj-muted);
    font-size: 11px;
}
.mj-editorial-handoff a { color: var(--mj-ink); }

.mj-gallery-head { height: 155px; }
.mj-gallery-rail { position: relative; width: calc(100vw - 48px); overflow: hidden; }
.mj-gallery-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 230px;
    grid-template-columns: 560px;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}
.mj-gallery-track::-webkit-scrollbar { display: none; }
.mj-gallery-card { width: 230px; scroll-snap-align: start; }
.mj-gallery-card--wide { width: 560px; }
.mj-gallery-card .mj-approved-image { height: 230px; }
.mj-gallery-card p { display: flex; justify-content: space-between; gap: 20px; margin: 9px 0 0; font-size: 11px; text-transform: uppercase; }
.mj-gallery-card p span:last-child { color: var(--mj-muted); }
.mj-gallery-next {
    position: absolute;
    top: 94px;
    right: 174px;
    width: 56px;
    height: 44px;
    padding: 0;
    border: 0;
    background: var(--mj-paper);
    font-size: 26px;
    cursor: pointer;
}
.mj-gallery-next:hover,
.mj-gallery-next:focus-visible { color: var(--mj-green); outline: 1px solid var(--mj-green); }

.mj-approved-image { background-repeat: no-repeat; background-color: #f3f4f2; }
.mj-approved-image--city { background-image: var(--mj-collection); background-size: 2860px 1906px; background-position: -1050px -1608px; }
.mj-approved-image--cosmonaut { background-image: var(--mj-collection); background-size: 1446px 964px; background-position: -333px -379px; }
.mj-approved-image--pilot { background-image: var(--mj-collection); background-size: 1446px 964px; background-position: -594px -379px; }
.mj-approved-image--opening { background-image: var(--mj-collection); background-size: 1446px 964px; background-position: -855px -379px; }

.mj-gallery-strip {
    display: grid;
    grid-template-columns: repeat(7, 170px);
    gap: 14px;
    margin-top: 64px;
    padding-top: 17px;
    border-top: 1px solid var(--mj-line);
    overflow: hidden;
}
.mj-gallery-strip button { width: 170px; height: 76px; padding: 0; border: 0; cursor: pointer; }
.mj-gallery-strip button:focus-visible { outline: 2px solid var(--mj-green); outline-offset: 3px; }
.mj-approved-image--strip-one { background-image: var(--mj-collection); background-size: 946px 630px; background-position: -61px -532px; }
.mj-approved-image--strip-two { background-image: var(--mj-collection); background-size: 946px 630px; background-position: -347px -532px; }
.mj-approved-image--strip-three { background-image: var(--mj-master); background-size: 456px 304px; background-position: -141px -68px; }
.mj-approved-image--strip-four { background-image: var(--mj-collection); background-size: 946px 630px; background-position: -219px -248px; }

.mj-stories-head { height: 168px; }
.mj-stories-list { border-top: 1px solid var(--mj-line); }
.mj-story {
    min-height: 154px;
    display: grid;
    grid-template-columns: 92px 330px 1fr 86px;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid var(--mj-line);
}
.mj-story time { align-self: start; padding-top: 25px; font-size: 36px; line-height: .9; font-weight: 700; letter-spacing: -0.02em; }
.mj-story h2 { margin: 0 0 9px; font-size: 23px; line-height: .95; text-transform: uppercase; }
.mj-story p { max-width: 290px; margin: 0; color: var(--mj-muted); font-size: 11px; line-height: 1.18; }
.mj-story__photo { width: 298px; height: 103px; justify-self: end; background-repeat: no-repeat; }
.mj-story__photo--beginning { background-image: var(--mj-collection); background-size: 1472px 981px; background-position: -95px -828px; }
.mj-story__photo--pilots { background-image: var(--mj-collection); background-size: 1280px 853px; background-position: -470px -720px; }
.mj-story__photo--city { background-image: var(--mj-master); background-size: 800px 533px; background-position: -247px -120px; }
.mj-story > a { font-size: 11px; line-height: 1.15; font-weight: 700; text-align: right; text-decoration: none; text-transform: uppercase; }
.mj-story > a:hover,
.mj-story > a:focus-visible { color: var(--mj-green); outline: 0; }

.mj-rights-title { width: 760px; }
.mj-rights-intro { width: 760px; }
.mj-rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 43px; border-top: 1px solid var(--mj-line); }
.mj-rights-grid > div { padding-top: 4px; }
.mj-rule { min-height: 92px; padding: 17px 0 15px; border-bottom: 1px solid var(--mj-line); display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.mj-rule > span { color: var(--mj-green); font-size: 12px; font-weight: 700; }
.mj-rule h2 { margin: 0 0 7px; font-size: 16px; line-height: 1; text-transform: uppercase; }
.mj-rule p { max-width: 470px; margin: 0; color: var(--mj-muted); font-size: 11px; line-height: 1.22; }

.mj-rights-check { display: grid; grid-template-columns: 240px 1fr 52px; align-items: center; gap: 18px; margin-top: 28px; }
.mj-rights-check label { font-size: 12px; line-height: 1.05; font-weight: 700; text-transform: uppercase; }
.mj-rights-check input { height: 42px; padding: 0 4px; border: 0; border-bottom: 1px solid var(--mj-ink); outline: 0; font-size: 14px; }
.mj-rights-check input:focus-visible { border-bottom: 2px solid var(--mj-green); }
.mj-rights-check button { width: 52px; height: 42px; padding: 0; border: 0; background: transparent; font-size: 25px; cursor: pointer; }
.mj-rights-check button:hover,
.mj-rights-check button:focus-visible { color: var(--mj-green); outline: 0; }
.mj-rights-check p { grid-column: 2 / -1; min-height: 16px; margin: -10px 0 0; color: var(--mj-muted); font-size: 11px; }
.mj-rights-check p a { color: var(--mj-green); }

.mj-mail-preview { position: relative; width: 100%; min-height: 100vh; background: var(--mj-paper); }
.mj-mail-preview__meta { position: absolute; top: 43px; left: 48px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.mj-mail-preview__count { position: absolute; top: 43px; right: 48px; color: var(--mj-muted); font-size: 11px; }
.mj-mail-sheet { position: relative; width: 640px; min-height: 100vh; margin: 0 auto; padding-top: 69px; }
.mj-mail-sheet__logo { width: 57px; height: 57px; display: block; border-radius: 50%; object-fit: cover; }
.mj-mail-sheet__rule { height: 1px; margin-top: 35px; background: var(--mj-line); }
.mj-mail-sheet h1 { margin: 54px 0 0; font-size: 46px; line-height: .9; letter-spacing: -0.02em; text-transform: uppercase; }
.mj-mail-sheet__copy { width: 470px; margin: 25px 0 0; font-size: 15px; line-height: 1.25; }
.mj-mail-sheet__action { position: relative; height: 82px; margin-top: 58px; border-top: 1px solid var(--mj-ink); border-bottom: 1px solid var(--mj-ink); display: flex; align-items: center; justify-content: space-between; font-size: 18px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.mj-mail-sheet__action::after { content: ""; position: absolute; right: 0; bottom: -1px; width: 39%; height: 2px; background: var(--mj-green); }
.mj-mail-sheet__action span:last-child { font-size: 28px; font-weight: 400; }
.mj-mail-sheet__action:focus-visible { outline: 2px solid var(--mj-green); outline-offset: 4px; }
.mj-mail-sheet__expiry { margin-top: 13px; color: var(--mj-muted); font-size: 11px; }
.mj-mail-sheet__footer { position: absolute; right: 0; bottom: 42px; left: 0; padding-top: 16px; border-top: 1px solid var(--mj-line); display: flex; justify-content: space-between; color: var(--mj-muted); font-size: 10px; line-height: 1.25; }
.mj-mail-sheet__footer a { text-decoration: none; }
.mj-mail-sheet__footer a:hover,
.mj-mail-sheet__footer a:focus-visible { color: var(--mj-green); outline: 0; }

.mj-link-invalid-sheet__kicker {
    margin: 47px 0 0;
    color: var(--mj-muted);
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.mj-link-invalid-sheet h1 { margin-top: 10px; }
.mj-link-invalid-sheet .mj-mail-sheet__copy { width: 510px; }
.mj-link-invalid-form { margin-top: 40px; }
.mj-link-invalid-field {
    position: relative;
    height: 78px;
    border-bottom: 1px solid var(--mj-ink);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    align-items: center;
}
.mj-link-invalid-field::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 52px;
    height: 2px;
    background: var(--mj-green);
}
.mj-link-invalid-field input {
    width: 100%;
    height: 76px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 20px;
    letter-spacing: -0.01em;
}
.mj-link-invalid-field input::placeholder { color: var(--mj-ink); opacity: 1; }
.mj-link-invalid-field:focus-within { border-bottom-color: var(--mj-green); }
.mj-link-invalid-field button {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 29px;
    cursor: pointer;
}
.mj-link-invalid-field button:hover,
.mj-link-invalid-field button:focus-visible { color: var(--mj-green); outline: 0; }
.mj-link-invalid-form > p { min-height: 14px; margin: 13px 0 0; color: var(--mj-muted); font-size: 11px; line-height: 1.25; }

@media (max-width: 1078px) and (min-width: 761px) {
    .mj-catalog-table { overflow-x: auto; }
}

@media (max-width: 760px) {
    .mj-editorial-header { height: 78px; padding: 0 16px; grid-template-columns: 54px minmax(0, 1fr) 54px; }
    .mj-editorial-header__logo,
    .mj-editorial-header__logo img { width: 44px; height: 44px; }
    .mj-vote-meter { width: 100%; height: 60px; }
    .mj-vote-meter__ticks { width: 100%; }
    .mj-vote-panel { top: 76px; width: calc(100vw - 24px); max-height: calc(100dvh - 88px); padding: 14px; }
    .mj-vote-panel__grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .mj-vote-card { width: min(78vw, 306px); flex: 0 0 min(78vw, 306px); scroll-snap-align: start; }
    .mj-vote-card__score button { min-width: 0; height: 46px; }
    .mj-user-actions__button,
    .mj-user-actions__button svg { width: 46px; height: 46px; }
    .mj-user-actions__menu { top: 52px; }
    .mj-editorial-content { min-height: calc(100vh - 78px); padding: 28px 16px 42px; }
    .mj-service-link { position: static; display: block; margin: 0 0 24px; text-align: right; }
    .mj-page-title { max-width: 100%; font-size: clamp(34px, 11vw, 44px); }
    .mj-page-kicker { font-size: 14px; line-height: 1.08; }
    .mj-page-intro { margin-top: 20px; font-size: 13px; line-height: 1.28; }
    .mj-access-layout { grid-template-columns: 1fr; gap: 34px; margin-top: 46px; }
    .mj-field-line input { font-size: 24px; }
    .mj-access-steps { grid-template-columns: 1fr; gap: 14px; margin-top: 56px; }
    .mj-catalog-head,
    .mj-gallery-head,
    .mj-stories-head { height: auto; margin-bottom: 42px; }
    .mj-catalog-search { position: static; display: block; width: 100%; margin: 0 0 24px; text-align: right; }
    .mj-catalog-search input,
    .mj-catalog-search:focus-within input,
    .mj-catalog-search:hover input { width: 160px; }
    .mj-catalog-filters { gap: 20px; overflow-x: auto; white-space: nowrap; }
    .mj-catalog-table { width: calc(100vw - 16px); overflow-x: auto; }
    .mj-catalog-columns,
    .mj-catalog-row { min-width: 930px; }
    .mj-gallery-rail { width: calc(100vw - 16px); }
    .mj-gallery-track { grid-template-columns: min(78vw, 460px); grid-auto-columns: min(55vw, 230px); }
    .mj-gallery-card--wide { width: min(78vw, 460px); }
    .mj-gallery-card { width: min(55vw, 230px); }
    .mj-gallery-next { right: 10px; }
    .mj-gallery-strip { grid-template-columns: repeat(7, 136px); gap: 10px; overflow-x: auto; }
    .mj-gallery-strip button { width: 136px; }
    .mj-stories-list { overflow-x: auto; }
    .mj-story { width: 720px; grid-template-columns: 78px 260px 250px 70px; gap: 18px; }
    .mj-story__photo { width: 250px; }
    .mj-rights-title,
    .mj-rights-intro { width: auto; }
    .mj-rights-title { font-size: clamp(32px, 9.5vw, 38px); overflow-wrap: anywhere; }
    .mj-rights-grid { grid-template-columns: 1fr; gap: 0; margin-top: 34px; }
    .mj-rights-check { grid-template-columns: 1fr 44px; gap: 10px; }
    .mj-rights-check label { grid-column: 1 / -1; }
    .mj-rights-check p { grid-column: 1 / -1; margin: 0; }
    .mj-mail-preview__meta { top: 24px; left: 16px; }
    .mj-editorial-handoff { padding: 0 16px; }
    .mj-mail-preview__count { top: 24px; right: 16px; }
    .mj-mail-sheet { width: auto; min-height: 100vh; margin: 0 16px; padding-top: 74px; }
    .mj-mail-sheet__logo { width: 48px; height: 48px; }
    .mj-mail-sheet__rule { margin-top: 24px; }
    .mj-mail-sheet h1 { margin-top: 46px; font-size: 40px; }
    .mj-mail-sheet__copy { width: auto; font-size: 14px; }
    .mj-mail-sheet__action { margin-top: 42px; font-size: 16px; }
    .mj-mail-sheet__footer { position: static; margin-top: 80px; padding-bottom: 24px; gap: 24px; }
    .mj-link-invalid-sheet__kicker { margin-top: 38px; font-size: 10px; }
    .mj-link-invalid-sheet h1 { margin-top: 10px; font-size: 38px; }
    .mj-link-invalid-sheet .mj-mail-sheet__copy { width: auto; }
    .mj-link-invalid-form { margin-top: 38px; }
    .mj-link-invalid-field input { font-size: 19px; }
    .mj-link-invalid-sheet .mj-mail-sheet__footer { margin-top: 86px; }
}

@media (prefers-reduced-motion: reduce) {
    .mj-vote-meter__ticks,
    .mj-catalog-search input { transition: none; }
}
