:root {
    --navy: #082C60;
    --orange: #EE6953;
    --orange-btn: #E2604B;
    --yellow: #FDE9A0;
    --blue: #A7C6E3;
    --cream: #FFFAF7;
    --grey: #545454;
    --rule: #D9DBE0;
    --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --serif: "Crimson Pro", Georgia, "Times New Roman", serif;
    --geo: "Gelasio", Georgia, "Times New Roman", serif;
    --page: 1024px;
    --gutter: 68px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    background: #fff;
    color: var(--grey);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
.wrap { max-width: var(--page); margin: 0 auto; padding: 0 var(--gutter); }

.site-header { background: #fff; }
.site-header .wrap {
    align-items: center;
    display: flex;
    gap: 20px;
    height: 83px;
    justify-content: space-between;
}
.site-header .logo { display: block; width: 300px; }
.btn-head {
    align-items: center;
    background: var(--orange-btn);
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(226, 96, 75, .30);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    padding: 13px 26px;
    text-decoration: none;
    transition: background .15s ease, transform .15s ease;
    white-space: nowrap;
}
.btn-head:hover { background: #D0543F; transform: translateY(-1px); }

.content-error {
    background: #fff1f0;
    border-bottom: 1px solid #e7aaa2;
    border-top: 1px solid #e7aaa2;
    color: #8f291d;
    font-size: 15px;
    padding: 14px 0;
}
.eyebrow {
    color: var(--orange);
    font-family: var(--geo);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.head-row {
    align-items: flex-start;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    margin-top: 14px;
}
.head-row h2 {
    color: var(--navy);
    font-family: var(--sans);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.018em;
    line-height: 1.06;
    max-width: 430px;
}
.lede { color: var(--grey); font-size: 18px; line-height: 1.5; max-width: 405px; padding-top: 8px; }

.band-yellow { background: var(--yellow); padding: 44px 0 46px; }
.cards { display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); margin-top: 36px; }
.cards-viewport { overflow: visible; }
.stories-slider.is-paginated .cards-viewport { margin-top: 36px; overflow: hidden; }
.cards-track { align-items: flex-start; display: flex; transition: transform .55s cubic-bezier(.22, .61, .36, 1); width: 100%; }
.story-page { flex: 0 0 100%; margin-top: 0; min-width: 0; }
.card {
    background: var(--cream);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(8, 44, 96, .07);
    display: flex;
    flex-direction: column;
    padding: 14px 14px 13px;
}
.card-top { align-items: center; display: flex; gap: 6px; margin-bottom: 12px; }
.dash {
    background: repeating-linear-gradient(to right, var(--orange) 0 4px, transparent 4px 8px);
    flex: 1;
    height: 1px;
    opacity: .8;
}
.spark {
    align-items: center;
    background: var(--orange);
    border-radius: 50%;
    display: flex;
    flex: none;
    height: 19px;
    justify-content: center;
    width: 19px;
}
.spark svg { display: block; height: 11px; width: 11px; }
.card h3 {
    color: #1A1A1A;
    font-family: var(--sans);
    font-size: 16.5px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.12;
}
.card h3 em {
    display: block;
    font-family: var(--serif);
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 1px;
}
.shot {
    aspect-ratio: 265 / 365;
    background: #111;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.shot img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease, filter .2s ease;
    width: 100%;
}
.shot:hover img { filter: brightness(1.06); transform: scale(1.04); }
.shot iframe { border: 0; height: 100%; inset: 0; position: absolute; width: 100%; }
.shot.is-playing { cursor: default; }
.shot.is-playing .nameplate,
.shot.is-playing .stripes,
.shot.is-playing .shot-play { display: none; }
.shot-play {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
    display: flex;
    height: 52px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease, transform .2s ease;
    width: 52px;
}
.shot:hover .shot-play { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
.shot-play i {
    border-bottom: 9px solid transparent;
    border-left: 15px solid #1A1A1A;
    border-top: 9px solid transparent;
    height: 0;
    margin-left: 4px;
    width: 0;
}
.nameplate {
    align-items: center;
    background: var(--orange-btn);
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .20);
    color: #fff;
    display: flex;
    font-size: 11.5px;
    font-weight: 700;
    height: auto;
    justify-content: center;
    max-height: calc(100% - 24px);
    min-height: 132px;
    overflow: hidden;
    padding: 14px 0;
    position: absolute;
    right: -4px;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: 24px;
    writing-mode: vertical-rl;
}
.stripes { bottom: 7px; display: flex; gap: 2.5px; position: absolute; right: 52px; }
.stripes i { background: var(--orange); display: block; height: 11px; transform: skewX(-20deg); width: 4px; }
.tag {
    color: var(--orange);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.35;
    margin-top: 11px;
    min-height: 24px;
    text-transform: uppercase;
}
.card-foot { align-items: center; display: flex; justify-content: space-between; margin-top: 7px; }
.card-foot img { display: block; height: 22px; width: auto; }
.play {
    align-items: center;
    background: none;
    border: 1.6px solid #1A1A1A;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex: none;
    height: 27px;
    justify-content: center;
    padding: 0;
    width: 27px;
}
.play i {
    border-bottom: 4.5px solid transparent;
    border-left: 7px solid #1A1A1A;
    border-top: 4.5px solid transparent;
    height: 0;
    margin-left: 2px;
    width: 0;
}
.play.is-stop i {
    background: #1A1A1A;
    border: 0;
    height: 8px;
    margin: 0;
    width: 8px;
}
.story-nav {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 40px;
}
.story-nav[hidden], .story-nav button[hidden] { display: none; }
.story-nav button { cursor: pointer; }
.story-prev {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(8, 44, 96, .12);
    color: var(--navy);
    display: flex;
    font-size: 25px;
    height: 52px;
    justify-content: center;
    justify-self: start;
    width: 52px;
}
.story-next {
    background: #fff;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(8, 44, 96, .12);
    color: var(--navy);
    display: flex;
    gap: 12px;
    font-size: 17px;
    font-weight: 700;
    grid-column: 2;
    align-items: center;
    padding: 16px 42px;
    transition: transform .15s ease, box-shadow .15s ease;
}
.story-prev:hover, .story-next:hover { box-shadow: 0 8px 22px rgba(8, 44, 96, .18); transform: translateY(-2px); }
.story-prev:focus-visible, .story-next:focus-visible, .play:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
    .cards-track { transition: none; }
}

.band-white { background: #fff; padding: 60px 0 64px; }
#programmes { scroll-margin-top: 16px; }
.rows { border-top: 1px solid var(--rule); margin-top: 46px; }
.row { align-items: center; border-bottom: 1px solid var(--rule); display: flex; gap: 26px; padding: 26px 6px; }
.num {
    color: var(--orange);
    flex: none;
    font-family: var(--serif);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    opacity: .75;
    width: 26px;
}
.row-main { flex: 1; min-width: 0; }
.row-main h3 {
    color: var(--orange);
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 1.12;
    text-transform: uppercase;
}
.row-main h3 span { font-size: 26px; font-weight: 600; }
.cta { display: flex; flex: none; justify-content: flex-end; width: 186px; }
.cta a, .cta span {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .045em;
    padding: 14px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 186px;
}
.cta .solid {
    background: var(--orange-btn);
    box-shadow: 0 3px 10px rgba(226, 96, 75, .25);
    color: #fff;
    transition: background .15s ease, transform .15s ease;
}
.cta .solid:hover { background: #D0543F; transform: translateY(-1px); }
.cta .ghost {
    background: #fff;
    border: 1.5px solid var(--orange);
    color: var(--orange);
    transition: background .15s ease, color .15s ease;
}
.cta a.ghost:hover { background: var(--orange); color: #fff; }
.cta .is-static { cursor: default; }

.band-blue { background: var(--blue); padding: 50px 0 52px; }
.fac { align-items: flex-start; display: flex; gap: 56px; justify-content: space-between; }
.fac-txt { flex: 1; max-width: 470px; }
.fac h2 {
    color: var(--navy);
    font-family: var(--serif);
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.05;
    margin-top: 14px;
}
.fac p { color: #fff; font-size: 19px; line-height: 1.33; margin-top: 14px; }
.fac .eyebrow { color: var(--orange); }
.pills { display: grid; gap: 12px 14px; grid-template-columns: auto auto; justify-content: start; margin-top: 24px; }
.pill {
    background: var(--navy);
    border-radius: 999px;
    color: #fff;
    font-size: 14.5px;
    font-weight: 700;
    padding: 13px 26px;
    text-align: center;
    white-space: nowrap;
}
.fac-img { border-radius: 12px; box-shadow: 0 8px 24px rgba(8, 44, 96, .16); flex: none; overflow: hidden; width: 300px; }
.fac-img img { display: block; width: 100%; }

.site-footer { background: var(--navy); color: #fff; padding: 46px 0 50px; }
.foot { display: flex; gap: 30px; }
.foot-a { flex: none; width: 400px; }
.foot-b { flex: none; width: 195px; }
.foot-c { flex: 1; }
.flabel {
    color: #8FB6DC;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.foot-b .flabel, .foot-c .flabel { color: #fff; letter-spacing: .11em; margin-bottom: 16px; }
.foot h3 { font-family: var(--serif); font-size: 29px; font-weight: 700; line-height: 1.18; }
.foot p { color: #E8EFF7; font-size: 13.5px; line-height: 1.6; margin-top: 14px; }
.foot-b p, .foot-c p { margin-top: 0; }
.foot a { color: #E8EFF7; text-decoration: none; }
.foot a:hover { text-decoration: underline; }
.enq {
    background: var(--orange-btn);
    border-radius: 7px;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding: 13px 24px;
    text-decoration: none;
    transition: background .15s ease, transform .15s ease;
}
.enq:hover { background: #D0543F; transform: translateY(-1px); }

@media (max-width: 1023px) {
    :root { --gutter: 40px; }
    .head-row { gap: 36px; }
    .head-row h2 { font-size: 38px; }
    .cards { grid-template-columns: repeat(2, 1fr); }
    .fac { gap: 36px; }
    .fac-img { width: 250px; }
    .pill { white-space: normal; }
    .foot { flex-wrap: wrap; gap: 36px; }
    .foot-a { width: 100%; }
    .foot-b, .foot-c { flex: none; width: calc(50% - 18px); }
}

@media (max-width: 760px) {
    :root { --gutter: 24px; }
    .site-header .wrap { height: auto; padding-bottom: 16px; padding-top: 16px; }
    .site-header .logo { width: 230px; }
    .head-row { flex-direction: column; gap: 16px; }
    .head-row h2 { font-size: 34px; max-width: none; }
    .lede { max-width: none; padding-top: 0; }
    .row { flex-wrap: wrap; gap: 14px 18px; padding: 22px 0; }
    .row-main { flex-basis: calc(100% - 44px); }
    .row-main h3 { font-size: 24px; }
    .row-main h3 span { font-size: 20px; }
    .cta { justify-content: flex-start; padding-left: 44px; width: 100%; }
    .cta a, .cta span { max-width: 260px; width: 100%; }
    .fac { align-items: stretch; flex-direction: column-reverse; }
    .fac-img { max-width: 280px; width: 100%; }
    .fac h2 { font-size: 38px; }
    .fac p { font-size: 17px; }
    .pills { grid-template-columns: 1fr; }
    .pill { white-space: normal; }
    .foot-b, .foot-c { width: 100%; }
}

@media (max-width: 480px) {
    .cards { gap: 18px; grid-template-columns: 1fr; }
    .shot { aspect-ratio: 4 / 5; }
    .story-next { padding: 16px 20px; text-align: center; }
}
