:root {
  --pb-orange: #80694b;
  --pb-beige: #eadcc6;
  --pb-ink: #241f1d;
  --pb-paper: #f8f3e9;
  --pb-muted: #6c625d;
  --pb-line: rgba(68, 7, 9, .2);
}

body[data-pointblank-view="hub"],
body[data-pointblank-view="programme"] {
  background: var(--pb-paper);
  font-size: 16px;
  font-kerning: normal;
  font-optical-sizing: auto;
}

.pb-page-lang { display: inline-flex; min-height: 38px; align-items: center; border: 1px solid var(--line); }
.pb-page-lang a { min-width: 42px; min-height: 36px; display: grid; place-items: center; color: var(--burgundy); font-size: .67rem; font-weight: 700; text-decoration: none; }
.pb-page-lang a[aria-current="page"] { background: var(--burgundy); color: var(--cream); }
.pb-page-language select { max-width: 170px; }
.pb-mobile-panel { display: none; }
.pb-mobile-panel[hidden],
.pb-mobile-panel[hidden] > a::after { display: none !important; content: none !important; }

.pb-shell { overflow: hidden; color: var(--pb-ink); }
.pb-section { padding: clamp(72px, 8vw, 124px) 6vw; }
.pb-wrap { width: min(1180px, 100%); margin-inline: auto; }
.pb-narrow { width: min(780px, 100%); margin-inline: auto; }
.pb-kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--burgundy);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.pb-kicker::before { width: 34px; height: 2px; background: var(--pb-orange); content: ""; }
.pb-shell h1,
.pb-shell h2,
.pb-shell h3 { text-wrap: balance; }
.pb-shell h1 {
  max-width: 960px;
  margin: 0;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: var(--guga-type-h1, clamp(3.5rem, 5vw, 4.25rem));
  font-weight: 400;
  letter-spacing: -.025em !important;
  line-height: 1.02;
}
.pb-shell h2 {
  margin: 0;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: var(--guga-type-h2, clamp(2.25rem, 3.2vw, 2.75rem));
  font-weight: 400;
  letter-spacing: -.02em !important;
  line-height: 1.1;
}
.pb-shell h3 {
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: var(--guga-type-h3, clamp(1.375rem, 1.7vw, 1.625rem));
  font-weight: 400;
  letter-spacing: -.012em !important;
  line-height: 1.22;
}

html[dir="rtl"] .pb-kicker { flex-direction: row-reverse; justify-content: flex-end; }
html[dir="rtl"] .pb-card-actions a,
html[dir="rtl"] .pb-article-link,
html[dir="rtl"] .pb-button,
html[dir="rtl"] .pb-button-secondary { flex-direction: row-reverse; }
html[lang="ar"] .pb-kicker,
html[lang="hi"] .pb-kicker,
html[lang="zh-CN"] .pb-kicker { letter-spacing: 0; text-transform: none; }
html[lang="ar"] .pb-shell { line-height: 1.85; }
html[lang="ar"] .pb-shell h1 { max-width: 18ch; line-height: 1.2; }
html[lang="ar"] .pb-shell h2 { max-width: 28ch; line-height: 1.28; }
html[lang="ar"] .pb-shell h3 { max-width: 36ch; line-height: 1.38; }
html[lang="hi"] .pb-shell h1 { line-height: 1.16; }
html[lang="hi"] .pb-shell h2 { line-height: 1.24; }
html[lang="hi"] .pb-shell h3 { line-height: 1.34; }
html[lang="zh-CN"] .pb-shell { line-break: strict; word-break: normal; }
html[lang="zh-CN"] .pb-shell h1 { max-width: 13em; }
html[lang="zh-CN"] [lang="en"] { word-break: keep-all; }
.pb-lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: #514844;
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.68;
}
.pb-fineprint { color: var(--pb-muted); font-size: 1rem; line-height: 1.65; }
.pb-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pb-button,
.pb-button-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px;
  border: 1px solid var(--burgundy);
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.pb-button { background: var(--burgundy); }
.pb-button-secondary { background: transparent; color: var(--burgundy); }
.pb-button:hover,
.pb-button-secondary:hover { transform: translateY(-2px); }
.pb-button-secondary:hover { background: var(--burgundy); color: white; }
.pb-button:focus-visible,
.pb-button-secondary:focus-visible,
.pb-card a:focus-visible,
.pb-toc a:focus-visible,
.pb-article-link:focus-visible,
.pb-crumbs a:focus-visible,
.pb-faq summary:focus-visible { outline: 3px solid var(--pb-orange); outline-offset: 4px; }

.pb-hero { position: relative; padding-top: clamp(132px, 16vw, 210px); background: linear-gradient(118deg, #fbf7ef 0 72%, #eee4d6 72%); }
.pb-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr); gap: clamp(36px, 7vw, 100px); align-items: end; }
.pb-hero-media { position: relative; min-height: 540px; overflow: hidden; background: var(--wine-dark); }
.pb-hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(41, 4, 5, .72));
  content: "";
}
.pb-hero-media img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.pb-hero-stamp {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 118px;
  min-height: 118px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 50%;
  background: var(--pb-beige);
  color: var(--wine-dark);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-6deg);
}
.pb-trustbar { border-block: 1px solid var(--pb-line); background: #fffaf2; }
.pb-trustbar-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pb-trustbar-item { min-height: 116px; padding: 24px; border-inline-end: 1px solid var(--pb-line); }
.pb-trustbar-item:last-child { border-inline-end: 0; }
.pb-trustbar-item small { display: block; margin-bottom: 9px; color: var(--pb-muted); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.pb-trustbar-item b { color: var(--wine-dark); font-size: .96rem; line-height: 1.4; }
.pb-hub-overview { background: #f1e7d8; }
.pb-hub-overview-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(42px, 8vw, 112px); align-items: start; }
.pb-hub-overview-grid > div > p:not(.pb-kicker) { max-width: 68ch; margin: 24px 0 0; color: var(--pb-muted); font-size: 1.08rem; line-height: 1.72; }
.pb-hub-overview-grid aside { padding: 28px; border: 1px solid var(--pb-line); background: #fffaf2; }
.pb-hub-overview-grid ol { display: grid; gap: 0; margin: 0; padding: 0; counter-reset: hub-question; list-style: none; }
.pb-hub-overview-grid li { position: relative; min-height: 68px; padding-block: 18px; padding-inline-start: 46px; border-bottom: 1px solid var(--pb-line); color: var(--wine-dark); line-height: 1.45; counter-increment: hub-question; }
.pb-hub-overview-grid li::before { position: absolute; inset-inline-start: 0; color: var(--pb-orange); font-family: var(--serif); content: "0" counter(hub-question); }
.pb-hub-overview-grid aside p { margin: 24px 0 0; color: var(--pb-muted); font-size: .86rem; line-height: 1.65; }

.pb-section-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(280px, .55fr); gap: 48px; align-items: end; margin-bottom: 50px; }
.pb-section-head p { margin: 0; color: var(--pb-muted); font-size: 1.0625rem; line-height: 1.7; }
.pb-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pb-line); border-inline-start: 1px solid var(--pb-line); }
.pb-card { display: flex; min-width: 0; flex-direction: column; border-inline-end: 1px solid var(--pb-line); border-bottom: 1px solid var(--pb-line); background: #fffaf2; }
.pb-card-media { aspect-ratio: 16 / 9; overflow: hidden; background: #ddd1c1; }
.pb-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pb-card:hover .pb-card-media img { transform: scale(1.025); }
.pb-card-copy { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.pb-card-number { margin: 0 0 22px; color: var(--pb-orange); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.pb-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 400; line-height: 1.08; }
.pb-card-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; margin: 18px 0 0; color: var(--pb-muted); font-size: .875rem; }
.pb-card-summary { margin: 16px 0 0; color: #514844; font-size: 1rem; line-height: 1.62; }
.pb-card-actions { margin-top: auto; padding-top: 24px; }
.pb-card-actions > a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 14px; color: var(--burgundy); font-size: .875rem; font-weight: 700; text-decoration: none; }
.pb-card-actions > a > span:first-child { text-decoration: underline; text-decoration-color: rgba(68,7,9,.35); text-underline-offset: 5px; }
.pb-card-actions > a > span:last-child { min-width: 44px; min-height: 44px; display: grid; flex: 0 0 44px; place-items: center; border: 1px solid var(--burgundy); background: var(--burgundy); color: #fff; }

.pb-decision-strip { background: var(--wine-dark); color: #fff; }
.pb-decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pb-decision-item { min-height: 250px; padding: clamp(26px, 4vw, 48px); border-inline-end: 1px solid rgba(255,255,255,.22); }
.pb-decision-item:last-child { border: 0; }
.pb-decision-item span { display: block; margin-bottom: 44px; color: var(--pb-orange); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pb-decision-item h2,
.pb-decision-item h3 { color: #fff; }
.pb-decision-item h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.6rem); font-weight: 400; }
.pb-decision-item p { margin: 14px 0 0; color: rgba(255,255,255,.8); font-size: 1.0625rem; line-height: 1.7; }

.pb-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 46px; border-top: 1px solid var(--pb-line); }
.pb-step { padding: 28px 24px 28px 0; border-bottom: 1px solid var(--pb-line); }
.pb-step + .pb-step { padding-inline-start: 24px; border-inline-start: 1px solid var(--pb-line); }
.pb-step span { display: block; margin-bottom: 30px; color: var(--pb-orange); font-family: var(--serif); font-size: 1.6rem; }
.pb-step h3 { margin: 0; font-size: 1rem; }
.pb-step p { margin: 12px 0 0; color: var(--pb-muted); font-size: 1rem; line-height: 1.65; }
.pb-source-note { margin-top: 34px; padding: 22px 24px; border-inline-start: 3px solid var(--pb-orange); background: rgba(255,255,255,.54); }
.pb-source-note p { margin: 0; color: var(--pb-muted); font-size: 1rem; line-height: 1.65; }

.pb-crumbs { padding: 126px 6vw 0; background: #fbf7ef; }
.pb-crumbs ol { width: min(1180px, 100%); display: flex; flex-wrap: wrap; gap: 10px; margin: 0 auto; padding: 0; list-style: none; color: var(--pb-muted); font-size: .75rem; }
.pb-crumbs li:not(:last-child)::after { margin-inline-start: 8px; content: "/"; }
.pb-crumbs a { color: var(--burgundy); }
.pb-programme-hero { padding-top: 42px; }
.pb-programme-hero .pb-hero-grid { align-items: start; }
.pb-programme-hero .pb-kicker::before { display: none; content: none; }
.pb-programme-hero h1 { max-width: 20ch; }
body[data-pointblank-view="programme"] .pb-crumbs,
body[data-pointblank-view="programme"] .pb-programme-hero { padding-inline: 5.3vw; }
body[data-pointblank-view="programme"] .pb-crumbs ol,
body[data-pointblank-view="programme"] .pb-programme-hero > .pb-wrap {
  width: 100%;
  margin-inline: 0;
}
.pb-programme-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.pb-programme-tags li { padding: 8px 11px; border: 1px solid var(--pb-line); color: var(--pb-muted); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }

.pb-content-grid { display: grid; grid-template-columns: 220px minmax(0, 70ch); gap: clamp(44px, 8vw, 110px); align-items: start; }
.pb-toc { position: sticky; top: 104px; min-width: 0; }
.pb-toc strong { display: block; margin-bottom: 14px; color: var(--wine-dark); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.pb-toc a { display: block; padding: 10px 0; border-bottom: 1px solid var(--pb-line); color: var(--pb-muted); font-size: .875rem; text-decoration: none; }
.pb-article { min-width: 0; max-width: 70ch; font-size: 1.125rem; }
.pb-article section + section { margin-top: 78px; }
.pb-article h2 { margin-bottom: 24px; }
.pb-article h3 { margin: 36px 0 12px; }
.pb-article .pb-article-intro { color: #3d3633; font-size: 1.25rem; line-height: 1.62; }
.pb-article p,
.pb-article li { color: #403936; font-size: inherit; line-height: 1.7; }
.pb-article p { margin: 0 0 18px; }
.pb-article ul { padding-inline-start: 20px; }
.pb-article li + li { margin-top: 9px; }
.pb-article .pb-fineprint,
.pb-article .pb-source-note p { font-size: 1rem; line-height: 1.65; }
.pb-fact-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; border: 1px solid var(--pb-line); background: #fffaf2; }
.pb-fact-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.pb-fact-table th,
.pb-fact-table td { padding: 16px 18px; border-bottom: 1px solid var(--pb-line); text-align: start; vertical-align: top; }
.pb-fact-table th { color: var(--burgundy); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.pb-fact-table td { color: #403936; font-size: 1rem; line-height: 1.55; }
.pb-fact-table tr:last-child td { border: 0; }
.pb-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.pb-checklist li { position: relative; margin: 0; padding: 18px 18px 18px 44px; border: 1px solid var(--pb-line); background: #fffaf2; }
.pb-checklist li::before { position: absolute; top: 20px; left: 18px; color: var(--pb-orange); font-weight: 700; content: "✓"; }
.pb-module-list { display: grid; gap: 10px; }
.pb-module-list details,
.pb-faq details { border: 1px solid var(--pb-line); background: #fffaf2; }
.pb-module-list summary,
.pb-faq summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; color: var(--wine-dark); font-weight: 700; cursor: pointer; list-style: none; }
.pb-module-list summary::after,
.pb-faq summary::after { color: var(--pb-orange); content: "+"; }
.pb-module-list details[open] summary::after,
.pb-faq details[open] summary::after { content: "−"; }
.pb-module-list ul { margin: 0; padding: 0 38px 22px; }
.pb-faq { display: grid; gap: 10px; }
.pb-faq p { margin: 0; padding: 0 18px 20px; }
.pb-articles { display: grid; gap: 10px; }
.pb-article-link { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; min-height: 74px; padding: 18px 20px; border: 1px solid var(--pb-line); background: #fffaf2; color: var(--wine-dark); font-weight: 600; text-decoration: none; }
.pb-article-link span:last-child { color: var(--pb-orange); }
.pb-related-programmes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.pb-related-programmes a { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 20px; border: 1px solid var(--pb-line); background: #fffaf2; color: var(--wine-dark); font-family: var(--serif); font-size: 1.05rem; line-height: 1.3; text-decoration: none; }
.pb-related-programmes small { color: var(--burgundy); font-family: var(--sans); font-size: .72rem; font-weight: 700; }
.pb-related-programmes a:hover { border-color: var(--burgundy); }
.pb-inline-cta { padding: clamp(28px, 5vw, 50px); background: var(--burgundy); color: #fff; }
.pb-inline-cta h2,
.pb-inline-cta p { color: #fff; }
.pb-inline-cta p { max-width: 660px; color: rgba(255,255,255,.78); }
.pb-inline-cta .pb-button { border-color: var(--cream); background: var(--cream); color: var(--burgundy); }

.pb-country-feature {
  --pb-premium-beige: #eadcc6;
  --pb-premium-beige-ink: #80694b;
  position: relative;
  overflow: hidden;
  padding-block: clamp(76px, 8vw, 116px);
  border-block: 1px solid rgba(255,255,255,.14);
  background: var(--wine-dark);
  color: #fff;
}
.pb-country-feature::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--pb-premium-beige);
  content: "";
}
.pb-country-feature .pb-section-head { margin-bottom: 38px; }
.pb-country-feature .pb-country-feature-head { grid-template-columns: minmax(0, 1fr); }
.pb-country-feature .pb-section-head h2 { color: #fff; }
.pb-country-feature .pb-kicker { color: var(--pb-premium-beige); }
.pb-country-feature .pb-kicker::before { background: var(--pb-premium-beige); }
.pb-catalogue-anchor { position: relative; top: -92px; display: block; width: 1px; height: 1px; }
.pb-recommendation-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 0 0 22px;
  scrollbar-color: var(--pb-premium-beige) rgba(255,255,255,.16);
  scrollbar-width: thin;
  scroll-padding-inline: 1px;
  scroll-snap-type: x proximity;
}
.pb-recommendation-rail::-webkit-scrollbar { height: 7px; }
.pb-recommendation-rail::-webkit-scrollbar-track { background: rgba(255,255,255,.16); }
.pb-recommendation-rail::-webkit-scrollbar-thumb { background: var(--pb-premium-beige); }
.pb-recommendation-rail:focus-visible { outline: 3px solid var(--pb-premium-beige); outline-offset: 8px; }
.pb-recommendation-rail .pb-card {
  flex: 0 0 clamp(310px, 30vw, 382px);
  border: 0;
  background: #fffaf2;
  scroll-snap-align: start;
}
.pb-recommendation-rail .pb-card-media { aspect-ratio: 1.65 / 1; }
.pb-recommendation-rail .pb-card-copy { padding: 24px; }
.pb-recommendation-rail .pb-card h3 { color: var(--wine-dark); font-size: clamp(1.5rem, 2.2vw, 1.95rem); }
.pb-recommendation-rail .pb-card-number { margin-bottom: 18px; color: var(--pb-premium-beige-ink); }
.pb-country-feature-footer { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between; margin-top: 30px; }
.pb-country-feature-footer p { max-width: 670px; margin: 0; color: var(--pb-muted); line-height: 1.7; }
.pb-country-feature .pb-actions { margin-top: 0; }
.pb-country-feature .pb-button { border-color: var(--pb-orange); background: var(--pb-orange); color: var(--wine-dark); }
.pb-country-feature .pb-button-secondary { border-color: rgba(255,255,255,.66); color: #fff; }
.pb-country-feature .pb-button-secondary:hover { border-color: #fff; background: #fff; color: var(--wine-dark); }
.pb-country-feature-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 4vw, 46px);
}
.pb-country-feature .pb-country-feature-hub-cta {
  width: min(100%, 420px);
  min-height: 56px;
  justify-content: center;
  border-color: var(--pb-premium-beige);
  background: var(--pb-premium-beige);
  color: var(--wine-dark);
  text-align: center;
}
.pb-country-feature .pb-country-feature-hub-cta:hover {
  border-color: #fffaf2;
  background: #fffaf2;
}
.pb-country-feature .pb-country-feature-hub-cta:focus-visible { outline-color: #fffaf2; }

body[data-page="destinations"][data-country] .country-uk-catalogue-tools > .pb-premium-filter {
  grid-column: 1 / -1;
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border-top: 1px solid var(--line);
  background: rgba(68,7,9,.035);
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
body[data-page="destinations"][data-country] .country-uk-catalogue-tools > .pb-premium-filter:hover,
body[data-page="destinations"][data-country] .country-uk-catalogue-tools > .pb-premium-filter[data-selected] { background: rgba(68,7,9,.09); }
body[data-page="destinations"][data-country] .country-uk-catalogue-tools .pb-premium-filter input {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 24px;
  place-content: center;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 2px solid var(--burgundy);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
body[data-page="destinations"][data-country] .country-uk-catalogue-tools .pb-premium-filter input::before {
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  color: #fff;
  content: "";
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform .16s ease-out;
}
body[data-page="destinations"][data-country] .country-uk-catalogue-tools .pb-premium-filter input:checked { background: var(--burgundy); }
body[data-page="destinations"][data-country] .country-uk-catalogue-tools .pb-premium-filter input:checked::before { transform: rotate(45deg) scale(1); }
body[data-page="destinations"][data-country] .country-uk-catalogue-tools .pb-premium-filter input:focus-visible { outline: 3px solid var(--pb-orange); outline-offset: 3px; }
body[data-page="destinations"][data-country] .country-uk-catalogue-tools .pb-premium-filter-copy {
  display: grid;
  gap: 3px;
  color: var(--ink);
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}
body[data-page="destinations"][data-country] .pb-premium-filter-copy strong { color: var(--burgundy); font-size: .84rem; }
body[data-page="destinations"][data-country] .pb-premium-filter-copy small { color: #625651; font-size: .73rem; }

.country-uk-course-card[data-pointblank-catalogue-card] { border-top-color: var(--pb-orange); }
.country-uk-course-card[data-pointblank-catalogue-card] .country-uk-course-visual { background: #ded2c3; }
.country-uk-course-card[data-pointblank-catalogue-card] .country-uk-course-visual img { width: 100%; height: 100%; object-fit: cover; }
.country-uk-course-card[data-pointblank-catalogue-card] .country-uk-card-index small { color: var(--burgundy); }
.country-uk-course-card[data-pointblank-catalogue-card] .pb-catalogue-card-summary {
  margin: 14px 0 0;
  color: #514844;
  font-size: .92rem;
  line-height: 1.62;
}
.country-uk-course-card[data-pointblank-catalogue-card] .country-uk-card-actions a { color: var(--burgundy); font-weight: 700; }

.pb-article-bridge { border-block: 1px solid var(--pb-line); background: #f5eee3; }
.pb-article-bridge .pb-section-head { margin-bottom: 36px; }
.pb-article-bridge .pb-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pb-article-bridge .pb-card { background: #fffaf2; }
.pb-article-bridge .pb-card-media { aspect-ratio: 2.25 / 1; }
.pb-article-bridge-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; }
.pb-article-bridge-links a { color: var(--burgundy); font-size: .82rem; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(68,7,9,.3); text-underline-offset: 5px; }

body[data-pointblank-view] .site-footer[data-seo-shell] .footer-links a { min-width: 0; overflow-wrap: anywhere; }

@media (min-width: 981px) {
  body[data-pointblank-view="hub"] .pb-hero { padding-top: clamp(126px, 12vw, 174px); }
  body[data-pointblank-view="hub"] .pb-hero-grid { align-items: start; }
}

@media (max-width: 980px) {
  body.pb-menu-open { overflow: hidden; }
  .pb-mobile-panel[data-open] {
    position: fixed;
    inset: 82px 0 0;
    z-index: 78;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    gap: 0;
    padding: 24px 6vw 42px;
    background: var(--cream);
    border-top: 1px solid var(--line);
  }
  .pb-mobile-panel > a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    color: var(--wine-dark);
    font-family: var(--serif);
    font-size: 1.42rem;
    text-decoration: none;
  }
  .pb-mobile-panel > a::after { color: var(--pb-orange); font-family: var(--sans); font-size: .9rem; content: "↗"; }
  .pb-mobile-panel .pb-page-language { align-self: flex-start; margin-top: 24px; font-family: var(--sans); }
  .pb-hero-grid,
  .pb-section-head,
  .pb-hub-overview-grid { grid-template-columns: 1fr; }
  .pb-hero-media { width: min(620px, 100%); min-height: 420px; }
  .pb-hero-media img { min-height: 420px; }
  .pb-card-grid,
  .pb-article-bridge .pb-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pb-recommendation-rail .pb-card { flex-basis: min(360px, 76vw); }
  .pb-trustbar-grid,
  .pb-steps { grid-template-columns: repeat(2, 1fr); }
  .pb-trustbar-item:nth-child(2) { border-inline-end: 0; }
  .pb-trustbar-item:nth-child(-n+2) { border-bottom: 1px solid var(--pb-line); }
  .pb-content-grid { grid-template-columns: minmax(0, 1fr); }
  .pb-toc { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
  .pb-toc strong { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body[data-pointblank-view] .desktop-nav,
  body[data-pointblank-view] .careers-header-button,
  body[data-pointblank-view] .header-actions > .button { display: none !important; }
  body[data-pointblank-view] .site-header,
  body[data-pointblank-view] .header-actions,
  body[data-pointblank-view] .site-footer,
  body[data-pointblank-view] .footer-links,
  body[data-pointblank-view] .footer-links > div,
  body[data-pointblank-view] .footer-links a { min-width: 0; max-width: 100%; }
  body[data-pointblank-view] .footer-links a { overflow-wrap: anywhere; }
  .pb-section { padding-inline: 20px; }
  .pb-hero { padding-top: 118px; }
  .pb-shell h1 {
    font-size: var(--guga-type-h1-mobile, clamp(2.375rem, 10.5vw, 2.75rem));
    letter-spacing: -.02em !important;
    line-height: 1.04;
  }
  .pb-shell h2 {
    font-size: var(--guga-type-h2-mobile, clamp(1.75rem, 8vw, 2.125rem));
    letter-spacing: -.015em !important;
    line-height: 1.12;
  }
  .pb-shell h3 {
    font-size: var(--guga-type-h3-mobile, clamp(1.25rem, 5.6vw, 1.4375rem));
    line-height: 1.25;
  }
  .pb-lede { font-size: 1rem; }
  .pb-hub-overview-grid aside { padding: 20px; }
  .pb-hero-media,
  .pb-hero-media img { min-height: 350px; }
  .pb-hero-stamp { width: 94px; min-height: 94px; font-size: .75rem; }
  .pb-trustbar-grid,
  .pb-card-grid,
  .pb-article-bridge .pb-card-grid,
  .pb-decision-grid,
  .pb-steps,
  .pb-checklist,
  .pb-related-programmes { grid-template-columns: 1fr; }
  .pb-trustbar-item,
  .pb-trustbar-item:nth-child(2),
  .pb-decision-item { border-inline-end: 0; border-bottom: 1px solid var(--pb-line); }
  .pb-trustbar-item:last-child,
  .pb-decision-item:last-child { border-bottom: 0; }
  .pb-step + .pb-step { padding-inline-start: 0; border-inline-start: 0; }
  .pb-toc { grid-template-columns: 1fr; }
  .pb-programme-hero { padding-top: 38px; }
  .pb-crumbs { padding-top: 108px; padding-inline: 20px; }
  body[data-pointblank-view="programme"] .pb-crumbs,
  body[data-pointblank-view="programme"] .pb-programme-hero { padding-inline: 18px; }
  body[data-pointblank-view="programme"] .pb-crumbs ol {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    white-space: nowrap;
  }
  body[data-pointblank-view="programme"] .pb-crumbs li,
  body[data-pointblank-view="programme"] .pb-crumbs a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  body[data-pointblank-view="programme"] .pb-crumbs ol::-webkit-scrollbar { display: none; }
  .pb-fact-table th,
  .pb-fact-table td { padding: 13px; }
  .pb-recommendation-rail .pb-card { flex-basis: 86vw; }
  .pb-recommendation-rail .pb-card-actions { padding-right: 48px; }
  .pb-country-feature .pb-actions a span:last-child { margin-right: 46px; }
  body[data-page="destinations"][data-country] .country-uk-catalogue-tools > .pb-premium-filter { min-height: 72px; padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .pb-shell,
  .pb-country-feature,
  .pb-article-bridge { scroll-behavior: auto; }
  .pb-shell *,
  .pb-shell *::before,
  .pb-shell *::after,
  .pb-country-feature *,
  .pb-country-feature *::before,
  .pb-country-feature *::after,
  .pb-article-bridge *,
  .pb-article-bridge *::before,
  .pb-article-bridge *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media print {
  body[data-pointblank-view] .site-header,
  body[data-pointblank-view] .site-footer,
  body[data-pointblank-view] .pb-mobile-panel,
  .pb-shell .pb-actions,
  .pb-shell .pb-toc { display: none !important; }
  .pb-section { padding: 28px 0; }
  .pb-content-grid { display: block; }
}
