@font-face {
    font-family:Cairo;
    src:url(cairo.woff2) format('woff2');
    font-weight:200 1000;
    font-display:swap;
}

:root {
    --orange:#c93c17;
    --ink:#29231f;
    --muted:#6b625a;
    --cream:#f5f1e9;
    --line:#ded7ce;
    --font:'Avenir Next',Avenir,'Segoe UI',sans-serif;
    --cc-ink:var(--ink);
    --cc-paper:#fff;
    --cc-cream:var(--cream);
    --cc-orange:var(--orange);
    --cc-orange-text:var(--orange);
    --cc-line:var(--line);
}

* {
    box-sizing:border-box;
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:30px;
}

body {
    margin:0;
    color:var(--ink);
    background:#fff;
    font:16px/1.7 var(--font);
}

html[lang=ar],:lang(ar) {
    --font:Cairo,sans-serif;
    font-family:Cairo,sans-serif;
}

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

button,a,input,select,textarea {
    -webkit-tap-highlight-color:transparent;
}

a {
    color:inherit;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
    text-underline-offset:5px;
}

button {
    cursor:pointer;
}

img {
    display:block;
    max-width:100%;
    object-fit:cover;
}

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

h1,h2,h3 {
    line-height:1.12;
    font-weight:600;
    letter-spacing:-.035em;
    overflow-wrap:anywhere;
}

h1 {
    font-size:clamp(38px,5.1vw,76px);
    max-width:1050px;
    margin-bottom:24px;
}

h2 {
    font-size:clamp(28px,3vw,43px);
    margin-bottom:24px;
}

h3 {
    font-size:25px;
}

p {
    margin-bottom:20px;
}

:lang(ar) h1,:lang(ar) h2,:lang(ar) h3 {
    letter-spacing:0;
    line-height:1.5;
}

a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
    outline:3px solid #18738b;
    outline-offset:5px;
}

[hidden] {
    display:none!important;
}

.wrap {
    width:min(1280px,calc(100% - 96px));
    margin-inline:auto;
}

.section {
    padding-block:80px;
}

.section-head {
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:35px;
}

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

.eyebrow {
    font-size:12px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:var(--orange);
    margin-bottom:20px;
}

:lang(ar) .eyebrow {
    letter-spacing:0;
}

.lede {
    font-size:20px;
    line-height:1.7;
    max-width:760px;
    color:var(--muted);
}

.button,.btn_one,.cta {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-height:50px;
    padding:12px 22px;
    background:var(--orange);
    color:white;
    border:1px solid var(--orange);
    font-weight:600;
    font-size:14px;
    line-height:1.5;
    text-align:center;
    text-decoration:none;
}

.button:hover,.btn_one:hover,.cta:hover {
    background:#a92e10;
    color:#fff;
    text-decoration:none;
}

.button.light {
    background:#fff;
    border-color:#fff;
    color:var(--orange);
}

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

.button.outline:hover {
    background:var(--cream);
}

.text-link {
    display:inline-block;
    font-weight:600;
    padding-block:10px;
    border-bottom:1px solid var(--ink);
}

.skip-link {
    position:fixed;
    z-index:20;
    inset-block-start:8px;
    inset-inline-start:8px;
    transform:translateY(-200%);
    background:white;
    color:var(--ink);
    padding:15px;
}

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

/* Orange brand header with a native mobile navigation. */
.site-header {
    background:var(--orange);
    color:#fff;
}

.header-inner {
    display:flex;
    align-items:center;
    gap:38px;
    min-height:108px;
}

.brand {
    display:inline-flex;
    align-items:center;
    background:var(--orange);
    padding:10px 0;
    flex-shrink:0;
}

.brand img {
    object-fit:contain;
}

.site-nav {
    display:flex;
    gap:26px;
    align-items:center;
    margin-inline-start:auto;
    font-size:14px;
    font-weight:600;
}

.site-nav a {
    padding-block:15px;
}

.site-nav [aria-current=page] {
    text-decoration:underline;
    text-underline-offset:7px;
}

.header-actions {
    display:flex;
    align-items:center;
    gap:24px;
}

.language {
    padding-block:12px;
    white-space:nowrap;
    font-size:14px;
}

.menu-toggle {
    color:white;
    border:1px solid #fff8;
    background:transparent;
    padding:9px 12px;
    min-height:44px;
}

/* Home: one large editorial headline, a geometric brand panel and destination image. */
.home-hero {
    padding-block:78px 64px;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
}

.home-hero h1 {
    font-size:clamp(48px,5.9vw,88px);
    line-height:1.04;
    letter-spacing:-.065em;
}

.home-copy .lede {
    max-width:470px;
    margin-block:25px 32px;
}

.hero-visual {
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:425px;
    align-self:stretch;
}

.hero-visual>img {
    width:100%;
    height:100%;
    min-height:425px;
}

.concept-art {
    background:var(--orange);
    color:white;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:26px;
    overflow:hidden;
}

.concept-art p {
    font-size:20px;
    line-height:1.4;
    margin:25px 0 0;
    font-weight:500;
}

.concept-shapes {
    display:grid;
    gap:5px;
    grid-template-columns:1fr 1fr;
    aspect-ratio:1;
}

.concept-shapes i {
    background:#ffab7e;
    border-radius:100% 0 0 0;
}

.concept-shapes i:nth-child(2) {
    transform:rotate(90deg);
}

.concept-shapes i:nth-child(3) {
    transform:rotate(270deg);
}

.concept-shapes i:nth-child(4) {
    transform:rotate(180deg);
}

:lang(ar) .home-hero h1 {
    letter-spacing:0;
    line-height:1.4;
    font-size:clamp(42px,5vw,74px);
}

.finder {
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr .8fr auto;
    gap:20px;
    padding:26px;
    background:var(--cream);
    align-items:end;
}

.finder label {
    font-size:12px;
    font-weight:700;
    display:grid;
    gap:7px;
    min-width:0;
}

.finder input,.finder select {
    background:transparent;
    border:0;
    border-bottom:1px solid #b9aea0;
    padding:9px 0;
    width:100%;
    border-radius:0;
    font-size:14px;
    color:var(--ink);
    min-height:44px;
}

.finder .button {
    padding-inline:18px;
}

.path-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:1px;
    background:var(--line);
    border:1px solid var(--line);
}

.path-card {
    padding:30px;
    background:var(--cream);
    display:flex;
    flex-direction:column;
    align-items:start;
    min-height:280px;
    gap:22px;
}

.path-card:nth-child(4n+2) {
    background:#fff;
}

.path-card:nth-child(4n+3) {
    background:#ede3d5;
}

.path-card:nth-child(4n) {
    background:#f9e0d4;
}

.path-card:hover {
    text-decoration:none;
    background:#f3d1c0;
}

.path-card h3 {
    font-size:24px;
    margin:0;
}

.path-card>span:last-child {
    font-size:13px;
    margin-top:auto;
}

.path-symbol {
    font-size:48px;
    line-height:1;
    color:var(--orange);
}

.programme-list {
    display:grid;
    gap:20px;
}

.programme {
    display:grid;
    grid-template-columns:190px 1fr 200px;
    border:1px solid var(--line);
    min-height:190px;
    background:white;
}

.programme-image,.programme-art {
    width:100%;
    height:100%;
    min-height:190px;
}

.programme-art {
    background:var(--cream);
    color:var(--orange);
    display:grid;
    place-items:center;
    font-size:84px;
}

.programme-copy {
    padding:28px;
    min-width:0;
}

.programme-copy .eyebrow {
    font-size:11px;
    margin-bottom:12px;
}

.programme h3 {
    font-size:25px;
    line-height:1.3;
    margin-bottom:15px;
}

.programme-copy p:last-child {
    font-size:14px;
    margin-bottom:0;
    color:var(--muted);
}

.programme-action {
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    gap:8px;
    padding:25px;
    border-inline-start:1px solid var(--line);
}

.programme-action strong {
    font-size:18px;
}

.programme-action .button {
    font-size:12px;
    padding:10px;
    margin-top:10px;
    width:100%;
}

.city-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.city-card {
    position:relative;
    min-height:340px;
    overflow:hidden;
    background:var(--ink);
    color:#fff;
}

.city-card img {
    width:100%;
    height:340px;
    transition:transform .3s;
}

.city-card:hover img {
    transform:scale(1.04);
}

.city-card:after {
    content:'';
    position:absolute;
    inset:35% 0 0;
    background:linear-gradient(transparent,#000c);
}

.city-card>div {
    position:absolute;
    bottom:24px;
    inset-inline:26px;
    z-index:1;
}

.city-card h3 {
    font-size:32px;
    margin:0 0 8px;
}

.tailored {
    margin-block:20px 90px;
    padding:50px 55px;
    background:var(--orange);
    color:#fff;
    display:flex;
    align-items:center;
    gap:60px;
    justify-content:space-between;
}

.tailored h2 {
    margin-bottom:18px;
}

.tailored p {
    max-width:700px;
    margin:0;
}

.tailored .button {
    flex-shrink:0;
}

.site-footer {
    background:var(--ink);
    color:#eee4da;
    padding:64px 0 25px;
}

.footer-grid {
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:50px;
}

.site-footer h2 {
    font-size:14px;
    letter-spacing:0;
    color:#fff;
}

.site-footer p {
    font-size:14px;
    max-width:250px;
    margin-top:20px;
}

.footer-grid>div>a:not(.brand) {
    display:block;
    font-size:14px;
    padding-block:6px;
}

.site-footer .brand {
    padding:5px 15px;
}

.footer-bottom {
    grid-column:1/-1;
    display:flex;
    justify-content:space-between;
    border-top:1px solid #ffffff30;
    padding-top:24px;
    font-size:13px;
}

.footer-bottom span:last-child {
    display:flex;
    gap:25px;
}

/* Subpages use the same spacing, controls and programme components. */
.page-hero {
    background:var(--cream);
    padding-block:32px 65px;
}

.page-hero h1 {
    margin-top:30px;
}

.crumbs {
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    font-size:13px;
    color:var(--muted);
    margin-bottom:40px;
}

.crumbs a {
    min-height:30px;
}

.page-hero .eyebrow {
    margin-top:30px;
}

.detail-layout {
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:65px;
    align-items:start;
}

.booking-card {
    position:sticky;
    top:25px;
    background:var(--cream);
    padding:32px;
    border-top:4px solid var(--orange);
}

.booking-card h2 {
    font-size:28px;
}

.booking-card .button {
    display:flex;
    margin-top:14px;
}

.booking-card .text-link {
    margin-top:14px;
}

.booking-card .price {
    font-size:35px;
    font-weight:600;
    line-height:1.4;
}

.price small {
    font-size:16px;
}

.booking-card a {
    overflow-wrap:anywhere;
}

.prose {
    max-width:820px;
    overflow-wrap:anywhere;
}

.prose h2 {
    font-size:31px;
    margin-block:40px 20px;
}

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

.prose h3 {
    font-size:23px;
    margin-block:28px 16px;
}

.prose p,.prose li {
    line-height:1.9;
    color:#504940;
}

.prose li {
    margin-bottom:10px;
}

.prose a {
    text-decoration:underline;
    color:var(--orange);
}

.prose table {
    width:100%;
    border-collapse:collapse;
}

.prose td,.prose th {
    border:1px solid var(--line);
    padding:10px;
    text-align:start;
}

.reading-layout {
    display:grid;
    grid-template-columns:260px minmax(0,1fr);
    gap:70px;
}

.contents {
    position:sticky;
    top:30px;
    border-top:3px solid var(--orange);
    padding-top:25px;
}

.contents a {
    display:block;
    border-bottom:1px solid var(--line);
    padding:10px 0;
    font-size:14px;
}

.intro {
    margin-bottom:50px;
}

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

.course-card {
    border:1px solid var(--line);
    padding:32px;
    display:flex;
    flex-direction:column;
    align-items:start;
}

.course-card h2 {
    font-size:27px;
    line-height:1.4;
}

.course-card p {
    font-size:15px;
    color:var(--muted);
}

.course-card .text-link {
    margin-top:auto;
    font-size:14px;
}

.course-card:nth-child(4n+1) {
    background:var(--cream);
}

.results-heading {
    display:flex;
    align-items:center;
    gap:25px;
    margin-block:40px 25px;
}

.results-heading h2 {
    margin:0;
}

.results-heading a {
    margin-inline-start:auto;
    text-decoration:underline;
}

.pagination {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    justify-content:center;
    margin-block:35px;
}

.pagination a {
    border:1px solid var(--line);
    min-width:44px;
    min-height:44px;
    display:grid;
    place-items:center;
}

.pagination [aria-current=page] {
    background:var(--orange);
    color:#fff;
}

.empty {
    background:var(--cream);
    padding:45px;
    text-align:center;
}

.empty p {
    max-width:660px;
    margin-inline:auto;
}

.destination-intro {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    margin-bottom:65px;
}

.destination-intro img {
    width:100%;
    max-height:380px;
}

.event-facts {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
    padding-bottom:30px;
    margin-bottom:35px;
    border-bottom:1px solid var(--line);
}

.event-facts span {
    display:block;
    font-size:12px;
    color:var(--muted);
}

.event-facts strong {
    display:block;
    font-size:16px;
}

.dates-section,.inquiry-section {
    margin-top:60px;
    padding-top:40px;
    border-top:1px solid var(--line);
}

.date-filters {
    display:flex;
    align-items:end;
    gap:15px;
    margin-block:25px;
}

.date-filters label {
    flex:1;
}

.date-filters select {
    display:block;
    width:100%;
}

.detail-layout .programme {
    grid-template-columns:minmax(0,1fr) 175px;
}

.detail-layout .programme-image,.detail-layout .programme-art {
    display:none;
}

.detail-layout .programme h3 {
    font-size:20px;
}

/* The audited form partials retain their input names and small layout vocabulary. */
label {
    display:block;
    font-size:14px;
    font-weight:500;
    margin-bottom:7px;
}

input:not([type=checkbox]):not([type=hidden]),select,textarea {
    width:100%;
    min-height:48px;
    padding:11px 13px;
    background:#fff;
    border:1px solid #b8afa4;
    border-radius:0;
    color:var(--ink);
}

textarea {
    resize:vertical;
}

input[type=checkbox] {
    width:20px;
    height:20px;
    accent-color:var(--orange);
    flex-shrink:0;
}

fieldset {
    border:1px solid var(--line);
    padding:24px;
    margin:0 0 25px;
}

legend {
    font-weight:600;
    padding-inline:8px;
}

.row {
    display:flex;
    flex-wrap:wrap;
    margin-inline:-10px;
}

.row>[class*=col-] {
    padding-inline:10px;
    width:100%;
    min-width:0;
}

.row>.col-md-6 {
    width:50%;
}

.row>.col-md-4 {
    width:33.333%;
}

.row>.col-md-7 {
    width:58.333%;
}

.row>.col-md-5 {
    width:41.667%;
}

.mb-3 {
    margin-bottom:20px;
}

.cc-reg-step {
    margin-bottom:32px;
    padding-bottom:24px;
    border-bottom:1px solid var(--line);
}

.cc-reg-step__head {
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:baseline;
}

.cc-reg-step__title {
    font-size:24px;
}

.cc-reg-step__hint,.opt {
    font-size:12px;
    color:var(--muted);
}

.cc-reg-step__hint {
    margin-inline-start:auto;
}

.cc-eyebrow {
    font-size:12px;
    color:var(--orange);
    font-weight:700;
}

.cc-form-terms,.form-check {
    display:flex;
    gap:10px;
    align-items:center;
    margin-block:20px;
}

.form-check-label {
    margin:0;
}

.form-check a {
    color:var(--orange);
    text-decoration:underline;
}

.req {
    color:var(--orange);
}

.cc-reg-foot {
    margin-top:20px;
}

.cc-sr-only,.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip-path:inset(50%);
}

.cta svg {
    width:14px;
    height:14px;
    fill:none;
    stroke:currentColor;
}

.container {
    width:min(1180px,calc(100% - 48px));
    margin-inline:auto;
}

.section-padding {
    padding-block:60px;
}

.text-center {
    text-align:center;
}

.alert {
    padding:25px;
    background:var(--cream);
    border-inline-start:4px solid var(--orange);
    margin-block:20px;
}

.table {
    width:100%;
    border-collapse:collapse;
}

.table td,.table th {
    padding:12px;
    border-bottom:1px solid var(--line);
    text-align:start;
}

.table-responsive {
    overflow-x:auto;
}

.cc-receipt,.cc-receipt-card,.cc-confirmation,.cc-receipt__body {
    padding:24px;
    background:var(--cream);
    margin-block:24px;
}

.cc-receipt-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

.cc-receipt-row {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    padding-block:10px;
    border-bottom:1px solid var(--line);
}

/* Company services and confirmation receipts. */
.company-intro {
    max-width:830px;
    margin-bottom:50px;
}

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

.service-card {
    background:var(--cream);
    padding:35px;
}

.service-card:nth-child(3n+2) {
    background:#f8dfd2;
}

.service-card:nth-child(3n) {
    background:#eee5d8;
}

.service-card:last-child:nth-child(odd) {
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr 2fr;
    column-gap:40px;
}

.service-card:last-child:nth-child(odd)>.eyebrow {
    grid-column:1/-1;
}

.service-card h3 {
    font-size:29px;
}

.service-card p {
    margin-bottom:0;
}

.company-close {
    border-top:1px solid var(--line);
    padding-top:45px;
    margin-top:60px;
    max-width:850px;
}

.cc-receive {
    width:min(1120px,calc(100% - 48px));
    margin:55px auto;
}

.cc-receipt__sect {
    padding-block:25px;
}

.cc-receipt__secthead {
    display:flex;
    gap:15px;
    align-items:baseline;
}

.cc-receipt__secttitle {
    font-size:23px;
}

.cc-receipt__row {
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:20px;
    padding-block:12px;
    border-bottom:1px solid var(--line);
}

.cc-receipt__rowval {
    overflow-wrap:anywhere;
}

.cc-receipt__rowkey {
    font-weight:600;
}

.cc-status {
    padding:25px;
    background:var(--cream);
}

@media(min-width:901px) {
    .menu-toggle {
        display:none;
    }
    .row>.col-lg-8 {
        width:66.667%;
    }
    .row>.col-lg-4 {
        width:33.333%;
    }
    .row>.col-lg-6 {
        width:50%;
    }
}

@media(max-width:1150px) {
    .wrap {
        width:calc(100% - 56px);
    }
    .header-inner {
        gap:20px;
    }
    .site-nav {
        gap:15px;
        font-size:12px;
    }
    .header-actions {
        gap:14px;
    }
    .header-actions .button {
        font-size:12px;
        padding-inline:12px;
    }
    .home-hero {
        gap:35px;
    }
    .hero-visual {
        min-height:350px;
    }
    .hero-visual>img {
        min-height:350px;
    }
    .concept-art {
        padding:20px;
    }
    .finder {
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .finder>.button {
        grid-column:1/-1;
    }
    .path-card {
        padding:24px;
    }
    .path-card h3 {
        font-size:21px;
    }
    .detail-layout {
        gap:35px;
        grid-template-columns:minmax(0,1fr) 300px;
    }
}

@media(max-width:900px) {
    .header-inner {
        flex-wrap:wrap;
        padding-block:12px;
        gap:10px 20px;
        min-height:86px;
    }
    .brand img {
        width:130px;
        height:54px;
    }
    .header-actions {
        margin-inline-start:auto;
    }
    .menu-toggle {
        order:2;
    }
    .site-nav {
        order:3;
        width:100%;
        margin:0;
        justify-content:space-between;
        font-size:14px;
    }
    .site-header.menu-ready .site-nav {
        display:none;
    }
    .site-header.menu-open .site-nav {
        display:flex;
        flex-wrap:wrap;
    }
    .home-hero {
        grid-template-columns:1fr;
        padding-block:50px;
        gap:35px;
    }
    .home-copy .lede {
        max-width:600px;
    }
    .hero-visual {
        min-height:300px;
        grid-template-columns:1fr 1.3fr;
    }
    .hero-visual>img {
        min-height:300px;
        max-height:370px;
    }
    .concept-art {
        padding:30px;
        flex-direction:row;
        align-items:end;
        gap:20px;
    }
    .concept-shapes {
        width:100%;
        align-self:start;
    }
    .concept-art p {
        font-size:17px;
        position:absolute;
        max-width:180px;
    }
    .path-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .programme {
        grid-template-columns:140px 1fr 175px;
    }
    .programme-copy {
        padding:22px;
    }
    .programme-action {
        padding:18px;
    }
    .programme h3 {
        font-size:22px;
    }
    .city-grid {
        gap:15px;
    }
    .city-card,.city-card img {
        min-height:260px;
        height:260px;
    }
    .city-card h3 {
        font-size:26px;
    }
    .tailored {
        gap:30px;
        padding:35px;
    }
    .footer-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:30px;
    }
    .detail-layout {
        grid-template-columns:1fr;
    }
    .booking-card {
        position:static;
        grid-row:1;
        max-width:none;
    }
    .booking-card .button {
        display:inline-flex;
        margin-inline-end:10px;
    }
    .reading-layout {
        grid-template-columns:1fr;
        gap:35px;
    }
    .contents {
        position:static;
    }
    .contents a {
        display:inline-block;
        margin-inline-end:18px;
    }
    .event-facts {
        margin-top:20px;
    }
}

@media(max-width:600px) {
    .service-grid {
        grid-template-columns:1fr;
    }
    .service-card {
        padding:25px;
    }
    .service-card:last-child:nth-child(odd) {
        display:block;
    }
    .cc-receipt__row {
        grid-template-columns:1fr;
        gap:5px;
    }
    .wrap {
        width:calc(100% - 36px);
    }
    .section {
        padding-block:45px;
    }
    .header-inner {
        gap:8px 12px;
    }
    .brand img {
        width:110px;
        height:50px;
    }
    .header-actions .button {
        display:none;
    }
    .language {
        font-size:13px;
    }
    .menu-toggle {
        font-size:13px;
    }
    .site-nav {
        gap:8px 20px;
        align-items:stretch;
        flex-direction:column;
    }
    .site-nav a {
        border-bottom:1px solid #fff3;
        padding:12px;
    }
    .home-hero {
        padding-top:40px;
    }
    .home-hero h1 {
        font-size:57px;
    }
    .lede {
        font-size:17px;
    }
    .hero-visual {
        min-height:290px;
    }
    .hero-visual>img {
        min-height:290px;
        height:290px;
    }
    .concept-art {
        padding:18px;
    }
    .concept-art p {
        font-size:16px;
        max-width:130px;
    }
    .finder {
        padding:20px;
        gap:18px;
    }
    .finder>label:first-child {
        grid-column:1/-1;
    }
    .finder>label:nth-child(4) {
        grid-column:1/-1;
    }
    .section-head {
        align-items:start;
        flex-direction:column;
        gap:15px;
    }
    .path-card {
        min-height:235px;
        padding:20px;
    }
    .path-card h3 {
        font-size:20px;
    }
    .path-card>span:last-child {
        font-size:12px;
    }
    .path-symbol {
        font-size:40px;
    }
    .programme {
        grid-template-columns:85px minmax(0,1fr);
    }
    .programme-image,.programme-art {
        min-height:150px;
        font-size:45px;
    }
    .programme-copy {
        padding:18px;
    }
    .programme h3 {
        font-size:20px;
    }
    .programme-action {
        grid-column:1/-1;
        display:grid;
        grid-template-columns:1fr auto;
        border-inline-start:0;
        border-top:1px solid var(--line);
        gap:5px 12px;
    }
    .programme-action .button {
        grid-column:2;
        grid-row:1/3;
        margin:0;
        min-width:125px;
        max-width:155px;
    }
    .city-grid {
        grid-template-columns:1fr;
    }
    .city-card,.city-card img {
        height:300px;
    }
    .city-card h3 {
        font-size:32px;
    }
    .tailored {
        flex-direction:column;
        align-items:start;
        padding:30px;
        margin-bottom:45px;
    }
    .footer-grid {
        gap:35px 20px;
    }
    .footer-grid>div:first-child {
        grid-column:1/-1;
    }
    .footer-bottom {
        flex-direction:column;
        gap:20px;
    }
    .footer-bottom span:last-child {
        flex-direction:column;
        gap:10px;
    }
    .page-hero {
        padding-bottom:35px;
    }
    .page-hero h1 {
        font-size:38px;
    }
    .crumbs {
        margin-bottom:24px;
    }
    .course-grid {
        grid-template-columns:1fr;
    }
    .course-card {
        padding:25px;
    }
    .detail-layout {
        gap:35px;
    }
    .booking-card {
        padding:25px;
    }
    .booking-card .button {
        display:flex;
        margin-inline-end:0;
    }
    .detail-layout .programme {
        grid-template-columns:1fr;
    }
    .detail-layout .programme-action {
        grid-column:1;
    }
    .event-facts {
        grid-template-columns:1fr;
        gap:14px;
    }
    .event-facts>div {
        display:flex;
        justify-content:space-between;
        gap:20px;
    }
    .event-facts strong {
        text-align:end;
    }
    .date-filters {
        flex-wrap:wrap;
    }
    .date-filters label {
        min-width:130px;
    }
    .date-filters button {
        width:100%;
    }
    .destination-intro {
        grid-template-columns:1fr;
        gap:25px;
        margin-bottom:35px;
    }
    .row>.col-md-4,.row>.col-md-6,.row>.col-md-5,.row>.col-md-7 {
        width:100%;
    }
    .cc-reg-step__head {
        gap:10px;
    }
    .cc-reg-step__title {
        font-size:22px;
    }
    .empty {
        padding:30px 20px;
    }
    .results-heading {
        flex-wrap:wrap;
        gap:12px;
    }
    .results-heading h2 {
        font-size:25px;
    }
    .results-heading a {
        margin:0;
    }
    .cc-receipt-grid {
        grid-template-columns:1fr;
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto;
    }
    *,*:before,*:after {
        animation:none!important;
        transition:none!important;
    }
}

@media print {
    .site-header,.site-footer,.finder,.booking-card,.inquiry-section,.tailored {
        display:none;
    }
    .wrap {
        width:100%;
    }
    .detail-layout,.reading-layout {
        display:block;
    }
    .section {
        padding-block:20px;
    }
}

