:root {
    --otley-ink: #20242b;
    --otley-muted: #626873;
    --otley-purple: #ab25a8;
    --otley-purple-dark: #861b84;
    --otley-yellow: #ffd867;
    --otley-yellow-soft: #fff6d3;
    --otley-green: #128a59;
    --otley-line: #e8e1e9;
    --otley-paper: #fbf8fc;
}

.otley-page {
    color: var(--otley-ink);
    background: #fff;
    overflow: hidden;
}

.otley-page h1,
.otley-page h2,
.otley-page h3,
.otley-page p {
    color: inherit;
}

.otley-page h1,
.otley-page h2 {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: -.035em;
}

.otley-hero {
    position: relative;
    padding: clamp(52px, 7vw, 96px) 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 216, 103, .24), transparent 28%),
        linear-gradient(135deg, #171a20 0%, #242831 65%, #191c22 100%);
    color: #fff;
}

.otley-hero::after {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.otley-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}

.otley-kicker {
    margin-bottom: 12px;
    color: var(--otley-purple);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.otley-hero .otley-kicker {
    color: var(--otley-yellow);
}

.otley-hero h1 {
    max-width: 790px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(46px, 6.4vw, 84px);
    line-height: .98;
}

.otley-hero__lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .78) !important;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.6;
}

.otley-hero__actions,
.otley-comedy-intro__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.otley-hero__note {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .54) !important;
    font-size: 13px;
}

.otley-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 0;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .035em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.otley-button:hover,
.otley-button:focus {
    transform: translateY(-2px);
    text-decoration: none;
}

.otley-button--primary {
    background: var(--otley-purple);
    color: #fff;
}

.otley-button--primary:hover,
.otley-button--primary:focus {
    background: var(--otley-purple-dark);
    color: #fff;
}

.otley-button--ghost {
    border-color: rgba(255, 255, 255, .35);
    background: transparent;
    color: #fff;
}

.otley-button--ghost:hover,
.otley-button--ghost:focus {
    border-color: #fff;
    background: #fff;
    color: var(--otley-ink);
}

.otley-button--dark {
    background: var(--otley-ink);
    color: #fff;
}

.otley-button--dark:hover,
.otley-button--dark:focus {
    background: #000;
    color: #fff;
}

.otley-button--whatsapp {
    background: #1b9b61;
    color: #fff;
}

.otley-button--whatsapp:hover,
.otley-button--whatsapp:focus {
    background: #147849;
    color: #fff;
}

.otley-weekend-card {
    position: relative;
    z-index: 1;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
    backdrop-filter: blur(12px);
}

.otley-weekend-card__day {
    min-height: 145px;
    padding: 24px;
}

.otley-weekend-card__day span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.otley-weekend-card__day strong,
.otley-weekend-card__day small {
    display: block;
}

.otley-weekend-card__day strong {
    margin-bottom: 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 29px;
    line-height: 1.05;
}

.otley-weekend-card__day small {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.5;
}

.otley-weekend-card__day--friday {
    background: var(--otley-yellow);
    color: var(--otley-ink);
}

.otley-weekend-card__day--saturday {
    background: var(--otley-purple);
    color: #fff;
}

.otley-weekend-card__line {
    height: 15px;
}

.otley-trust-strip {
    border-bottom: 1px solid var(--otley-line);
    background: #fff;
}

.otley-trust-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.otley-trust-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 72px;
    padding: 12px;
    border-right: 1px solid var(--otley-line);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.otley-trust-strip span:first-child {
    border-left: 1px solid var(--otley-line);
}

.otley-trust-strip i {
    color: var(--otley-purple);
}

.otley-section {
    padding: clamp(58px, 7vw, 92px) 0;
}

.otley-section--planner,
.otley-section--essentials {
    background: var(--otley-paper);
}

.otley-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 34px;
}

.otley-section-heading h2,
.otley-comedy-intro h2 {
    margin: 0;
    font-size: clamp(38px, 5vw, 61px);
    line-height: 1;
}

.otley-section-heading > p,
.otley-section-heading > div > p {
    margin: 0;
    color: var(--otley-muted);
    font-size: 16px;
    line-height: 1.65;
}

.otley-planner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(310px, .6fr);
    gap: 28px;
    align-items: start;
}

.otley-planner__form,
.otley-plan-summary {
    border: 1px solid var(--otley-line);
    background: #fff;
}

.otley-planner__form {
    padding: clamp(22px, 4vw, 40px);
}

.otley-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.otley-field label,
.otley-choice-group legend {
    display: block;
    margin-bottom: 8px;
    color: var(--otley-ink);
    font-size: 13px;
    font-weight: 900;
}

.otley-field input,
.otley-field select {
    width: 100%;
    min-height: 51px;
    padding: 11px 13px;
    border: 1px solid #dcd5df;
    border-radius: 0;
    background: #fff;
    color: var(--otley-ink);
    font: inherit;
}

.otley-field input:focus,
.otley-field select:focus {
    border-color: var(--otley-purple);
    outline: 3px solid rgba(171, 37, 168, .12);
}

.otley-choice-group {
    margin: 30px 0 0;
    padding: 0;
    border: 0;
}

.otley-choice-group legend small {
    margin-left: 5px;
    color: var(--otley-muted);
    font-weight: 500;
}

.otley-radio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.otley-radio-card,
.otley-theme-chip {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.otley-radio-card input,
.otley-theme-chip input,
.otley-route-stop__toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.otley-radio-card > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 73px;
    padding: 14px 16px;
    border: 1px solid var(--otley-line);
    background: #fff;
}

.otley-radio-card small {
    margin-bottom: 3px;
    color: var(--otley-purple);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.otley-radio-card input:checked + span {
    border-color: var(--otley-purple);
    background: #fbecfb;
    box-shadow: inset 4px 0 0 var(--otley-purple);
}

.otley-radio-card input:focus-visible + span,
.otley-theme-chip input:focus-visible + span,
.otley-route-stop__toggle input:focus-visible ~ .otley-route-stop__content {
    outline: 3px solid rgba(171, 37, 168, .24);
    outline-offset: 2px;
}

.otley-theme-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.otley-theme-chip span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid var(--otley-line);
    background: #fff;
    color: var(--otley-muted);
    font-size: 12px;
    font-weight: 800;
}

.otley-theme-chip input:checked + span {
    border-color: var(--otley-ink);
    background: var(--otley-ink);
    color: #fff;
}

.otley-planner__jump {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--otley-line);
}

.otley-planner__jump a {
    color: var(--otley-purple-dark);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.otley-plan-summary {
    position: sticky;
    top: 105px;
    padding: 28px;
    background: var(--otley-ink);
    color: #fff;
    box-shadow: 0 20px 50px rgba(25, 28, 34, .14);
}

.otley-plan-summary__eyebrow {
    color: var(--otley-yellow);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.otley-plan-summary h3 {
    margin: 5px 0 22px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 29px;
    line-height: 1.15;
}

.otley-plan-summary dl,
.otley-plan-summary dd {
    margin: 0;
}

.otley-plan-summary dl > div {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.otley-plan-summary dt {
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.otley-plan-summary dd {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.otley-plan-summary__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 22px;
}

.otley-plan-summary__actions .otley-text-button {
    grid-column: span 1;
}

.otley-text-button {
    padding: 8px 2px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.otley-text-button:hover,
.otley-text-button:focus {
    border-color: #fff;
}

.otley-plan-summary__privacy {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .48) !important;
    font-size: 10px;
    line-height: 1.5;
}

.otley-section--comedy {
    position: relative;
    background: var(--otley-yellow-soft);
}

.otley-comedy-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
    gap: 50px;
    align-items: center;
}

.otley-comedy-intro p {
    max-width: 820px;
    margin: 20px 0 0;
    color: #4f535b;
    font-size: 17px;
    line-height: 1.75;
}

.otley-comedy-intro__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--otley-purple-dark);
    font-size: 13px;
    font-weight: 900;
}

.otley-comedy-intro__badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1;
    padding: 32px;
    background: var(--otley-ink);
    color: #fff;
    transform: rotate(3deg);
    box-shadow: 16px 16px 0 var(--otley-purple);
}

.otley-comedy-intro__badge span {
    color: var(--otley-yellow);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .16em;
}

.otley-comedy-intro__badge strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
}

.otley-comedy-intro__badge small {
    margin-top: 8px;
}

.otley-group-offer {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 220px;
    gap: 28px;
    align-items: center;
    margin-top: 50px;
    border: 1px solid #d9c45f;
    background: #fff;
    box-shadow: 12px 12px 0 rgba(32, 36, 43, .1);
}

.otley-group-offer__value {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
    padding: 24px;
    background: var(--otley-purple);
    color: #fff;
    text-align: center;
}

.otley-group-offer__value strong,
.otley-group-offer__value span {
    display: block;
}

.otley-group-offer__value strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 48px;
    line-height: 1;
}

.otley-group-offer__value span {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.otley-group-offer__copy {
    padding: 24px 0;
}

.otley-group-offer__copy .otley-kicker {
    margin-bottom: 6px;
}

.otley-group-offer__copy h3 {
    margin: 0 0 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 26px;
}

.otley-group-offer__copy p {
    margin: 0;
    color: var(--otley-muted);
    font-size: 13px;
    line-height: 1.65;
}

.otley-group-offer__code {
    padding: 24px 28px 24px 0;
    text-align: center;
}

.otley-group-offer__code span,
.otley-group-offer__code button,
.otley-group-offer__code code,
.otley-group-offer__code a {
    display: block;
}

.otley-group-offer__code span {
    margin-bottom: 5px;
    color: var(--otley-muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.otley-group-offer__code code {
    padding: 11px 12px;
    border: 2px dashed var(--otley-purple);
    background: var(--otley-paper);
    color: var(--otley-purple-dark);
    font-family: inherit;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: .06em;
}

.otley-group-offer__copy-code {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.otley-group-offer__copy-code code {
    transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.otley-group-offer__copy-code:hover code,
.otley-group-offer__copy-code:focus-visible code {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(179, 29, 161, .18);
    transform: translateY(-1px);
}

.otley-group-offer__copy-code:focus-visible {
    outline: none;
}

.otley-group-offer__code a {
    margin-top: 10px;
    color: var(--otley-ink);
    font-size: 11px;
    font-weight: 900;
}

.otley-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 50px;
}

.otley-event-card {
    overflow: hidden;
    border: 1px solid #eadcaa;
    background: #fff;
}

.otley-event-card__image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #11151b;
}

.otley-event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.otley-event-card:hover .otley-event-card__image img {
    transform: scale(1.03);
}

.otley-event-card__image > span {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 7px 9px;
    background: var(--otley-green);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}

.otley-event-card__body {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 17px;
    padding: 19px;
}

.otley-event-card__date {
    padding-right: 13px;
    border-right: 1px solid var(--otley-line);
    text-align: center;
}

.otley-event-card__date span,
.otley-event-card__date strong,
.otley-event-card__date small {
    display: block;
}

.otley-event-card__date span {
    color: var(--otley-purple);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.otley-event-card__date strong {
    margin: 3px 0;
    font-size: 17px;
}

.otley-event-card__date small {
    color: var(--otley-muted);
    font-size: 10px;
}

.otley-event-card h3 {
    margin: 0 0 5px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
    line-height: 1.12;
}

.otley-event-card p {
    margin: 0 0 14px;
    color: var(--otley-muted);
    font-size: 11px;
}

.otley-event-card .otley-button {
    width: 100%;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 10px;
}

.otley-empty-events {
    margin-top: 42px;
    padding: 28px;
    border: 1px solid #eadcaa;
    background: #fff;
}

.otley-empty-events h3 {
    font-size: 25px;
}

.otley-section-heading--route {
    align-items: start;
}

.otley-route-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.otley-route-presets button {
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid var(--otley-line);
    background: #fff;
    color: var(--otley-ink);
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.otley-route-presets button:hover,
.otley-route-presets button:focus {
    border-color: var(--otley-purple);
    color: var(--otley-purple-dark);
}

.otley-route-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.otley-route-stop {
    display: flex;
    min-height: 104px;
    border: 1px solid var(--otley-line);
    background: #fff;
}

.otley-route-stop:has(input:not(:checked)) {
    background: #f5f3f5;
    opacity: .58;
}

.otley-route-stop__toggle {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    flex: 1;
    align-items: stretch;
    margin: 0;
    cursor: pointer;
}

.otley-route-stop__number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--otley-ink);
    color: var(--otley-yellow);
    font-size: 14px;
    font-weight: 900;
}

.otley-route-stop__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.otley-route-stop__content small,
.otley-route-stop__content strong,
.otley-route-stop__content span {
    display: block;
}

.otley-route-stop__content small {
    margin-bottom: 3px;
    color: var(--otley-purple);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.otley-route-stop__content strong {
    margin-bottom: 3px;
    font-size: 15px;
}

.otley-route-stop__content span {
    color: var(--otley-muted);
    font-size: 11px;
    line-height: 1.4;
}

.otley-route-stop__map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    color: var(--otley-purple);
    text-decoration: none;
}

.otley-route-stop__map:hover,
.otley-route-stop__map:focus {
    background: #f7ebf7;
    color: var(--otley-purple-dark);
}

.otley-route-review {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 17px;
    color: var(--otley-muted);
    font-size: 11px;
}

.otley-essentials-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.otley-essentials-grid article {
    min-height: 205px;
    padding: 24px;
    border: 1px solid var(--otley-line);
    background: #fff;
}

.otley-essentials-grid i {
    margin-bottom: 25px;
    color: var(--otley-purple);
    font-size: 24px;
}

.otley-essentials-grid h3 {
    margin: 0 0 9px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
}

.otley-essentials-grid p {
    margin: 0;
    color: var(--otley-muted);
    font-size: 12px;
    line-height: 1.6;
}

.otley-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.otley-faq-grid details {
    border: 1px solid var(--otley-line);
    background: #fff;
}

.otley-faq-grid summary {
    padding: 20px 44px 20px 20px;
    color: var(--otley-ink);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.otley-faq-grid details p {
    margin: 0;
    padding: 0 20px 22px;
    color: var(--otley-muted);
    font-size: 13px;
    line-height: 1.65;
}

.otley-internal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.otley-internal-links a {
    padding: 9px 12px;
    border: 1px solid var(--otley-line);
    color: var(--otley-purple-dark);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

.otley-internal-links a:hover,
.otley-internal-links a:focus {
    border-color: var(--otley-purple);
}

.otley-section--bottom-share {
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 216, 103, .15), transparent 30%),
        var(--otley-ink);
    color: #fff;
}

.otley-bottom-share {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
}

.otley-bottom-share .otley-kicker {
    color: var(--otley-yellow);
}

.otley-bottom-share h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
}

.otley-bottom-share p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 16px;
    line-height: 1.65;
}

.otley-bottom-share__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.otley-disclosure {
    padding: 22px 0;
    background: var(--otley-ink);
}

.otley-disclosure p {
    max-width: 1000px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 991.98px) {
    .otley-hero__grid,
    .otley-planner,
    .otley-comedy-intro,
    .otley-bottom-share {
        grid-template-columns: 1fr;
    }

    .otley-group-offer {
        grid-template-columns: 130px minmax(0, 1fr);
    }

    .otley-group-offer__code {
        grid-column: 1 / -1;
        padding: 0 28px 28px;
    }

    .otley-bottom-share__actions {
        justify-content: flex-start;
    }

    .otley-weekend-card {
        display: grid;
        grid-template-columns: 1fr 12px 1fr;
    }

    .otley-weekend-card__line {
        width: 12px;
        height: auto;
    }

    .otley-plan-summary {
        position: static;
    }

    .otley-comedy-intro__badge {
        width: min(280px, 72vw);
        justify-self: center;
    }

    .otley-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .otley-essentials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .otley-hero {
        padding-top: 46px;
    }

    .otley-hero__grid,
    .otley-section-heading {
        gap: 28px;
    }

    .otley-section-heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .otley-trust-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .otley-trust-strip span:nth-child(3) {
        border-left: 1px solid var(--otley-line);
    }

    .otley-form-grid,
    .otley-radio-grid,
    .otley-route-list,
    .otley-faq-grid {
        grid-template-columns: 1fr;
    }

    .otley-event-grid {
        grid-template-columns: 1fr;
    }

    .otley-group-offer {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .otley-group-offer__value {
        min-height: 0;
    }

    .otley-group-offer__copy {
        padding: 24px;
    }

    .otley-group-offer__code {
        grid-column: auto;
        padding: 0 24px 24px;
    }

    .otley-event-card__image {
        aspect-ratio: 16 / 8;
    }
}

@media (max-width: 575.98px) {
    .otley-hero h1 {
        font-size: 47px;
    }

    .otley-hero__actions,
    .otley-hero__actions .otley-button {
        width: 100%;
    }

    .otley-bottom-share__actions,
    .otley-bottom-share__actions .otley-button {
        width: 100%;
    }

    .otley-weekend-card {
        display: block;
    }

    .otley-weekend-card__line {
        width: auto;
        height: 12px;
    }

    .otley-weekend-card__day {
        min-height: 130px;
        padding: 20px;
    }

    .otley-trust-strip span {
        min-height: 64px;
        font-size: 10px;
    }

    .otley-planner__form,
    .otley-plan-summary {
        padding: 21px;
    }

    .otley-choice-group legend small {
        display: block;
        margin: 3px 0 0;
    }

    .otley-plan-summary__actions {
        grid-template-columns: 1fr;
    }

    .otley-plan-summary__actions .otley-text-button {
        grid-column: span 1;
    }

    .otley-comedy-intro__badge {
        box-shadow: 10px 10px 0 var(--otley-purple);
    }

    .otley-event-card__body {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 12px;
        padding: 15px;
    }

    .otley-essentials-grid {
        grid-template-columns: 1fr;
    }

    .otley-essentials-grid article {
        min-height: 0;
    }
}

@media print {
    #header,
    #footer,
    .otley-hero__actions,
    .otley-trust-strip,
    .otley-planner__form,
    .otley-plan-summary__actions,
    .otley-section--comedy,
    .otley-section--essentials,
    .otley-section--bottom-share,
    .otley-faq-grid,
    .otley-internal-links,
    .otley-disclosure,
    .otley-route-presets,
    .otley-route-stop__map {
        display: none !important;
    }

    .otley-hero {
        padding: 20px 0;
        background: #fff;
        color: #000;
    }

    .otley-hero h1,
    .otley-hero__lead,
    .otley-hero__note {
        color: #000 !important;
    }

    .otley-weekend-card {
        display: none;
    }

    .otley-planner {
        display: block;
    }

    .otley-plan-summary {
        position: static;
        background: #fff;
        color: #000;
        box-shadow: none;
    }

    .otley-plan-summary h3,
    .otley-plan-summary dd,
    .otley-plan-summary dt,
    .otley-plan-summary__eyebrow,
    .otley-plan-summary__privacy {
        color: #000 !important;
    }

    .otley-route-list {
        grid-template-columns: 1fr 1fr;
    }

    .otley-route-stop:has(input:not(:checked)) {
        display: none;
    }
}
