/* A diagonal CK panel frames real photographs without changing slideshow behavior. */
.hero-premium {
    --hero-gutter: max(48px, calc((100% - var(--container)) / 2));
    background: var(--paper);
    color: #fff;
    padding: 0;
}
.hero-shell {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: calc(var(--hero-gutter) + min(35vw, 470px)) minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    min-height: clamp(470px, 32.5vw, 560px);
    margin: 0;
}
.hero-premium .hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    margin: 0;
    padding: 38px 42px 32px max(48px, calc((100vw - var(--container)) / 2));
    background: transparent;
}
.hero-panel,
.hero-premium .hero-copy::before {
    position: absolute;
    inset: 0 -78px 0 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, calc(100% - 108px) 100%, 0 100%);
    pointer-events: none;
}
.hero-premium .hero-copy::before {
    content: "";
    right: -98px;
    background: rgb(255 255 255 / 35%);
}
.hero-panel { background: var(--red); overflow: hidden; }
.hero-panel span {
    position: absolute;
    width: 112px;
    aspect-ratio: 1;
    background: rgb(255 255 255 / 7%);
    clip-path: polygon(33.333% 0, 66.667% 0, 66.667% 33.333%, 100% 33.333%, 100% 66.667%, 66.667% 66.667%, 66.667% 100%, 33.333% 100%, 33.333% 66.667%, 0 66.667%, 0 33.333%, 33.333% 33.333%);
}
.hero-panel span:nth-child(1) { top: 18px; right: 58px; width: 136px; }
.hero-panel span:nth-child(2) { bottom: 30px; left: 20px; width: 100px; }
.hero-panel span:nth-child(3) { bottom: 60px; right: 48px; width: 76px; }
.hero-premium .eyebrow { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .01em; line-height: 1.5; margin-bottom: 22px; gap: 11px; }
.hero-premium .eyebrow .red-cross { color: #fff; width: 19px; height: 19px; }
.hero-premium h1 { font-size: clamp(62px, 4.9vw, 88px); line-height: 1.01; letter-spacing: -.055em; font-weight: 800; margin: 0 0 20px; }
.hero-premium h1 span { color: #fff; }
.hero-premium .hero-description { color: #fff; font-size: 17px; line-height: 1.6; max-width: 370px; margin-bottom: 24px; }
.hero-premium .hero-actions { display: flex; flex-wrap: wrap; flex-direction: row; gap: 10px 12px; width: 100%; }
.hero-premium .hero-actions .button { font-size: 15px; padding: 13px 20px; min-height: 50px; }
.hero-premium .hero-button { color: var(--red-dark); background: #fff; border-color: #fff; }
.hero-premium .hero-button:hover { background: #ffe9e8; border-color: #ffe9e8; }
.hero-premium .hero-button-secondary { color: #fff; background: transparent; border-color: #fff; }
.hero-premium .hero-button-secondary:hover { background: var(--red-dark); }
.hero-premium .hero-actions .button:focus-visible { outline-color: #fff; outline-offset: 5px; }
.hero-notices-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; min-height: 44px; flex-basis: 100%; width: 100%; color: #fff; font-size: 14px; font-weight: 650; margin-top: 2px; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.hero-notices-link:hover { color: #fff; text-decoration-thickness: 2px; }
.hero-notices-link:focus-visible { outline-color: #fff; outline-offset: 4px; }
.hero-slideshow { position: relative; z-index: 0; min-width: 0; min-height: 0; height: 100%; margin: 0 0 0 -30px; background: var(--surface-strong); color: var(--ink); }
.slideshow-stage { position: absolute; inset: 0; overflow: hidden; isolation: isolate; }
.slideshow-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility 0s linear .65s; }
.slideshow-slide.is-active { opacity: 1; visibility: visible; z-index: 1; transition: opacity .65s ease, visibility 0s linear 0s; }
.slideshow-slide img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: var(--focal-x, 50%) var(--focal-y, 50%); }
.slideshow-caption { position: absolute; display: flex; align-items: center; gap: 8px; width: max-content; bottom: 22px; left: 30px; right: 272px; max-width: calc(100% - 302px); padding: 12px 15px; font-size: 13px; font-weight: 650; line-height: 1.5; border: 0; background: #fff; color: var(--ink); }
.slideshow-caption .red-cross { width: 16px; height: 16px; }
.slideshow-controls { position: absolute; z-index: 3; display: flex; align-items: center; right: 24px; bottom: 22px; gap: 0; padding: 4px; border: 0; background: #fff; }
.slideshow-controls[hidden], .slideshow-controls button[hidden] { display: none; }
.slideshow-controls button { display: inline-grid; place-items: center; width: 48px; height: 48px; min-width: 48px; min-height: 48px; padding: 0; border: 0; border-left: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--red-dark); }
.slideshow-controls button:hover { background: var(--red); border-color: var(--red); color: #fff; }
.slideshow-controls button:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; box-shadow: 0 0 0 6px #fff; }
.slideshow-controls button svg { width: 18px; height: 18px; }
.slideshow-counter { display: flex; align-items: center; gap: 4px; order: -1; min-height: 44px; padding-inline: 14px; font-size: 12px; font-variant-numeric: tabular-nums; color: var(--ink); }
.slideshow-current { font-size: 19px; font-weight: 800; line-height: 1; }
.slideshow-total { color: var(--muted); }
.slideshow-toggle { order: 0; }
.slideshow-prev { order: 1; }
.slideshow-next { order: 2; }
.slideshow-empty { padding: 30px; font-size: 16px; line-height: 1.7; }
.slideshow-announcement { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 1250px) and (min-width: 1041px) {
    .hero-premium .hero-copy { padding-right: 28px; }
    .hero-premium h1 { font-size: 62px; }
    .hero-premium .hero-actions .button { padding-inline: 15px; font-size: 14px; }
    .slideshow-caption { bottom: 90px; right: 24px; max-width: calc(100% - 54px); }
}
@media (max-width: 1040px) {
    .hero-shell { grid-template-columns: 1fr; min-height: 0; }
    .hero-premium .hero-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; padding: 30px 48px; }
    .hero-panel, .hero-premium .hero-copy::before { inset: 0; clip-path: none; }
    .hero-premium .hero-copy::before { display: none; }
    .hero-panel span:nth-child(1) { right: 26px; }
    .hero-panel span:nth-child(2) { left: 44%; bottom: 10px; }
    .hero-panel span:nth-child(3) { display: none; }
    .hero-premium .eyebrow { grid-column: 1 / -1; margin-bottom: 18px; }
    .hero-premium h1 { grid-column: 1; grid-row: 2 / 4; font-size: 58px; margin: 0; }
    .hero-premium .hero-description { grid-column: 2; grid-row: 2; font-size: 16px; margin: 0 0 16px; }
    .hero-premium .hero-actions { grid-column: 2; grid-row: 3; }
    .hero-premium .hero-actions .button { padding-inline: 14px; font-size: 14px; }
    .hero-slideshow { margin: 0; height: auto; aspect-ratio: 2.4 / 1; }
    .slideshow-slide img { object-position: var(--focal-x, 50%) var(--focal-mobile-y, 50%); }
    .slideshow-caption { left: 24px; bottom: 22px; right: 264px; max-width: calc(100% - 288px); }
}
@media (max-width: 760px) {
    .hero-premium .hero-copy { display: flex; gap: 0; padding: 26px 20px 30px; }
    .hero-panel { inset: 0; clip-path: none; }
    .hero-panel span:nth-child(1) { top: 60px; right: -14px; width: 122px; }
    .hero-panel span:nth-child(2) { left: auto; right: 40px; bottom: 8px; width: 72px; }
    .hero-premium .eyebrow { font-size: 11px; margin-bottom: 16px; }
    .hero-premium .eyebrow .red-cross { width: 16px; height: 16px; }
    .hero-premium h1 { font-size: clamp(44px, 12vw, 56px); margin-bottom: 16px; }
    .hero-premium .hero-description { font-size: 15px; margin-bottom: 18px; max-width: 36ch; }
    .hero-premium .hero-actions { gap: 8px 10px; }
    .hero-premium .hero-actions .button { font-size: 14px; min-height: 48px; padding: 11px 16px; }
    .hero-notices-link { font-size: 13px; min-height: 44px; margin: 0; }
    .hero-slideshow { aspect-ratio: auto; padding-bottom: 0; background: var(--paper); }
    .slideshow-stage { position: relative; inset: auto; width: 100%; aspect-ratio: 1.6 / 1; min-height: 210px; overflow: hidden; }
    .slideshow-slide { display: grid; grid-template-rows: minmax(0, 1fr) auto; }
    .slideshow-slide img { min-height: 0; }
    .slideshow-caption { position: static; align-self: end; width: 100%; max-width: none; margin: 0; padding: 12px 20px; font-size: 11px; min-height: 44px; }
    .slideshow-controls { position: relative; inset: auto; justify-content: flex-end; width: 100%; padding: 6px 14px; min-height: 58px; border-top: 1px solid var(--line); }
    .hero-slideshow { display: flex; flex-direction: column; }
    .slideshow-controls { order: 1; }
    .slideshow-counter { margin-right: auto; }
    .slideshow-controls button { width: 44px; height: 44px; min-width: 44px; min-height: 44px; margin-left: 8px; border-left: 0; }
}
@media (max-width: 380px) {
    .hero-premium .eyebrow { font-size: 10px; }
    .hero-premium .hero-actions .button { padding-inline: 12px; font-size: 13px; }
}
@media (forced-colors: active) {
    .hero-panel span { display: none; }
    .slideshow-caption, .slideshow-controls { border: 1px solid CanvasText; }
}
@media (prefers-reduced-motion: reduce) {
    .slideshow-slide, .slideshow-slide.is-active { transition: none; }
}
@media print {
    .hero-premium { background: #fff; color: #000; }
    .hero-premium h1 span, .hero-premium .hero-description, .hero-premium .eyebrow { color: #000; }
    .hero-panel, .hero-premium .hero-copy::before { display: none; }
    .hero-premium .hero-copy { display: block; padding: 20px 0; background: #fff; color: #000; }
    .hero-shell { display: block; }
    .hero-slideshow { height: 300px; margin: 0; }
    .slideshow-controls, .hero-actions { display: none !important; }
    .slideshow-slide:not(.is-active) { display: none; }
}
