@font-face {
    font-family: "Nimbus Sans";
    src: url("/assets/fonts/nimbus-sans-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nimbus Sans";
    src: url("/assets/fonts/nimbus-sans-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nimbus Roman";
    src: url("/assets/fonts/nimbus-roman-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nimbus Roman";
    src: url("/assets/fonts/nimbus-roman-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --paper: #faf5ec;
    --paper-deep: #efe7da;
    --white: #fffdf8;
    --ink: #1d2c32;
    --ink-soft: #33444a;
    --paprika: #c4472c;
    --paprika-dark: #a93724;
    --olive: #45561a;
    --olive-light: #a9ac55;
    --line: #263940;
    --muted: #5d625f;
    --body-font: "Nimbus Sans", Arial, sans-serif;
    --display-font: "Nimbus Roman", Georgia, serif;
    --shadow: 0 18px 52px rgba(29, 44, 50, .11);
    --section-space: clamp(4.5rem, 8vw, 8rem);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--paper);
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink);
    background:
        radial-gradient(circle at 12% 5%, rgba(255,255,255,.9), transparent 27rem),
        var(--paper);
    font-family: var(--body-font);
    font-size: 1.075rem;
    line-height: 1.58;
    text-rendering: optimizeLegibility;
}

img,
picture {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

a:hover {
    color: var(--paprika-dark);
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
select {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--ink);
    font-family: var(--display-font);
    line-height: 1.06;
}

h1 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.625rem, 3vw, 3.25rem);
    letter-spacing: -.035em;
}

h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(1.3rem, 2vw, 2.3rem);
    letter-spacing: -.025em;
}

h3 {
    margin-bottom: .65rem;
    font-size: clamp(1.05rem, 1.1vw, 1.25rem);
}

p:last-child {
    margin-bottom: 0;
}

address {
    font-style: normal;
}

::selection {
    color: var(--white);
    background: var(--paprika);
}

:focus-visible {
    outline: 3px solid #1a73e8;
    outline-offset: 4px;
}

[hidden] {
    display: none !important;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: .75rem;
    left: .75rem;
    transform: translateY(-180%);
    padding: .75rem 1rem;
    color: var(--white);
    background: var(--ink);
}

.skip-link:focus {
    transform: none;
}

.page-shell {
    width: min(100% - clamp(2rem, 6vw, 7rem), 1320px);
    margin-inline: auto;
}

.section {
    padding-block: var(--section-space);
}

.section--compact {
    padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.section--paper-deep {
    background: var(--paper-deep);
}

.section--white {
    background: var(--white);
}

.section--ink {
    color: var(--white);
    background: var(--ink);
}

.section--ink h2,
.section--ink h3,
.section--ink h4 {
    color: var(--white);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .75fr);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: end;
    margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.section-heading h2 {
    margin-bottom: 0;
}

.section-heading p {
    max-width: 38rem;
    font-size: 1.15rem;
}

.eyebrow {
    margin-bottom: .8rem;
    color: var(--paprika-dark);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.section--ink .eyebrow,
.paprika-panel .eyebrow {
    color: var(--olive-light);
}

/* Small labels need their own high-contrast colour on solid panels. */
.pricing-preview__copy .eyebrow,
.about-hero-panel .eyebrow,
.location-panel .eyebrow,
.inner-hero--ink .inner-hero__copy .eyebrow {
    color: var(--olive-light);
}

.pricing-preview__card .eyebrow,
.inner-hero__copy .eyebrow,
.neutrality-block .eyebrow,
.confirmation-panel__copy .eyebrow,
.not-found-panel__copy .eyebrow {
    color: var(--white);
}

.lede {
    max-width: 48rem;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.5;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--paprika-dark);
    font-weight: 700;
}

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: .85rem 1.55rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

.button:hover {
    transform: translateY(-2px);
    color: var(--white);
}

.button img {
    width: 25px;
    height: 26px;
}

.button--olive {
    color: var(--white);
    background: var(--olive);
    border-color: var(--olive-light);
}

.button--olive:hover {
    background: #31400d;
}

.button--light-outline {
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, .85);
}

.button--light-outline:hover {
    background: rgba(255,255,255,.12);
}

.button--dark {
    color: var(--white);
    background: var(--ink);
}

.button--dark:hover {
    background: #101b20;
}

.button--dark-outline {
    color: var(--ink);
    background: transparent;
    border-color: var(--ink);
}

.button--dark-outline:hover {
    color: var(--white);
    background: var(--ink);
}

.button--plain {
    color: var(--ink);
    background: transparent;
    border-color: transparent;
    text-decoration: underline;
    text-underline-offset: .2em;
}

.button--plain:hover {
    color: var(--paprika-dark);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    align-items: center;
}

.site-header {
    position: relative;
    z-index: 50;
    background: rgba(250, 245, 236, .97);
    border-bottom: 1px solid rgba(29, 44, 50, .08);
}

.site-header__inner {
    display: grid;
    width: min(100% - clamp(2rem, 6vw, 7rem), 1400px);
    min-height: 112px;
    grid-template-columns: minmax(280px, 390px) 1fr auto;
    gap: clamp(1.5rem, 4vw, 4.5rem);
    align-items: center;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    max-width: 390px;
}

.brand-lockup:hover {
    color: inherit;
}

.brand-lockup__desktop {
    width: min(100%, 390px);
}

.brand-lockup__mobile {
    display: none;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.2rem, 3vw, 3rem);
    font-weight: 700;
    white-space: nowrap;
}

.primary-nav a {
    position: relative;
    text-decoration: none;
}

.primary-nav a::after {
    position: absolute;
    right: 0;
    bottom: -.5rem;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    background: var(--paprika);
    content: "";
    transition: transform .18s ease;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.nav-toggle {
    display: none;
    min-width: 58px;
    min-height: 48px;
    padding: .5rem .75rem;
    border: 1px solid var(--ink);
    border-radius: 3px;
    color: var(--ink);
    background: transparent;
    font-weight: 700;
}

.header-cta {
    min-width: 224px;
}

.breadcrumb {
    display: flex;
    gap: .65rem;
    align-items: center;
    padding-top: 1.35rem;
    color: var(--muted);
    font-size: .94rem;
}

.breadcrumb a {
    color: var(--ink);
}

/* Selected concept: editorial image collage and chamfered panels */
.home-hero {
    padding: 6px 0 0;
}

.home-hero__grid {
    display: grid;
    width: calc(100% - 20px);
    min-height: 590px;
    grid-template-columns: 34% 40% 26%;
    margin-left: 20px;
    overflow: hidden;
}

.home-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -3.5rem;
    padding: clamp(3rem, 5vw, 5rem) clamp(2.5rem, 3.2vw, 3rem) clamp(2.5rem, 4vw, 4.5rem) clamp(3.5rem, 4vw, 4rem);
    color: var(--white);
    background: linear-gradient(145deg, #bb3d26 0%, #c9492e 55%, #bd3f29 100%);
    clip-path: polygon(7% 0, 88% 0, 100% 100%, 7% 100%, 0 93%, 0 5%);
}

.home-hero__copy h1 {
    margin-bottom: 1.45rem;
    color: var(--white);
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    line-height: 1.02;
}

.home-hero__copy .hero-rule {
    width: 54%;
    height: 3px;
    margin: .35rem 0 1.4rem;
    background: var(--ink);
}

.home-hero__copy > p {
    max-width: 27rem;
    margin-bottom: 1.7rem;
    font-size: 1.22rem;
    line-height: 1.45;
}

.home-hero__copy .button-row {
    flex-wrap: nowrap;
}

.home-hero__copy .button {
    padding-inline: 1.35rem;
    white-space: nowrap;
}

.home-hero__main-image,
.home-hero__side-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__main {
    min-width: 0;
    overflow: hidden;
}

.home-hero__main-image {
    object-position: center;
}

.home-hero__side {
    display: grid;
    min-width: 0;
    grid-template-rows: 57% 43%;
    gap: 6px;
    background: var(--paper);
}

.home-hero__side figure {
    min-height: 0;
    margin: 0;
    overflow: hidden;
}

.home-info-row {
    display: grid;
    grid-template-columns: 1fr 1.55fr;
    gap: 2.5rem;
    align-items: center;
    padding: 1.65rem 0 1.25rem;
    border-bottom: 1px solid var(--line);
}

.home-info-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 1rem;
    align-items: center;
}

.home-info-item + .home-info-item {
    padding-left: 2rem;
    border-left: 1px solid var(--line);
}

.home-info-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.home-info-item strong {
    display: block;
    max-width: 34rem;
    font-family: var(--display-font);
    font-size: clamp(1.65rem, 2.4vw, 2.25rem);
    line-height: 1.02;
}

.poker-ribbon {
    display: grid;
    grid-template-columns: 210px 1fr auto;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
    margin-top: 1.55rem;
    padding: 1.25rem 4.2rem 1.25rem 2rem;
    color: var(--white);
    background: linear-gradient(120deg, #24343a, #18262c);
    clip-path: polygon(0 0, 97.4% 0, 100% 17%, 100% 82%, 97.4% 100%, 0 100%);
}

.poker-ribbon__icon {
    width: 190px;
    height: 142px;
    object-fit: contain;
}

.poker-ribbon h2 {
    margin-bottom: .5rem;
    color: var(--white);
    font-size: clamp(1.2rem, 1.5vw, 1.35rem);
}

.poker-ribbon__times {
    margin-bottom: .35rem;
    color: var(--olive-light);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 700;
}

.poker-ribbon__rule {
    font-size: 1.03rem;
}

.poker-ribbon .button {
    min-width: 225px;
    color: var(--olive-light);
    border-color: var(--olive-light);
}

.poker-ribbon .button:hover {
    color: var(--white);
}

.intro-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(2.5rem, 8vw, 8rem);
    align-items: start;
}

.intro-index {
    position: sticky;
    top: 2rem;
    padding-top: .5rem;
    border-top: 3px solid var(--paprika);
}

.intro-index strong {
    display: block;
    margin-bottom: 1rem;
    color: var(--paprika-dark);
    font-size: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.intro-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 3rem;
    background: rgba(29,44,50,.22);
    border: 1px solid rgba(29,44,50,.22);
}

.intro-point {
    padding: 1.7rem;
    background: var(--paper);
}

.intro-point strong {
    display: block;
    margin-bottom: .35rem;
    font-family: var(--display-font);
    font-size: 1.45rem;
}

.pricing-preview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--ink);
}

.pricing-preview__copy {
    padding: clamp(3rem, 6vw, 6.5rem);
    color: var(--white);
}

.pricing-preview__copy h2 {
    color: var(--white);
}

.pricing-preview__copy .lede {
    margin-bottom: 2rem;
}

.price-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin: 2.2rem 0;
    background: rgba(255,255,255,.25);
    border: 1px solid rgba(255,255,255,.25);
}

.price-block {
    padding: 1.5rem;
    background: var(--ink);
}

.price-block span {
    display: block;
    color: #d9d4c9;
    font-size: .9rem;
}

.price-block strong {
    display: block;
    margin-top: .25rem;
    color: var(--olive-light);
    font-family: var(--display-font);
    font-size: clamp(1.65rem, 2.7vw, 2.6rem);
    line-height: 1.1;
}

.pricing-preview__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 6vw, 6.5rem);
    background: var(--paprika);
    clip-path: polygon(7% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}

.pricing-preview__card h3 {
    color: var(--white);
    font-size: clamp(1.2rem, 2vw, 2rem);
}

.pricing-preview__card p {
    color: var(--white);
}

.pricing-preview__card .card-rate {
    display: flex;
    gap: 2rem;
    margin: 1rem 0 2rem;
    padding: 1.25rem 0;
    border-block: 1px solid rgba(255,255,255,.55);
}

.pricing-preview__card .card-rate strong {
    display: block;
    color: var(--white);
    font-family: var(--display-font);
    font-size: 2rem;
}

.pricing-preview__card .card-rate span {
    color: var(--white);
    font-size: .9rem;
}

.included-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr 1fr;
    gap: 1.25rem;
}

.included-item {
    position: relative;
    min-height: 270px;
    padding: 2rem;
    overflow: hidden;
    background: var(--paper-deep);
    border-top: 5px solid var(--ink);
}

.included-item:nth-child(2) {
    background: var(--olive);
    border-color: var(--olive-light);
}

.included-item:nth-child(2) h3,
.included-item:nth-child(2) p {
    color: var(--white);
}

.included-item:nth-child(3) {
    background: var(--paprika);
    border-color: var(--ink);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 90% 100%, 0 100%);
}

.included-item:nth-child(3) h3,
.included-item:nth-child(3) p {
    color: var(--white);
}

.included-item--wide {
    grid-column: span 2;
    min-height: 220px;
    background: var(--white);
}

.included-item__number {
    display: block;
    margin-bottom: 2.75rem;
    color: currentColor;
    font-weight: 700;
}

.activity-editorial {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: stretch;
}

.activity-editorial__image {
    min-height: 630px;
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 0 100%);
}

.activity-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.activity-list ul {
    margin: 1.5rem 0 2rem;
    padding: 0;
    list-style: none;
}

.activity-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(29,44,50,.28);
    font-family: var(--display-font);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.activity-list li span {
    color: var(--paprika-dark);
    font-family: var(--body-font);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.programme-feature-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr;
    grid-template-rows: auto auto;
    gap: 1rem;
}

.programme-feature {
    min-height: 260px;
    padding: 2rem;
    color: var(--white);
    background: var(--ink);
}

.programme-feature h3,
.programme-feature p {
    color: var(--white);
}

.programme-feature:first-child {
    grid-row: span 2;
    min-height: 540px;
    padding: 0;
    background: var(--paper-deep);
}

.programme-feature:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.programme-feature:nth-child(3) {
    color: var(--ink);
    background: var(--olive-light);
}

.programme-feature:nth-child(3) h3,
.programme-feature:nth-child(3) p {
    color: var(--ink);
}

.programme-feature:nth-child(4) {
    grid-column: span 2;
    color: var(--white);
    background: var(--paprika);
    clip-path: polygon(0 0, 94% 0, 100% 17%, 100% 100%, 0 100%);
}

.programme-feature__meta {
    display: block;
    margin-bottom: 2.2rem;
    color: var(--olive-light);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.programme-feature:nth-child(3) .programme-feature__meta,
.programme-feature:nth-child(4) .programme-feature__meta {
    color: inherit;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.schedule-day {
    min-height: 250px;
    padding: 1rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.schedule-day h3 {
    margin-bottom: 1.5rem;
    font-family: var(--body-font);
    font-size: .9rem;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.schedule-event + .schedule-event {
    margin-top: 1.35rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(29,44,50,.22);
}

.schedule-event time {
    display: block;
    color: var(--paprika-dark);
    font-size: .83rem;
    font-weight: 700;
}

.schedule-event strong {
    display: block;
    margin-top: .25rem;
    font-family: var(--display-font);
    font-size: 1.1rem;
    line-height: 1.15;
}

.coffee-block {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 600px;
    background: var(--paprika);
}

.coffee-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coffee-block__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 7vw, 7rem);
    color: var(--white);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}

.coffee-block__copy h2 {
    color: var(--white);
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-block: 1px solid var(--line);
}

.journey-step {
    min-height: 280px;
    padding: 2.2rem;
}

.journey-step + .journey-step {
    border-left: 1px solid var(--line);
}

.journey-step span {
    display: block;
    margin-bottom: 3rem;
    color: var(--paprika-dark);
    font-weight: 700;
}

.location-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(3rem, 7vw, 7rem);
}

.location-panel {
    padding: clamp(2.5rem, 5vw, 5rem);
    color: var(--white);
    background: var(--ink);
    clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 0 100%);
}

.location-panel h2,
.location-panel h3 {
    color: var(--white);
}

.location-panel a {
    color: var(--olive-light);
}

.hours-list {
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255,255,255,.35);
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
}

.location-map {
    min-height: 520px;
    border: 0;
    filter: grayscale(.65) sepia(.15);
}

.map-link-panel {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
    color: var(--white);
    background:
        linear-gradient(to top, rgba(29,44,50,.95), rgba(29,44,50,.12)),
        url("/assets/images/home-hero-community.webp") center/cover;
}

.map-link-panel h3 {
    color: var(--white);
}

.map-link-panel .button {
    align-self: flex-start;
}

.about-hero-panel {
    display: flex;
    min-height: 640px;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(3rem, 7vw, 7rem);
    color: var(--white);
    background: linear-gradient(145deg, #23343a 0%, #1a292f 68%, #45561a 100%);
}

.about-hero-panel h2 {
    color: var(--white);
}

/* Inner-page heroes */
.inner-hero {
    padding: 1.5rem 0 0;
}

.inner-hero__grid {
    display: grid;
    min-height: 640px;
    grid-template-columns: .88fr 1.12fr;
}

.inner-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 6vw, 6.5rem);
    color: var(--white);
    background: var(--paprika);
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 93%, 0 7%);
}

.inner-hero__copy h1 {
    color: var(--white);
    font-size: clamp(1.7rem, 3.1vw, 3.35rem);
}

.inner-hero__copy p {
    max-width: 34rem;
    font-size: 1.25rem;
}

.inner-hero__image {
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
}

.inner-hero--ink .inner-hero__copy {
    background: var(--ink);
}

.inner-hero--olive .inner-hero__copy {
    background: var(--olive);
}

.fact-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1rem;
    border-block: 1px solid var(--line);
}

.fact-band__item {
    padding: 1.75rem;
}

.fact-band__item + .fact-band__item {
    border-left: 1px solid var(--line);
}

.fact-band__item span {
    display: block;
    color: var(--paprika-dark);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.fact-band__item strong {
    display: block;
    margin-top: .45rem;
    font-family: var(--display-font);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.15;
}

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: start;
}

.two-column--wide-copy {
    grid-template-columns: 1.3fr .7fr;
}

.side-note {
    padding: 2rem;
    color: var(--white);
    background: var(--ink);
    border-top: 5px solid var(--olive-light);
}

.side-note h3 {
    color: var(--white);
}

.side-note--paprika {
    background: var(--paprika);
    border-color: var(--ink);
}

.plain-list {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.plain-list li {
    padding: .85rem 0;
    border-bottom: 1px solid rgba(29,44,50,.25);
}

.section--ink .plain-list li,
.side-note .plain-list li {
    border-color: rgba(255,255,255,.3);
}

.etiquette-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.2);
}

.etiquette-item {
    min-height: 230px;
    padding: 1.7rem;
    background: var(--ink);
}

.etiquette-item strong {
    display: block;
    margin-bottom: 2rem;
    color: var(--olive-light);
    font-family: var(--display-font);
    font-size: 1.45rem;
}

.poker-schedule {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.poker-time {
    padding: 2rem;
    background: var(--paper-deep);
    border-top: 5px solid var(--olive);
}

.poker-time strong {
    display: block;
    margin-bottom: 2.8rem;
    font-family: var(--display-font);
    font-size: 1.75rem;
}

.poker-time span {
    color: var(--paprika-dark);
    font-size: 1.2rem;
    font-weight: 700;
}

.poker-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-block: 1px solid rgba(255,255,255,.35);
}

.poker-flow__step {
    min-height: 260px;
    padding: 1.5rem;
}

.poker-flow__step + .poker-flow__step {
    border-left: 1px solid rgba(255,255,255,.35);
}

.poker-flow__step span {
    display: block;
    margin-bottom: 3rem;
    color: var(--olive-light);
    font-weight: 700;
}

.poker-flow__step h3 {
    font-size: 1.1rem;
}

.neutrality-block {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
    padding: clamp(3rem, 6vw, 6rem);
    color: var(--white);
    background: var(--paprika);
    clip-path: polygon(0 0, 96% 0, 100% 15%, 100% 100%, 4% 100%, 0 85%);
}

.neutrality-block h2,
.neutrality-block h3 {
    color: var(--white);
}

.neutrality-block__points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.neutrality-point {
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,.55);
}

.neutrality-point strong {
    display: block;
    margin-bottom: .35rem;
    font-family: var(--display-font);
    font-size: 1.5rem;
}

.programme-hub-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: end;
}

.programme-groups {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.programme-group {
    padding: 2rem;
    background: var(--white);
    border-top: 5px solid var(--paprika);
}

.programme-group:nth-child(even) {
    border-color: var(--olive);
}

.programme-detail {
    border-bottom: 1px solid rgba(29,44,50,.24);
}

.programme-detail summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    min-height: 64px;
    padding: .7rem 0;
    font-family: var(--display-font);
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.programme-detail summary span {
    color: var(--paprika-dark);
    font-family: var(--body-font);
    font-size: .75rem;
    letter-spacing: .06em;
    text-align: right;
    text-transform: uppercase;
}

.programme-detail__body {
    padding: .25rem 0 1.5rem;
}

.programme-detail__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem 1.25rem;
    margin: 1rem 0 0;
}

.programme-detail__facts div {
    padding-top: .75rem;
    border-top: 1px solid rgba(29,44,50,.18);
}

.programme-detail__facts dt {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.programme-detail__facts dd {
    margin: .2rem 0 0;
    line-height: 1.35;
}

.status-label {
    display: inline-flex;
    margin-bottom: .8rem;
    padding: .25rem .55rem;
    color: var(--white);
    background: var(--olive);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.status-label--request {
    background: var(--paprika-dark);
}

.pricing-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.pricing-plan {
    padding: clamp(2.25rem, 5vw, 4.5rem);
    color: var(--white);
    background: var(--ink);
}

.pricing-plan:nth-child(2) {
    background: var(--paprika);
    clip-path: polygon(7% 0, 100% 0, 100% 91%, 92% 100%, 0 100%, 0 8%);
}

.pricing-plan h2,
.pricing-plan h3 {
    color: var(--white);
}

.pricing-plan .eyebrow {
    color: var(--white);
}

.pricing-plan:first-child .eyebrow {
    color: var(--olive-light);
}

.pricing-plan__amount {
    display: block;
    margin: 2.5rem 0 .35rem;
    color: var(--olive-light);
    font-family: var(--display-font);
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: .95;
}

.pricing-plan:nth-child(2) .pricing-plan__amount {
    color: var(--white);
}

.pricing-plan__after {
    margin: 0 0 2rem;
    font-size: 1.25rem;
}

.card-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.card-option {
    min-height: 300px;
    padding: clamp(2rem, 4vw, 4rem);
    background: var(--paper);
}

.card-option span {
    display: block;
    margin-bottom: 2rem;
    color: var(--paprika-dark);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.card-option strong {
    display: block;
    margin-bottom: 1rem;
    font-family: var(--display-font);
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1;
}

.guest-card-showcase {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: center;
}

.guest-card-showcase img {
    width: 100%;
    box-shadow: var(--shadow);
    clip-path: polygon(7% 0, 94% 0, 100% 9%, 100% 91%, 93% 100%, 6% 100%, 0 92%, 0 8%);
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.contact-card {
    min-height: 250px;
    padding: 2rem;
    background: var(--paper-deep);
    border-top: 5px solid var(--ink);
}

.contact-card:nth-child(2) {
    color: var(--white);
    background: var(--olive);
    border-color: var(--olive-light);
}

.contact-card:nth-child(2) h2,
.contact-card:nth-child(2) a {
    color: var(--white);
}

.contact-card:nth-child(3) {
    color: var(--white);
    background: var(--paprika);
    border-color: var(--ink);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 90% 100%, 0 100%);
}

.contact-card:nth-child(3) h2,
.contact-card:nth-child(3) a {
    color: var(--white);
}

.faq-list {
    max-width: 980px;
    margin-inline: auto;
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    position: relative;
    padding: 1.4rem 3rem 1.4rem 0;
    font-family: var(--display-font);
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.faq-list details > div {
    max-width: 48rem;
    padding: 0 0 1.7rem;
}

.legal-hero {
    padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
    border-bottom: 1px solid var(--line);
}

.legal-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 780px);
    gap: clamp(2.5rem, 7vw, 7rem);
    padding-block: clamp(3rem, 7vw, 7rem);
}

.legal-aside {
    position: sticky;
    top: 2rem;
    align-self: start;
    padding-top: 1rem;
    border-top: 4px solid var(--paprika);
}

.legal-content h2 {
    margin-top: 3.2rem;
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    margin-top: 2rem;
    font-size: 1.05rem;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: .96rem;
}

.legal-content th,
.legal-content td {
    padding: .9rem;
    border: 1px solid rgba(29,44,50,.3);
    text-align: left;
    vertical-align: top;
}

.legal-content th {
    background: var(--paper-deep);
}

/* Enquiry form */
.enquiry-section {
    padding-block: var(--section-space);
    background: var(--paper-deep);
}

.enquiry-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: start;
}

.enquiry-copy {
    position: sticky;
    top: 2rem;
}

.enquiry-note {
    margin-top: 2.5rem;
    padding: 1.5rem;
    color: var(--white);
    background: var(--ink);
    border-left: 5px solid var(--olive-light);
}

.enquiry-note strong {
    display: block;
    margin-bottom: .45rem;
    font-family: var(--display-font);
    font-size: 1.4rem;
}

.enquiry-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    background: var(--white);
    border-top: 6px solid var(--paprika);
    box-shadow: 0 14px 40px rgba(29,44,50,.08);
}

.form-field {
    min-width: 0;
}

.form-field--full,
.form-alert,
.poker-confirmation {
    grid-column: 1 / -1;
}

.form-field label:not(.check-label) {
    display: block;
    margin-bottom: .4rem;
    font-weight: 700;
}

.optional {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 400;
}

.form-field input:not([type="checkbox"]),
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 52px;
    padding: .75rem .85rem;
    border: 1px solid #7b817d;
    border-radius: 2px;
    color: var(--ink);
    background: #fff;
}

.form-field textarea {
    min-height: 130px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--ink);
    outline: 3px solid rgba(26,115,232,.25);
    outline-offset: 1px;
}

.form-field [aria-invalid="true"] {
    border-color: #9f1e17 !important;
}

.field-error {
    display: block;
    margin-top: .35rem;
    color: #9f1e17;
    font-size: .88rem;
    font-weight: 700;
}

.form-alert {
    padding: 1rem;
    color: #6d160f;
    background: #fde9e3;
    border-left: 4px solid #9f1e17;
}

.poker-confirmation {
    padding: 1rem;
    color: var(--white);
    background: var(--ink);
    border-left: 5px solid var(--olive-light);
}

.check-label {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: .75rem;
    align-items: start;
    cursor: pointer;
}

.check-label input {
    width: 20px;
    height: 20px;
    margin: .2rem 0 0;
    accent-color: var(--olive);
}

.check-label a {
    font-weight: 700;
}

.poker-confirmation a {
    color: var(--white);
}

.form-submit {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    padding-top: .8rem;
}

.form-submit p {
    color: var(--muted);
    font-size: .86rem;
}

.honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

.confirmation-panel,
.not-found-panel {
    display: grid;
    min-height: 66vh;
    grid-template-columns: .9fr 1.1fr;
    align-items: stretch;
    padding-block: 2rem;
}

.confirmation-panel__copy,
.not-found-panel__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 7vw, 7rem);
    color: var(--white);
    background: var(--paprika);
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 92%, 0 8%);
}

.confirmation-panel__copy h1,
.not-found-panel__copy h1 {
    color: var(--white);
}

.confirmation-panel__side,
.not-found-panel__side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 7vw, 7rem);
    background: var(--white);
}

/* Footer */
.site-footer {
    color: #e7e0d5;
    background: #152329;
}

.site-footer__main {
    display: grid;
    grid-template-columns: 1.35fr 1fr .75fr .8fr;
    gap: clamp(2rem, 5vw, 5rem);
    padding-block: clamp(3.5rem, 7vw, 6rem);
}

.site-footer h2 {
    margin-bottom: 1.2rem;
    color: var(--white);
    font-family: var(--body-font);
    font-size: .82rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.section--ink a:not(.button):hover,
.side-note a:not(.button):hover {
    color: var(--olive-light);
}

.site-footer a,
.site-footer .link-button {
    color: #e7e0d5;
}

.site-footer a:hover,
.site-footer .link-button:hover {
    color: var(--olive-light);
}

.footer-brand img {
    width: 285px;
    margin-bottom: 1.5rem;
    padding: .5rem;
    background: var(--paper);
}

.footer-brand p {
    max-width: 28rem;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li + li {
    margin-top: .55rem;
}

.link-button {
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: .2em;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding-block: 1.25rem;
    border-top: 1px solid rgba(255,255,255,.22);
    font-size: .9rem;
}

/* Consent */
.cookie-banner {
    position: fixed;
    z-index: 200;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    width: min(1200px, calc(100% - 2rem));
    margin-inline: auto;
    padding: 1.4rem;
    background: var(--white);
    border: 1px solid var(--ink);
    border-top: 6px solid var(--paprika);
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
}

.cookie-banner h2 {
    margin-bottom: .35rem;
    font-size: 1.15rem;
}

.cookie-banner p {
    margin-bottom: .2rem;
}

.cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.cookie-banner__actions .button {
    min-height: 48px;
    padding: .65rem 1rem;
}

.dialog-backdrop {
    position: fixed;
    z-index: 300;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(10, 19, 23, .7);
}

.consent-dialog {
    width: min(620px, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: var(--white);
    border-top: 7px solid var(--paprika);
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.consent-dialog__header,
.consent-dialog__actions {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.consent-dialog__header h2 {
    margin-bottom: 0;
    font-size: 1.15rem;
}

.dialog-close {
    min-width: 64px;
    min-height: 48px;
    padding: .5rem .75rem;
    border: 1px solid var(--ink);
    color: var(--ink);
    background: transparent;
}

.consent-option {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(29,44,50,.28);
}

.consent-option strong,
.consent-option span span {
    display: block;
}

.consent-option span span {
    color: var(--muted);
    font-size: .92rem;
}

.consent-option input {
    width: 24px;
    height: 24px;
    accent-color: var(--olive);
}

.always-on {
    color: var(--olive);
    font-weight: 700;
}

.consent-dialog__actions {
    justify-content: flex-start;
    margin-top: 1.2rem;
}

body.has-open-dialog {
    overflow: hidden;
}

@media (max-width: 1180px) {
    .site-header__inner {
        grid-template-columns: 280px 1fr auto;
        gap: 1.25rem;
    }

    .primary-nav {
        gap: 1.25rem;
        font-size: .96rem;
    }

    .header-cta {
        min-width: 176px;
        padding-inline: 1rem;
    }

    .home-hero__grid {
        grid-template-columns: 39% 38% 23%;
    }

    .home-hero__copy {
        padding-left: 3.2rem;
        padding-right: 5rem;
    }

    .home-hero__copy .button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .poker-ribbon {
        grid-template-columns: 150px 1fr auto;
    }

    .poker-ribbon__icon {
        width: 145px;
    }

    .schedule-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .poker-flow {
        grid-template-columns: repeat(3, 1fr);
    }

    .poker-flow__step:nth-child(4) {
        border-left: 0;
    }

    .poker-flow__step:nth-child(n+4) {
        border-top: 1px solid rgba(255,255,255,.35);
    }
}

@media (max-width: 960px) {
    body {
        font-size: 1rem;
    }

    .page-shell {
        width: min(100% - 2rem, 1400px);
    }

    .site-header__inner {
        width: min(100% - 2rem, 1400px);
        min-height: 82px;
        grid-template-columns: auto 1fr auto;
    }

    .brand-lockup {
        width: 58px;
    }

    .brand-lockup__desktop {
        display: none;
    }

    .brand-lockup__mobile {
        display: block;
        width: 58px;
        height: 58px;
    }

    .nav-toggle {
        display: inline-flex;
        justify-self: end;
        align-items: center;
        justify-content: center;
    }

    .header-cta {
        min-width: auto;
    }

    .header-cta img {
        display: none;
    }

    .primary-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: .6rem 1rem 1rem;
        background: var(--paper);
        border-bottom: 1px solid var(--ink);
        box-shadow: 0 18px 34px rgba(29,44,50,.16);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav a {
        min-height: 52px;
        padding: .8rem .4rem;
        border-bottom: 1px solid rgba(29,44,50,.18);
    }

    .primary-nav a::after {
        display: none;
    }

    .home-hero__grid {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 460px;
        margin-left: 0;
    }

    .home-hero__copy {
        grid-column: 1 / -1;
        margin: 0;
        padding: 4rem 3rem;
        clip-path: polygon(5% 0, 100% 0, 100% 92%, 95% 100%, 0 100%, 0 7%);
    }

    .home-hero__copy h1 {
        font-size: clamp(1.65rem, 3.5vw, 2.5rem);
    }

    .home-hero__copy .button-row {
        flex-direction: row;
    }

    .home-hero__side {
        grid-template-rows: 1fr 1fr;
    }

    .home-info-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-info-item {
        padding: 1rem 0;
    }

    .home-info-item + .home-info-item {
        padding-left: 0;
        border-top: 1px solid rgba(29,44,50,.25);
        border-left: 0;
    }

    .poker-ribbon {
        grid-template-columns: 130px 1fr;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
    }

    .poker-ribbon .button {
        grid-column: 2;
        justify-self: start;
    }

    .section-heading,
    .intro-grid,
    .pricing-preview,
    .activity-editorial,
    .coffee-block,
    .location-layout,
    .inner-hero__grid,
    .two-column,
    .programme-hub-intro,
    .guest-card-showcase,
    .enquiry-layout,
    .confirmation-panel,
    .not-found-panel {
        grid-template-columns: 1fr;
    }

    .intro-index,
    .enquiry-copy,
    .legal-aside {
        position: static;
    }

    .included-grid {
        grid-template-columns: 1fr 1fr;
    }

    .included-item--wide {
        grid-column: auto;
    }

    .programme-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .programme-feature:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .schedule-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coffee-block img {
        max-height: 480px;
    }

    .inner-hero__image {
        min-height: 500px;
    }

    .fact-band,
    .contact-cards {
        grid-template-columns: 1fr;
    }

    .fact-band__item + .fact-band__item {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .etiquette-grid,
    .poker-schedule {
        grid-template-columns: 1fr 1fr;
    }

    .neutrality-block {
        grid-template-columns: 1fr;
    }

    .programme-groups {
        grid-template-columns: 1fr;
    }

    .legal-layout {
        grid-template-columns: 1fr;
    }

    .site-footer__main {
        grid-template-columns: 1.3fr 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    :root {
        --section-space: 4.25rem;
    }

    h1 {
        font-size: clamp(1.45rem, 7vw, 2.15rem);
    }

    h2 {
        font-size: clamp(1.2rem, 5.5vw, 1.7rem);
    }

    .site-header__inner {
        grid-template-columns: auto 1fr auto;
        gap: .7rem;
    }

    .header-cta {
        display: none;
    }

    .home-hero {
        padding-top: 0;
    }

    .home-hero__grid {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .home-hero__copy {
        min-height: 585px;
        padding: 4rem 1.5rem 3.25rem;
        clip-path: polygon(7% 0, 100% 0, 100% 94%, 93% 100%, 0 100%, 0 6%);
    }

    .home-hero__copy h1 {
        font-size: clamp(1.525rem, 7.5vw, 2.15rem);
    }

    .home-hero__copy > p {
        font-size: 1.1rem;
    }

    .home-hero__copy .button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .home-hero__main {
        height: 470px;
    }

    .home-hero__side {
        display: grid;
        height: 540px;
        grid-template-rows: 1fr 1fr;
    }

    .home-info-item {
        grid-template-columns: 52px 1fr;
    }

    .home-info-item img {
        width: 48px;
        height: 48px;
    }

    .home-info-item strong {
        font-size: 1.45rem;
    }

    .poker-ribbon {
        display: block;
        padding: 2rem 1.5rem 2.5rem;
        clip-path: polygon(0 0, 93% 0, 100% 8%, 100% 92%, 93% 100%, 0 100%);
    }

    .poker-ribbon__icon {
        width: 150px;
        margin-bottom: 1rem;
    }

    .poker-ribbon .button {
        margin-top: 1rem;
    }

    .intro-points,
    .price-pair,
    .included-grid,
    .programme-feature-grid,
    .schedule-grid,
    .journey-grid,
    .etiquette-grid,
    .poker-schedule,
    .poker-flow,
    .neutrality-block__points,
    .programme-detail__facts,
    .pricing-table,
    .card-options,
    .enquiry-form,
    .site-footer__main {
        grid-template-columns: 1fr;
    }

    .pricing-preview__copy,
    .pricing-preview__card,
    .coffee-block__copy,
    .inner-hero__copy,
    .location-panel {
        padding: 2.5rem 1.5rem;
    }

    .pricing-preview__card {
        clip-path: polygon(7% 0, 100% 0, 100% 94%, 92% 100%, 0 100%, 0 7%);
    }

    .included-item,
    .programme-feature {
        min-height: 220px;
    }

    .programme-feature:first-child {
        grid-column: auto;
        min-height: 380px;
    }

    .programme-feature:nth-child(4) {
        grid-column: auto;
    }

    .activity-editorial__image {
        min-height: 430px;
    }

    .journey-step + .journey-step {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .journey-step {
        min-height: 220px;
    }

    .inner-hero {
        padding-top: 0;
    }

    .inner-hero__grid {
        min-height: 0;
    }

    .inner-hero__copy {
        min-height: 500px;
        clip-path: polygon(7% 0, 100% 0, 100% 94%, 92% 100%, 0 100%, 0 7%);
    }

    .inner-hero__copy h1 {
        font-size: clamp(1.55rem, 7.5vw, 2.3rem);
    }

    .inner-hero__image {
        min-height: 430px;
    }

    .about-hero-panel {
        min-height: 430px;
        padding: 2.5rem 1.5rem;
    }

    .poker-flow__step + .poker-flow__step,
    .poker-flow__step:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,.35);
        border-left: 0;
    }

    .poker-flow__step {
        min-height: 210px;
    }

    .neutrality-block {
        padding: 3rem 1.5rem;
        clip-path: polygon(0 0, 93% 0, 100% 7%, 100% 100%, 7% 100%, 0 93%);
    }

    .programme-group {
        padding: 1.3rem;
    }

    .programme-detail summary {
        display: block;
        padding-block: 1rem;
    }

    .programme-detail summary span {
        display: block;
        margin-top: .3rem;
        text-align: left;
    }

    .pricing-plan:nth-child(2) {
        clip-path: polygon(7% 0, 100% 0, 100% 94%, 92% 100%, 0 100%, 0 7%);
    }

    .guest-card-showcase img {
        clip-path: polygon(7% 0, 94% 0, 100% 8%, 100% 92%, 93% 100%, 7% 100%, 0 92%, 0 8%);
    }

    .legal-content {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .legal-content table,
    .legal-content thead,
    .legal-content tbody,
    .legal-content tr,
    .legal-content th,
    .legal-content td {
        display: block;
        width: 100%;
    }

    .legal-content tr + tr {
        margin-top: 1rem;
    }

    .enquiry-form {
        padding: 1.25rem;
    }

    .form-field--full,
    .form-alert,
    .poker-confirmation {
        grid-column: auto;
    }

    .form-submit {
        align-items: stretch;
        flex-direction: column;
    }

    .form-submit .button {
        width: 100%;
    }

    .site-footer__bottom {
        flex-direction: column;
        gap: .25rem;
    }

    .cookie-banner {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 2rem);
        overflow: auto;
        gap: 1rem;
    }

    .cookie-banner__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cookie-banner__actions .button:last-child {
        grid-column: 1 / -1;
    }

    .consent-dialog__actions {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .site-header,
    .site-footer,
    .cookie-banner,
    .dialog-backdrop,
    .button,
    .enquiry-section {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }
}
