/*
Theme Name: Daraja Aviation & Travel
Theme URI: https://example.com/
Author: Daraja Aviation & Travel Services
Description: Elegant navy-and-gold theme for aviation support, airport assistance and safari travel companies in Tanzania and Africa. Includes a Services section (12 services pre-loaded), an enquiry/booking form with an admin inbox, WhatsApp chat button, animated homepage and Customizer settings for all contact details.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skygate
Tags: business, travel, one-column, two-columns, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   Tokens
   ========================================================================== */
:root {
	--navy-950: #050D1C;
	--navy-900: #07152B;
	--navy-800: #0B1F3A;
	--navy-700: #12294B;
	--navy-600: #1B365E;
	--gold-600: #B08A35;
	--gold-500: #C9A24B;
	--gold-400: #D8B868;
	--gold-300: #E8D29C;
	--ivory: #F7F3EA;
	--sand: #EFE7D6;
	--paper: #FFFFFF;
	--ink: #1B2433;
	--ink-soft: #4B5566;
	--line: #E4DCCB;
	--line-dark: rgba(255, 255, 255, .12);
	--success: #1F7A4D;
	--danger: #B3261E;

	--font-display: "Playfair Display", Georgia, "Times New Roman", serif;
	--font-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--radius-sm: 8px;
	--radius: 14px;
	--radius-lg: 22px;
	--shadow-sm: 0 2px 6px rgba(11, 31, 58, .06);
	--shadow: 0 14px 40px -18px rgba(11, 31, 58, .35);
	--shadow-lg: 0 30px 70px -30px rgba(5, 13, 28, .55);
	--ease: cubic-bezier(.2, .7, .2, 1);
	--container: 1200px;
	--gutter: clamp(16px, 4vw, 32px);
	--header-h: 84px;
}

/* ==========================================================================
   Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16.5px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--ivory);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; }
a { color: var(--navy-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-600); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; color: var(--navy-800); margin: 0 0 .5em; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold-300); color: var(--navy-900); }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.sg-skip { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: var(--gold-500); color: var(--navy-900); padding: 10px 16px; border-radius: 6px; font-weight: 700; }
.sg-skip:focus { left: 8px; }

.sg-icon { width: 1.15em; height: 1.15em; flex: none; vertical-align: -.2em; }
.sg-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.sg-container--narrow { max-width: 820px; }
.sg-center { text-align: center; }
.sg-section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.sg-section__head { max-width: 680px; margin: 0 auto 40px; text-align: center; }

.sg-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--font-body); font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
	color: var(--gold-600); margin: 0 0 14px;
}
.sg-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.sg-section__head .sg-eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.sg-h2 { font-size: clamp(30px, 4vw, 46px); }
.sg-h3 { font-size: clamp(22px, 2.4vw, 28px); }
.sg-lead { font-size: clamp(17px, 1.5vw, 19px); color: var(--ink-soft); max-width: 60ch; }
.sg-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy-800); text-decoration: none; border-bottom: 1px solid var(--gold-500); padding-bottom: 2px; }
.sg-link .sg-icon { transition: transform .3s var(--ease); }
.sg-link:hover .sg-icon { transform: translateX(4px); }

/* ==========================================================================
   Buttons
   ========================================================================== */
.sg-btn {
	--bg: var(--navy-800); --fg: #fff; --bd: transparent;
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 13px 22px; min-height: 48px;
	border-radius: 999px; border: 1px solid var(--bd);
	background: var(--bg); color: var(--fg);
	font-weight: 700; font-size: 15px; letter-spacing: .01em; line-height: 1.2;
	text-decoration: none; cursor: pointer; white-space: nowrap;
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s, color .25s, border-color .25s;
}
.sg-btn:hover { transform: translateY(-2px); color: var(--fg); box-shadow: var(--shadow); }
.sg-btn:active { transform: translateY(0); }
.sg-btn .sg-icon { transition: transform .3s var(--ease); }
.sg-btn:hover .sg-icon:last-child { transform: translateX(3px); }
.sg-btn--gold { --bg: linear-gradient(135deg, var(--gold-400), var(--gold-600)); --fg: var(--navy-900); background: linear-gradient(135deg, var(--gold-400), var(--gold-500) 55%, var(--gold-600)); }
.sg-btn--gold:hover { box-shadow: 0 14px 34px -14px rgba(201, 162, 75, .9); }
.sg-btn--navy { --bg: var(--navy-800); --fg: #fff; }
.sg-btn--light { --bg: rgba(255, 255, 255, .1); --fg: #fff; --bd: rgba(255, 255, 255, .35); backdrop-filter: blur(6px); }
.sg-btn--light:hover { --bg: rgba(255, 255, 255, .18); }
.sg-btn--ghost { --bg: transparent; --fg: var(--navy-800); --bd: var(--line); }
.sg-btn--ghost:hover { --bd: var(--gold-500); }
.sg-btn--ghost-light { --bg: transparent; --fg: #fff; --bd: rgba(255, 255, 255, .3); }
.sg-btn--ghost-light:hover { --bd: var(--gold-400); --fg: var(--gold-300); }
.sg-btn--lg { padding: 16px 28px; min-height: 56px; font-size: 16px; }
.sg-btn--block { width: 100%; }
.sg-row-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.sg-row-actions--center { justify-content: center; }

/* ==========================================================================
   Top bar & header
   ========================================================================== */
.sg-topbar { background: var(--navy-950); color: rgba(255, 255, 255, .72); font-size: 13px; }
.sg-topbar__inner { display: flex; justify-content: space-between; gap: 16px; min-height: 40px; align-items: center; }
.sg-topbar__list { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.sg-topbar__list li { display: flex; align-items: center; gap: 7px; }
.sg-topbar a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.sg-topbar a:hover { color: var(--gold-300); }
.sg-topbar .sg-icon { color: var(--gold-400); }

.sg-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(11, 31, 58, .96);
	backdrop-filter: saturate(140%) blur(12px);
	border-bottom: 1px solid var(--line-dark);
	transition: box-shadow .3s, background-color .3s;
}
.admin-bar .sg-header { top: 32px; }
.sg-header.is-scrolled { box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .6); background: rgba(7, 21, 43, .97); }
.sg-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); transition: min-height .3s var(--ease); }
.sg-header.is-scrolled .sg-header__inner { min-height: 70px; }

.sg-brand { display: inline-flex; align-items: center; text-decoration: none; }
.sg-brand img { display: block; height: 66px; width: auto; transition: height .3s var(--ease); }
.sg-header.is-scrolled .sg-brand img { height: 54px; }
.sg-brand--footer img { height: 64px; }
.custom-logo-link img { max-height: 58px; width: auto; display: block; }

.sg-nav { display: flex; align-items: center; gap: 24px; }
.sg-menu { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.sg-menu > li { position: relative; }
.sg-menu a { display: flex; align-items: center; gap: 6px; padding: 10px 14px; color: rgba(255, 255, 255, .86); text-decoration: none; font-weight: 600; font-size: 15px; border-radius: 999px; transition: color .2s, background-color .2s; }
.sg-menu > li > a:hover, .sg-menu > .current-menu-item > a, .sg-menu > .current-menu-ancestor > a { color: var(--gold-300); }
.sg-menu > .menu-item-has-children > a::after {
	content: ""; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor;
	transform: rotate(45deg) translateY(-3px); margin-left: 2px; opacity: .7;
}
.sg-menu .sub-menu {
	position: absolute; top: calc(100% + 8px); left: 50%; min-width: 290px;
	list-style: none; margin: 0; padding: 10px;
	background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
	opacity: 0; visibility: hidden; transform: translate(-50%, 8px);
	transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
	display: grid; grid-template-columns: 1fr 1fr; gap: 2px; width: 560px;
}
.sg-menu .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.sg-menu li:hover > .sub-menu, .sg-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.sg-menu .sub-menu a { color: var(--ink); border-radius: var(--radius-sm); font-size: 14.5px; padding: 10px 12px; }
.sg-menu .sub-menu a:hover { background: var(--ivory); color: var(--navy-800); }

.sg-burger { display: none; background: transparent; border: 1px solid var(--line-dark); color: #fff; width: 46px; height: 46px; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; }
.sg-burger .sg-icon { width: 24px; height: 24px; }
.sg-burger .is-close { display: none; }
.sg-burger[aria-expanded="true"] .is-open { display: none; }
.sg-burger[aria-expanded="true"] .is-close { display: block; }

/* ==========================================================================
   Hero
   ========================================================================== */
.sg-hero {
	position: relative; isolation: isolate; overflow: hidden;
	min-height: clamp(640px, 92vh, 900px);
	display: flex; align-items: center;
	color: #fff; background: var(--navy-900);
	padding: 80px 0 110px;
}
.sg-hero__media { position: absolute; inset: 0; z-index: -2; }
.sg-hero.has-photo .sg-hero__media { background: var(--hero-photo) center / cover no-repeat; animation: sgKen 24s ease-in-out infinite alternate; }
.sg-scene { position: absolute; inset: 0; width: 100%; height: 100%; }
.sg-scene__stars { animation: sgTwinkle 4s ease-in-out infinite alternate; }
.sg-scene__sun { transform-origin: 1180px 690px; animation: sgPulse 7s ease-in-out infinite; }
.sg-scene__plane { animation: sgFly 26s linear infinite; }
.sg-hero__shade {
	position: absolute; inset: 0; z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 13, 28, .88) 0%, rgba(5, 13, 28, .55) 45%, rgba(5, 13, 28, .1) 75%),
		linear-gradient(0deg, rgba(5, 13, 28, .55) 0%, transparent 35%);
}
.sg-hero__inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.sg-hero .sg-eyebrow { color: var(--gold-400); }
.sg-hero__title { color: #fff; font-size: clamp(40px, 6vw, 74px); font-weight: 600; line-height: 1.04; margin-bottom: 22px; text-wrap: balance; }
.sg-hero__text { font-size: clamp(17px, 1.6vw, 20px); color: rgba(255, 255, 255, .8); max-width: 34em; margin-bottom: 32px; }
.sg-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.sg-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; padding: 0; margin: 38px 0 0; font-size: 14.5px; color: rgba(255, 255, 255, .78); }
.sg-hero__trust li { display: flex; align-items: center; gap: 8px; }
.sg-hero__trust .sg-icon { color: var(--gold-400); }

.sg-quick {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .18);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	border-radius: var(--radius-lg); padding: 28px;
	box-shadow: var(--shadow-lg);
}
.sg-quick__title { font-family: var(--font-display); font-size: 26px; margin: 0 0 2px; }
.sg-quick__sub { color: rgba(255, 255, 255, .7); font-size: 14.5px; margin-bottom: 18px; }
.sg-quick__field { display: block; margin-bottom: 14px; }
.sg-quick__field span { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-300); font-weight: 700; margin-bottom: 6px; }
.sg-quick__field input, .sg-quick__field select {
	width: 100%; min-height: 48px; padding: 11px 14px;
	background: rgba(5, 13, 28, .45); border: 1px solid rgba(255, 255, 255, .2); border-radius: 10px;
	color: #fff; color-scheme: dark;
}
.sg-quick__field input::placeholder { color: rgba(255, 255, 255, .45); }
.sg-quick__field select option, .sg-quick__field select optgroup { color: var(--ink); background: #fff; }
.sg-quick__field input:focus, .sg-quick__field select:focus { outline: none; border-color: var(--gold-400); box-shadow: 0 0 0 3px rgba(201, 162, 75, .25); }
.sg-quick .sg-btn { margin-top: 6px; }
.sg-quick__wa { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 14px; font-size: 14px; color: rgba(255, 255, 255, .8); text-decoration: none; }
.sg-quick__wa:hover { color: var(--gold-300); }

.sg-hero__scroll { position: absolute; left: 50%; bottom: 26px; width: 26px; height: 42px; border: 1.5px solid rgba(255, 255, 255, .45); border-radius: 20px; transform: translateX(-50%); }
.sg-hero__scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; background: var(--gold-400); border-radius: 2px; transform: translateX(-50%); animation: sgScroll 1.8s ease-in-out infinite; }

.sg-anim { opacity: 0; transform: translateY(18px); animation: sgUp .9s var(--ease) forwards; animation-delay: var(--d, 0ms); }

/* ==========================================================================
   Airport strip (marquee)
   ========================================================================== */
.sg-strip { display: flex; align-items: stretch; background: var(--navy-800); color: #fff; border-top: 1px solid rgba(201, 162, 75, .35); border-bottom: 1px solid rgba(201, 162, 75, .35); overflow: hidden; }
.sg-strip__label { flex: none; display: flex; align-items: center; gap: 10px; padding: 0 26px; background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--navy-900); font-weight: 800; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; position: relative; z-index: 1; }
.sg-strip__track { display: flex; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.sg-strip__list { display: flex; flex: none; list-style: none; margin: 0; padding: 18px 0; animation: sgMarquee 55s linear infinite; }
.sg-strip:hover .sg-strip__list { animation-play-state: paused; }
.sg-strip__list li { display: flex; align-items: center; white-space: nowrap; padding: 0 22px; font-size: 15px; color: rgba(255, 255, 255, .85); }
.sg-strip__list li::after { content: "✦"; color: var(--gold-500); font-size: 10px; margin-left: 44px; }

/* ==========================================================================
   Intro + stats
   ========================================================================== */
.sg-intro { background: var(--paper); }
.sg-intro__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.sg-intro .sg-lead { margin-bottom: 24px; }
.sg-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.sg-stat { background: var(--paper); padding: 30px 28px; display: flex; flex-direction: column-reverse; gap: 6px; }
.sg-stat dd { margin: 0; font-family: var(--font-display); font-size: clamp(40px, 5vw, 58px); font-weight: 600; line-height: 1; color: var(--navy-800); }
.sg-stat dd::first-letter { color: inherit; }
.sg-stat dt { font-size: 14px; color: var(--ink-soft); font-weight: 600; }
.sg-stat:nth-child(1) dd, .sg-stat:nth-child(4) dd { color: var(--gold-600); }

/* ==========================================================================
   Services
   ========================================================================== */
.sg-services { background: var(--ivory); }
.sg-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 auto 40px; padding: 6px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; width: fit-content; max-width: 100%; }
.sg-tabs button { border: 0; background: transparent; padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: 14.5px; color: var(--ink-soft); cursor: pointer; transition: background-color .25s, color .25s; min-height: 44px; }
.sg-tabs button:hover { color: var(--navy-800); }
.sg-tabs button.is-active { background: var(--navy-800); color: #fff; }

.sg-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.sg-card { transition: opacity .35s var(--ease), transform .35s var(--ease); }
.sg-card.is-hidden { display: none; }
.sg-card__link {
	position: relative; display: flex; flex-direction: column; height: 100%;
	padding: 30px 26px 26px; background: var(--paper);
	border: 1px solid var(--line); border-radius: var(--radius-lg);
	text-decoration: none; color: var(--ink); overflow: hidden;
	transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s, background-color .4s;
}
.sg-card__link::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
	opacity: 0; transition: opacity .4s var(--ease);
}
.sg-card__link > * { position: relative; z-index: 1; }
.sg-card__link:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; color: #fff; }
.sg-card__link:hover::before { opacity: 1; }
.sg-card__icon {
	display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; margin-bottom: 22px;
	background: var(--ivory); color: var(--gold-600); border: 1px solid var(--line);
	transition: background-color .4s, color .4s, border-color .4s, transform .4s var(--ease);
}
.sg-card__icon .sg-icon { width: 28px; height: 28px; }
.sg-card__link:hover .sg-card__icon { background: rgba(201, 162, 75, .14); border-color: rgba(201, 162, 75, .4); color: var(--gold-400); transform: rotate(-6deg) scale(1.05); }
.sg-card__group { font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 8px; }
.sg-card__link:hover .sg-card__group { color: var(--gold-400); }
.sg-card__title { font-size: 22px; margin-bottom: 10px; transition: color .4s; }
.sg-card__link:hover .sg-card__title { color: #fff; }
.sg-card__text { font-size: 15px; color: var(--ink-soft); flex: 1; transition: color .4s; }
.sg-card__link:hover .sg-card__text { color: rgba(255, 255, 255, .75); }
.sg-card__more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: var(--navy-800); margin-top: 6px; transition: color .4s, gap .3s; }
.sg-card__link:hover .sg-card__more { color: var(--gold-300); gap: 12px; }

/* ==========================================================================
   Dark spotlight
   ========================================================================== */
.sg-dark { background: var(--navy-900); color: rgba(255, 255, 255, .8); overflow: hidden; }
.sg-dark .sg-h2, .sg-dark h3 { color: #fff; }
.sg-dark .sg-eyebrow { color: var(--gold-400); }
.sg-dark .sg-lead { color: rgba(255, 255, 255, .72); }
.sg-spot__lines {
	position: absolute; inset: 0; pointer-events: none; opacity: .5;
	background:
		radial-gradient(600px 400px at 90% 10%, rgba(201, 162, 75, .16), transparent 70%),
		repeating-linear-gradient(115deg, transparent 0 60px, rgba(255, 255, 255, .025) 60px 61px);
}
.sg-spot__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.sg-checks { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.sg-checks li { display: flex; gap: 12px; align-items: flex-start; }
.sg-checks .sg-icon { flex: none; width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: rgba(201, 162, 75, .16); color: var(--gold-500); margin-top: 2px; stroke-width: 2.4; }
.sg-checks--grid { grid-template-columns: 1fr 1fr; gap: 14px 24px; }

.sg-timeline { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: 14px; }
.sg-timeline::before { content: ""; position: absolute; left: 27px; top: 30px; bottom: 30px; width: 1px; background: linear-gradient(var(--gold-500), rgba(201, 162, 75, .1)); }
.sg-timeline li { position: relative; display: flex; gap: 20px; align-items: flex-start; padding: 20px 22px 20px 0; border-radius: var(--radius); transition: background-color .3s; }
.sg-timeline li:hover { background: rgba(255, 255, 255, .04); }
.sg-timeline__n { flex: none; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--navy-800); border: 1px solid rgba(201, 162, 75, .5); color: var(--gold-400); font-family: var(--font-display); font-size: 19px; font-weight: 600; position: relative; z-index: 1; }
.sg-timeline h3 { font-size: 20px; margin-bottom: 4px; }
.sg-timeline p { margin: 0; font-size: 15px; color: rgba(255, 255, 255, .65); }

/* ==========================================================================
   Safari panel
   ========================================================================== */
.sg-safari { background: var(--paper); }
.sg-safari__panel {
	position: relative; overflow: hidden;
	display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center;
	padding: clamp(32px, 5vw, 64px);
	border-radius: 28px;
	background:
		radial-gradient(420px 260px at 85% 110%, rgba(176, 138, 53, .35), transparent 70%),
		linear-gradient(135deg, #F5E7C6, #EBD4A2 55%, #D9B777);
}
.sg-safari__panel::after {
	content: ""; position: absolute; right: -40px; bottom: -10px; width: 380px; height: 170px; opacity: .14; pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 170'%3E%3Cg fill='%230B1F3A'%3E%3Cpath d='M120 170V96l-16-22h8l14 18 6-22h8l-8 30v70z'/%3E%3Cellipse cx='92' cy='74' rx='70' ry='14'/%3E%3Cellipse cx='160' cy='70' rx='80' ry='15'/%3E%3Cellipse cx='126' cy='60' rx='58' ry='11'/%3E%3Cpath d='M300 170v-50l-10-14h6l9 12 4-14h6l-5 18v48z'/%3E%3Cellipse cx='282' cy='106' rx='44' ry='9'/%3E%3Cellipse cx='326' cy='103' rx='50' ry='10'/%3E%3C/g%3E%3C/svg%3E") no-repeat right bottom / contain;
}
.sg-safari .sg-eyebrow { color: #8A6420; }
.sg-safari .sg-lead { color: #4A3E28; margin-bottom: 28px; }
.sg-safari__tiles { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sg-tile {
	display: flex; flex-direction: column; gap: 6px; padding: 22px; min-height: 160px;
	background: rgba(255, 255, 255, .72); backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, .8); border-radius: var(--radius);
	text-decoration: none; color: var(--ink);
	transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-color .35s;
}
.sg-tile:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--shadow); color: var(--ink); }
.sg-tile__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--navy-800); color: var(--gold-400); margin-bottom: 8px; }
.sg-tile__icon .sg-icon { width: 22px; height: 22px; }
.sg-tile strong { font-family: var(--font-display); font-size: 19px; color: var(--navy-800); font-weight: 600; }
.sg-tile span:last-child { font-size: 14px; color: var(--ink-soft); }

/* ==========================================================================
   Why
   ========================================================================== */
.sg-why { background: var(--ivory); }
.sg-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sg-why__item { padding: 36px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .3s; }
.sg-why__item:hover { background: var(--paper); }
.sg-why__icon { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--gold-500); color: var(--gold-600); margin-bottom: 18px; }
.sg-why__icon .sg-icon { width: 22px; height: 22px; }
.sg-why__item h3 { font-size: 21px; margin-bottom: 8px; }
.sg-why__item p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }

/* ==========================================================================
   Contact / enquiry
   ========================================================================== */
.sg-contact { background: linear-gradient(180deg, var(--paper) 0%, var(--ivory) 100%); }
.sg-contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.sg-contact__list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 16px; }
.sg-contact__list li { display: flex; gap: 16px; align-items: center; }
.sg-contact__list li > span { flex: none; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--navy-800); color: var(--gold-400); }
.sg-contact__list li > span .sg-icon { width: 22px; height: 22px; }
.sg-contact__list small { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); font-weight: 700; }
.sg-contact__list a { font-weight: 700; color: var(--navy-800); text-decoration: none; font-size: 17px; }
.sg-contact__list a:hover { color: var(--gold-600); }
.sg-contact--page { padding-top: 64px; }

.sg-form-wrap { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 3.5vw, 40px); box-shadow: var(--shadow); scroll-margin-top: 120px; }
.sg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.sg-span-2 { grid-column: 1 / -1; }
.sg-field { margin: 0 0 16px; }
.sg-field label { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy-800); margin-bottom: 6px; }
.sg-field .req { color: var(--gold-600); }
.sg-field input, .sg-field select, .sg-field textarea {
	width: 100%; min-height: 48px; padding: 11px 14px;
	background: var(--ivory); border: 1px solid var(--line); border-radius: 10px;
	transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.sg-field textarea { min-height: 110px; resize: vertical; }
.sg-field input:focus, .sg-field select:focus, .sg-field textarea:focus { outline: none; background: #fff; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(201, 162, 75, .2); }
.sg-conditional { animation: sgUp .4s var(--ease); }
.sg-conditional[hidden] { display: none; }
.sg-conditional .sg-grid { padding: 16px 16px 0; margin-bottom: 16px; background: rgba(201, 162, 75, .08); border: 1px dashed rgba(201, 162, 75, .5); border-radius: 12px; }
.sg-form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 6px; }
.sg-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sg-form.is-sending button[type="submit"] { opacity: .7; pointer-events: none; }
.sg-alert { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border-radius: 12px; margin-bottom: 20px; font-size: 15px; }
.sg-alert .sg-icon { flex: none; width: 22px; height: 22px; margin-top: 2px; }
.sg-alert.is-success { background: #E8F4EC; color: var(--success); border: 1px solid #BFDFCB; }
.sg-alert.is-error { background: #FBEAE9; color: var(--danger); border: 1px solid #F0C4C1; }
.sg-form-wrap.is-compact .sg-grid { grid-template-columns: 1fr; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.sg-cta { padding: 0 0 clamp(64px, 9vw, 110px); background: var(--ivory); }
.sg-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding: clamp(32px, 5vw, 56px); border-radius: 28px; background: linear-gradient(135deg, var(--navy-800), var(--navy-900)); color: rgba(255, 255, 255, .75); box-shadow: var(--shadow-lg); }
.sg-cta__inner .sg-h2 { color: #fff; margin-bottom: 8px; }
.sg-cta__inner p { margin: 0; }

/* ==========================================================================
   Inner page hero & single
   ========================================================================== */
.sg-pagehero { position: relative; overflow: hidden; background: var(--navy-900); color: #fff; padding: clamp(64px, 9vw, 110px) 0 clamp(56px, 7vw, 90px); isolation: isolate; }
.sg-pagehero__bg {
	position: absolute; inset: 0; z-index: -1;
	background:
		radial-gradient(700px 360px at 85% 120%, rgba(226, 180, 100, .45), transparent 70%),
		radial-gradient(500px 300px at 10% -20%, rgba(27, 54, 94, .9), transparent 70%),
		repeating-linear-gradient(115deg, transparent 0 70px, rgba(255, 255, 255, .03) 70px 71px),
		linear-gradient(180deg, var(--navy-900), var(--navy-800));
}
.sg-pagehero__inner { position: relative; }
.sg-pagehero .sg-eyebrow { color: var(--gold-400); }
.sg-pagehero__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: rgba(201, 162, 75, .14); border: 1px solid rgba(201, 162, 75, .45); color: var(--gold-400); margin-bottom: 22px; animation: sgUp .8s var(--ease) both; }
.sg-pagehero__icon .sg-icon { width: 30px; height: 30px; }
.sg-pagehero__title { color: #fff; font-size: clamp(36px, 5.5vw, 64px); margin-bottom: 14px; animation: sgUp .8s var(--ease) .1s both; text-wrap: balance; }
.sg-pagehero__sub { font-size: clamp(17px, 1.6vw, 20px); color: rgba(255, 255, 255, .75); max-width: 44em; margin: 0; animation: sgUp .8s var(--ease) .2s both; }

.sg-single__grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 5vw, 64px); align-items: start; }
.sg-single__image { margin: 0 0 30px; border-radius: var(--radius-lg); overflow: hidden; }
.sg-single__image img { display: block; width: 100%; }
.sg-single .sg-lead { font-size: 20px; color: var(--navy-800); font-family: var(--font-display); font-style: italic; }
.sg-prose { font-size: 17px; }
.sg-prose > * + h2, .sg-prose > * + h3 { margin-top: 1.6em; }
.sg-prose img { border-radius: var(--radius); }
.sg-prose blockquote { margin: 1.5em 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--gold-500); font-family: var(--font-display); font-size: 1.2em; font-style: italic; color: var(--navy-800); }
.sg-included { margin: 36px 0; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.sg-included .sg-checks { margin-top: 16px; }
.sg-single__form { margin-top: 48px; }
.sg-single__form .sg-h3 { margin-bottom: 18px; }
.sg-single__aside { position: sticky; top: 110px; display: grid; gap: 20px; }
.sg-aside-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; }
.sg-aside-card--navy { background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); border-color: transparent; color: rgba(255, 255, 255, .75); }
.sg-aside-card--navy .sg-aside-card__title { color: #fff; }
.sg-aside-card--navy .sg-btn { margin-top: 10px; }
.sg-aside-card__title { font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--navy-800); margin-bottom: 10px; }
.sg-aside-list { list-style: none; margin: 0; padding: 0; }
.sg-aside-list a { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); font-size: 15px; font-weight: 600; transition: color .2s, padding .25s var(--ease); }
.sg-aside-list li:last-child a { border-bottom: 0; }
.sg-aside-list a:hover { color: var(--gold-600); padding-left: 6px; }
.sg-aside-list .sg-icon { color: var(--gold-600); }

/* Blog */
.sg-posts { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.sg-post-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.sg-post-card__img img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.sg-post-card__body { padding: 24px; }
.sg-post-card__date { font-size: 13px; color: var(--gold-600); font-weight: 700; margin-bottom: 6px; }
.sg-post-card__title { font-size: 22px; }
.sg-post-card__title a { color: inherit; text-decoration: none; }
.sg-pagination { margin-top: 40px; text-align: center; }
.sg-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; margin: 2px; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.sg-pagination .page-numbers.current { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }

/* ==========================================================================
   Footer
   ========================================================================== */
.sg-footer { position: relative; overflow: hidden; background: var(--navy-950); color: rgba(255, 255, 255, .62); padding: 80px 0 0; font-size: 15px; }
.sg-footer__glow { position: absolute; top: -200px; right: -120px; width: 520px; height: 420px; background: radial-gradient(closest-side, rgba(201, 162, 75, .16), transparent); pointer-events: none; }
.sg-footer__grid { position: relative; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr) 1.3fr; gap: 36px; padding-bottom: 56px; }
.sg-footer__about p { margin-top: 18px; max-width: 32ch; }
.sg-footer__title { font-family: var(--font-body); font-size: 12.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 18px; }
.sg-footer__links, .sg-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.sg-footer a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.sg-footer a:hover { color: var(--gold-300); }
.sg-footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.sg-footer__contact .sg-icon { color: var(--gold-500); margin-top: 4px; }
.sg-social { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 18px 0 0; padding: 0; }
.sg-social a { display: inline-block; padding: 6px 14px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: 13.5px; }
.sg-social a:hover { border-color: var(--gold-500); }
.sg-footer__bottom { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 22px 0; border-top: 1px solid var(--line-dark); font-size: 13.5px; }
.sg-footer__bottom p { margin: 0; }
.sg-footer__menu { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; margin: 0; padding: 0; }

/* Floating buttons */
.sg-wa-float {
	position: fixed; right: 20px; bottom: 20px; z-index: 60;
	display: flex; align-items: center; gap: 10px; height: 58px; padding: 0 18px 0 16px;
	background: #25D366; color: #fff; border-radius: 999px; text-decoration: none; font-weight: 700;
	box-shadow: 0 14px 30px -10px rgba(37, 211, 102, .7);
	transition: transform .3s var(--ease), box-shadow .3s;
}
.sg-wa-float::before { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 2px solid #25D366; animation: sgRing 2.4s ease-out infinite; }
.sg-wa-float:hover { color: #fff; transform: translateY(-3px) scale(1.03); }
.sg-wa-float .sg-icon { width: 28px; height: 28px; stroke-width: 1.8; }
.sg-totop {
	position: fixed; right: 26px; bottom: 92px; z-index: 59; width: 46px; height: 46px; border-radius: 50%;
	display: grid; place-items: center; border: 1px solid var(--line); background: #fff; color: var(--navy-800);
	box-shadow: var(--shadow); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .3s, transform .3s var(--ease), visibility .3s;
}
.sg-totop .sg-icon { transform: rotate(180deg); width: 20px; height: 20px; }
.sg-totop.is-visible { opacity: 1; visibility: visible; transform: none; }

/* WordPress core classes */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text, figcaption { font-size: 14px; color: var(--ink-soft); }
.sticky, .bypostauthor, .gallery-caption { }

/* ==========================================================================
   Reveal on scroll
   ========================================================================== */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ==========================================================================
   Keyframes
   ========================================================================== */
@keyframes sgUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes sgFly { 0% { transform: translate(-120px, 360px) rotate(-8deg); } 100% { transform: translate(1900px, 60px) rotate(-8deg); } }
@keyframes sgTwinkle { from { opacity: .35; } to { opacity: .9; } }
@keyframes sgPulse { 0%, 100% { transform: scale(1); opacity: .9; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes sgKen { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes sgMarquee { to { transform: translateX(-100%); } }
@keyframes sgScroll { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 14px); } }
@keyframes sgRing { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.35); opacity: 0; } }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
	.sg-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
	.sg-footer__about { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
	:root { --header-h: 72px; }
	.sg-burger { display: inline-flex; }
	.sg-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--navy-800); }
	.sg-nav {
		position: fixed; top: var(--nav-top, var(--header-h)); left: 0; right: 0; bottom: 0; z-index: 49;
		flex-direction: column; align-items: stretch; gap: 0;
		padding: 16px var(--gutter) 40px; overflow-y: auto;
		background: var(--navy-900);
		opacity: 0; visibility: hidden; transform: translateY(-10px);
		transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
	}
	.sg-nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.sg-menu { flex-direction: column; gap: 0; }
	.sg-menu > li { border-bottom: 1px solid var(--line-dark); }
	.sg-menu a { padding: 16px 4px; font-size: 18px; border-radius: 0; }
	.sg-menu > .menu-item-has-children > a::after { margin-left: auto; }
	.sg-menu .sub-menu {
		position: static; transform: none; opacity: 1; visibility: visible; width: auto; min-width: 0;
		display: none; grid-template-columns: 1fr; background: transparent; box-shadow: none; padding: 0 0 12px 12px;
	}
	.sg-menu li.is-expanded > .sub-menu { display: grid; }
	.sg-menu li:hover > .sub-menu { transform: none; }
	.sg-menu .sub-menu a { color: rgba(255, 255, 255, .72); font-size: 16px; padding: 10px 4px; }
	.sg-menu .sub-menu a:hover { background: transparent; color: var(--gold-300); }
	.sg-nav__cta { margin-top: 24px; }
	body.sg-nav-open { overflow: hidden; }
	body.sg-nav-open .sg-wa-float, body.sg-nav-open .sg-totop { display: none; }

	.sg-hero { min-height: 0; padding: 64px 0 96px; }
	.sg-hero__inner { grid-template-columns: 1fr; }
	.sg-hero__shade { background: linear-gradient(180deg, rgba(5, 13, 28, .75), rgba(5, 13, 28, .6) 60%, rgba(5, 13, 28, .85)); }
	.sg-intro__grid, .sg-spot__grid, .sg-safari__panel, .sg-contact__grid, .sg-single__grid { grid-template-columns: 1fr; }
	.sg-single__aside { position: static; }
	.sg-why__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
	.admin-bar .sg-header { top: 46px; }
}
@media (max-width: 600px) {
	.admin-bar .sg-header { top: 0; }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.hide-sm { display: none !important; }
	.sg-topbar__list { gap: 14px; }
	.sg-topbar__list:first-child li:first-child { display: none; }
	.sg-topbar__inner { justify-content: center; }
	.sg-brand img, .sg-header.is-scrolled .sg-brand img { height: 48px; }
	.sg-hero__actions .sg-btn { flex: 1 1 100%; }
	.sg-quick { padding: 22px; }
	.sg-strip__label { padding: 0 14px; font-size: 0; gap: 0; }
	.sg-strip__label .sg-icon { width: 20px; height: 20px; }
	.sg-stat { padding: 22px 18px; }
	.sg-tabs { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; width: auto; scrollbar-width: none; }
	.sg-tabs::-webkit-scrollbar { display: none; }
	.sg-tabs button { flex: none; padding: 8px 16px; font-size: 14px; }
	.sg-eyebrow { letter-spacing: .12em; font-size: 11.5px; }
	.sg-hero__scroll { display: none; }
	.sg-cards { gap: 12px; }
	.sg-card__link { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; padding: 20px; }
	.sg-card__icon { grid-row: 1 / span 4; width: 52px; height: 52px; margin: 0; border-radius: 14px; }
	.sg-card__icon .sg-icon { width: 24px; height: 24px; }
	.sg-card__group { margin-bottom: 4px; font-size: 10.5px; }
	.sg-card__title { font-size: 19px; margin-bottom: 6px; }
	.sg-card__text { font-size: 14.5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 8px; }
	.sg-card__more { font-size: 14px; margin: 0; }
	.sg-safari__tiles, .sg-why__grid, .sg-grid, .sg-checks--grid { grid-template-columns: 1fr; }
	.sg-footer__grid { grid-template-columns: 1fr 1fr; }
	.sg-footer__grid > div:last-child { grid-column: 1 / -1; }
	.sg-wa-float { height: 56px; width: 56px; padding: 0; justify-content: center; right: 16px; bottom: 16px; }
	.sg-wa-float__label { display: none; }
	.sg-totop { right: 22px; bottom: 84px; }
	.sg-form-actions .sg-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.sg-anim, .js [data-reveal] { opacity: 1; transform: none; }
	.sg-scene__plane { transform: translate(1100px, 170px) rotate(-8deg); }
}
