@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Hammersmith+One&family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400&display=swap');

.ks-page { background: #D8D6CE; color: #211F1A; }
.ks-page *, .ks-page *::before, .ks-page *::after { box-sizing: border-box; }
.ks-page h1, .ks-page h2, .ks-page h3, .ks-page h4 { font-family: "Hammersmith One", Arial, sans-serif; font-weight: 400; }
.ks-page p, .ks-page li, .ks-page a { font-family: Ubuntu, Arial, sans-serif; }

.ks-hero { align-items: end; color: #D8D6CE; display: flex; isolation: isolate; min-height: 520px; overflow: hidden; position: relative; }
.ks-hero > img, .ks-hero > .ks-hero__shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.ks-hero > img { object-fit: cover; z-index: -2; }
.ks-hero > .ks-hero__shade { background: linear-gradient(90deg, rgba(33,31,26,.88) 0%, rgba(33,31,26,.57) 43%, rgba(33,31,26,.16) 76%); z-index: -1; }
.ks-hero__content { padding: 128px 0 68px; }
.ks-breadcrumb { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 36px; }
.ks-breadcrumb a, .ks-breadcrumb span { color: rgba(216,214,206,.82); font-size: .71rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.ks-breadcrumb a:hover { color: #8C7A5E; }
.ks-hero h1 { font-size: clamp(2.3rem, 3.25vw, 3.05rem); letter-spacing: -.025em; line-height: 1.05; margin: 12px 0 20px; max-width: 820px; text-wrap: balance; }
.ks-hero__dek { font-size: clamp(.98rem, 1.3vw, 1.12rem); line-height: 1.7; margin: 0; max-width: 670px; }

.ks-facts { background: #8C7A5E; }
.ks-facts .kc-wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.ks-fact { border-right: 1px solid rgba(33,31,26,.18); min-height: 82px; padding: 20px 24px; }
.ks-fact:first-child { border-left: 1px solid rgba(33,31,26,.18); }
.ks-fact span { color: #8C7A5E; display: block; font-size: .58rem; font-weight: 700; letter-spacing: .14em; margin-bottom: 7px; text-transform: uppercase; }
.ks-fact strong { font-family: "Hammersmith One", Arial, sans-serif; font-size: .94rem; font-weight: 400; line-height: 1.35; }

.ks-section { padding: 88px 0; }
.ks-section--paper { background: #D8D6CE; }
.ks-section--sand { background: #D8D6CE; }
.ks-section--ink { background: #211F1A; color: #D8D6CE; }
.ks-section--compact { padding: 66px 0; }
.ks-section-head { display: grid; gap: 7%; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr); margin-bottom: 42px; }
.ks-section-head h2 { font-size: clamp(2rem, 3.25vw, 3.35rem); letter-spacing: -.02em; line-height: 1.07; margin: 8px 0 0; max-width: 760px; text-wrap: balance; }
.ks-section-head > p { color: #6B685F; font-size: 1rem; line-height: 1.78; margin: 26px 0 0; }
.ks-section--ink .ks-section-head > p { color: rgba(216,214,206,.72); }
.ks-kicker { align-items: center; color: #8C7A5E; display: flex; font-size: .63rem; font-weight: 700; gap: 11px; letter-spacing: .17em; margin: 0; text-transform: uppercase; }
.ks-kicker::before { background: currentColor; content: ""; height: 1px; width: 28px; }

.ks-prose-grid { display: grid; gap: 8%; grid-template-columns: .7fr 1.3fr; }
.ks-prose-grid h2 { font-size: clamp(1.95rem, 3vw, 3rem); line-height: 1.08; margin: 8px 0 0; }
.ks-prose { color: #3A382F; font-size: 1.02rem; line-height: 1.82; }
.ks-prose p { margin: 0 0 20px; }
.ks-prose strong { color: #211F1A; }
.ks-quote { border-left: 2px solid #8C7A5E; color: #3A382F; font: 1.25rem/1.55 Courgette, cursive; margin: 30px 0 0; padding: 8px 0 8px 24px; }

.ks-image-row { display: grid; gap: 14px; grid-template-columns: 1.18fr .82fr 1fr; }
.ks-image-row figure { margin: 0; min-height: 310px; overflow: hidden; position: relative; }
.ks-image-row img { height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.ks-image-row figure:hover img { transform: scale(1.035); }
.ks-image-row figcaption { background: linear-gradient(0deg, rgba(33,31,26,.76), transparent); bottom: 0; color: #D8D6CE; font-size: .76rem; left: 0; padding: 42px 16px 15px; position: absolute; right: 0; }

.ks-choice-grid, .ks-stay-grid, .ks-season-grid, .ks-guide-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.ks-card { background: #D8D6CE; border-top: 2px solid #8C7A5E; min-height: 210px; padding: 26px; }
.ks-card__number { color: #8C7A5E; font: 1.45rem/1 Courgette, cursive; }
.ks-card h3 { font-size: 1.18rem; line-height: 1.25; margin: 18px 0 11px; }
.ks-card p { color: #6B685F; font-size: .91rem; line-height: 1.7; margin: 0; }
.ks-card ul { color: #6B685F; font-size: .89rem; line-height: 1.65; margin: 12px 0 0; padding-left: 18px; }

.ks-stay-card { background: #211F1A; border: 1px solid rgba(216,214,206,.14); min-height: 190px; padding: 26px; }
.ks-stay-card span { color: #8C7A5E; font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ks-stay-card h3 { font-size: 1.2rem; margin: 15px 0 10px; }
.ks-stay-card p { color: rgba(216,214,206,.72); font-size: .9rem; line-height: 1.66; margin: 0; }

.ks-timeline { border-top: 1px solid #8C7A5E; }
.ks-day { display: grid; gap: 34px; grid-template-columns: 125px minmax(0, 1fr) 245px; padding: 34px 0; border-bottom: 1px solid #8C7A5E; }
.ks-day__number { color: #8C7A5E; font-size: .62rem; font-weight: 700; letter-spacing: .16em; padding-top: 6px; text-transform: uppercase; }
.ks-day h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.18; margin: 0 0 12px; }
.ks-day p { color: #6B685F; font-size: .95rem; line-height: 1.72; margin: 0; }
.ks-day__stay { border-left: 1px solid #8C7A5E; color: #6B685F; font-size: .82rem; line-height: 1.55; padding-left: 22px; }
.ks-day__stay span { color: #8C7A5E; display: block; font-size: .55rem; font-weight: 700; letter-spacing: .14em; margin-bottom: 8px; text-transform: uppercase; }

.ks-list-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.ks-list-panel { background: #D8D6CE; border: 1px solid #8C7A5E; padding: 28px; }
.ks-list-panel h3 { font-size: 1.2rem; margin: 0 0 18px; }
.ks-list-panel ul { list-style: none; margin: 0; padding: 0; }
.ks-list-panel li { border-top: 1px solid #D8D6CE; color: #6B685F; font-size: .91rem; line-height: 1.55; padding: 12px 0 12px 22px; position: relative; }
.ks-list-panel li::before { color: #8C7A5E; content: "→"; left: 0; position: absolute; }

.ks-article-layout { display: grid; gap: 7%; grid-template-columns: 240px minmax(0, 760px); justify-content: space-between; }
.ks-toc { align-self: start; border-top: 2px solid #8C7A5E; position: sticky; top: 118px; }
.ks-toc p { color: #8C7A5E; font-size: .6rem; font-weight: 700; letter-spacing: .15em; margin: 20px 0 12px; text-transform: uppercase; }
.ks-toc a { border-top: 1px solid #D8D6CE; color: #3A382F; display: block; font-size: .82rem; line-height: 1.4; padding: 11px 0; text-decoration: none; }
.ks-toc a:hover { color: #8C7A5E; }
.ks-article-body section { scroll-margin-top: 120px; }
.ks-article-body section + section { border-top: 1px solid #D8D6CE; margin-top: 42px; padding-top: 42px; }
.ks-article-body h2 { font-size: clamp(1.65rem, 2.5vw, 2.45rem); line-height: 1.14; margin: 0 0 17px; }
.ks-article-body h3 { font-size: 1.15rem; margin: 25px 0 10px; }
.ks-article-body p, .ks-article-body li { color: #3A382F; font-size: 1rem; line-height: 1.82; }
.ks-article-body ul { padding-left: 20px; }
.ks-note { background: #D8D6CE; border-left: 3px solid #8C7A5E; margin: 28px 0; padding: 22px 24px; }
.ks-note strong { display: block; font-family: "Hammersmith One", Arial, sans-serif; margin-bottom: 6px; }

.ks-month-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); margin-top: 24px; }
.ks-month { background: #D8D6CE; border: 1px solid #D8D6CE; padding: 18px; }
.ks-month strong { display: block; font-family: "Hammersmith One", Arial, sans-serif; margin-bottom: 7px; }
.ks-month span { color: #6B685F; font-size: .84rem; line-height: 1.55; }

.ks-faq { border-top: 1px solid #D8D6CE; }
.ks-faq details { border-bottom: 1px solid #D8D6CE; }
.ks-faq summary { cursor: pointer; font: 1rem/1.4 "Hammersmith One", Arial, sans-serif; list-style: none; padding: 19px 44px 19px 0; position: relative; }
.ks-faq summary::after { color: #8C7A5E; content: "+"; position: absolute; right: 4px; }
.ks-faq details[open] summary::after { content: "−"; }
.ks-faq details p { color: #6B685F; font-size: .92rem; line-height: 1.7; margin: 0; padding: 0 35px 20px 0; }

.ks-sources { color: rgba(216,214,206,.72); font-size: .88rem; line-height: 1.7; }
.ks-sources a { color: #8C7A5E; }
.ks-related { background: #211F1A; color: #D8D6CE; padding: 74px 0; }
.ks-related h2 { font-size: clamp(1.9rem, 3vw, 3rem); margin: 10px 0 28px; }
.ks-related__links { display: grid; gap: 13px; grid-template-columns: repeat(2, 1fr); }
.ks-related a { align-items: center; border: 1px solid rgba(216,214,206,.22); color: #D8D6CE; display: flex; font-family: "Hammersmith One", Arial, sans-serif; font-size: .98rem; justify-content: space-between; min-height: 82px; padding: 18px 20px; text-decoration: none; }
.ks-related a:hover { border-color: #8C7A5E; color: #D8D6CE; }

@media (max-width: 900px) {
  .ks-section-head, .ks-prose-grid { gap: 30px; grid-template-columns: 1fr; }
  .ks-section-head > p { margin-top: 0; max-width: 680px; }
  .ks-choice-grid, .ks-stay-grid, .ks-season-grid, .ks-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .ks-day { grid-template-columns: 90px minmax(0, 1fr); }
  .ks-day__stay { border-left: 0; grid-column: 2; padding-left: 0; }
  .ks-article-layout { gap: 45px; grid-template-columns: 190px minmax(0, 1fr); }
}

@media (max-width: 720px) {
  .ks-hero { min-height: 480px; }
  .ks-hero__content { padding: 102px 0 54px; }
  .ks-breadcrumb { margin-bottom: 24px; }
  .ks-hero h1 { font-size: clamp(2.1rem, 9vw, 2.85rem); line-height: 1.04; max-width: 94%; }
  .ks-hero__dek { font-size: .94rem; line-height: 1.62; max-width: 94%; }
  .ks-facts .kc-wrap { grid-template-columns: 1fr; }
  .ks-fact, .ks-fact:first-child { border-bottom: 1px solid rgba(33,31,26,.18); border-left: 0; border-right: 0; min-height: auto; padding: 14px 0; }
  .ks-fact:last-child { border-bottom: 0; }
  .ks-section { padding: 66px 0; }
  .ks-section--compact { padding: 54px 0; }
  .ks-section-head { margin-bottom: 30px; }
  .ks-section-head h2, .ks-prose-grid h2 { font-size: clamp(1.8rem, 8vw, 2.5rem); }
  .ks-prose { font-size: .96rem; }
  .ks-choice-grid, .ks-stay-grid, .ks-season-grid, .ks-guide-grid, .ks-list-grid, .ks-related__links { grid-template-columns: 1fr; }
  .ks-card, .ks-stay-card { min-height: auto; }
  .ks-image-row { grid-template-columns: 1fr; }
  .ks-image-row figure { min-height: 245px; }
  .ks-day { gap: 12px; grid-template-columns: 1fr; padding: 27px 0; }
  .ks-day__stay { grid-column: 1; }
  .ks-article-layout { grid-template-columns: 1fr; }
  .ks-toc { position: static; }
  .ks-month-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .ks-hero { min-height: 450px; }
  .ks-hero h1 { font-size: clamp(1.95rem, 8.6vw, 2.45rem); }
  .ks-hero__dek { font-size: .9rem; }
  .ks-section { padding: 56px 0; }
  .ks-card, .ks-stay-card, .ks-list-panel { padding: 22px; }
}

/* Shared enquiry panel for the Kenya, Tanzania and Uganda itinerary libraries. */
.ks-enquiry { color: #D8D6CE; }
.ks-enquiry__grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:clamp(34px,6vw,86px); align-items:start; }
.ks-enquiry h2 { color:#D8D6CE; font-size:clamp(2rem,3.6vw,3.35rem); line-height:1.08; margin:0 0 18px; }
.ks-enquiry > .kc-wrap > div > p:last-child { color:rgba(216,214,206,.78); font-size:1.02rem; line-height:1.75; max-width:520px; }
.ks-enquiry__form { background:#D8D6CE; color:#211F1A; display:grid; gap:16px; padding:clamp(22px,3vw,38px); }
.ks-enquiry__form label { display:grid; color:#8C7A5E; font-family:Ubuntu,Arial,sans-serif; font-size:.74rem; font-weight:700; gap:7px; letter-spacing:.06em; text-transform:uppercase; }
.ks-enquiry__form input,.ks-enquiry__form select,.ks-enquiry__form textarea { appearance:none; background:#D8D6CE; border:1px solid #8C7A5E; border-radius:0; color:#211F1A; font:400 1rem/1.4 Ubuntu,Arial,sans-serif; min-height:46px; padding:11px 12px; text-transform:none; }
.ks-enquiry__form textarea { min-height:116px; resize:vertical; }
.ks-enquiry__form input:focus,.ks-enquiry__form select:focus,.ks-enquiry__form textarea:focus { border-color:#8C7A5E; outline:2px solid rgba(140,122,94,.22); outline-offset:1px; }
.ks-enquiry__two { display:grid; gap:14px; grid-template-columns:1fr 1fr; }
.ks-enquiry__form button { background:#8C7A5E; border:1px solid #8C7A5E; color:#D8D6CE; cursor:pointer; font:700 .75rem/1 Ubuntu,Arial,sans-serif; justify-self:start; letter-spacing:.1em; padding:15px 19px; text-transform:uppercase; }
.ks-enquiry__form button:hover { background:#8C7A5E; border-color:#8C7A5E; }
.ks-enquiry__form > p { color:#8C7A5E; font:400 .78rem/1.45 Ubuntu,Arial,sans-serif; margin:0; text-transform:none; }
.ks-enquiry__status { background:#D8D6CE; color:#211F1A; font:600 .92rem/1.5 Ubuntu,Arial,sans-serif; margin:0 0 14px; padding:13px 15px; }
@media (max-width:720px){.ks-enquiry__grid,.ks-enquiry__two{grid-template-columns:1fr}.ks-enquiry__form{padding:22px}.ks-enquiry__form button{width:auto}}
