@font-face {
	font-family: "Alfa Slab One";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../assets/fonts/alfa-slab-one/alfa-slab-one-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Elms Sans";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../assets/fonts/elms-sans/elms-sans-latin.woff2") format("woff2");
}

:root {
	--ink: #152128;
	--blue: #0c4264;
	--blue-bright: #086c9f;
	--ivory: #f6f0e5;
	--paper: #fffdf9;
	--sage: #8c9a82;
	--line: rgba(21, 33, 40, .15);
	--display: "Alfa Slab One", Rockwell, Georgia, serif;
	--condensed: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	--sans: "Elms Sans", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; font-size: .69rem; font-weight: 800; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; border-top: 1px solid currentColor; margin: 0 12px 3px 0; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; font-weight: 400; }
h2 { margin-bottom: 28px; font-family: var(--display); font-size: clamp(3rem, 6vw, 5.7rem); text-transform: uppercase; letter-spacing: -.035em; }
h2 em { color: var(--blue-bright); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-width: 210px; padding: 17px 22px; border: 1px solid transparent; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: .25s ease; }
.button span { font-size: 1.2rem; line-height: 1; }
.button-primary { color: #fff; background: var(--blue-bright); }
.button-primary:hover { background: var(--blue); transform: translateY(-2px); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { color: #fff; background: var(--ink); }
.button-ivory { color: var(--blue); background: var(--ivory); }
.button-ivory:hover { background: #fff; }
.text-link { display: inline-flex; gap: 24px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid; font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.text-link.light { color: #fff; }
.centered { margin-top: 55px; text-align: center; }

.site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.28); transition: .25s; }
.site-header.is-scrolled { position: fixed; color: var(--ink); background: rgba(255,253,249,.96); box-shadow: 0 5px 25px rgba(0,0,0,.07); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; min-height: 92px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; line-height: .9; }
.brand-mark { display: block; width: 74px; height: 44px; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.site-header:not(.is-scrolled) .brand-mark img, .brand-light .brand-mark img { filter: brightness(0) invert(1); }
.brand strong, .brand em { display: block; font-family: var(--condensed); font-style: normal; font-size: .91rem; letter-spacing: .035em; }
.brand em { margin-top: 5px; color: #62b1d6; font-size: 1.13rem; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; font-size: .77rem; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; border-top: 2px solid; transform: scaleX(0); transition: .2s; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.header-cta { margin-left: 34px; padding: 13px 17px; border: 1px solid currentColor; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.menu-toggle { display: none; padding: 12px; border: 0; background: transparent; color: inherit; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; margin: 5px 0; border-top: 2px solid; }

.hero { position: relative; min-height: 780px; height: 96vh; color: #fff; overflow: hidden; background: #233c44; }
.hero-image { position: absolute; inset: 0; background: url("../assets/images/real/hero-lion-tree.webp") 52% center / cover no-repeat; transform: scale(1.015); animation: hero-in 1.4s ease both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,28,41,.73) 0%, rgba(6,28,41,.26) 48%, rgba(6,28,41,.05) 75%), linear-gradient(0deg, rgba(5,20,29,.42), transparent 50%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 75px; }
.hero h1 { max-width: 760px; margin: 0 0 24px; font-family: var(--display); font-size: clamp(4.6rem, 10vw, 8.8rem); letter-spacing: -.045em; text-transform: uppercase; text-shadow: 0 3px 30px rgba(0,0,0,.15); }
.hero h1 span { color: #80cae6; font-family: Georgia, serif; font-size: .82em; font-style: italic; font-weight: 400; text-transform: none; }
.hero-copy { max-width: 480px; margin-bottom: 35px; font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.scroll-cue { position: absolute; z-index: 2; right: 35px; bottom: 38px; display: flex; align-items: center; gap: 15px; font-size: .63rem; text-transform: uppercase; letter-spacing: .16em; transform: rotate(90deg) translateX(-100%); transform-origin: right bottom; }
.scroll-cue i { display: block; width: 55px; border-top: 1px solid; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }

.planner-wrap { position: relative; z-index: 5; margin-top: -52px; }
.planner { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr) .72fr; min-height: 104px; background: #fff; box-shadow: 0 20px 55px rgba(26,45,52,.16); }
.planner > * { min-width: 0; }
.planner-heading { display: flex; align-items: center; gap: 18px; padding: 22px 28px; color: #fff; background: var(--blue); }
.planner-heading > span { color: #73bbd8; font-family: Georgia, serif; font-size: 1.65rem; }
.planner-heading small, .planner-heading strong { display: block; }
.planner-heading small { opacity: .65; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.planner-heading strong { margin-top: 3px; font-family: var(--condensed); font-size: 1.3rem; text-transform: uppercase; }
.planner label { display: flex; flex-direction: column; justify-content: center; padding: 18px 20px; border-right: 1px solid var(--line); }
.planner label > span { display: flex; align-items: center; gap: 7px; color: #6d7477; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.planner svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.planner select { width: 100%; margin-top: 8px; padding: 0 24px 0 0; border: 0; color: var(--ink); background: transparent; font-size: .76rem; outline: none; }
.planner button { border: 0; color: #fff; background: var(--blue-bright); cursor: pointer; font-size: 1.35rem; transition: .2s; }
.planner button span { display: none; }
.planner button:hover { background: var(--ink); }

.intro { padding-top: 145px; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.intro-copy { padding-bottom: 14px; color: #515b5e; font-family: var(--sans); font-size: 1.08rem; }
.intro-copy p { margin-bottom: 20px; }
.intro-copy .text-link { margin-top: 10px; color: var(--ink); font-family: var(--sans); font-size: .7rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values article { position: relative; padding: 45px 40px 40px; border-right: 1px solid var(--line); }
.values article:last-child { border-right: 0; }
.values article > span { position: absolute; top: 18px; right: 20px; color: #8d9293; font-size: .66rem; }
.values svg { width: 34px; height: 34px; margin-bottom: 25px; fill: none; stroke: var(--blue-bright); stroke-width: 1.5; }
.values h3 { margin-bottom: 13px; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.values p { margin: 0; color: #687174; font-size: .84rem; }

.safaris { background: #edf0eb; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 410px; margin-bottom: 10px; color: #657072; font-family: var(--sans); }
.safari-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.safari-card { background: #fff; transition: .3s; }
.safari-card:hover { transform: translateY(-7px); box-shadow: 0 18px 45px rgba(35,48,45,.13); }
.card-image { position: relative; display: block; aspect-ratio: 4 / 3.15; overflow: hidden; background-position: center; background-size: cover; }
.card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,21,28,.65), transparent 45%); }
.card-index, .card-arrow, .card-location { position: absolute; z-index: 2; color: #fff; }
.card-index { top: 18px; left: 18px; font-family: Georgia, serif; font-size: .82rem; }
.card-arrow { top: 16px; right: 16px; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.card-location { right: 18px; bottom: 17px; left: 18px; font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.card-body { padding: 27px 28px 25px; }
.card-body > p:first-child { margin-bottom: 10px; color: var(--blue-bright); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-body h3 { margin-bottom: 16px; font-family: var(--display); font-size: 1.75rem; text-transform: uppercase; }
.card-summary { min-height: 70px; color: #687174; font-family: var(--sans); font-size: .83rem; line-height: 1.55; }
.card-body > div { display: flex; align-items: baseline; gap: 7px; padding-top: 17px; border-top: 1px solid var(--line); }
.card-body > div span { color: #808789; font-size: .59rem; text-transform: uppercase; }
.card-body > div strong { color: var(--blue); font-family: Georgia, serif; font-size: 1.45rem; }

.experience { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 750px; color: #fff; background: var(--blue); }
.experience-photo { min-height: 600px; background: url("../assets/images/real/gorilla-family.webp") 43% center / cover no-repeat; }
.experience-panel { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px clamp(45px, 7vw, 110px); }
.experience-panel h2 { font-size: clamp(3.4rem, 5.8vw, 6.5rem); }
.experience-panel h2 em { color: #81c9df; }
.experience-panel > p:not(.eyebrow) { max-width: 500px; margin-bottom: 32px; color: rgba(255,255,255,.74); font-family: var(--sans); }
.quote { position: relative; max-width: 470px; margin-top: 60px; padding: 28px 0 0 55px; border-top: 1px solid rgba(255,255,255,.25); }
.quote > span { position: absolute; left: 0; color: #80c7dd; font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.quote blockquote { margin: 0 0 10px; font-family: var(--sans); font-size: 1.05rem; font-style: italic; }
.quote cite { opacity: .6; font-size: .64rem; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }

.facts { padding: 100px 0; color: #fff; text-align: center; background: #142c35; }
.facts h2 { margin-bottom: 60px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-grid > div { padding: 5px 25px; border-right: 1px solid rgba(255,255,255,.18); }
.fact-grid > div:last-child { border: 0; }
.fact-grid strong { font-family: Georgia, serif; font-size: clamp(3.2rem, 6vw, 5.6rem); font-weight: 400; line-height: 1; }
.fact-grid sup { color: #77bed7; font-family: Georgia, serif; font-size: 1.7rem; }
.fact-grid span { display: block; margin-top: 10px; opacity: .6; font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; }

.gallery-section { padding-bottom: 0; }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 330px); gap: 10px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; }
.gallery-tall { grid-row: 1 / 3; }
.gallery img { height: 100%; object-fit: cover; transition: transform .6s; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; padding: 55px 25px 20px; color: #fff; background: linear-gradient(transparent, rgba(4,18,25,.75)); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery figcaption span { font-size: 1.1rem; }

.journal { background: var(--ivory); }
.journal-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.journal-list { border-top: 1px solid var(--line); }
.journal-list > a { display: grid; grid-template-columns: 42px 1fr 35px; gap: 20px; align-items: center; padding: 28px 5px; border-bottom: 1px solid var(--line); transition: padding .2s; }
.journal-list > a:hover { padding-left: 15px; }
.journal-list > a > span { color: var(--blue-bright); font-family: Georgia, serif; }
.journal-list small { color: #7d8485; font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.journal-list h3 { margin: 7px 0 0; font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }
.journal-list b { font-size: 1.2rem; }

.partners-section { background: #f3f0e8; }
.partners-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.partners-heading h2 { margin-bottom: 0; }
.partners-heading > p { max-width: 470px; margin: 0 0 8px; color: #50616a; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d8d5cc; background: #fff; }
.partner-card { position: relative; display: grid; min-height: 250px; padding: 38px; place-items: center; border-right: 1px solid #d8d5cc; transition: background .25s, transform .25s; }
.partner-card:last-child { border-right: 0; }
.partner-card:hover { z-index: 1; background: #faf9f5; transform: translateY(-4px); }
.partner-card img { width: auto; max-width: min(100%, 260px); height: 112px; object-fit: contain; }
.partner-card--uwa { background: #0b3143; }
.partner-card--uwa:hover { background: #11465d; }
.partner-card--uwa span { color: rgba(255,255,255,.72); }
.partner-card--community img { height: 132px; }
.partner-card span { align-self: end; color: #66737a; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.final-cta { position: relative; display: grid; min-height: 620px; place-items: center; color: #fff; text-align: center; background: linear-gradient(rgba(7,34,48,.66),rgba(7,34,48,.76)), url("../assets/images/real/giraffes-savannah.webp") center 56% / cover; }
.final-cta h2 { max-width: 900px; margin-inline: auto; }
.final-cta h2 em { color: #8fd3e8; }

.site-footer { padding: 85px 0 25px; color: rgba(255,255,255,.73); background: var(--blue); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 65px; }
.brand-light { width: max-content; color: #fff; }
.footer-about > p { max-width: 330px; margin: 25px 0; font-family: var(--sans); font-size: .88rem; }
.footer-email { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .78rem; }
.footer-grid h2 { margin: 5px 0 24px; color: #fff; font-family: var(--display); font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) > a { display: block; margin-bottom: 11px; font-size: .73rem; }
.footer-contact p, .footer-contact > a { font-size: .73rem; }
.socials { display: flex; gap: 9px; margin-top: 20px; }
.socials a { display: grid !important; width: 31px; height: 31px; margin: 0 !important; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s, transform .7s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
	.site-nav { position: fixed; inset: 0; z-index: -1; display: flex; height: 100dvh; overflow-y: auto; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 100px 35px 45px; color: #fff; background: var(--blue); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px); transition: opacity .25s, transform .25s, visibility 0s .25s; }
	.site-nav a { font-family: var(--display); font-size: 2.4rem; text-transform: uppercase; }
	.site-nav.is-open { z-index: 10; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
	.menu-toggle { position: relative; z-index: 11; display: block; }
	.header-cta { display: none; }
	.planner { grid-template-columns: 1fr 1fr; }
	.planner-heading { grid-column: 1 / 3; }
	.planner button { min-height: 75px; }
	.planner button span { display: inline; margin-right: 15px; font-size: .7rem; text-transform: uppercase; }
	.intro-grid, .experience, .journal-inner, .partners-heading { grid-template-columns: 1fr; }
	.intro-grid { gap: 25px; }
	.safari-grid { grid-template-columns: 1fr 1fr; }
	.safari-card:last-child { display: none; }
	.experience-photo { min-height: 650px; }
	.footer-grid { grid-template-columns: 2fr 1fr 1fr; }
	.footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
	.shell { width: min(100% - 32px, 1180px); }
	.section { padding: 85px 0; }
	.header-inner { min-height: 76px; }
	.hero { min-height: 720px; height: 92svh; }
	.hero-image { background-position: 63% center; }
	.hero-shade { background: linear-gradient(90deg, rgba(6,28,41,.8), rgba(6,28,41,.18)), linear-gradient(0deg, rgba(4,20,29,.65), transparent 65%); }
	.hero-content { justify-content: flex-end; padding-bottom: 100px; }
	.hero h1 { font-size: clamp(2.9rem, 14.2vw, 5.2rem); letter-spacing: -.06em; }
	.hero-copy { font-size: .97rem; }
	.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
	.scroll-cue { display: none; }
	.planner-wrap { margin-top: 0; }
	.planner { grid-template-columns: 1fr; }
	.planner-heading { grid-column: auto; }
	.planner label { min-height: 85px; border-bottom: 1px solid var(--line); }
	.planner button { min-height: 70px; }
	.intro { padding-top: 95px; }
	.values, .safari-grid, .fact-grid, .gallery, .footer-grid { grid-template-columns: 1fr; }
	.values article { border-right: 0; border-bottom: 1px solid var(--line); }
	.section-head { display: block; }
	.section-head > p { margin-top: 25px; }
	.safari-card:last-child { display: block; }
	.experience-photo { min-height: 470px; }
	.experience-panel { padding: 75px 25px; }
	.fact-grid > div { padding: 30px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
	.gallery { grid-template-rows: 470px 260px 260px; }
	.gallery-tall { grid-row: auto; }
	.partner-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); overflow-x: auto; scroll-snap-type: x proximity; }
	.partner-card { min-height: 210px; padding: 28px 22px; border-right: 1px solid #d8d5cc; border-bottom: 0; scroll-snap-align: start; }
	.partner-card:last-child { border-right: 0; }
	.partner-card img { max-width: 190px; height: 92px; }
	.partner-card--community img { height: 112px; }
	.journal-inner { gap: 35px; }
	.journal-list > a { grid-template-columns: 28px 1fr 20px; gap: 10px; }
	.footer-grid { gap: 40px; }
	.footer-contact { grid-column: auto; }
	.footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

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