@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");



/* ========== IMPORTED TEMPLATE TOKENS ========== */
:root {
  --background-changed: #ffffff;

  --special: #ffe8cc;
  /* Colors */
  --black: black;
  --color-1: #fefad2;
  --dark: #0c0407;
  --dark-2: #333;
  --light: whitesmoke;
  --transparent: transparent;
  --white: white;

  /* Font Families */
  --_font-family---inter: Inter, sans-serif;
  --_font-family---poppins: Poppins, sans-serif;

  /* Font Sizes */
  --_font-size---fz-12: 12px;
  --_font-size---fz-14: 14px;
  --_font-size---fz-16: 16px;
  --_font-size---fz-18: 18px;
  --_font-size---fz-20: 20px;
  --_font-size---fz-22: 22px;
  --_font-size---fz-24: 24px;
  --_font-size---fz-26: 26px;
  --_font-size---fz-30: 30px;
  --_font-size---fz-32: 32px;
  --_font-size---fz-36: 36px;
  --_font-size---fz-40: 40px;
  --_font-size---fz-48: 48px;
  --_font-size---fz-50: 50px;
  --_font-size---fz-60: 60px;
  --_font-size---fz-72: 72px;
  --_font-size---fz-240: 240px;

  /* Line Heights */
  --_line-height---lh-70: 70%;
  --_line-height---lh-74: 74%;
  --_line-height---lh-80: 80%;
  --_line-height---lh-90: 90%;
  --_line-height---lh-96: 96%;
  --_line-height---lh-100: 100%;
  --_line-height---lh-110: 110%;
  --_line-height---lh-112: 112%;
  --_line-height---lh-120: 120%;
  --_line-height---lh-122: 122%;
  --_line-height---lh-125: 125%;
  --_line-height---lh-130: 130%;
  --_line-height---lh-140: 140%;
  --_line-height---lh-150: 150%;

  /* Letter Spacing */
  --_letter-spacing---ls-0: 0em;
  --_letter-spacing---ls-1: -.01em;
  --_letter-spacing---ls-2: -.02em;
  --_letter-spacing---ls-3: -.03em;
  --_letter-spacing---ls-4: -.04em;
  --_letter-spacing---ls-5: -.05em;
  --_letter-spacing---ls-6: -.06em;
  --_letter-spacing---ls-7: -.07em;
  --_letter-spacing---ls-8: -.08em;
  --_letter-spacing---ls-9: -.09em;
  --_letter-spacing---ls-10: -.1em;
}



html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}


html {
  scroll-behavior: smooth;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	background: var(--background-changed);
	transition: background-color 900ms ease; /* fade length */
}
body.services-bg {
  --background-changed: #ffe8cc; /* your services background */
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

/* === Davitoni – Circular Std for About section === */
@font-face {
  font-family: "CircularStdBook";
  src: url("../webfonts/CircularStd-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GFS Didot";
  src: url("../webfonts/GFSDidot.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	html, body {
		/* background: #1bbfaf; */
	}

	body.is-preload *, body.is-preload *:before, body.is-preload *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, select, textarea {
		color: rgba(255, 255, 255, 0.75);
		font-family: "DM Sans", Helvetica, sans-serif !important;
		font-size: 15pt;
		font-weight: 100;
		line-height: 1.75em;
	}

	a {
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		color: #4ce4d7;
		text-decoration: none;
	}

		a:hover {
			color: #4ce4d7 !important;
			border-bottom-color: transparent;
		}

	strong, b {
		color: #ffffff;
		font-weight: 300;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 0em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 0em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border: 0;
		}

	h2 {
		font-size: 2em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		margin: 3em 0;
	}

		hr.major {
			margin: 4em 0;
		}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}



/* ============================================
   CONTACT DRAWER (Get in touch)
   - Desktop: right half
   - Mobile: full width
   ============================================ */

:root{
  --drawer-bg: #ffffff;
  --drawer-text: #0b1b22;
  --drawer-muted: rgba(11, 27, 34, 0.65);
  --drawer-line: rgba(11, 27, 34, 0.20);
  --drawer-shadow: 0 24px 60px rgba(0,0,0,0.18);
  --drawer-ease: cubic-bezier(.2,.9,.2,1);
}

/* Lock page scroll when drawer open */
body.drawer-open {
  overflow: hidden;
}

/* Base wrapper */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none; /* off until opened */
}

/* Backdrop (dim) */
.drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
  opacity: 0;
  transition: opacity 260ms var(--drawer-ease);
}

/* Panel */
.drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(50vw, 720px); /* right half on desktop */
  background: var(--drawer-bg);
  color: var(--drawer-text);
  box-shadow: var(--drawer-shadow);

  transform: translateX(100%);
  transition: transform 360ms var(--drawer-ease);
  display: flex;
  flex-direction: column;
}

/* Mobile = full width */
@media (max-width: 900px) {
  .drawer__panel {
    width: 100vw;
    max-width: 100vw;
  }
}

.drawer__content{
  padding: 48px 54px 40px;
  overflow: auto;
  height: 100%;
}

/* Close button */
.drawer__close {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 44px;
  cursor: pointer;
  color: var(--drawer-text);
  opacity: 0.75;
  transition: opacity 160ms ease;
}
.drawer__close:hover { opacity: 1; }

/* Typography like your screenshot */
.drawer__kicker{
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--drawer-muted);
  margin: 28px 0 22px;
}

.drawer__title{
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.05;
  margin: 0 0 36px;
  color: black;
}

/* Form */
.drawer__form{
  display: grid;
  gap: 26px;
  max-width: 640px;
}

.drawer__field{
  display: grid;
  gap: 10px;
}

.drawer__field > span{
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--drawer-text);
}

.drawer__field em{
  color: #ff3b3b;
  font-style: normal;
  margin-left: 6px;
}

.drawer__field input,
.drawer__field textarea{
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--drawer-line);
  outline: none;
  padding: 10px 0 12px;
  font-size: 16px;
  background: transparent;
  color: var(--drawer-text);
}

.drawer__field textarea{
  border: 1px solid var(--drawer-line);
  border-radius: 0;
  padding: 14px;
  resize: vertical;
  min-height: 110px;
}

.drawer__field input:focus,
.drawer__field textarea:focus{
  border-color: rgba(11,27,34,0.55);
}

/* Submit button like simple boxed button */
.drawer__submit{
  justify-self: start;
  margin-top: 8px;
  padding: 16px 44px;
  border: 1px solid rgba(11,27,34,0.55);
  background: transparent;
  color: var(--drawer-text);
  font-size: 18px;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}
.drawer__submit:hover{
  transform: translateY(-1px);
  background: rgba(11,27,34,0.04);
}

/* Footer legal text */
.drawer__legal{
  margin: 10px 0 0;
  font-size: 16px;
  color: var(--drawer-muted);
}
.drawer__legal a{
  color: inherit;
  text-decoration: underline;
}

/* Open state */
.drawer.is-open {
  pointer-events: auto;
}
.drawer.is-open .drawer__backdrop{
  opacity: 1;
}
.drawer.is-open .drawer__panel{
  transform: translateX(0);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .drawer__backdrop,
  .drawer__panel{
    transition: none !important;
  }
}


	/* =========================
	Intro loader
	========================= */




/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body.landing {
		text-decoration: none;
	}

		body.landing:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
		}

		body.landing:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			color: rgba(255, 255, 255, 0.15);
			content: '\f1ce';
			cursor: default;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body.landing:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #1c1d26;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.landing.is-preload:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.landing.is-preload:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body.landing:before {
			line-height: 2.025em;
		}

	}


	.kontainer {
		width: 1200px !important;
	}
/* Container */

	.container {
		margin: 0 auto;
		max-width: calc(100% - 4em);
		width: 70em;
		color: black;
	}

		.container.xsmall {
			width: 17.5em;
		}

		.container.small {
			width: 35em;
		}

		.container.medium {
			width: 52.5em;
		}

		.container.large {
			width: 87.5em;
		}

		.container.xlarge {
			width: 105em;
		}

		.container.max {
			width: 100%;
		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 90%;
				max-width: 100%;
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: 100% !important;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.625em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.625em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.625em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.625em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1.25em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1.25em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1.25em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1.25em;
				}

		.row {
			margin-top: 0;
			margin-left: -2.5em;
		}

			.row > * {
				padding: 0 0 0 2.5em;
			}

			.row.gtr-uniform {
				margin-top: -2.5em;
			}

				.row.gtr-uniform > * {
					padding-top: 2.5em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3.75em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3.75em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3.75em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3.75em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -5em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 5em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -5em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 5em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 2.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3.75em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3.75em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3.75em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3.75em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 5em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 2.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3.75em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3.75em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3.75em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3.75em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 5em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 2.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3.75em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3.75em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3.75em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3.75em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 5em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 2.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3.75em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3.75em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3.75em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3.75em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 5em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 2.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3.75em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3.75em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3.75em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3.75em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 5em;
						}
		.top-strip-inner {

			padding: 0 1rem !important;
		}	
		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #ffffff;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.75em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.75em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 4em 0;
		position: relative;
		text-align: center;
	}

		header.major:after {
			background: #4ce4d7;
			content: '';
			display: inline-block;
			height: 0.2em;
			max-width: 20em;
			width: 75%;
		}

	footer.major {
		margin: 4em 0 0 0;
	}

/* Form */

	form {
		margin: 0 0 0em 0;
	}

		form.cta {
			max-width: 35em;
			margin-left: auto;
			margin-right: auto;
		}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0 0 0em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: transparent;
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
			border-bottom: 1px solid var(--drawer-line);
		}



	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.3)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 3em;
		padding-right: 3em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #1c1d26;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
		color: black;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: rgba(255, 255, 255, 0.75);
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 100;
			padding-left: 2.55em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px rgba(255, 255, 255, 0.3);
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.25em;
				left: 0;
				line-height: 2.25em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.25em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: rgba(255, 255, 255, 0.25);
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #4ce4d7;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900 !important;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands' !important;
		}

		.icon.alt {
			text-decoration: none;
		}

			.icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 400;
			}

			.icon.alt:before {
				color: #1c1d26 !important;
				text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
			}

		.icon.major {
			background: #272833;
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 6em;
			line-height: 5.65em;
			margin: 0 0 2em 0;
			text-align: center;
			width: 6em;
		}

			.icon.major:before {
				font-size: 2.25em;
			}

			.icon.major.alt {
				text-decoration: none;
			}

				.icon.major.alt:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					display: inline-block;
					font-style: normal;
					font-variant: normal;
					text-rendering: auto;
					line-height: 1;
					text-transform: none !important;
					font-family: 'Font Awesome 5 Free';
					font-weight: 400;
				}

				.icon.major.alt:before {
					color: #272833 !important;
					text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
				}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}

		.image:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
		}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}
	#nav ul, 
	#nav ul li {
		list-style: none !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	#nav ul li a {
		text-decoration: none !important;
	}
	#nav ul li a {
		border-bottom: none !important;
	}

	ul {
		margin: 0 0 2em 0;
		padding-left: 1em;
	}


		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.3);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			height: 2.5em;
			line-height: 2.5em;
			padding: 0 0.5em;
		}

			ul.icons li .icon {
				font-size: 0.8em;
			}

				ul.icons li .icon:before {
					font-size: 2em;
				}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.3);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 0.9em;
			font-weight: 300;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		}

		table tfoot {
			border-top: solid 1px rgba(255, 255, 255, 0.3);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.3);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		height: 3em;
		line-height: 3em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		.button:hover,
		.button:active {
			box-shadow: inset 0 0 0 1px #4ce4d7;
			color: #4ce4d7 !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: rgba(228, 76, 101, 0.15);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		.button.large {
			font-size: 1.35em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		.button.primary {
			background-color: #4ce4d7;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			.button.primary:hover {
				background-color: #e76278;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			.button.primary:active {
				background-color: #e13652;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: rgba(255, 255, 255, 0.3) !important;
			box-shadow: none !important;
			color: #ffffff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 5em;
		left: 50%;
		margin: 0 0 0 -5em;
		overflow: hidden;
		position: absolute;
		text-indent: 10em;
		white-space: nowrap;
		width: 10em;
		z-index: 1;
	}

		.goto-next:before {
			background-image: url("images/arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			content: '';
			display: block;
			height: 1.5em;
			left: 50%;
			margin: -0.75em 0 0 -1em;
			position: absolute;
			top: 50%;
			width: 2em;
			z-index: 1;
		}

/* Spotlight */

	.spotlight {
		background-attachment: scroll;
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		height: 70vh;
		overflow: hidden;
		position: relative;
	}
	
	@media screen and (max-width: 1500px) {
		.spotlight {
			background-attachment: scroll;
		}
	}
	
		.spotlight:nth-last-of-type(1) {
			z-index: 1;
		}

		.spotlight:nth-last-of-type(2) {
			z-index: 2;
		}

		.spotlight:nth-last-of-type(3) {
			z-index: 3;
		}

		.spotlight:nth-last-of-type(4) {
			z-index: 4;
		}

		.spotlight:nth-last-of-type(5) {
			z-index: 5;
		}

		.spotlight:nth-last-of-type(6) {
			z-index: 6;
		}

		.spotlight:nth-last-of-type(7) {
			z-index: 7;
		}

		.spotlight:nth-last-of-type(8) {
			z-index: 8;
		}

		.spotlight:nth-last-of-type(9) {
			z-index: 9;
		}

		.spotlight:nth-last-of-type(10) {
			z-index: 10;
		}

		.spotlight:nth-last-of-type(11) {
			z-index: 11;
		}

		.spotlight:nth-last-of-type(12) {
			z-index: 12;
		}

		.spotlight:nth-last-of-type(13) {
			z-index: 13;
		}

		.spotlight:nth-last-of-type(14) {
			z-index: 14;
		}

		.spotlight:nth-last-of-type(15) {
			z-index: 15;
		}

		.spotlight:nth-last-of-type(16) {
			z-index: 16;
		}

		.spotlight:nth-last-of-type(17) {
			z-index: 17;
		}

		.spotlight:nth-last-of-type(18) {
			z-index: 18;
		}

		.spotlight:nth-last-of-type(19) {
			z-index: 19;
		}

		.spotlight:nth-last-of-type(20) {
			z-index: 20;
		}

		.spotlight:before {
			background-image: url("images/overlay.png");
			content: '';
			height: 100%;
			left: 0;
			top: 0;
			width: 100%;
		}

		/* ABOUT section hero – use raw artwork, no teal overlay */
		/* ============================
		ABOUT (#one) – custom layout
		============================ */

		/* Turn off the global 100vh + parallax for this section */
		#one.spotlight {
			background-attachment: scroll;
			background-position: center center;
			background-size: cover;
			height: auto;          /* no fixed viewport height */
			min-height: 0;
			box-shadow: none;      /* optional: cleaner between sections */
		}

		/* Kill the dark overlay.png just for #one */
		/* Top overlay that fades the hero color onto the artwork */
		#one.spotlight:before {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			/* how tall the fade should be – tweak 180–260px to taste */
			height: 220px;
			pointer-events: none;
			z-index: 1;

			background: linear-gradient(
				to bottom,
				#ffffff 0%,                 /* solid hero color at very top */
				rgba(255, 255, 255, 0.95) 3%,
				rgba(255, 255, 255, 0.781) 60%,
				rgba(255, 255, 255, 0.801) 100%  /* fully transparent by the time
											we’re into the image */
			);
		}


		/* Make the artwork behave like a normal banner image */
		#one.spotlight .image.main {
			display: block;
			position: relative;
		}

		#one.spotlight .image.main img {
			display: block;
			width: 100%;
		}



		
		/* About content: gradient from hero color into the light section,
		with a clean teal divider line */
		#one.spotlight .content {
			position: relative;  /* NO absolute here, fixes the overlap */
			border-bottom-width: 0;         /* no bottom border */
			padding: 3.5rem 0 4.5rem;
		}

		/* Disable the slide-in / opacity animation just for this section
		so text doesn't jump or get hidden */
		#one.spotlight.inactive .content,
		#one.spotlight.inactive .goto-next {
			transform: none !important;
			opacity: 1 !important;
		}



		/* About section headline – use Circular Std Book */
		#one .about-heading {
		font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
		font-weight: 900;              /* Circular Book weight */
		letter-spacing: 0.16em;        /* tune as you like */
		text-transform: uppercase;     /* if you want it in caps */
		}


			.spotlight .image.main img {
				position: relative;
			}

		.spotlight .content {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
			position: absolute;
		}

		.spotlight .goto-next {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
			-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
			transition: transform 0.75s ease, opacity 1s ease-in;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			opacity: 1;
		}

		.spotlight.top .content, .spotlight.bottom .content {
			left: 0;
			padding: 5.1em 0 3.1em 0;
			width: 100%;
		}

		.spotlight.top .content {
			border-bottom-width: 0.35em;
			top: 0;
		}

		.spotlight.bottom .content {
			bottom: 0;
		}

		.spotlight.left .content, .spotlight.right .content {
			height: 101%;
			padding: 6em 3em;
			top: 0;
			width: 28em;
		}

		.spotlight.left .content {
			border-right-width: 0.35em;
			left: 0;
		}

		.spotlight.right .content {
			border-left-width: 0.35em;
			right: 0;
		}



		.spotlight.style2 .content {
			border-color: #5480f1;
		}

		.spotlight.style3 .content {
			border-color: #39c088;
		}

		.spotlight.inactive .content {
			opacity: 0;
		}

		.spotlight.inactive .goto-next {
			-moz-transform: translate(0,1.5em);
			-webkit-transform: translate(0,1.5em);
			-ms-transform: translate(0,1.5em);
			transform: translate(0,1.5em);
			opacity: 0;
		}

		.spotlight.inactive.top .content {
			-moz-transform: translate(0,-5em);
			-webkit-transform: translate(0,-5em);
			-ms-transform: translate(0,-5em);
			transform: translate(0,-5em);
		}

		.spotlight.inactive.bottom .content {
			-moz-transform: translate(0,5em);
			-webkit-transform: translate(0,5em);
			-ms-transform: translate(0,5em);
			transform: translate(0,5em);
		}

		.spotlight.inactive.left .content {
			-moz-transform: translate(-5em,0);
			-webkit-transform: translate(-5em,0);
			-ms-transform: translate(-5em,0);
			transform: translate(-5em,0);
		}

		.spotlight.inactive.right .content {
			-moz-transform: translate(5em,0);
			-webkit-transform: translate(5em,0);
			-ms-transform: translate(5em,0);
			transform: translate(5em,0);
		}

	body.is-touch .spotlight {
		background-attachment: scroll;
	}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}

		.wrapper.style2 {
			background: #4ce4d7;
		}

			.wrapper.style2 input[type="text"]:focus,
			.wrapper.style2 input[type="password"]:focus,
			.wrapper.style2 input[type="email"]:focus,
			.wrapper.style2 select:focus,
			.wrapper.style2 textarea:focus {
				border-color: rgba(255, 255, 255, 0.5);
			}

			.wrapper.style2 input[type="submit"]:hover, .wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:hover,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:hover,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:hover,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.075) !important;
				box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
				color: #ffffff !important;
			}

			.wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.25) !important;
			}

			.wrapper.style2 input[type="submit"].primary,
			.wrapper.style2 input[type="reset"].primary,
			.wrapper.style2 input[type="button"].primary,
			.wrapper.style2 .button.primary {
				background-color: #ffffff;
				color: #4ce4d7 !important;
			}

				.wrapper.style2 input[type="submit"].primary:hover, .wrapper.style2 input[type="submit"].primary:active,
				.wrapper.style2 input[type="reset"].primary:hover,
				.wrapper.style2 input[type="reset"].primary:active,
				.wrapper.style2 input[type="button"].primary:hover,
				.wrapper.style2 input[type="button"].primary:active,
				.wrapper.style2 .button.primary:hover,
				.wrapper.style2 .button.primary:active {
					background-color: rgba(255, 255, 255, 0.075) !important;
					box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
					color: #ffffff !important;
				}

				.wrapper.style2 input[type="submit"].primary:active,
				.wrapper.style2 input[type="reset"].primary:active,
				.wrapper.style2 input[type="button"].primary:active,
				.wrapper.style2 .button.primary:active {
					background-color: rgba(255, 255, 255, 0.25) !important;
				}

		.wrapper.fade-down > .container {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-down.inactive > .container {
			-moz-transform: translate(0,-1em);
			-webkit-transform: translate(0,-1em);
			-ms-transform: translate(0,-1em);
			transform: translate(0,-1em);
			opacity: 0;
		}

		.wrapper.fade-up > .container {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-up.inactive > .container {
			-moz-transform: translate(0,1em);
			-webkit-transform: translate(0,1em);
			-ms-transform: translate(0,1em);
			transform: translate(0,1em);
			opacity: 0;
		}

		.wrapper.fade > .container {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade.inactive > .container {
			opacity: 0;
		}

/* Dropotron */

	.dropotron {
		background: rgba(39, 40, 51, 0.965);
		border-radius: 4px;
		box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
		list-style: none;
		margin-top: calc(-0.25em + 1px);
		min-width: 12em;
		padding: 0.25em 0;
	}

		.dropotron > li {
			border-top: solid 1px rgba(255, 255, 255, 0.035);
			padding: 0;
		}

			.dropotron > li a, .dropotron > li span {
				border: 0;
				color: rgba(255, 255, 255, 0.75);
				display: block;
				padding: 0.1em 1em;
				text-decoration: none;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

			.dropotron > li.active > a, .dropotron > li.active > span {
				color: #4ce4d7;
			}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-top: 1em;
		}

			.dropotron.level-0:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #272833;
				content: '';
				display: block;
				height: 1em;
				position: absolute;
				right: 1.5em;
				top: -0.5em;
				width: 1em;
			}

	body.landing .dropotron.level-0 {
		margin-top: 0;
	}

	/* HEADER STRUCTURE */
	#header {
	position: fixed;
	top: 2rem;                     /* sits just under the blue strip */
	left: 0;
	width: 100%;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3rem;

	background: #ffffff;           /* pure white nav background */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	z-index: 110;
	}


	/* Make header fixed so we can slide it out */
	#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #ffffff;
	transition:
		transform 0.35s ease,
		box-shadow 0.25s ease,
		background-color 0.25s ease;
	}

	/* Hidden state when scrolling down */
	#header.header--hidden {
	transform: translateY(-110%);
	}

	/* Optional: compact styling when user has scrolled a bit */
	#header.header--compact {
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	}



	#top-strip {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.5rem;                 /* height of the blue strip */
	background: #227B9B;            /* key blue */
	color: #ffffff;
	z-index: 120;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	}
	.top-strip-inner {
	margin: 0 auto;
	height: 100%;
	padding: 0 2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

	/* Left side */
	.top-strip-left {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	}

	.top-strip-logo {
	height: 18px;                   /* tweak as needed */
	display: block;
	}

	.top-strip-name {
	font-weight: 500;
	}

	/* Right side */
	.top-strip-right {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	}

	.top-strip-langs {
	display: flex;
	gap: 0.75rem;
	}

	.top-strip-langs .lang {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	padding: 0.1rem 0.4rem;
	border-radius: 2px;
	border: 1px solid transparent;
	transition: all 0.2s ease;
	}

	.top-strip-langs .lang:hover {
	color: #ffffff;
	}

	.top-strip-langs .lang.active {
	background: #ffffff;
	color: #227B9B;
	}

	/* Social icons */
	.top-strip-social {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	}


	:root {
	--top-strip-height: 40px;   /* adjust if your strip is taller/shorter */
	}

	/* Top strip stays at very top */
	#top-strip {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: var(--top-strip-height);
	z-index: 1200;
	}

	/* Header sits just below the strip */
	#header {
	top: var(--top-strip-height);
	}

	/* Give the page content breathing room so it doesn't hide under both */
	#page-wrapper {
	padding-top: calc(var(--top-strip-height) + 70px); /* 80px ≈ header height; tweak if needed */
	}



	.social-icon img {
	display: block;
	height: 14px;                   /* all icons same height */
	width: auto;
	opacity: 0.85;
	transition: opacity 0.2s ease, transform 0.2s ease;
	}

	.social-icon:hover img {
	opacity: 1;
	transform: translateY(-1px);
	}



	/* ---------------------------
	CENTER NAV (absolute trick)
	--------------------------- */

	#nav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%); /* perfectly center nav */
	}

	#nav ul {
		display: flex;
		gap: 2.5rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#nav ul li a {
	border: 0;
	text-decoration: none;
	color: inherit;
	}

	/* ===============================
	NAV BUTTONS (center menu)
	=============================== */

	.nav-btn {
	position: relative;
	height: 40px;
	/* don't set width at all – let it be auto */
	padding: 0 2.4rem 0.9rem;   /* left/right padding + space for underline */
	border: none;
	color: #227B9B;
	background: none;
	cursor: pointer;
	overflow: hidden;

	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	}


	.nav-btn > div {
	position: absolute;
	inset: 0;                   /* shorthand for top/right/bottom/left: 0 */
	display: flex;
	align-items: center;
	justify-content: center;
	}

	.faq-btn > div {

	justify-content: left !important;
	}

		

	/* underline bar */
	.nav-btn::before {
	content: "";
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: scaleX(0);
	transform-origin: bottom right;
	background: currentColor;   /* uses white */
	transition: transform 0.25s ease-out;
	}

	.nav-btn:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
	}

	/* text styles – no movement */
	.nav-btn .text > *,
	.nav-btn .clone > * {
	opacity: 1;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-left: 4px;
	transition: color 0.2s ease;
	}

	/* keep text perfectly still on hover */
	.nav-btn:hover .text > *,
	.nav-btn:hover .clone > * {
	transform: none;
	}

	/* optional: change color slightly on hover */
	.nav-btn:hover {
	color: #0f4f67; /* subtle darker version of #227B9B */
	}

	/* we don't actually need the clone text, so hide it */
	.nav-btn .clone {
	display: none;
	}


	/* arrow icon */
	.nav-btn svg {
	width: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-50deg);
	transition: 0.2s ease-out;
	}

	.nav-btn:hover svg {
	transform: translateY(-50%) rotate(-90deg);
	}



	.hero-separator {
		position: relative;
		z-index: 2;
		width: 100%;                             /* 5% margin each side */
		height: 1px;
		background: rgba(0, 48, 57, 0.35);      /* subtle dark teal line */
	}


	#nav ul li a:hover {
		color: #17C3B3;        /* accent teal */
	}



	/* ===========================
	NAV – Services dropdown
	(desktop only for now)
	=========================== */

	@media (min-width: 901px) {
	/* Only the Services li needs to be positioned */
	#nav ul li.nav-item-services {
		position: relative;
	}

	/* Hidden panel under Services */
	#nav ul li.nav-item-services .nav-dropdown {
		position: absolute;
		top: 140%;
		left: 140%;
		transform: translate(-50%, 8px);

		list-style: none;
		margin: 0;
		gap: 0.5rem;

		min-width: 230px;
		background: #ffffff;
		border-radius: 12px;
		box-shadow: 0 14px 35px rgba(0, 0, 0, 0.14);
		border: 1px solid rgba(0, 48, 57, 0.12);

		opacity: 0;
		pointer-events: none;
		transition:
		opacity 0.18s ease-out,
		transform 0.18s ease-out;

		z-index: 60;  /* above hero */
		display: grid;
	}

	/* Show only on hover / focus */
	#nav ul li.nav-item-services:hover .nav-dropdown,
	#nav ul li.nav-item-services:focus-within .nav-dropdown {
		opacity: 1;
		pointer-events: auto;
		transform: translate(-50%, 0);
	}

	/* Items inside dropdown */
	#nav ul li.nav-item-services .nav-dropdown li {
		margin: 0;
	}

	#nav ul li.nav-item-services .nav-dropdown a {
		display: block;
		padding: 0.45rem 1.2rem;
		font-size: 0.78rem;
		font-weight: 500;
		letter-spacing: 0.12em;
		text-transform: uppercase;

		color: #003039;      /* dark teal, matches site */
		text-decoration: none;
		white-space: nowrap;

		transition:
		background 0.16s ease,
		color 0.16s ease;
	}

	#nav ul li.nav-item-services .nav-dropdown a:hover {
		background: rgba(23, 195, 179, 0.08); /* soft teal wash */
		color: #17C3B3;                       /* your accent teal */
	}

	/* Hover bridge: keep menu open while moving down */
	#nav ul li.nav-item-services::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 280px;   /* transparent area that connects tab to dropdown */
		/* no background: purely hitbox, no visual change */
	}
	}

	/* For now, keep dropdown off on mobile – we’ll design a mobile version later */
	@media (max-width: 900px) {
	#nav ul li.nav-item-services .nav-dropdown {
		display: none;
	}
	}

	
	/* ============================================
	DAVITONI CONSULT - HEADER CTA BUTTON (FINAL)
	============================================ */
	/* HEADER CTA – animated leaf button */
	.cta-button {
	position: relative;
	padding: 14px 44px;
	background: #ffffff;
	font-size: 0.9rem;
	font-weight: 600;
	color: #003039;
	cursor: pointer;
	border: 1px solid #17C3B3;              /* brand teal */
	border-radius: 999px;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-family: 'DM Sans', sans-serif;
	overflow: visible;
	}

	.cta-button:hover {
	color: #ffffff;
	border: 1px solid #16B0A3;
	background: linear-gradient(
		85deg,
		#17C3B3,
		#1FD4C3,
		#15A6B0,
		#16B0A3,
		#17C3B3
	);
	background-size: 200% 200%;
	animation: cta-wind 2s ease-in-out infinite;
	}

	@keyframes cta-wind {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 0% 50%;
	}
	}

	/* label sits above icons */
	.cta-label {
	position: relative;
	z-index: 2;
	}

	/* Icons – scoped so they don't affect other buttons */
	.cta-button .icon-1,
	.cta-button .icon-2,
	.cta-button .icon-3 {
	position: absolute;
	top: 0;
	transform-origin: 50% 0;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.35));
	}

	.cta-button .icon-1 {
	right: 6px;
	width: 24px;
	transform: rotate(10deg);
	transition: all 0.5s ease-in-out;
	}

	.cta-button .icon-2 {
	left: 28px;
	width: 12px;
	transform: rotate(10deg);
	transition: all 1s ease-in-out;
	}

	.cta-button .icon-3 {
	left: 10px;
	width: 18px;
	transform: rotate(-5deg);
	transition: all 1s ease-in-out;
	}

	/* Icon animations */
	.cta-button:hover .icon-1 {
	animation: cta-sway-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
	}

	.cta-button:hover .icon-2 {
	animation: cta-sway-2 3s cubic-bezier(0.52, 0, 0.58, 1) 0.6s infinite;
	}

	.cta-button:hover .icon-3 {
	animation: cta-sway-3 2s cubic-bezier(0.52, 0, 0.58, 1) 0.4s infinite;
	}

	@keyframes cta-sway-1 {
	0% { transform: rotate(10deg); }
	50% { transform: rotate(-5deg); }
	100% { transform: rotate(10deg); }
	}

	@keyframes cta-sway-2 {
	0% { transform: rotate(10deg); }
	50% { transform: rotate(20deg); }
	100% { transform: rotate(10deg); }
	}

	@keyframes cta-sway-3 {
	0% { transform: rotate(-5deg); }
	50% { transform: rotate(5deg); }
	100% { transform: rotate(-5deg); }
	}

	/* Icon fill color – brand teal → white on hover */
	.cta-button .fil0 {
	fill: #17C3B3;
	transition: fill 0.25s ease-in-out;
	}

	.cta-button:hover .fil0 {
	fill: #ffffff;
	}

/* ---------------------------
LOGO (left) — desktop anim + mobile fallback
--------------------------- */

#logo .logo-link {
  display: inline-flex;
  align-items: center;
  height: 42px;
}

/* Mobile uses the old single image */
#logo .logo-mobile {
  height: 42px;
  display: block;
}

/* Desktop animated wrapper hidden by default (mobile-first) */
#logo .logo-desktop {
  display: none;
  position: relative;
  height: 42px;
  align-items: center;
}

/* Desktop: show animated version, hide mobile image */
@media (min-width: 768px) {
  #logo .logo-mobile {
    display: none;
  }
  #logo .logo-desktop {
    display: inline-flex;
  }
}

/* --- Desktop animation parts --- */

/* The text sits on the left, but is clipped and revealed on hover */
#logo .logo-text-reveal {
  height: 42px;
  overflow: hidden;
  width: 0;                 /* hidden by default */
  transition: width 420ms ease;
  display: inline-flex;
  align-items: center;
  will-change: width;
}

#logo .logo-text {
  height: 42px;
  display: block;
}

/* The icon is always visible; it slides right on hover */
#logo .logo-icon {
  height: 42px;
  display: block;
  transform: translateX(0);
  transition: transform 420ms ease;
  will-change: transform;
}

/* Hover: reveal the text gradually + move icon right */
@media (min-width: 768px) {
  #logo .logo-link:hover .logo-text-reveal {
    width: 90px; /* <-- set this to your text image width at 42px tall */
  }

  #logo .logo-link:hover .logo-icon {
    transform: translateX(14px); /* tweak to match your example */
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  #logo .logo-text-reveal,
  #logo .logo-icon {
    transition: none;
  }

  @media (min-width: 768px) {
    #logo .logo-text-reveal {
      width: 170px; /* just show it */
    }
    #logo .logo-icon {
      transform: none;
    }
  }
}


/* ============================================
   DAVITONI CONSULT - HERO / BANNER SECTION
   ============================================ */

#banner {
    position: relative;
    min-height: 85vh;
    width: 100%;
	background: linear-gradient(
		180deg,
		#fff7ec  0%,   /* light peach at top */
		#ffffff 45%,  /* your current color mid */
		#ffffff 100%  /* a hair richer at bottom */
	);
    padding: 1em 1em 2em;
    overflow: hidden;
    z-index: 1;
}

/* --------------------------------------------
   LEFT STATUE IMAGE (Michelangelo)
   -------------------------------------------- */
#banner::before {
    content: "";
    position: absolute;
    top: -20rem;
    left: 0;

    width: 50%;
    height: 100%;

    background-image: url("images/left-robot.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;

    opacity: 0;
    transform: translateX(-40px);

    /* name | duration | easing | delay | fill-mode */
    animation: fadeLeftIn 3s ease-out 3s forwards;

    z-index: 0;
    pointer-events: none;
}

/* --------------------------------------------
   RIGHT STATUE IMAGE (Plato)
   -------------------------------------------- */
#banner::after {
    content: "";
    position: absolute;
    top: -20rem;
    right: 0;

    width: 50%;
    height: 100%;

    background-image: url("images/right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;

    opacity: 0;
    transform: translateX(40px);

    /* starts 0.2s after the left one */
    animation: fadeRightIn 3s ease-out 3s forwards;

    z-index: 0;
    pointer-events: none;
}


/* Animations */
@keyframes fadeLeftIn {
    0% { opacity: 0; transform: translateX(-40px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeRightIn {
    0% { opacity: 0; transform: translateX(40px); }
    100% { opacity: 1; transform: translateX(0); }
}

/* Keep text above all effects */
#banner .hero-inner,
#banner .hero-separator,
#banner .hero-lower {
  position: relative;
  z-index: 3;
}

/* ============================================
   PURE THIN OUTLINE STROKE (LEFT ROBOT HAND)
   - crisp outline + tiny glow
   - no blobs
   ============================================ */
/* Canvas sits above the hands, below text */

/* ============================================
   HERO LAYOUT
   ============================================ */

.hero-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2; /* above statues */
}

.hero-left {
    width: 50%;
}

.hero-right {
    width: 45%;
    text-align: right;
}

.hero-right-meta {
    margin-top: 3rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ff414b;
    text-align: right;
	font-weight: 600;
}


/* Time + location left under the line */
.hero-time {
    position: relative;
    margin-top: 0.75rem;
    font-family: 'DM Sans', sans-serif;
    color: #003039;
}

.hero-time-label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 0.25rem;
}

.hero-time-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.time-value {
    opacity: 0.85;
}

.time-location {
    opacity: 0.7;
}

.time-dot {
    width: 8px;              /* or 7px if you prefer */
    height: 8px;
    border-radius: 50%;
    background: #17C3B3;
    /* no expanding shadow anymore */
    box-shadow: none;
    animation: fadeDot 1s ease-in-out infinite alternate;
}

@keyframes fadeDot {
    0% {
        opacity: 0.0;        /* slightly dim */
    }
    100% {
        opacity: 1;          /* fully visible */
    }
}


/* --------------------------------------------
   HERO LOWER LAYOUT (tweak margin)
   -------------------------------------------- */

.hero-lower {
  position: relative;
  z-index: 2;
  margin-top: 3.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-lower-right {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* --------------------------------------------
   HERO LOWER LEFT: FOCUS CARDS
   -------------------------------------------- */

.hero-lower-left {
  flex: 0 0 70%;
  max-width: 80rem;
}

/* small label above the cards */
.hero-section-kicker {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 48, 57, 0.7);
  margin-bottom: 1rem;
}

/* row of cards */
.hero-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

/* base card (adapted from your card1) */
.hero-card1 {
  position: relative;
  display: block;
  text-decoration: none;
  max-width: 260px;
  min-width: 11rem;
  padding: 1.4rem 1.4rem;
  margin: 0;
  background-color: rgba(242, 248, 249, 0.95);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 168, 160, 0.25);
  z-index: 0;
  cursor: pointer;
  transition:
    box-shadow 0.25s ease-out,
    border-color 0.25s ease-out,
    background-color 0.25s ease-out,
    transform 0.2s ease-out;
}

/* subtle background “bubble” */
.hero-card1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00A8A0; /* brand teal */
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

/* card text */
.hero-card-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #004b55;
  margin: 0 0 0.35rem;
}

.hero-card-text {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #666;
  margin: 0;
}

.hero-card-text.small {
  font-size: 0.8rem;
}

/* arrow corner */
.hero-card-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background-color: #00A8A0;
  border-radius: 0 18px 0 24px;
}

.hero-card-arrow {
  margin-top: -2px;
  margin-right: -2px;
  color: #ffffff;
  font-size: 0.9rem;
}

/* hover – still premium, not crazy */
.hero-card1:hover {
  background-color: #ffffff;
  border-color: #00A8A0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.hero-card1:hover::before {
  transform: scale(21); /* more subtle than 21 */
}

.hero-card1:hover .hero-card-title,
.hero-card1:hover .hero-card-text {
  color: rgba(255, 255, 255, 0.9);
}

/* on hover, arrow stays white so it pops on teal */
.hero-card1:hover .hero-card-arrow {
  color: #ffffff;
}

/* responsive stacking */
@media screen and (max-width: 980px) {
  .hero-card-grid {
    gap: 0.85rem;
  }

  .hero-card1 {
    max-width: calc(50% - 0.85rem);
  }
}





@media screen and (max-width: 1800px) {
  .hero-card1 {
    max-width: 200px;
  }

 .brand-strip--hero {
    max-width: 820px;
 }

 .hero-lower-left {
    max-width: 60rem;
 }
 .hero-card {
    width: 470px;
 }
}




@media screen and (max-width: 1500px) {
  .hero-card1 {
    max-width: 200px;
  }

 .brand-strip--hero {
    max-width: 840px;
 }

 .hero-lower-left {
    max-width: 53rem;
 }
 .hero-card {
    width: 350px !important;
 }
 .hero-card .card-img-wrap {
	height: 200px !important;
 }
}



@media screen and (max-width: 1300px) {
  .hero-card1 {
    max-width: 170px !important;
  }

    .brand-strip--hero {
        max-width: 750px !important;
	}
}




@media screen and (max-width: 1300px) {


    .hero-card {
        width: 275px !important;
    }
	.hero-card1 {
	min-width: 8rem !important;
	max-width: 150px !important;
  	}
	.hero-card-title {
		font-size: .8rem;
	}
	.hero-card-text.small {
		font-size: 0.7rem;
	}
    .brand-strip--hero {
        max-width: 640px !important;
    }
	#nav ul {
    gap: 1.5rem !important;
	}
}






@media screen and (max-width: 1000px) {

	.hero-title {
			font-size: 2.5rem !important;
		}

	#nav ul {
    gap: 1rem !important;
	}
    .hero-card1 {
        min-width: 4rem !important;
        max-width: 121px !important;
    }
	.brand-strip--hero {
        max-width: 480px !important;
    }
	.cta-button {
		padding: 10px 30px;
	}
}


@media screen and (max-width: 800px) {



	#nav ul {
    gap: .5rem !important;
	}

	.cta-button {
		padding: 10px 30px;
	}
	#header {
	padding: 0 1rem;
	}
}
/* --------------------------------------------
   RIGHT: FEATURED VIDEO CARD
   -------------------------------------------- */

/* small uppercase label above the card */
.hero-feature-label {
  position: absolute;
  top: -1.6rem;
  left: 0.4rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: #008a86; /* brand teal */
}

/* outer card */
.hero-card {
  position: relative;
  width: 560px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffffa8;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

/* maintain aspect ratio */
.hero-card .card-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 56%; /* ~16:9 */
  overflow: hidden;
}

.hero-card-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* clean caption block under the video */
.hero-card-caption {
  padding: 1rem 1.4rem 1.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.hero-card-caption h3 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #003039;
}

.hero-card-caption p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(0, 48, 57, 0.75);
}

/* --------------------------------------------
   SIMPLE RESPONSIVE BEHAVIOUR
   -------------------------------------------- */
@media screen and (max-width: 980px) {
  .hero-lower {
    gap: 0rem;
  }

  .hero-lower-left {
    margin-top: 0;
  }

  .hero-lower-right {
    align-items: flex-start;
  }

  .hero-card {
    width: 100%;
  }

  .hero-feature-label {
    left: 0;
  }
  .hero-card-text.small {
    font-size: 0.00000067rem;
  }
  .hero-card-title {
	font-size: .5rem;
  }

  .hero-card .card-img-wrap {
    height: 185px !important;
  }
      .hero-card {
        width: 210px !important;
    }
	.hero-card-caption h3 {
		font-size: .8rem !important;
	}
	.hero-card-caption p {
		font-size: 0.7rem;
	}
}


@media screen and (max-width: 500px) {
    .hero-title {
        font-size: 1.5rem !important;
    }
	#top-strip {
		font-size: 0.4rem !important;
	}
	.top-strip-right {
    gap: 0;
	}
	.top-strip-langs {
    gap: 0rem;
	}
	.hero-right-meta {

    font-size: .8rem;
	line-height: 1rem !important;
	margin-top: 1rem !important;
	}
	.hero-card-grid {
    display: grid;
	}
    .hero-title.right {
		margin-top: 7rem;
	}
	
	.hero-subtitle {
    color: #00313900 !important;
	}
}



@media screen and (max-width: 380px) {


}



@media screen and (max-width: 350px) {


	.hero-subtitle {
    font-size: 0.6em !important;
	}
	.hero-title {
        font-size: 1.1rem !important;
    }
}

.hero-title {
    font-size: 4.5rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 1.05em;
    color: #16BEAD;
    margin-bottom: 0em;
}
@media screen and (max-width: 1680px) {
	.hero-title {
		font-size: 4rem;
	}
}

@media screen and (max-width: 1280px) {
	.hero-title {
		font-size: 3.8rem;
	}
}

.hero-title.right {
    color: #ff414b;
}

.hero-subtitle {
    color: #003039;
    font-size: 0.8em;
    margin: 0 0 0.8em 0;
    line-height: 1.5em;
	font-weight: 500;
}

/* ============================================
   BOOK A CALL BUTTON (LEARN MORE STYLE)
   ============================================ */
/* ===========================
   CTA ORBIT BUTTON (isolated)
   =========================== */

/* Component tokens (unique variable names) */
.cta-orbit {
  --cta-orbit-size: 65px;
  --cta-orbit-bg: #80786f;
  --cta-orbit-bg-hover: #000;

  --cta-orbit-accent: #16bead;
  --cta-orbit-core-bg: #fff;

  --cta-orbit-core-size: 40px;

  --cta-orbit-rotate-duration: 8s;
  --cta-orbit-char-inset: 1px;
  --cta-orbit-char-step-deg: 19deg;

  --cta-orbit-hover-scale: 1.05;
  --cta-orbit-transition-bg: 300ms;
  --cta-orbit-transition-scale: 200ms;

  --cta-orbit-icon-shift: 150%;
  --cta-orbit-icon-transition: 300ms;
  --cta-orbit-icon-delay: 100ms;

  /* Hard reset of button behavior (no inheritance from existing button rules) */
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;

  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;

  width: var(--cta-orbit-size);
  height: var(--cta-orbit-size);
  border-radius: 999px;
  overflow: hidden;

  background: var(--cta-orbit-bg);
  color: var(--cta-orbit-accent);

  font: 600 10px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-decoration: none;

  transition:
    background var(--cta-orbit-transition-bg),
    transform var(--cta-orbit-transition-scale);
}

/* spinning ring */
.cta-orbit__ring {
  position: absolute;
  inset: 0;
  display: block;
  animation: cta-orbit-rotation var(--cta-orbit-rotate-duration) linear infinite;
  pointer-events: none;
}

/* each character on the ring */
.cta-orbit__char {
  position: absolute;
  inset: var(--cta-orbit-char-inset);

  /* place letters around the circle */
  transform: rotate(calc(var(--cta-orbit-char-step-deg) * var(--cta-orbit-i)));
  transform-origin: center;
  display: block;

  /* prevent selection/focus weirdness */
  user-select: none;
  -webkit-user-select: none;
  white-space: pre;
}

/* center circle */
.cta-orbit__core {
  position: relative;
  width: var(--cta-orbit-core-size);
  height: var(--cta-orbit-core-size);

  border-radius: 999px;
  overflow: hidden;

  background: var(--cta-orbit-core-bg);
  color: var(--cta-orbit-accent);

  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: none;
}

/* icons */
.cta-orbit__icon {
  display: block;
}

/* copy icon starts off-screen */
.cta-orbit__icon--copy {
  position: absolute;
  transform: translate(calc(-1 * var(--cta-orbit-icon-shift)), var(--cta-orbit-icon-shift));
}

/* hover */
.cta-orbit:hover {
  background: var(--cta-orbit-bg-hover);
  transform: scale(var(--cta-orbit-hover-scale));
}

/* IMPORTANT: matches your pasted behavior exactly */
.cta-orbit:hover .cta-orbit__icon {
  color: #000;
}

.cta-orbit:hover .cta-orbit__icon:first-child {
  transition: transform var(--cta-orbit-icon-transition) ease-in-out;
  transform: translate(var(--cta-orbit-icon-shift), calc(-1 * var(--cta-orbit-icon-shift)));
}

.cta-orbit:hover .cta-orbit__icon--copy {
  transition: transform var(--cta-orbit-icon-transition) ease-in-out var(--cta-orbit-icon-delay);
  transform: translate(0, 0);
}

/* animation */
@keyframes cta-orbit-rotation {
  to {
    transform: rotate(360deg);
  }
}


/* --------------------------------------------
   HERO LOWER LAYOUT (small tweak)
   -------------------------------------------- */
/* From Uiverse.io by MarcLazz */ 
.buttonz-container {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
}

.buttonz {
  cursor: pointer;
  text-decoration: none;
  color: #ffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #80796f;
  border: 2px solid #80796f;
  transition: all 0.45s;
}

.buttonz:hover {
  transform: rotate(360deg);
  transform-origin: center center;
  background-color: #ffff;
  color: #2d2e32;
}

.buttonz:hover .btn-svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg)
    brightness(103%) contrast(103%);
}

.flexz-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* --------------------------------------------
   FOCUS AREA CARDS (horizontal, minimal)
   -------------------------------------------- */

.hero-section-kicker {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 48, 57, 0.7);
  margin-bottom: 0rem;
}

/* row of small cards */
.focus-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

/* each card behaves like a small consultancy “tile” */
.focus-card {
  border-radius: 16px;
  border: 1px solid rgba(0, 168, 160, 0.35);
  background: rgba(255, 255, 255, 0.7);
  padding: 0.9rem 1.1rem;
  min-width: 11rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.25rem;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease;
}

/* title line */
.focus-card-title {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #004b55;
}

/* tiny subline – still short */
.focus-card-sub {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(0, 75, 85, 0.8);
}

/* hover: subtle lift, not flashy */
.focus-card:hover {
  border-color: #00A8A0;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* stack nicely on smaller screens */
@media screen and (max-width: 980px) {
  .focus-card-row {
    gap: 0.8rem;
  }

  .focus-card {
    min-width: calc(50% - 0.8rem);
  }
}

@media screen and (max-width: 640px) {
  .focus-card {
    min-width: 100%;
  }
}


/* ============================================
   HERO SIDE CARD (RIGHT BOTTOM)
   ============================================ */

.hero-card {
    position: relative;
    width: 480px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

/* wrapper keeps a consistent aspect ratio */
.hero-card .card-img-wrap {
    position: relative;
    width: 100%;
    height: 300px;      /* same height you had before */
    overflow: hidden;
}

/* video fills the card */
.hero-card-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;  /* crops nicely like a photo */
}

/* container for the right-hand hero card */
.hero-lower-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* small uppercase label above the card */
.hero-feature-label {
  position: absolute;
  top: -1.9rem;
  left: 0.4rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: #008a86; /* your teal or a slightly darker teal */
}
/* glassy outer card around the video */
.hero-card.hero-card-featured {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

/* inner outline like in the screenshot */
.hero-card.hero-card-featured::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

/* ensure video fills the card and sits under the meta */
.hero-card-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 340px;      /* adjust if you want taller/shorter card */
}

/* overlay text block on top of the video */
.hero-feature-meta {
  position: absolute;
  inset: auto 2.4rem 2.4rem 45%;   /* right/bottom, anchored mid-card */
  max-width: 360px;
  color: #ffffff;
  z-index: 1;
}

/* title / paragraph / link styling */
.hero-feature-meta h3 {
  margin: 0 0 0.35rem;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-feature-meta p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  opacity: 0.92;
}

.hero-feature-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.hero-feature-link:hover {
  text-decoration: underline;
}



/* Touch devices: keep simple */
body.is-touch #banner {
    background-attachment: scroll;
}


/* --------------------------------------------
   HERO CONTENT AREA
   -------------------------------------------- */
#banner .content {
    position: relative;
    max-width: 50%;
    text-align: right;
    z-index: 2;               /* above statue */
}

#banner .content header h2 {
    font-size: 3.2em;
    margin: 0 0 0.3em 0;
    color: #003039; /* dark teal/charcoal for readability */
}

#banner .content header p {
    font-size: 1.15em;
    line-height: 1.5em;
    margin: 0;
    color: #1A1A1A;
}


/* Remove old image circle system */
#banner .content .image {
    display: none;
}


/* --------------------------------------------
   TOUCH DEVICES SUPPORT (no fixed / heavy anim)
   -------------------------------------------- */
body.is-touch #banner {
    background-attachment: scroll;
}


/* Footer */

	#footer {
		background: #272833;
		padding: 6em 0;
		text-align: center;
	}

		#footer .icons .icon.alt {
			text-decoration: none;
		}

			#footer .icons .icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 400;
			}

			#footer .icons .icon.alt:before {
				color: #272833 !important;
				text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
			}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			line-height: 1em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.3);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
			}

	}


@media screen and (max-width: 736px) {
  #banner::before,
  #banner::after {
    height: calc(100vh - 44px);
  }
}

/* Short phones (landscape / small height) */
@media screen and (max-height: 700px) {
  #banner::before,
  #banner::after {
    top: -10rem; /* was -20rem */
  }
}

/* Very short */
@media screen and (max-height: 600px) {
  #banner::before,
  #banner::after {
    top: -10rem;
  }
}


	/* Container for the logo */
	#logo .logo-link {
		position: relative;
		display: inline-block;
		height: 40px;          /* adjust as needed */
	}

	/* Base + hover images share same size */
	#logo .logo-base,
	#logo .logo-hover {
		height: 40px;          /* same as container */
		display: block;
	}

	/* Hover image sits on top, invisible by default */
	#logo .logo-hover {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
	}

	/* Optional: also fade out the base image for a crossfade */
	#logo .logo-base {
		transition: opacity 0.3s ease-in-out;
	}

	/* On hover: fade hover image in, base out */
	#logo .logo-link:hover .logo-hover {
		opacity: 1;
	}

	#logo .logo-link:hover .logo-base {
		opacity: 0;
	}




/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11.5pt;
			}

		/* Spotlight */

			.spotlight.top .content {
				padding: 3.825em 0 1.825em 0;
			}

			.spotlight.bottom .content {
				padding: 3.825em 0 2.95em 0;
			}

			.spotlight.left .content, .spotlight.right .content {
				padding: 4.5em 2.5em;
				width: 25em;
			}

		/* Wrapper */

			.wrapper {
				padding: 4.5em 0 2.5em 0;
			}

		/* Dropotron */

			.dropotron.level-0 {
				font-size: 1em;
			}

		/* Banner */

			#banner .content {
				padding: 4.5em;
			}

		/* Footer */

			#footer {
				padding: 4.5em 0;
			}

	}

/* Medium */

	@media screen and (max-width: 980px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
			}

		/* Spotlight */

			.spotlight {
				background-attachment: scroll;
				height: auto;
			}

				.spotlight .image.main {
					display: block;
					margin: 0;
					max-height: 40vh;
					overflow: hidden;
				}

				.spotlight .content {
					border-width: 0 !important;
					border-top-width: 0.35em !important;
					bottom: auto !important;
					left: auto !important;
					padding: 4.5em 2.5em 2.5em 2.5em !important;
					position: relative;
					right: auto !important;
					text-align: center;
					top: auto !important;
					width: 100% !important;
				}

					.spotlight .content ul.actions {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: 100%;
						margin-left: 0;
					}

						.spotlight .content ul.actions li:first-child {
							padding-left: 0;
						}

				.spotlight .goto-next {
					display: none;
				}

		/* Wrapper */

			.wrapper {
				padding: 4.5em 2.5em 2.5em 2.5em;
			}

		/* Banner */

			#banner {
				background-attachment: scroll;
			}

				#banner .goto-next {
					height: 7em;
				}

				#banner .content {
					padding: 9em 0;
					text-align: center;
				}

					#banner .content header {
						display: block;
						margin: 0 0 2em 0;
						text-align: center;
					}

					#banner .content .image {
						margin: 0;
					}

		/* Footer */

			#footer {
				padding: 4.5em 0;
			}

	}

/* Small */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 12pt;
			}

			h2 {
				font-size: 1.5em;
			}

			h3 {
				font-size: 1.2em;
			}

			h4 {
				font-size: 1em;
			}

		/* Section/Article */

			header p br {
				display: none;
			}

			header h2 + p {
				font-size: 1em;
			}

			header h3 + p {
				font-size: 1em;
			}

			header h4 + p,
			header h5 + p,
			header h6 + p {
				font-size: 0.9em;
			}

			header.major {
				margin: 0 0 2em 0;
			}

		/* Goto Next */

			.goto-next:before {
				height: 0.8em;
				margin: -0.4em 0 0 -0.6em;
				width: 1.2em;
			}

		/* Spotlight */

			.spotlight {
				box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
			}

				.spotlight .image.main {
					max-height: 60vh;
				}

				.spotlight .content {
					border-top-width: 0.2em !important;
					padding: 3.25em 1.5em 1.25em 1.5em !important;
				}

		/* Wrapper */

			.wrapper {
				padding: 3.25em 1.5em 1.25em 1.5em;
			}



		/* Banner */

			#banner {
				box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
				min-height: calc(100vh - 44px);
				margin-top: 4rem;
			}

				#banner:before {
					height: calc(100vh - 44px);
				}

				#banner .content {
					padding: 4.0625em 1.5em 4.875em 1.5em;
				}

					#banner .content header h2 {
						font-size: 1.5em;
					}

					#banner .content .image {
						height: 9em;
						width: 9em;
					}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				padding-top: 40px !important;
				
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: #272833;
				box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
			}

				#titleBar .title {
					color: #ffffff;
					display: block;
					font-weight: 300;
					height: 44px;
					line-height: 44px;
					text-align: center;
				}

					#titleBar .title a {
						color: inherit;
						border: 0;
					}

				#titleBar .toggle {
					text-decoration: none;
					height: 60px;
					left: 0;
					position: absolute;
					top: 0;
					width: 90px;
					outline: 0;
					border: 0;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						background: #4ce4d7;
						color: rgba(255, 255, 255, 0.5);
						content: '\f0c9';
						display: block;
						font-size: 18px;
						height: 44px;
						left: 0;
						line-height: 44px;
						position: absolute;
						text-align: center;
						top: 0;
						width: 54px;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #181920;
				padding: 0.75em 1.25em;
			}

				#navPanel .link {
					border: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: rgba(255, 255, 255, 0.75);
					display: block;
					height: 3em;
					line-height: 3em;
					text-decoration: none;
				}

					#navPanel .link:hover {
						color: inherit !important;
					}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						color: #ffffff;
						font-weight: 300;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
						width: 1.25em;
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2.5em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3.75em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 5em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 6.25em;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Footer */

			#footer {
				padding: 3.25em 1.5em;
			}

	}

/* XSmall */

	@media screen and (max-width: 480px) {

		/* Basic */

			html, body {
				min-width: 320px;
			}

			body, input, select, textarea {
				font-size: 12pt;
			}

		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				padding: 0;
			}

		/* Spotlight */

			.spotlight .image.main {
				max-height: 50vh;
			}

			.spotlight .content {
				padding: 3em 1.25em 1em 1.25em !important;
			}

		/* Wrapper */

			.wrapper {
				padding: 3em 1.25em 1em 1.25em;
			}

		/* Banner */

			#banner .content {
				padding: 3em 1.5625em 5.25em 1.5625em;
			}

		/* Footer */

			#footer {
				padding: 3em 1.25em;
			}

				#footer .copyright {
					line-height: inherit;
				}

					#footer .copyright li {
						border-left: 0;
						display: block;
						margin: 0;
						padding: 0;
					}

	}

/* ============================================
   CENTER PLUS BUTTON (replaces .hero-plus)
   - appears AFTER hands finish (at 6s)
   - then "activates" with a pop + gentle pulse
   ============================================ */

.plusButton {
  /* Config */
  --plus_sideLength: 26px;                    /* matches your old size */
  --plus_topRightTriangleSideLength: 10px;    /* corner triangle size */
  --plus-y: clamp(78px, 12vh, 140px);         /* vertical placement */

  position: absolute;
  left: 50.3%;
  top: var(--plus-y);
  transform: translateX(-50%);

  width: var(--plus_sideLength);
  height: var(--plus_sideLength);
  display: inline-flex;
  justify-content: center;
  align-items: center;

  border-radius: 4px;

  /* per your instruction: replace black with transparent */
  background-color: rgba(255, 247, 236, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.18);
  backdrop-filter: blur(6px);

  /* keep it crisp and "premium" */
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  overflow: hidden;
  z-index: 5;

  opacity: 0;

  /* Runs after hands finish (3s delay + 3s duration = 6s total) */
  animation:
    plusReveal 600ms cubic-bezier(0.2, 0.9, 0.2, 1) 5.5s forwards,
    plusPop 500ms cubic-bezier(0.2, 0.9, 0.2, 1) 5.5s forwards,
    plusPulse 1600ms ease-in-out 6s infinite;
}

.plusButton::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;

  width: 0;
  height: 0;

  border-width: 0 var(--plus_topRightTriangleSideLength) var(--plus_topRightTriangleSideLength) 0;
  border-style: solid;
  border-color: transparent rgba(21, 197, 186, 0.95) transparent transparent;


  transition: border-width 0.2s ease-in-out;
}

.plusButton:hover::before,
.plusButton:focus-visible::before {
  border-width: 0 calc(var(--plus_sideLength) * 2) calc(var(--plus_sideLength) * 2) 0;
}

.plusButton:hover > .plusIcon,
.plusButton:focus-visible > .plusIcon {
  fill: #ffffff !important;
  transform: rotate(180deg);
}


.plusButton:hover {
  cursor: pointer;
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.plusButton:focus-visible {
  outline: 2px solid #15c5ba; /* your accent */
  outline-offset: 3px;
}

.plusButton > .plusIcon {
  width: calc(var(--plus_sideLength) * 0.7);
  height: calc(var(--plus_sideLength) * 0.7);
  z-index: 1;

  fill: #15c5ba;

  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
}

.plusButton:hover > .plusIcon,
.plusButton:focus-visible > .plusIcon {
  /* per your instruction: replace black with transparent */
  fill: transparent;
  transform: rotate(180deg);
}

/* --- Animations --- */
@keyframes plusReveal {
  from { opacity: 0; transform: translateX(-50%) scale(0.85); }
  to   { opacity: 1; transform: translateX(-50%) scale(1); }
}

/* a quick “touch happened” pop right when it appears */
@keyframes plusPop {
  0%   { transform: translateX(-50%) scale(1); }
  40%  { transform: translateX(-50%) scale(1.18); }
  100% { transform: translateX(-50%) scale(1); }
}

/* subtle ongoing pulse to entice clicks */
@keyframes plusPulse {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50%      { transform: translateX(-50%) scale(1.06); }
}

/* Mobile: keep it in flow when hero stacks */
@media screen and (max-width: 700px) {
  .plusButton {
    position: relative;
    left: auto;
    top: auto;
    transform: none;

    margin: 5rem auto 10px;
    z-index: 6;

    opacity: 0;

    animation:
      plusRevealMobile 600ms cubic-bezier(0.2, 0.9, 0.2, 1) 6s forwards,
      plusPopMobile 500ms cubic-bezier(0.2, 0.9, 0.2, 1) 6s forwards,
      plusPulseMobile 1600ms ease-in-out 6.55s infinite;
  }

  @keyframes plusRevealMobile {
    from { opacity: 0; transform: scale(0.85); }
    to   { opacity: 1; transform: scale(1); }
  }

  @keyframes plusPopMobile {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.18); }
    100% { transform: scale(1); }
  }

  @keyframes plusPulseMobile {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.06); }
  }
}


	/* Ensures banner is correctly positioned */
	#banner {
		position: relative;
		overflow: hidden;              /* keeps image cleanly inside */
	}

	/* Fade-in animation from left */
	@keyframes fadeInLeft {
		0% {
			opacity: 0;
			transform: translateX(-40px);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}


	/* Hero entrance after intro */

	/* Hero + Michelangelo: hidden while preload is active */
	body.is-preload #banner,
	body.is-preload #banner::before,
	body.is-preload #banner::after {
	opacity: 0;
	transform: translateY(18px);
	}

	/* Reveal once preload is done */
	body:not(.is-preload) #banner,
	body:not(.is-preload) #banner::before,
	body:not(.is-preload) #banner::after {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.7s ease-out, transform 0.7s ease-out;
	}


	/* ================================
	INTRO LOGO OVERLAY
	================================ */

	#intro-overlay {
	position: fixed;
	inset: 0;
	background: #ffffff;          /* pure white */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 0.6s ease;
	}

	#intro-overlay.is-hidden {
	opacity: 0;
	pointer-events: none;
	}

	.intro-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	}

	#intro-logo {
	width: 140px;                 /* tweak if you want bigger/smaller */
	height: auto;
	}

	/* Paths start as strokes only, no fill */
	#intro-logo .logo-mark,
	#intro-logo .logo-type {
	fill: transparent;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;

	/* "fake" length via normalized pathLength so we can use 1 */
	stroke-dasharray: 1;
	stroke-dashoffset: 1;

	animation:
		logo-draw 2s ease forwards,
		logo-fill 0.6s ease forwards 2s;  /* starts after draw */
	}

	/* Brand colors */
	#intro-logo .logo-mark {
	stroke: #16bead;
	}

	#intro-logo .logo-type {
	stroke: #227b9b;
	}

	/* Slight delay between mark and type if you want */
	#intro-logo .logo-type {
	animation-delay: 0.15s, 2.15s;
	}

	/* Draw stroke from 0 to full */
	@keyframes logo-draw {
	to {
		stroke-dashoffset: 0;
	}
	}

	/* Then fill in and fade stroke out a bit */
	@keyframes logo-fill {
	from {
		fill: transparent;
		stroke-opacity: 1;
	}
	to {
		fill: currentColor;        /* uses stroke color */
		stroke-opacity: 0.2;
	}
	}


	/* Intro wordmark: pin to bottom + make bolder */
	#intro-overlay .intro-logo-wrap {
	position: relative;            /* allows absolute positioning inside */
	min-height: 100vh;             /* ensures full-screen reference */
	}

	#intro-overlay .intro-wordmark {
	position: absolute;
	left: 50%;
	bottom: 28px;                  /* adjust spacing from bottom */
	transform: translateX(-50%);
	font-family: "DM Sans", sans-serif;
	font-weight: 800;              /* bolder */
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
	}
	#intro-overlay .intro-wordmark{
	text-transform: none;
	font-variant-caps: normal;
	}



	/* Disable original HTML5UP full-screen overlay */
	body.landing::after,
	body.landing.is-preload::after {
		content: none !important;
		animation: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		display: none !important;
	}


	/* ============================================
   INTRO OVERLAY + LOGO STROKE ANIMATION
   ============================================ */

#intro-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.intro-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Logo sizing */
#intro-logo {
  width: 164px;
  max-width: 40vw;
}

/* Base path styling: stroke draw + later fill */
#intro-logo .intro-path {
  fill: transparent;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}

/* Path 1: teal */
#intro-logo .intro-path-1 {
  stroke: #16bead;
  animation:
    logo-draw-1 1.8s ease forwards,
    logo-fill-1 0.6s ease forwards 1.8s;
}

/* Path 2: darker blue, slightly delayed */
#intro-logo .intro-path-2 {
  stroke: #227b9b;
  animation:
    logo-draw-2 1.8s ease forwards 0.2s,
    logo-fill-2 0.6s ease forwards 2s;
}

@keyframes logo-draw-1 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes logo-draw-2 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes logo-fill-1 {
  to {
    fill: #16bead;
  }
}

@keyframes logo-fill-2 {
  to {
    fill: #227b9b;
  }
}

/* Fullscreen white overlay */
#intro-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#intro-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* Centered logo stack */
.intro-logo-wrap {
  text-align: center;
}

/* SVG sizing */
#intro-logo {
  width: 120px; /* tweak 100–140px if you like */
  height: auto;
}

/* Stroke-draw animation */
.intro-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: intro-draw 2s ease forwards;
}

/* Two-tone like the site logo */
.intro-path-1 {
  stroke: #16bead;   /* teal */
}
.intro-path-2 {
  stroke: #1b7aa5;   /* blue */
}

@keyframes intro-draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* Wordmark styling */
.intro-wordmark {
  margin-top: 1.1rem;
  font-family: "GFS Didot", "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #3b414f;    /* muted charcoal */
  opacity: 0.9;
}

/* Wrapper so the bar stays close to the logo stack */
.intro-progress {
  margin-top: 0.9rem;
}

/* Track: very light, full-width bar */
.intro-progress-track {
  width: 140px;              /* tweak 120–160px if you want */
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* Fill: animates left → right */
.intro-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #16bead, #1b7aa5);
  transform-origin: left center;
  animation: intro-progress-fill 2.9s ease-out forwards;
}

/* Match the overlay duration (2.9s) so it fills as we fade out */
@keyframes intro-progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}


/* ============================================
   KILL ORIGINAL HTML5UP LANDING OVERLAYS/SPINNER
   ============================================ */

body.landing::before,
body.landing::after {
  content: none !important;
  animation: none !important;
}


/* ---------------------------------------
   ABOUT SECTION (#one) VISUAL TWEAKS
   --------------------------------------- */




/* heading + intro text styles inside #one */
#one h2 {
	font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	color: #0f172a;
	margin-bottom: 0.5rem;
}

#one header p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(15, 23, 42, 0.75);
}

/* body copy columns */
#one .content > .container p {
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(15, 23, 42, 0.82);
}





/* ---------------------------------------
   TEAM STRIP – SECTION #two
   --------------------------------------- */

#two .content {
	/* keep the size/position from .spotlight.right .content,
	   just adjust text color slightly for readability */
	color: rgba(255, 255, 255, 0.9);
}

/* header copy inside the panel */
#two .team-header h2 {
	font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 0.4rem;
}

#two .team-header p {
	font-size: 0.9rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.75);
	max-width: 23rem;
}

/* vertical stack of 3 rectangles (fits the fixed 28em content width) */
#two .team-grid {
	margin-top: 1.8rem;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

/* each card = the rectangle */
#two .team-card {
	background: #f9fafb;
	border-radius: 1rem;
	padding: 1.1rem 1.2rem 1.2rem;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
	color: #0f172a;
}

/* top image block – you can later replace this div with an <img> */
#two .team-photo {
	width: 100%;
	height: 140px;
	border-radius: 0.85rem;
	background: linear-gradient(135deg, #16bead, #227b9b);
	margin-bottom: 0.9rem;
}

/* name + role + body text */
#two .team-card h3 {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.1rem;
}

#two .team-role {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(15, 23, 42, 0.7);
	margin-bottom: 0.5rem;
}

#two .team-copy {
	font-size: 0.86rem;
	line-height: 1.6;
	color: rgba(15, 23, 42, 0.8);
}
/* ===========================
   Section #two – Core team
   =========================== */

/* White panel on the right instead of dark slab */
#two.spotlight .content {
	border-color: transparent;
	color: #10131b;
}

/* Make sure text inside is dark */
#two.spotlight .content h2,
#two.spotlight .content p {
	color: #10131b;
}

/* Left-side strip that holds the three team cards */
#two .team-strip {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 70%;                /* how far across the viewport the cards reach */
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 6%;
	pointer-events: none;      /* so it doesn't block scroll; cards re-enable */
}

/* Individual team cards */
#two .team-card {
	pointer-events: auto;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
	padding: 0.5rem 1.4rem;
	max-width: 260px;
	min-width: 150px;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

/* Photo area – swap backgrounds with real images */
#two .team-photo {
	width: 100%;
	aspect-ratio: 3 / 4;
	border-radius: 14px;
	background-size: cover;
	background-position: center;
	margin-bottom: 0.8rem;
}

/* Temporary gradients – replace with actual headshots later */
#two .team-photo-1 {
	background-image: linear-gradient(135deg, #227b9b, #16bead);
}

#two .team-photo-2 {
	background-image: linear-gradient(135deg, #f8c26b, #f08a4b);
}

#two .team-photo-3 {
	background-image: linear-gradient(135deg, #2a3c52, #227b9b);
}

#two .team-name {
	font-size: 0.95rem;
	font-weight: 600;
	margin: 0;
}

#two .team-role {
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.55);
	margin: 0;
}

#two .team-bio {
	font-size: 0.8rem;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.7);
	margin: 0;
}



/* Make sure the card can fit the extra text */
.team-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 18px;
  padding: 0 0 1.6rem;
  overflow: hidden;
}

/* Text container inside the card */
.team-card-meta {
  padding: 0.1rem 0.3rem 0;
  display: flex;
  flex-direction: column;
}

/* Name */
.team-card-name {
  font-family: "CircularStdBook", "Circular Std", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #121621;
  margin: 0;
}

/* Role under the name */
.team-card-role {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(18, 22, 33, 0.55);
  margin: 0.1rem 0 0.3rem;
}

/* “33 projects led” etc. */
.team-card-projects {
  font-size: 0.78rem;
  color: rgba(18, 22, 33, 0.5);
  margin: 0 0 0.3rem;
}

/* Short bio */
.team-card-bio {
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(18, 22, 33, 0.72);
  margin: 0 0 1rem;
}

/* CTA button */
.team-card-cta {
  margin-top: auto;            /* stick to bottom of card */
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(9, 120, 128, 0.22);
  background: #ffffff;
  padding: 0.55rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #097880;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.22s ease-out,
    transform 0.22s ease-out,
    box-shadow 0.22s ease-out,
    background-color 0.22s ease-out,
    color 0.22s ease-out;
}

/* reveal CTA on hover */
.team-card:hover .team-card-cta {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  background: #097880;
  color: #ffffff;
}



/* Three – minimalist metrics row */
.metrics-section {
  color: #10131b;
  padding: 5rem 5vw 4rem;
  justify-content: space-between;
}

.metrics-inner {
  margin: 0 auto;
}

.metrics-row {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: nowrap;
}

.metrics-section .metric-value {
  color: #000; /* or your var(--dark-text) */
}


.metric {
  flex: 1 1 0;
  min-width: 0;
}

/* number + plus layout & color */
.metrics-number {
  display: flex;
  align-items: flex-end;
  column-gap: 0.08em;
  color: #10131b;              /* dark text */
}

/* big stat number – keep your “achievements” style */
.metric-value {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(3.5rem, 7.9vw, 7.5rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
}

/* plus sign next to the number, same color, slightly raised */
.metric-plus {
  font-size: 2.6em;
  line-height: 1;
  align-self: center;
  transform: translateY(-0.12em);
  color: black;
}


.metric-label {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 260px;
  color: #262626;
}

/* spacing above arrow */
.metrics-section .goto-next {
  margin-top: 0rem;
}

/* tablet: allow wrapping into 2x2 */
@media screen and (max-width: 1024px) {
  .metrics-row {
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }

}

/* phone: full-width single column */
@media screen and (max-width: 640px) {
  .metrics-section {
    padding: 4rem 10vw 3rem;
  }

  .metric {
    flex: 0 0 100%;
  }

  .metric-label {
    max-width: none;
  }
}

/* Typography + sizing for metrics section */
.metrics-section {
  color: var(--dark-text);
  font-family: "DM Sans", sans-serif;
  cursor: default;
}

/* Big numbers */
.metric-value {
  display: flex;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  letter-spacing: -3.6px;
  margin-top: 10px;

  font-size: clamp(5rem, 7.9vw, 7.5rem);
  font-weight: 600;
  line-height: 100%;
  color: black;
}

/* Caption text under each number */
.metric-label {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 260px;
  font-family: "DM Sans", sans-serif;
  color: black;
}









/* =========================================================
   TEAM / ABOUT US – Spotlight #two (final layout)
   ========================================================= */

#two.spotlight {
  height: auto !important;
  background-attachment: scroll;
  box-shadow: none;
}

/* remove overlay.png just for this section */
#two.spotlight::before {
  background-image: none !important;
  background: transparent !important;
}

/* main container for the section under ABOUT strip */
#two.spotlight .content.team-section {
  /* hard reset old "spotlight.right" absolute positioning */
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  height: auto !important;
  width: 100% !important;
  border: none !important;
  color: #10131b !important;

  /* full-width but with nice side breathing room */
  padding: 4.5rem 2vw 0 !important;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 2.9fr) minmax(0, 1fr);
  column-gap: 4rem;
  align-items: stretch;
}

/* arrow below the section */
#two.spotlight .goto-next {
  position: relative !important;
  margin-top: 3.5rem;
}

/* ---------- LEFT: gradient + cards ---------- */

.team-left {
  position: relative;
  min-height: 360px;              /* slightly lower than before */
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-gradient-shell {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
	  .team-gradient-shell {
	width: 78%;
  }
}
@media screen and (max-width: 1500px) {
	  .team-gradient-shell {
	width: 100%;
  }
}

/* soft base gradient in Davitoni palette */
.team-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #ffe8d1,   /* warm beige */
    #e6f9f6,   /* light teal */
    #e1f1ff    /* soft sky */
  );
}

/* rotating conic glow, scoped to this shell only */
.team-gradient-shell::before,
.team-gradient-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210%;
  height: 210%;
  transform: translate(-50%, -50%);
  background: conic-gradient(
    from 0deg,
    #f8c99a,
    #faded0,
    #fef4e3,
    #c9f1e8,
    #a4e2dc,
    #8fd1e5,
    #f8c99a
  );
  filter: blur(55px);
  opacity: 0.75;
  animation: team-rotate 18s linear infinite;
}

.team-gradient-shell::after {
  width: 190%;
  height: 190%;
  opacity: 0.55;
  animation: team-rotate-reverse 16s linear infinite;
}

@keyframes team-rotate {
  0%   { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes team-rotate-reverse {
  0%   { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}

/* panel that sits on top of gradient and holds the 4 cards */
.team-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1110px;               /* wide enough for 4 cards + padding */
  margin: 2rem auto;
  border-radius: 24px;
  padding: 2rem 0rem;
  background: transparent;        /* keep gradient visible */

}

/* ======= TEAM CARDS ================================================= */

/* row that contains the 4 cards */
.team-card-row {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  flex-wrap: wrap;          /* <-- allows wrapping on tablet / mobile */
  padding: 2rem;
}

/* individual layered card */
.team-card {
  position: relative;
  flex: 1 1 220px;          /* natural responsive width */
  max-width: 260px;
  background: #ffffff;
  border-radius: 16px;
  padding: 0.9rem 0.9rem 1.1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  overflow: visible;
  transform-origin: center bottom;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  display: flex;
  flex-direction: column;
}


/* tablet: force 2 cards per row */
@media screen and (max-width: 1500px) {
  .team-card-row {
  display: flex;
  justify-content: center;
  gap: 5.75rem;
  flex-wrap: wrap;          /* <-- allows wrapping on tablet / mobile */
  }
  .team-panel {
	padding: 2rem 10rem;
  }
}

/* tablet: force 2 cards per row */
@media screen and (max-width: 1100px) {
  .team-card-row {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  flex-wrap: wrap;          /* <-- allows wrapping on tablet / mobile */
  }
    .team-panel {
	padding: 2rem 1rem;
  }
}

/* tablet: force 2 cards per row */
@media screen and (max-width: 1100px) {
  .team-card {
    flex: 0 1 calc(50% - 1.5rem); /* 2 columns, gap-adjusted */
  }
}

/* phone: full-width cards, 1 per row */
@media screen and (max-width: 640px) {
  .team-card {
    flex: 0 1 100%;
  }
}



/* PHONE LAYOUT: stack cards + text */
@media screen and (max-width: 768px) {
  /* 1) kill the two-column grid on mobile */
  #two.spotlight .content.team-section {
    display: block;            /* ignore grid */
    grid-template-columns: none;
    max-width: 100%;
    padding: 3rem 6vw 0 !important;
  }

  /* 2) cards block on top */
  .team-left {
    min-height: auto;
    margin-bottom: 3rem;
  }

  /* 3) "Meet our team" text full width under cards */
  .team-right {
    max-width: 32rem;
    margin: 0 auto;
  }

  /* 4) each card full width on phone */
  .team-card-row {
    justify-content: center;
  }

  .team-card {
    flex: 0 1 100%;
    max-width: 22rem;
  }
}



/* stacked “papers” behind the card */
.team-card::before,
.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: #ffffff;
  z-index: -1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card::before {
  transform: translateY(6px) rotate(-2deg);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.team-card::after {
  transform: translateY(11px) rotate(3deg);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

.team-card:hover::before {
  transform: translateY(2px) rotate(-4deg);
}

.team-card:hover::after {
  transform: translateY(7px) rotate(4deg);
}

/* ---------- photo on top ---------- */

.team-card-photo {
  border-radius: 12px;
  overflow: hidden;
  height: 170px;
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- name / role / projects ---------- */

.team-card-meta {
  text-align: left;
}

.team-card-meta h3 {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #10131b;
}

.team-card-meta .role {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: #16bead;
}

.team-card-meta .projects {
  font-size: 0.7rem;
  color: rgba(16, 19, 27, 0.55);
  font-weight: 900;
}

/* ---------- description + CTA (uses your existing .team-card-hover) ---------- */

.team-card-hover {
  margin-top: 0.6rem;
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(16, 19, 27, 0.82);
}

.team-card-hover p {
  margin: 0 0 0rem;
}

.team-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: none;
  padding: 0.55rem 1.4rem;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 500;
  background: #008f99;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.team-card:hover .team-card-cta {
  background: #006b72;
}

/* ---------- RIGHT: text block stays very similar ---------- */

.team-right {
  position: relative;
  z-index: 1;
}

.team-right h2 {
  font-size: 2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

.team-right p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(23, 24, 32, 0.85);
  margin-bottom: 1.25rem;
}

/* ---------- responsive widths for the cards only ---------- */

@media screen and (max-width: 900px) {
  .team-card {
    flex: 1 1 45%;
  }
}

@media screen and (max-width: 600px) {
  .team-card {
    flex: 1 1 100%;
  }
}




/* ===== Brand carousel ===== */

/* ==========================
   HERO CLIENT LOGO STRIP
   ========================== */

.hero-clients {
  margin-top: 10.75rem;
}

.hero-clients-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(12, 4, 7, 0.55);
  margin-bottom: 0.5rem;
}

/* base strip – used in hero and anywhere else */
.brand-strip {
  padding-block: 1.25rem;
  overflow: hidden;
  position: relative;
}

/* narrower version that sits under the 4 hero cards */
.brand-strip--hero {
  max-width: 1050px;
}

/* optional fade on edges */
.brand-strip::before,
.brand-strip::after {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 4rem;
  pointer-events: none;
  z-index: 2;
}

/* match your hero background (light cream) */
.brand-strip::before {
  left: 0;
  background: linear-gradient(
    to right,
    #ffffff,
    rgba(255, 244, 222, 0)
  );
}

.brand-strip::after {
  right: 0;
  background: linear-gradient(
    to left,
    #ffffff,
    rgba(255, 244, 222, 0)
  );
}

/* moving track */
.brand-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4rem;
  will-change: transform;
  white-space: nowrap;
  --duration: 20s;
  animation: marquee var(--duration) linear infinite;
}

.brand-track img {
  height: 32px;
  flex: 0 0 auto;
  opacity: 0.7;
  filter: grayscale(1);
  transition:
    opacity 0.2s ease,
    filter 0.2s ease,
    transform 0.2s ease;
}

.brand-track img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

/* Pause on hover */
.brand-strip:hover .brand-track {
  animation-play-state: paused;
}

/* Core animation – set A + set B in HTML */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .brand-track {
    animation: none;
    transform: translateX(0);
  }
}


/* ========== SERVICES SECTION (CLONED TEMPLATE) ========== */

.services-section {
  padding-top: 30px;
  padding-bottom: 90px;
}



/* Global horizontal padding wrapper used in that template */
.section-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

/* Centered heading block */
.section-heading.projects-heading {
  text-align: center;
  width: 100%;
  max-width: 677px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* “Best Services” title */
.section-title {
  font-size: var(--_font-size---fz-72);
  text-transform: uppercase;
  line-height: 80px; /* matches template */
  color: black;
}

/* Paragraph under the title */
.section-text-wrap {
  margin-top: 12px;
}

.section-text-wrap.faq-section-text {
  margin-top: 20px;
}

/* Grid of service cards */
.services-layout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/* Single card */
.services-item {
  z-index: 1;
  background-color: #f0eeeb;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.services-item:hover {
  background-color: #fff4de; /* pick your hover color */
}

/* Icon row at the top */
.services-item-icon-wrap {
  margin-bottom: 157px;
}

/* Title block */
.services-item-title-wrap {
  margin-bottom: 16px;
}

.services-item-title {
  font-size: var(--_font-size---fz-32);
  font-weight: 500;
  line-height: 40px;
  color: black;
}

/* Body text inside card */
.services-item-text-wrap {
  width: 100%;
  max-width: 332px;
}

.services-item-text {
  font-size: var(--_font-size---fz-14);
  letter-spacing: var(--_letter-spacing---ls-1);
}

/* ========== RESPONSIVE: < 991px ========== */
@media screen and (max-width: 991px) {
  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-item-gap {
    display: none;
  }

  /* Match the template’s “2-column on tablet” behavior */
  .services-layout {
    grid-column-gap: 12px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }


}

/* Optional: on small phones force single-column cards */
@media screen and (max-width: 640px) {
  .services-layout {
    grid-template-columns: 1fr;
  }
}


/* ==== SERVICES SHAPE (match template) ==== */
/* container that holds the ring */
.services-item-shape-wrap {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: -15% -15% auto auto;   /* like you had */
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;

  /* start slightly off-card */
  transform: translate(20%, -10%);
  transition: transform 0.8s ease;   /* smooth in/out */
}

/* the ring image itself */
.shape-wrapper.services-item-shape {
  filter: blur(26px);
  max-width: 299px;
  margin-top: -8%;
  margin-left: -20%;
  animation: spin 24s linear infinite;   /* your slow rotation */
}


/* when the whole services card is hovered */
.services-item:hover .services-item-shape-wrap {
  /* slide towards the centre of the card */
  transform: translate(-25%, 25%);
}


.shape-wrapper {
  filter: blur(40px);
  width: 100%;
  max-width: 956px;
}

.shape-wrapper.services-item-shape {
  filter: blur(26px);
  max-width: 299px;
  margin-top: -8%;
  margin-left: -20%;
}


/* Spin the ring image inside the services card */
.services-item-shape .shape {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 50%;
  animation: ring-spin 10s linear infinite;
}

@keyframes ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* Make each service card a flex column so CTA can sit at the bottom */
.services-item {
  display: flex;
  flex-direction: column;
}

/* Wrap for the bottom-right CTA */
.services-item-cta {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/* The pill-shaped "View" link */
.services-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.16);

  font-family: DM Sans, sans-serif;
  font-size: var(--_font-size---fz-14);
  letter-spacing: var(--_letter-spacing---ls-1);
  text-transform: uppercase;
  text-decoration: none;

  color: #111;
  background-color: rgba(255, 255, 255, 0.65);

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

/* Tiny arrow icon */
.services-link-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* Hover state: slightly bolder but still minimal */
.services-link:hover {
  background-color: #fff6e7;
  color: #770000 !important;
  border-color: #820000;
  transform: translateY(-1px);
}




/* unify big section titles + metrics */
.section-title,
.metrics-number {
  font-family: "Circular Std", "DM Sans", system-ui, sans-serif;
  font-weight: 700;
}

/* make sure smaller text stays light */
.section-text,
.metric-caption {
  font-weight: 300;
}



.metrics-divider {
  background: #4ce4d7;   /* same color as header.major:after */
  height: 0.2em;
  max-width: 20em;
  width: 75%;
  margin: 7.5rem auto 0; /* center it and give some top spacing */
  border-radius: 999px;  /* optional: make the bar’s ends rounded */
}



/* ===========================
   Clients Section
   =========================== */

.clients {
  padding: 6rem 2rem;
  color: black;
}

.clients-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.client-heading {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 4em;
  margin-bottom: 2rem;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: black;
}

.showcase {
  background: #efe6d9;
  padding: 28px 22px;
}

.showcase__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.2fr 1.8fr 1.1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "metric quote kpi"
    "brand  video kpi";
  align-items: stretch;
}

.card {
  background: color-mix(in srgb, var(--hero-text) 25%, var(--mid-body-bg));
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.04),
    0 2px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.card--metric {
  grid-area: metric;
}

.card__media {
  height: 100%;
}

.card--metric .card__media img {
  width: 100%;
  height: 101%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}

.card--metric .card__overlay {
  position: absolute;
  inset: 0;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.metric__kpi {
  font-size: 56px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.metric__sub {
  margin: 18px 0 28px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 30ch;
}

.metric__rule {
  border: 0;
  border-top: 1.5px solid rgba(255, 255, 255, 0.35);
  margin: 0 0 18px;
  width: 72%;
}

.metric__title {
  font-size: 22px;
  font-weight: 700;
}

/* Quote card */

.card--quote {
  grid-area: quote;
  padding: 26px 28px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff4de;
}

.client-test {
  display: flex;
  flex-direction: column;
}

.quote__toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stars span {
  font-size: 18px;
  margin-right: 6px;
}

.stars .half {
  opacity: 0.6;
}

.quote__nav {
  display: flex;
  gap: 10px;
}

.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f2ede6;
  display: grid;
  place-items: center;
}

.icon-btn svg {
  width: 20px;
  height: 20px;
}

.quote__text {
  margin: 22px 0 26px;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--mid-bg-text);
  letter-spacing: 0;
}

.quote__footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.quote__name {
  font-weight: 800;
  color: color-mix(in srgb, var(--mid-bg-text) 90%, transparent);
}

.quote__role {
  color: color-mix(in srgb, var(--mid-bg-text) 70%, transparent);
  font-size: 12px;
  margin-top: 2px;
}

.icon-twitter {
  display: inline-block;
  color: var(--mid-bg-text);
}

/* hover example */
.icon-twitter:hover {
  --icon-twitter: color-mix(in srgb, var(--mid-bg-text) 50%, transparent);
}

/* KPI card */

.card--kpi {
  grid-area: kpi;
  min-height: 640px;
  display: grid;
}

.kpi__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kpi__fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(
    to top,
    rgb(255, 255, 255) 0%,
    rgba(255, 248, 224, 0.9) 40%,
    rgba(239, 230, 217, 0) 100%
  );
}

.kpi__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  color: #111111;
}

.kpi__value {
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.kpi__label {
  font-size: 34px;
  font-weight: 700;
}

.kpi__avatars {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
}

.kpi__avatars li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 0 3px #efe6d9 inset,
    0 0 0 3px #efe6d9;
}

.kpi__avatars img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Brand card */

.card--brand {
  grid-area: brand;
  display: grid;
  place-items: center;
  min-height: 260px;
  background-color: #fff4de; /* requested background */
}

.brand__wrap {
  width: min(70%, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  display: block;
  height: auto;
}


/* Video card */

.card--video {
  grid-area: video;
  overflow: hidden;
  position: relative;
}

.cta-video__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}



.hero__toggle-vid {
  position: absolute;
  right: 24px;
  bottom: 4%;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 1rem;
  gap: 10px;

  cursor: pointer;
  border-radius: 16px;
  border: 2px solid
    color-mix(in srgb, var(--hero-text) 60%, transparent);

  color: #ffffff;
  font-size: 14px;
  font-weight: 700;

  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--hero-text) 22%, transparent),
    color-mix(in srgb, var(--hero-text) 10%, transparent)
  );
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

/* keep icons aligned nicely */
.hero__toggle-vid .icon {
  flex-shrink: 0;
}

.icon--play-3 {
  display: none; /* default state: show pause icon */
}


.icon--play-3 {
  display: none; /* default: autoplay = playing, so show pause icon */
}

.pause-icn {
  font-weight: 700;
  letter-spacing: -2px;
}

/* Responsive tweaks */

@media (max-width: 1024px) {
  .showcase__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "metric kpi"
      "quote  kpi"
      "brand  video";
  }

  .card--kpi {
    min-height: 560px;
  }

  .quote__text {
    font-size: 24px;
  }

  .client-heading {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .clients {
    padding: 6rem 1rem;
  }

  .showcase {
    padding: 20px 16px;
  }

  .showcase__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "metric"
      "quote"
      "kpi"
      "brand"
      "video";
  }

  .card--kpi {
    min-height: 520px;
  }

  .quote__text {
    font-size: 20px;
  }

  .kpi__label {
    font-size: 26px;
  }

  .hero__toggle-vid {
    display: none;
  }
}


/* ===========================
   FAQ – Strip accordion
   =========================== */

.faq-section {
  position: relative;
  z-index: 10;
  padding-top: 90px;
  padding-bottom: 90px;
  background: white;
}

.faq-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.faq-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
}

/* Each FAQ block */

.faq {
  border-bottom: 1px solid #e5e5e5;
}

/* Row (question) */

.faq-title-wrap {
  position: relative;
  overflow: hidden;
  padding: 18px 24px;
  cursor: pointer;
}

.faq-title-wrap::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;          /* anchored to bottom */
  height: 0%;
  background: #111111;
  transition: height 0.35s ease;
  z-index: 0;
}

.faq-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
}

.faq-number-stack,
.faq-title-stack {
  position: relative;
  overflow: hidden;
}

.faq-number-stack {
  width: 2.5ch; /* width for 01, 02, etc. */
}

.faq-number,
.faq-title {
  display: block;
  white-space: nowrap;
  transition: transform 0.35s ease;
}

/* TOP layers (default black on white) */
.faq-number--top,
.faq-title--top {
  color: #111111;
}

/* BOTTOM layers (white on black, start below) */
.faq-number--bottom,
.faq-title--bottom {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ffffff;
}

/* Typography */

.faq-number {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.faq-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

/* Plus icon */

.faq-plus {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  transition: color 0.35s ease;
}

.faq-plus-line {
  position: absolute;
  background-color: currentColor;
  border-radius: 999px;
}

.faq-plus-line--h {
  width: 14px;
  height: 2px;
}

.faq-plus-line--v {
  width: 2px;
  height: 14px;
}

/* When hovered or opened: fill, slide + invert */

.faq:hover .faq-title-wrap::before,
.faq.active .faq-title-wrap::before {
  height: 100%;
}

.faq:hover .faq-number--top,
.faq.active .faq-number--top,
.faq:hover .faq-title--top,
.faq.active .faq-title--top {
  transform: translateY(-100%);
}

.faq:hover .faq-number--bottom,
.faq.active .faq-number--bottom,
.faq:hover .faq-title--bottom,
.faq.active .faq-title--bottom {
  transform: translateY(-100%);
}

.faq:hover .faq-plus,
.faq.active .faq-plus {
  color: #ffffff;
}

/* Answer body (accordion) */

.faq-text-wrap {
  width: 100%;
  max-width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 24px 0;
  font-weight: 900;
}

.faq.active .faq-text-wrap {
  max-height: 400px; /* enough for text, adjust if needed */
  padding-bottom: 20px;
}

.faq-text {
  color: #4c4c4c;
  letter-spacing: 0;
  padding-top: 16px;
  font-size: 16px;
  line-height: 150%;
}

/* ---------------------------
   Responsive
   --------------------------- */

@media (max-width: 991px) {
  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .faq-title {
    font-size: 16px;
  }

  .faq-text {
    font-size: 14px;
  }
}



/* ==========================
   FAQ – David overlay art
   ========================== */

.faq-section {
  position: relative;
  overflow: hidden; /* art can sit partly off-screen without scrollbars */
}

/* keep FAQ content above the art */
.faq-section .section-spacing {
  position: relative;
  z-index: 1;
}

/* base state: off to the right, invisible */
.faq-art {
    position: absolute;
    top: 0%;
    right: -0%;
    width: 300px;
    max-width: 40vw;
    transform: translateX(40px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    pointer-events: none;
    z-index: 0;
}

/* when revealed (e.g. via JS adding .is-visible) */
.faq-art.is-visible {
  opacity: 0.08;     /* ghost / watermark level */
  transform: translateX(0);
}

/* --------- Responsive tweaks --------- */

/* tablets / small laptops */
@media (max-width: 1024px) {
  .faq-art {
    top: 10%;
    right: -22%;
    width: 320px;
    max-width: 55vw;
  }
}

/* small mobile – hide it for clarity */
@media (max-width: 768px) {
  .faq-art {
    display: none;
  }
}





/* ===========================
   Contact Section – fixed center card
   =========================== */
.contact-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 16px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* IMAGE + DARK OVERLAY */
  background:
	linear-gradient(180deg, rgb(159 191 255 / 13%), rgba(5, 7, 11, 0.96)),
	url(images/contact-bg.png) center / cover no-repeat;

  color: #f5f3ee;
}
.contact-inner {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Base card styles */
.contact-card {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  padding: 2.5rem 2.25rem;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.14);
  color: #111111;
  position: relative;
  z-index: 2;
  transform: translateY(0);
  will-change: transform;
  margin-top: 10rem;
}

/* Heading */
.contact-heading {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111111;
}

/* Form fields */
.contact-form {
  color: #111111;
}

.contact-field {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #111111;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font: inherit;
  background: #ffffff;
  color: #111111;
}

.contact-form textarea {
  resize: vertical;
}

/* Legal text */
.contact-legal {
  font-size: 0.75rem;
  color: #111111;
  opacity: 0.8;
}

.contact-legal a {
  color: #111111;
  text-decoration: underline;
}

/* Button – you already have .btn, we only ensure full width */
.contact-submit {
  width: 100%;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .contact-card {
    max-width: 90%;
    padding: 2rem 1.5rem;
  }
}


/* Contact submit button upgrade */
.contact-submit {
  width: 100%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.9rem 1.4rem;
  border-radius: 999px;

  border: 1px solid rgba(0, 0, 0, 0.22);
  background: linear-gradient(135deg, #111111, #2a2a2a);
  color: #ffffff;

  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;

  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease;
}

.contact-submit:hover {
  background: linear-gradient(135deg, #000000, #333333);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}

.contact-submit:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.contact-submit:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}



/* Floating label inputs
   -------------------------------------------------- */

.input-container {
  position: relative;
  margin: 0 0 20px;
}

.input-field {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #d7c8b5;
  outline: none;
  background-color: transparent;
  color: #111;
  font-family: inherit;
  padding: 0 1em;
}

/* For textarea */
.input-field--textarea {
  resize: vertical;
  min-height: 120px;
}

/* Label */
.input-label {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Underline highlight */
.input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #111; /* accent color */
  transition: width 0.3s ease;
}

/* Float label on focus */
.input-field:focus + .input-label {
  top: -8px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

/* Keep label floated when field has value */
.input-field:not(:placeholder-shown) + .input-label {
  top: -8px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

/* Animate highlight on focus */
.input-field:focus + .input-label + .input-highlight {
  width: 100%;
}

/* Optional: nicer placeholder color */
.input-field::placeholder {
  color: transparent; /* hide placeholder once label takes over */
}


/* ===========================
   Footer
   =========================== */
/* ===========================
   Footer
   =========================== */

.site-footer {
  background-color: #050608; /* deep, clean black */
  color: var(--text-white, #f5f5f5);
  padding: 3.5rem 2rem 2.5rem;
  position: relative;
  z-index: 20; /* above background, below contact card if you z-index that higher */
}

/* top grid: brand column + 3 link columns */
.footer-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 4rem;
}

/* LEFT BRAND BLOCK */

.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  color: var(--text-white, #f5f5f5);
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo {
  width: 320px;
}

.footer-firm-line {
  font-size: 0.85rem;
  opacity: 0.85;
}

.footer-firm-meta {
  font-size: 0.82rem;
  line-height: 1.6;
  opacity: 0.7;
}

.footer-firm-meta a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 245, 245, 0.25);
}

.footer-firm-meta a:hover {
  border-bottom-color: var(--third-accent, #40e0c2);
}

/* RIGHT COLUMNS */

.footer-links-wrapper {
  color: var(--text-white, #f5f5f5);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

.ft-head {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ft-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.ft-links li {
  margin-top: 1rem;
}

.ft-links li img {
  width: 20px;
  height: 20px;
}

.ft-links li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.45;
  text-decoration: none;
  color: inherit;
  transition:
    color 0.15s ease,
    opacity 0.15s ease,
    transform 0.12s ease;
}

.ft-links li a:hover {
  color: var(--third-accent, #40e0c2);
  opacity: 1;
  transform: translateY(-1px);
}

/* BOTTOM STRIP */

.footer-bottom {
  max-width: 1400px;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.78rem;
  opacity: 0.75;
}

.footer-legal {
  white-space: nowrap;
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-bottom-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 1024px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }

  .footer-links-wrapper {
    justify-content: space-between;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 2.5rem 1.5rem 2rem;
  }

  .footer-links-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-brand-block {
    gap: 0.8rem;
  }

  .footer-legal {
    white-space: normal;
  }
}



/* Wrapper: height = PNG height, scales with width */
.heritage-strip {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;   /* kills any inline gap */
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Background strip image */
.heritage-bg {
  display: block;
  width: 103%;
  height: auto;     /* IMPORTANT: keeps aspect ratio */
  margin-left: -1.5%;  /* centers the slightly wider image */
}

/* Centered logo overlay */
.heritage-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 48px;                      /* tweak size only, not position */
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.heritage-logo.is-fading {
  opacity: 0;
}





/* Heritage strip with rotating center logo */
/* Heritage strip: background art + centered rotating logo */
.heritage-strip {
  position: relative;
  display: block;
  width: 100%;
  height: 150px; /* <- set the exact height you want */
  background-image: url("images/about-heritage.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* or 'contain' if you want it full-width without cropping */
  line-height: 0; /* no extra vertical space */
  overflow: hidden;
}


/* Centered logo overlay */
.heritage-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(6px);
  height: 42px;           /* tweak to taste */
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Simple fade-out used during swap */
.heritage-logo.is-fading {
  opacity: 0;
}



@media (max-width: 1500px) {
.heritage-logo {
  transform: translate(-50%, -50%) translateY(3px);

	}
}



@media (max-width: 1300px) {
.heritage-logo {
  transform: translate(-50%, -50%);

	}
}

@media (max-width: 1200px) {
.heritage-logo {
  transform: translate(-50%, -50%) translateY(-5px);

	}
}

@media (max-width: 1000px) {
.heritage-logo {
  transform: translate(-50%, -50%) translateY(-12px);

	}
}



@media (max-width: 800px) {
.heritage-logo {
  transform: translate(-50%, -50%) translateY(-20px);

	}
}


@media (max-width: 700px) {
.heritage-logo {
  transform: translate(-50%, -50%) translateY(-30px);

	}
}

/* Hide the entire heritage strip section on small screens */
@media (max-width: 700px) {
  section#one.spotlight {
    display: none !important;
  }
}

/* ==========================
   Scroll reveal animations
   ========================== */

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

/* Slightly stronger slide for “from-left” / “from-right” variants */
[data-reveal="left"] {
  transform: translateX(-32px);
}

[data-reveal="right"] {
  transform: translateX(32px);
}

/* When visible */
[data-reveal].is-revealed {
  opacity: 1;
  transform: translate(0, 0);
}




/* ==========================
   Contact layout (form + side video)
   ========================== */

.contact-section {
  position: relative;
  /* keep your existing background styles here – don't change them */
  padding: 4rem 1.5rem;
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

/* contact form card – you probably already have styling; just constrain width */
.contact-card {
  max-width: 520px;
  width: 100%;
}

/* ==========================
   Side video card
   ========================== */

.contact-video-card {
  flex: 0 0 360px;           /* fixed-ish width on desktop */
  max-width: 41%;
  border-radius: 28px;
  overflow: hidden;

}

.contact-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;         /* fills card nicely */
}

/* ==========================
   Responsive behaviour
   ========================== */

@media (max-width: 992px) {
  .contact-inner {
    flex-direction: column;
    gap: 2.5rem;
  }

  .contact-video-card {
    max-width: 520px;
    width: 100%;
    order: 2;                /* put video under the form if you prefer */
  }

  .contact-card {
    order: 1;                /* form first, then video */
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 3rem 1.25rem;
  }

  .contact-video-card {
    border-radius: 20px;
  }
}



/* Full-width video section (16:9, not too tall) */
.fullwidth-video-section {
  width: 100%;
  background: #000;
}

.fullwidth-video-frame {
  position: relative;
  width: 100%;

  /* 16:9 sizing (1920x1080 shape) */
  height: 56.25vw;

  /* "just enough to cover the screen" but not too high */
  max-height: 80vh;
  min-height: 360px;

  overflow: hidden;
  background: #000;
}

.fullwidth-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills the frame */
  background: #000;  /* stays black while loading / if missing */
  display: block;
}

/* Tweak for smaller screens */
@media (max-width: 768px) {
  .fullwidth-video-frame {
    min-height: 260px;
    max-height: 70vh;
  }
}

.card--quote {
  opacity: 1;
  transition: opacity 0.4s ease; /* matches FADE_DURATION */
}

.card--quote.is-fading {
  opacity: 0;
}


.stars span {
  font-size: 1rem;
  color: #ffb400; /* gold */
}





/* Services art overlay (right side) */
.services-section {
  position: relative;
  overflow: hidden; /* prevents horizontal scroll from off-canvas art */
}

/* keep services content above the art */
.services-section .section-spacing,
.services-section .container {
  position: relative;
  z-index: 2;
}

.services-art {
  position: absolute;
  bottom: 0;

  width: min(400px, 42vw);
  height: auto;

  pointer-events: none;
  user-select: none;
  z-index: 1;

  /* fade + slide in left -> right */
  opacity: 0;
  transform: translateX(-80px); /* starts slightly more left, slides right into place */
  transition: opacity 1700ms ease, transform 900ms cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
  top: 0;
}


/* when section is in view */
.services-section.is-inview .services-art {
  opacity: 1;
  transform: translateX(0);
}

/* responsive safety */
@media (max-width: 768px) {
  .services-art {
    left: -18vw;
    right: auto;
    width: min(420px, 72vw);
    transform: translateX(-56px);
  }
}



/* FAQ expanded content: text + image columns */
.faq-body {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 320px);
  gap: 28px;
  align-items: start;
}

.faq-media {
  display: flex;
  justify-content: flex-end;
}

.faq-media-img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 14px;
  display: block;
  object-fit: cover;
  margin: 1rem;
}

/* Mobile: stack */
@media (max-width: 900px) {
  .faq-body {
    grid-template-columns: 1fr;
  }

  .faq-media {
    justify-content: flex-start;
  }

  .faq-media-img {
    max-width: 100%;
  }
}

/* Plus → Minus morph on open */

.faq-plus {
  /* keep your existing styles */
  transition: color 0.35s ease, transform 0.35s ease;
}

.faq-plus-line {
  /* already positioned; add smooth transforms */
  transition: transform 0.35s ease, opacity 0.25s ease;
  transform-origin: center;
}

/* Optional: make the open state feel snappier */
.faq.active .faq-plus {
  transform: rotate(180deg); /* spin the icon */
}

/* Turn the vertical line "off" so it becomes a minus */
.faq.active .faq-plus-line--v {
  transform: scaleY(0);
  opacity: 0;
}

/* Keep the horizontal line stable (or you can slightly scale it) */
.faq.active .faq-plus-line--h {
  transform: scaleX(1);
}


/* NEW FAQ REWORK */



/* ==============================
   BRAND COLLAGE SECTION
   ============================== */

.brand-collage {
  width: 100%;
  padding: clamp(56px, 7vw, 110px) 0;
  background: transparent;
}

.brand-collage__inner {
  position: relative;
  width: min(1800px, calc(100% - 64px)); /* <-- you asked for 1500px */
  margin: 0 auto;

  /* give it a strong stage on desktop */
  min-height: clamp(560px, 55vw, 820px);

  display: grid;
  place-items: center;
}

.brand-collage__copy {
  text-align: center;
  max-width: 980px;
  z-index: 2;
  margin-bottom: 40px; /* space from bottom image */
}

.brand-collage__kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 14px;
}

.brand-collage__title {
  margin: 0;
  line-height: 0.95;
  font-weight: 900;
  font-size: clamp(36px, 5.2vw, 60px);
  color: #000; /* <-- force black */
}

/* --- Rotating accent word (tight vertical box) --- */
.brand-collage__rotator {
  --step: 0.82em;
  --rotator-color: #d61f1f; /* swap later if you want */
  position: relative;
  display: inline-block;
  width: 9.5ch;              /* fixed text box width so it centers */
  height: 0.82em;        /* tighter mask (was ~1.05em) */
  line-height: 0.82em;   /* match it so the box is tight */
  overflow: hidden;    /* prevents overlap with line above */
  vertical-align: bottom;

  color: var(--rotator-color);
}

/* Optional: makes the “disappear quickly” feel stronger */
.brand-collage__rotator::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* subtle top fade to hide the word quickly as it exits upward */
  background: linear-gradient(to top, transparent 0%, transparent 65%, rgba(255,255,255,0.9) 100%);
  mix-blend-mode: normal;
  opacity: 0.0; /* set to 1 if you want harder mask; 0 keeps it clean */
}

.brand-collage__rotator{
  position: relative;
  display: inline-block;
  overflow: hidden;

  /* tight box */
  height: 0.82em;
  line-height: 0.82em;

  width: 9.5ch;          /* keeps it centered & stable */
  text-align: center;

  color: var(--rotator-color, #d61f1f);
  vertical-align: baseline;
}

.brand-collage__rotator { vertical-align: bottom; }
.brand-collage__track { display: block; }

.brand-collage__track{
  display: block;
  will-change: transform;
  animation: rotatorTrack 6s infinite;
}

.brand-collage__term{
  height: var(--step);
  line-height: var(--step);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 3 seconds per word: hold, then quick snap upward to next */
@keyframes rotatorTrack{
  0%, 22%   { transform: translateY(0); }

  28%, 55%  { transform: translateY(calc(-1 * var(--step))); }

  61%, 88%  { transform: translateY(calc(-2 * var(--step))); }

  94%, 100% { transform: translateY(calc(-3 * var(--step))); }
}




/* --- Images --- */
.brand-collage__img {
  position: absolute;
  z-index: 1;

  width: clamp(180px, 18vw, 260px);
  aspect-ratio: 3 / 4;

  overflow: hidden;
  border-radius: 0px; /* sharp like your reference */
  background: rgba(0, 0, 0, 0.06);
}

.brand-collage__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Desktop positions */
.brand-collage__img--tl {
  left: 0;
  top: 64px;
}

.brand-collage__img--tr {
  right: 0;
  top: 148px;
}

/* Bottom-middle image: moved DOWN so it doesn't crowd/overlap the quote */
.brand-collage__img--bm {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(120px); /* <-- pushes it lower */
  width: clamp(210px, 20vw, 300px);
}


@media (max-width: 1400px) {

.brand-collage__copy {
    text-align: center;
    max-width: 600px;
	margin-bottom: 40px !important; /* less space on mobile */
	}

.brand-collage__title {
    font-size: clamp(36px, 5.2vw, 40px);
}
}
/* ---------------- Mobile layout ----------------
   two images top row, copy center, one image below */
@media (max-width: 820px) {
  .brand-collage__inner {
    min-height: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "tl tr"
      "copy copy"
      "bm bm";
    gap: 22px;

    place-items: center;
  }

  .brand-collage__img {
    position: static;   /* IMPORTANT: stop absolute on mobile */
    transform: none;

    width: 100%;
    max-width: 420px;
  }

  .brand-collage__img--tl { grid-area: tl; }
  .brand-collage__img--tr { grid-area: tr; }
  .brand-collage__img--bm {
    grid-area: bm;
    width: min(420px, 70%);
  }

  .brand-collage__copy {
    grid-area: copy;
    padding: 6px 0;
  }
}

@media (max-width: 520px) {
  .brand-collage__inner {
    width: min(420px, calc(100% - 36px));
  }

  .brand-collage__img--bm {
    width: min(360px, 78%);
  }
}





/* CONTACT CARD */

/* === Contact left column: logo + stepped capability roller (no background) === */
/* =========================================================
   Contact left column: Logo + stepped capability scroller
   - No inner background
   - No fades/shadows
   - Hidden scrollbar but still scrollable
   ========================================================= */

.cap-split{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
}

/* Make roller wider: give logo a fixed basis, let roller take the rest */
.cap-brand{
  flex: 0 0 210px;       /* tweak if needed */
  display: flex;
  align-items: center;
}

.cap-logo{
  display: block;
  width: 190px;          /* tweak if needed */
  height: auto;
  opacity: 0.95;
}

/* Roller takes remaining width */
.cap-roller{
  flex: 1 1 560px;       /* ensures the word column is wider */
  min-width: 0;
  position: relative;
}

/* Scrollable viewport (scrollbar hidden) */
.cap-viewport{
  position: relative;
  height: 360px;         /* tweak for your layout */
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;

  /* Center active item using padding computed via JS */
  padding-top: var(--cap-pad, 0px);
  padding-bottom: var(--cap-pad, 0px);

  /* keep scroll smooth on iOS */
  -webkit-overflow-scrolling: touch;

  /* hide scrollbar (Firefox/legacy) */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* hide scrollbar (WebKit) */
.cap-viewport::-webkit-scrollbar{
  width: 0;
  height: 0;
}

/* Track is a normal block inside a scroll container */
.cap-track{
  width: 100%;
}

/* Items */
.cap-item{
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.01em;

  /* slightly visible but dim */
  color: rgba(255,255,255,0.26);

  margin: 10px 0;

  /* allow longer text to fit better */
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;

  user-select: none;
}

/* Active item: brighter but not pure white */
.cap-item.is-active{
  color: rgba(255,255,255,0.72);
  text-shadow: none; /* no glow */
}

@media (max-width: 820px){
  .cap-split{ gap: 16px; }
  .cap-brand{ flex-basis: 170px; }
  .cap-logo{ width: 150px; }
  .cap-viewport{ height: 300px; }
  .cap-item{ font-size: 18px; }
}

@media (prefers-reduced-motion: reduce){
  /* JS respects reduced motion by shortening animations, but keep CSS clean */
}



/* =========================================================
   Contact left column: Logo + centered stepped scroller
   ========================================================= */

/* IMPORTANT: ensure the left column is not constrained */
.contact-video-card{
  flex: 1 1 620px;     /* gives it real width */
  max-width: none;     /* prevents accidental squish */
  min-width: 520px;    /* helps long words fit (desktop) */
}

@media (max-width: 980px){
  .contact-video-card{ min-width: 0; }
}

/* Layout inside the card */
.cap-split{
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 220px 1fr; /* logo fixed-ish, words get the rest */
  align-items: center;
  gap: 24px;
}

.cap-brand{
  width: 100%;
  display: flex;
  align-items: center;
}

.cap-logo{
  display: block;
  width: 100%;
  max-width: 200px;   /* tweak if needed */
  height: auto;
  opacity: 0.95;
}

.cap-roller{
  width: 100%;
  min-width: 0;
}

/* Scrollable viewport (scrollbar hidden, but wheel/touch works) */
.cap-viewport{
  position: relative;
  height: 360px;           /* tweak for your layout */
  width: 100%;
  overflow-y: auto;
  overflow-x: visible;     /* allow long text feel (see note below) */
  -webkit-overflow-scrolling: touch;

  /* Hide scrollbar */
  scrollbar-width: none;   /* Firefox */
  -ms-overflow-style: none;
}
.cap-viewport::-webkit-scrollbar{
  width: 0;
  height: 0;
}

/* Track */
.cap-track{
  width: 100%;
}

/* Items */
.cap-item{
  height: 52px;
  display: flex;
  align-items: center;

  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.01em;

  color: rgba(255,255,255,0.26);
  margin: 0;

  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;

  user-select: none;

  /* NEW: quick fade instead of instant */
  transition: color 160ms ease-out, opacity 160ms ease-out;
  opacity: 0.78;
}

.cap-item.is-active{
  color: rgba(255,255,255,0.72);
  opacity: 1;
  text-shadow: none;
}


@media (max-width: 820px){
  .cap-split{
    grid-template-columns: 160px 1fr;
    gap: 16px;
  }
  .cap-logo{ max-width: 150px; }
  .cap-viewport{ height: 280px; }
  .cap-item{ font-size: 18px; }
}




/* =========================
   Theme override: Services
   ========================= */

body[data-theme="services"] #top-strip {
  background: #dd3e47 !important;
}

body[data-theme="services"] .metrics-divider {
  background: #dd3e47 !important;
}

/* Nav button text color */
body[data-theme="services"] .nav-btn {
  color: #dd3e47 !important;
}

/* CTA hover border color (keep white text as you already have) */
body[data-theme="services"] .cta-button:hover {
  border: 1px solid #dd3e47 !important;
}
/* ============================
   Theme: transitions (global)
   Put at END of main.css
   ============================ */

#top-strip,
.metrics-divider {
  transition: background-color 420ms ease, background 420ms ease;
}

.nav-btn {
  transition: color 320ms ease;
}

/* Only border changes on hover; keep your existing hover rules */
.cta-button:hover {
  transition: border-color 320ms ease, color 320ms ease;
}

/* Logo fade helper */
.theme-fade {
  transition: opacity 320ms ease;
  opacity: 1;
}
.theme-fade.is-fading {
  opacity: 0;
}

/* ============================
   Theme override: Services
   ============================ */

body[data-theme="services"] #top-strip {
  background: #dd3e47 !important;
  background-color: #dd3e47 !important;
}

/* Make sure divider changes even if original CSS is strong */
body[data-theme="services"] .metrics-section .metrics-divider,
body[data-theme="services"] .metrics-divider {
  background: #dd3e47 !important;
  background-color: #dd3e47 !important;
  background-image: none !important;
}

body[data-theme="services"] .nav-btn {
  color: #dd3e47 !important;
}

body[data-theme="services"] .cta-button:hover {
  border-color: #dd3e47 !important;
}

/* ============================
   Services theme: CTA base + hover
   ============================ */

body[data-theme="services"] .cta-button{
  border-color: #dd3e47 !important;   /* base border */
}

/* Full hover override: border + gradient + animation stays */
body[data-theme="services"] .cta-button:hover{
  color: #ffffff !important;
  border-color: #dd3e47 !important;

  /* red “wind” gradient (keeps 200%/200% so your cta-wind animation still works) */
  background: linear-gradient(
    85deg,
    #dd3e47,
    #ff5a64,
    #c92b35,
    #dd3e47,
    #ff5a64
  ) 0% 0% / 200% 200% !important;
}




/* =========================================================
   MOBILE MENU (<=900px)
   ========================================================= */

.mobile-menu-toggle { display: none; } /* desktop hidden */
.mobile-menu { display: none; }        /* desktop hidden */

/* Mobile breakpoint */
@media (max-width: 900px) {
  /* Hide desktop center nav + desktop header CTA on mobile */
  #nav { display: none !important; }
  #header-cta { display: none !important; }

  /* Show burger */
  .mobile-menu-toggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
  }

  /* Burger icon (morphs to X when body.is-menu-open) */
  .burger{
    position: relative;
    width: 26px;
    height: 18px;
    display: inline-block;
  }
  .burger span{
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #003039; /* match your header dark teal */
    border-radius: 2px;
    transition: transform 260ms ease, top 260ms ease, opacity 180ms ease, background-color 260ms ease;
  }
  .burger span:nth-child(1){ top: 0; }
  .burger span:nth-child(2){ top: 8px; }
  .burger span:nth-child(3){ top: 16px; }

  body.is-menu-open .burger span:nth-child(1){
    top: 8px;
    transform: rotate(45deg);
  }
  body.is-menu-open .burger span:nth-child(2){
    opacity: 0;
  }
  body.is-menu-open .burger span:nth-child(3){
    top: 8px;
    transform: rotate(-45deg);
  }

  /* Fullscreen menu container */
  .mobile-menu{
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none; /* enabled only when open */
  }

  .mobile-menu__overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    transition: opacity 260ms ease;
  }

  .mobile-menu__panel{
    position: absolute;
    inset: 0;
    background: #0b0b0b; /* premium dark */
    transform: translateX(100%);
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    padding: 22px 18px 18px;
	top: 0rem;
	bottom: 0;
  }

  /* Open state */
  body.is-menu-open .mobile-menu{
    pointer-events: auto;
  }
  body.is-menu-open .mobile-menu__overlay{
    opacity: 1;
  }
  body.is-menu-open .mobile-menu__panel{
    transform: translateX(0);
  }

  /* Prevent background scroll */
  body.is-menu-open{
    overflow: hidden;
    touch-action: none;
  }

  /* Top row: logo + close */
  .mobile-menu__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 2px 18px;
  }
  .mobile-menu__brand{ display: inline-flex; align-items: center; }
  .mobile-menu__logo{
    width: 170px;
    height: auto;
    display: block;
  }

  .mobile-menu__close{
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
  }
  .mobile-menu__close .x{
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22px;
    height: 22px;
  }
  .mobile-menu__close .x::before,
  .mobile-menu__close .x::after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
  }
  .mobile-menu__close .x::before{ transform: rotate(45deg); }
  .mobile-menu__close .x::after{ transform: rotate(-45deg); }

  /* Centered nav */
  .mobile-menu__nav{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 0;
  }

  /* Make your existing nav-btn work for mobile */
  .nav-btn--mobile{
    color: #ffffff !important;
    height: auto;
    padding: 0;
    font-size: 1.15rem;
    letter-spacing: 0.08em;
  }
  .nav-btn--mobile::before{
    display: none; /* no underline in fullscreen */
  }
  .nav-btn--mobile span{
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.10em;
  }

  .mobile-navlink{
    text-decoration: none;
  }

  /* Services accordion */
  .mobile-services{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-services__toggle{
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .mobile-services__chev{
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255,255,255,0.85);
    border-bottom: 2px solid rgba(255,255,255,0.85);
    transform: rotate(45deg);
    transition: transform 200ms ease;
    margin-top: 2px;
  }
  .mobile-services.is-open .mobile-services__chev{
    transform: rotate(225deg);
  }

  .mobile-services__list{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .mobile-sub-link{
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
  }
  .mobile-sub-link:hover{
    color: #ffffff;
  }

  /* Bottom CTA */
  .mobile-menu__cta{
    padding-top: 14px;
  }
  .cta-button--mobile{
    width: 100%;
    border-radius: 10px; /* closer to your reference */
  }

  /* Reduce motion support */
  @media (prefers-reduced-motion: reduce) {
    .mobile-menu__overlay,
    .mobile-menu__panel,
    .burger span{
      transition: none !important;
    }
  }
}
/* =========================================================
   MOBILE MENU (<=900px) — WHITE PANEL BELOW TOP STRIP
   Paste at END of main.css
   ========================================================= */

.mobile-menu-toggle{ display:none; }
.mobile-menu{ display:none; }

@media (max-width: 900px) {
  /* Hide desktop center nav + desktop CTA on mobile */
  #nav { display: none !important; }
  #header-cta { display: none !important; }

  /* Burger button stays in header (same location) */
  .mobile-menu-toggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
  }

  /* Burger lines morph to X in-place */
  .burger{
    position: relative;
    width: 26px;
    height: 18px;
    display: inline-block;
  }
  .burger span{
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #003039;
    border-radius: 2px;
    transition: transform 260ms ease, top 260ms ease, opacity 180ms ease;
  }
  .burger span:nth-child(1){ top: 0; }
  .burger span:nth-child(2){ top: 8px; }
  .burger span:nth-child(3){ top: 16px; }

  body.is-menu-open .burger span:nth-child(1){
    top: 8px;
    transform: rotate(45deg);
  }
  body.is-menu-open .burger span:nth-child(2){
    opacity: 0;
  }
  body.is-menu-open .burger span:nth-child(3){
    top: 8px;
    transform: rotate(-45deg);
  }

  /* ===== Menu container pinned below top strip ===== */
  .mobile-menu{
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100; /* below header/top-strip if those are higher */
    pointer-events: none;
  }



  .mobile-menu__overlay{
    position: absolute;
    left: 0; right: 0;
    top: var(--top-strip-h);
    bottom: 0;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    transition: opacity 240ms ease;
  }

  .mobile-menu__panel{
    position: absolute;
    left: 0; right: 0;
    bottom: 0;

    background: #ffffff;
    transform: translateX(100%);
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);

    display: flex;
    flex-direction: column;
    padding: 22px 18px 18px;
  }

  body.is-menu-open .mobile-menu{ pointer-events: auto; }
  body.is-menu-open .mobile-menu__overlay{ opacity: 1; }
  body.is-menu-open .mobile-menu__panel{ transform: translateX(0); }

  /* Prevent background scroll (top strip/header still visible) */
  body.is-menu-open{
    overflow: hidden;
  }

  /* ===== Menu content (white UI) ===== */
  .mobile-menu__nav{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 0;
  }

  .mobile-navlink{ text-decoration: none; }

  /* Use your nav-btn but mobile variant */
  .nav-btn--mobile{
    color: #003039 !important;
    height: auto;
    padding: 0;
  }
  .nav-btn--mobile::before{ display:none; }

  .nav-btn--mobile span{
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
  }

  /* ===== Services accordion ===== */
  .mobile-services{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-services__toggle{
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }

  /* Plus/Minus icon (morph) */
  .mobile-services__toggle .pm{
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .mobile-services__toggle .pm::before,
  .mobile-services__toggle .pm::after{
    content:"";
    position: absolute;
    left: 0; right: 0;
    top: 7px;
    height: 2px;
    background: rgba(0,48,57,0.75);
    border-radius: 2px;
    transition: transform 200ms ease, opacity 200ms ease;
  }
  /* vertical bar for plus */
  .mobile-services__toggle .pm::after{
    transform: rotate(90deg);
    opacity: 1;
  }

  /* When open -> minus (hide vertical bar) */
  .mobile-services.is-open .mobile-services__toggle .pm::after{
    opacity: 0;
    transform: rotate(90deg) scaleX(0.7);
  }

  /* Smooth expand/collapse using max-height (no “spin”) */
  .mobile-services__list{
    width: 100%;
    max-width: 360px;
    overflow: hidden;

    /* animation */
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 260ms ease, opacity 220ms ease, transform 220ms ease;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
  }

  .mobile-services.is-open .mobile-services__list{
    max-height: 320px; /* enough for 4 links */
    opacity: 1;
    transform: translateY(0);
  }

  /* Sub links */
  .mobile-sub-link{
    color: rgba(0,48,57,0.75);
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 0.78rem;
  }
  .mobile-sub-link:hover{ color: #003039; }

  /* Bottom CTA */
  .mobile-menu__cta{
    padding-top: 14px;
  }
  .cta-button--mobile{
    width: 100%;
    border-radius: 10px;
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .burger span,
    .mobile-menu__overlay,
    .mobile-menu__panel,
    .mobile-services__list{
      transition: none !important;
    }
  }
}




/* =========================================================
   INTRO – LONGER ARC MOVE IN (keeps your stroke/fill logic untouched)
   Only animates the <g> wrappers: .intro-letter-d / .intro-letter-t
========================================================= */

#intro-logo .intro-letter {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  will-change: transform, opacity;
}

/* Smooth continuous arc all the way to center (no straight final segment) */

#intro-logo .intro-letter-d {
  animation: intro-arc-d 1500ms linear forwards;
}

#intro-logo .intro-letter-t {
  animation: intro-arc-t 1500ms linear forwards;
  animation-delay: 120ms;
}

@keyframes intro-arc-d {
  0%   { transform: translate(-92px, 26px) rotate(-2deg); opacity: 0; }
  10%  { transform: translate(-84px, 6px)  rotate(-1.4deg); opacity: 1; }
  22%  { transform: translate(-70px, -12px) rotate(-0.9deg); }
  36%  { transform: translate(-52px, -26px) rotate(-0.5deg); }
  52%  { transform: translate(-34px, -30px) rotate(-0.2deg); }
  66%  { transform: translate(-18px, -24px) rotate(0deg); }
  78%  { transform: translate(-9px, -16px)  rotate(0deg); }
  88%  { transform: translate(-4px, -9px)   rotate(0deg); }
  95%  { transform: translate(-1.5px, -4px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
}

@keyframes intro-arc-t {
  0%   { transform: translate(88px, -18px) rotate(2deg); opacity: 0; }
  10%  { transform: translate(80px, 2px)   rotate(1.4deg); opacity: 1; }
  22%  { transform: translate(66px, 20px)  rotate(0.9deg); }
  36%  { transform: translate(48px, 34px)  rotate(0.5deg); }
  52%  { transform: translate(30px, 38px)  rotate(0.2deg); }
  66%  { transform: translate(16px, 30px)  rotate(0deg); }
  78%  { transform: translate(8px, 20px)   rotate(0deg); }
  88%  { transform: translate(3.5px, 11px) rotate(0deg); }
  95%  { transform: translate(1.2px, 5px)  rotate(0deg); }
  100% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  #intro-logo .intro-letter {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/* Allow the moving letters to be visible even outside the SVG box */
#intro-logo {
  overflow: visible; /* key */
}

/* Also ensure the overlay/wrap doesn't clip */
#intro-overlay,
#intro-overlay .intro-logo-wrap {
  overflow: visible;
}





/* =========================================================
   HERO: Mobile rebuild for Featured Case placement
   (does NOT affect desktop)
========================================================= */
/* =========================================================
   HERO Featured Case: Mobile overlay lock (no drifting)
========================================================= */
@media (max-width: 700px) {
  /* Anchor the overlay inside the hero section */
  #banner {
    position: relative;
    overflow: visible; /* allow overlay to render cleanly */
  }

  /* We’re going to overlay the featured case on the right.
     So we reserve space on the left side so content doesn't overlap it. */
  .hero-lower {
    position: relative;
  }

  /* Left column gets padding-right equal to the card lane */
  .hero-lower-left {
    padding-right: 220px; /* reserve card width + gap */
    min-width: 0;
  }

  /* Overlay the featured case (locked inside hero frame) */
  .hero-lower-right {
    position: absolute;
    right: 16px;      /* safe inset from the edge */
    top: 0;           /* aligns with top of hero-lower */
    width: 200px;     /* stable card lane width */
    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    /* kill any old offsets */
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  /* Card is fully controlled by its lane */
  .hero-card {
    width: 100% !important;
    max-width: none;
    position: relative !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
  }

  /* Fixed visual height so it never changes with phone aspect ratio */
  .hero-card .card-img-wrap {
    height: 160px;
    overflow: hidden;
  }

  .hero-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* Tune for narrower phones */
@media (max-width: 520px) {
  .hero-lower-left {
    padding-right: 200px;
  }
  .hero-lower-right {
    width: 180px;
    right: 12px;
  }
  .hero-card .card-img-wrap {
    height: 150px;
  }
}

@media (max-width: 420px) {
  .hero-lower-left {
    padding-right: 185px;
  }
  .hero-lower-right {
    width: 170px;
    right: 10px;
  }
  .hero-card .card-img-wrap {
    height: 140px;
  }
}

/* If the phone is extremely narrow, stack instead of overlay */
@media (max-width: 340px) {
  .hero-lower-right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    align-items: flex-start;
    margin-top: 12px;
  }
  .hero-lower-left {
    padding-right: 0;
  }
}


@media (max-width: 700px) {
  .buttonz-container {
    display: flex;
    flex-direction: column;  /* stack */
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
	.hero-clients {
	margin-top: 1.75rem;
	}
  /* optional: make buttons slightly larger tap targets on mobile */
  .buttonz-container .buttonz {
    width: 44px;
    height: 44px;
  }

  .buttonz-container .btn-svg {
    width: 22px;
    height: 22px;
    display: block;
  }
}


@media (max-width: 700px) {
  /* Make TRUSTED BY ignore the reserved right lane */
  .hero-clients {
    /* cancel the hero-lower-left padding-right visually */
    margin-right: -220px;     /* must match hero-lower-left padding-right */
    padding-right: 220px;     /* keep content from going under the card */
  }

  /* Ensure the strip can actually use the width */
  .brand-strip--hero {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 520px) {
  .hero-clients {
    margin-right: -200px;     /* match your 520px padding-right */
    padding-right: 200px;
  }
}

@media (max-width: 420px) {
  .hero-clients {
    margin-right: -185px;     /* match your 420px padding-right */
    padding-right: 185px;
  }
}
/* =========================================================
   Mobile: remove brand-strip fade gradients
========================================================= */
@media (max-width: 700px) {
  .brand-strip::before,
  .brand-strip::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .brand-strip {
  padding-block: 1.25rem;
  overflow: visible;
  }
}
/* moving track (marquee v2) */
.brand-track[data-marquee] {
  display: flex;
  align-items: center;
  width: max-content;            /* important: track is as wide as content */
  will-change: transform;

  --duration: 18s;               /* fallback */
  --marquee-distance: 800px;     /* fallback */

  animation: marquee-v2 var(--duration) linear infinite;
}

.brand-track[data-marquee] .brand-set {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4rem;
  white-space: nowrap;
}

.brand-track img {
  height: 32px;
  flex: 0 0 auto;
  opacity: 0.7;
  filter: grayscale(1);
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.brand-track img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

/* Pause on hover */
.brand-strip:hover .brand-track {
  animation-play-state: paused;
}

/* Pixel-accurate loop */
@keyframes marquee-v2 {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-1 * var(--marquee-distance))); }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .brand-track[data-marquee] {
    animation: none;
    transform: translateX(0);
  }
}
