:root {
	--teal: #007c8c;
	--deep-teal: #004f59;
	--cyan: #08c7d7;
	--orange: #f58220;
	--peach: #ee7d82;
	--gold: #f1cf82;
	--pale-gold: #fff6df;
	--mint: #cce98a;
	--ink: #15383d;
	--muted: #657a7d;
	--white: #ffffff;
	--glass: rgba(255, 255, 255, .72);
	--shadow: 0 24px 70px rgba(0, 79, 89, .16);
	--radius: 28px;
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	background: #fff;
	color: var(--ink);
	font-family: Inter, Segoe UI, Arial, sans-serif;
	line-height: 1.65;
	overflow-x: hidden
}

a {
	color: inherit;
	text-decoration: none
}

img {
	max-width: 100%;
	display: block
}

.container {
	width: min(1180px, 92vw);
	margin-inline: auto
}

.section {
	padding: 86px 0;
	position: relative
}

.eyebrow {
	text-transform: uppercase;
	letter-spacing: .18em;
	color: var(--orange);
	font-weight: 800;
	font-size: .78rem;
	margin: 0 0 12px
}

h1,
h2,
h3 {
	line-height: 1.05;
	margin: 0;
	color: var(--deep-teal)
}

h1 {
	font-size: clamp(2.45rem, 6vw, 5.8rem);
	letter-spacing: -.07em
}

h2 {
	font-size: clamp(2rem, 4vw, 3.8rem);
	letter-spacing: -.045em
}

h3 {
	font-size: 1.25rem
}

p {
	margin: 0 0 16px
}

.lead {
	font-size: clamp(1.08rem, 2vw, 1.35rem);
	max-width: 740px;
	color: #315c62
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: linear-gradient(90deg, var(--deep-teal), var(--teal));
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px min(4vw, 48px);
	box-shadow: 0 12px 38px rgba(0, 79, 89, .22)
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: Varino, Orbitron, Eurostile, Arial, sans-serif;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase
}

.brand img {
	width: 98px;
	height: 98px;
	object-fit: contain;
	background: white;
	border-radius: 16px;
	padding: 4px
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 22px;
	font-family: Varino, Orbitron, Arial, sans-serif;
	font-weight: 800;
	font-size: .88rem;
	letter-spacing: .08em;
	text-transform: uppercase
}

.main-nav a {
	opacity: .92
}

.main-nav a:hover {
	color: var(--gold)
}

.nav-cta {
	background: white;
	color: var(--teal);
	padding: 10px 16px;
	border-radius: 999px
}

.menu-toggle {
	display: none;
	background: none;
	border: 0;
	color: white;
	font-size: 2rem
}

.hero {
	min-height: calc(100vh - 82px);
	display: grid;
	place-items: center;
	overflow: hidden;
	background: radial-gradient(circle at 10% 20%, rgba(8, 199, 215, .18), transparent 35%), radial-gradient(circle at 80% 10%, rgba(241, 207, 130, .38), transparent 35%), linear-gradient(135deg, #fff 0%, #fff8ec 50%, #f2feff 100%)
}

.hero-bg {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(0, 124, 140, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 124, 140, .08) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(to bottom, #000, transparent 85%)
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 40px;
	align-items: center
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 14px 22px;
	font-weight: 900;
	border: 2px solid transparent;
	box-shadow: 0 12px 30px rgba(0, 79, 89, .12);
	cursor: pointer
}

.btn.primary {
	background: linear-gradient(135deg, var(--orange), var(--peach));
	color: white
}

.btn.secondary {
	background: white;
	color: var(--teal);
	border-color: rgba(0, 124, 140, .22)
}

.hero-card {
	position: relative;
	min-height: 520px;
	display: grid;
	place-items: center
}

.hero-logo {
	width: min(420px, 78vw);
	filter: drop-shadow(0 30px 40px rgba(0, 79, 89, .25));
	animation: float 5s ease-in-out infinite
}

.orbit {
	position: absolute;
	border: 1px solid rgba(0, 124, 140, .25);
	border-radius: 50%;
	inset: 80px;
	transform: rotate(-14deg)
}

.orbit-two {
	inset: 122px;
	border-color: rgba(245, 130, 32, .32);
	transform: rotate(24deg)
}

.mini-panel {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 20px;
	border-radius: 22px;
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, .8);
	box-shadow: var(--shadow)
}

.mini-panel strong {
	display: block;
	color: var(--orange);
	font-size: 1.1rem
}

.metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px
}

.intro-strip {
	padding: 36px 0;
	background: linear-gradient(90deg, var(--pale-gold), #eefcff)
}

.metrics article {
	background: white;
	border: 1px solid rgba(0, 124, 140, .12);
	border-radius: 22px;
	padding: 22px;
	box-shadow: 0 12px 30px rgba(0, 79, 89, .07)
}

.metrics span {
	font-size: 2.2rem;
	font-weight: 900;
	color: var(--teal)
}

.metrics p {
	margin: 0;
	color: var(--muted)
}

.split {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 54px;
	align-items: center
}

.portrait-card {
	padding: 12px;
	border-radius: 36px;
	background: linear-gradient(135deg, var(--gold), var(--peach), var(--teal));
	box-shadow: var(--shadow)
}

.portrait-card img {
	border-radius: 28px;
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
	object-position: top center
}

.section-copy {
	font-size: 1.05rem
}

.pill-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px
}

.pill-grid span,
.badge {
	background: var(--pale-gold);
	color: var(--deep-teal);
	border: 1px solid rgba(241, 207, 130, .9);
	padding: 8px 12px;
	border-radius: 999px;
	font-weight: 800;
	font-size: .85rem
}

.offer {
	background: linear-gradient(180deg, #fff, #f9ffff)
}

.center {
	text-align: center;
	max-width: 850px;
	margin: 0 auto 36px
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px
}

.card,
.product,
.contact-card {
	background: white;
	border: 1px solid rgba(0, 124, 140, .14);
	box-shadow: var(--shadow);
	border-radius: var(--radius)
}

.card {
	padding: 28px;
	position: relative;
	overflow: hidden
}

.card:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 6px;
	background: linear-gradient(90deg, var(--teal), var(--orange), var(--gold))
}

.icon {
	width: 52px;
	height: 52px;
	border-radius: 17px;
	background: linear-gradient(135deg, var(--teal), var(--cyan));
	color: white;
	display: grid;
	place-items: center;
	font-size: 1.5rem;
	margin-bottom: 18px
}

.projects {
	background: radial-gradient(circle at 85% 10%, rgba(238, 125, 130, .16), transparent 30%), #fff
}

.timeline {
	display: grid;
	gap: 16px;
	margin-top: 30px
}

.timeline-item {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 18px;
	align-items: start;
	background: white;
	border: 1px solid rgba(0, 124, 140, .14);
	border-radius: 24px;
	padding: 22px;
	box-shadow: 0 16px 40px rgba(0, 79, 89, .08)
}

.timeline-item span {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: var(--gold);
	color: var(--deep-teal);
	display: grid;
	place-items: center;
	font-weight: 900
}

.shop {
	background: linear-gradient(135deg, #fff 0%, #fff8ec 45%, #edfdff 100%)
}

.shop-tabs {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 28px
}

.tab {
	border: 1px solid rgba(0, 124, 140, .25);
	background: white;
	color: var(--teal);
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 900;
	cursor: pointer
}

.tab.active {
	background: var(--teal);
	color: white
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px
}

.product {
	overflow: hidden;
	display: flex;
	flex-direction: column
}

.product img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	background: #f4f4f4
}

.product div {
	padding: 22px
}

.product h3 {
	margin: 12px 0 8px
}

.shop-btn {
	width: 100%;
	border: 0;
	background: linear-gradient(135deg, var(--teal), var(--deep-teal));
	color: white;
	border-radius: 14px;
	padding: 12px 14px;
	font-weight: 900;
	cursor: pointer;
	margin-top: 10px
}

.shop-btn:hover,
.btn:hover {
	transform: translateY(-2px)
}

.contact {
	background: linear-gradient(90deg, var(--white), var(--teal));
	color: var(--orange)
}

.contact h2,
.contact .eyebrow {
	color: var(--orange);
}

.contact-card {
	display: grid;
	grid-template-columns: 1fr .88fr;
	gap: 30px;
	padding: 34px;
	background: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .28);
	backdrop-filter: blur(14px)
}

.contact-card p {
	color: var(--teal)
}

.contact-form {
	display: grid;
	gap: 12px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .6);
	font: inherit
}

.contact-form textarea {
	min-height: 130px;
	resize: vertical
}

.site-footer {
	background: var(--gold);
	color: var(--deep-teal);
	padding: 48px 0 20px
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr .7fr 1fr;
	gap: 30px
}

.footer-grid img {
	width: 96px
}

.footer-grid a {
	display: block;
	font-weight: 800;
	margin: 6px 0
}

.copyright {
	text-align: center;
	margin: 28px 0 0;
	font-weight: 800
}

.to-top {
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 0;
	background: var(--orange);
	color: white;
	font-size: 1.4rem;
	font-weight: 900;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: .25s
}

.to-top.show {
	opacity: 1;
	pointer-events: auto
}

.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .8s ease, transform .8s ease
}

.reveal.visible {
	opacity: 1;
	transform: none
}

.delay-1 {
	transition-delay: .12s
}

.delay-2 {
	transition-delay: .24s
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-16px)
	}
}

@media (max-width:980px) {

	.hero-grid,
	.split,
	.contact-card {
		grid-template-columns: 1fr
	}

	.hero-card {
		min-height: 420px
	}

	.metrics,
	.cards,
	.product-grid,
	.footer-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.site-header {
		align-items: flex-start
	}

	.menu-toggle {
		display: block
	}

	.main-nav {
		position: absolute;
		top: 82px;
		left: 0;
		right: 0;
		background: var(--deep-teal);
		padding: 20px;
		display: none;
		flex-direction: column;
		align-items: flex-start
	}

	.main-nav.open {
		display: flex
	}

	.nav-cta {
		color: var(--deep-teal)
	}
}

@media (max-width:640px) {
	.section {
		padding: 62px 0
	}

	h1 {
		font-size: 2.55rem
	}

	.hero {
		min-height: auto;
		padding-top: 68px
	}

	.hero-card {
		min-height: 340px
	}

	.metrics,
	.cards,
	.product-grid,
	.footer-grid {
		grid-template-columns: 1fr
	}

	.timeline-item {
		grid-template-columns: 1fr
	}

	.product img {
		height: 230px
	}

	.brand span {
		font-size: .9rem
	}

	.brand img {
		width: 46px;
		height: 46px
	}

	.main-nav {
		top: 70px
	}

	.contact-card {
		padding: 24px
	}

	.hero-actions .btn {
		width: 100%
	}
}

#partners {
	padding: clamp(56px, 8vw, 96px) 20px;
}

#partners .partners-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: clamp(16px, 3vw, 28px);
	align-items: stretch;
	margin-top: 32px;
}

#partners .partner-card {
	min-height: 100px;
	padding: 20px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#partners .partner-card:hover {
	transform: translateY(-6px);
}

#partners .partner-card img {
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

#partners .partner-card-wide img {
	max-width: 220px;
	max-height: 70px;
}
/* ==========================================================
   PROFESSIONAL HIGHLIGHTS
========================================================== */

.highlights{

    background:#ffffff;

}

.section-intro{

    max-width:850px;

    margin:20px auto 50px;

    text-align:center;

    color:#4d6b74;

}

.highlights-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));

    gap:28px;

}

.highlight-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    transition:.35s;

    border:1px solid rgba(0,95,115,.08);

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.highlight-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,95,115,.15);

}

.highlight-icon{

    font-size:48px;

    display:block;

    margin-bottom:20px;

}

.highlight-card h3{

    color:#005F73;

    margin-bottom:15px;

}

.highlight-card p{

    color:#5f6d74;

    line-height:1.7;

}

.mini-list{

    margin-top:18px;

    padding:0;

    list-style:none;

}

.mini-list li{

    padding:6px 0;

    color:#005F73;

    font-weight:600;

    border-bottom:1px solid rgba(0,95,115,.08);

}

.mini-list li:last-child{

    border:none;

}

@media (max-width: 768px) {
	#partners .partners-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#partners .partner-card {
		min-height: 130px;
		padding: 18px;
		border-radius: 20px;
	}
}

@media (max-width: 480px) {
	#partners .partners-grid {
		grid-template-columns: 1fr;
	}

	#partners .partner-card {
		min-height: 120px;
	}

	#partners .partner-card img {
		max-height: 90px;
	}
}

.request-purchase-btn,
.submit-purchase-btn {
	border: 0;
	border-radius: 999px;
	padding: 14px 28px;
	font-weight: 700;
	cursor: pointer;
	background: linear-gradient(135deg, var(--teal), var(--gold));
	color: #fff;
	box-shadow: 0 12px 30px rgba(15, 118, 110, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.request-purchase-btn:hover,
.submit-purchase-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(15, 118, 110, 0.35);
}

.purchase-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.purchase-modal.active {
	display: block;
}

.purchase-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 15, 25, 0.72);
	backdrop-filter: blur(6px);
}

.purchase-modal-content {
	position: relative;
	z-index: 1;
	width: min(92vw, 760px);
	max-height: 90vh;
	overflow-y: auto;
	margin: 5vh auto;
	padding: clamp(24px, 4vw, 42px);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.purchase-modal-close {
	position: absolute;
	top: 18px;
	right: 22px;
	border: 0;
	background: transparent;
	font-size: 34px;
	cursor: pointer;
	line-height: 1;
	color: #111827;
}

.purchase-modal .kicker {
	margin: 0 0 8px;
	color: #0f766e;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
}

.purchase-modal h2 {
	margin: 0 0 12px;
	font-size: clamp(1.6rem, 4vw, 2.4rem);
	color: #111827;
}

.purchase-intro,
.purchase-success p {
	color: #4b5563;
	line-height: 1.7;
	margin-bottom: 24px;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.form-grid label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-weight: 700;
	color: #111827;
}

.form-grid label span {
	font-weight: 500;
	color: #6b7280;
}

.form-grid .full {
	grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
	width: 100%;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 16px;
	padding: 14px 16px;
	font: inherit;
	background: #fff;
	color: #111827;
	outline: none;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
	border-color: #14b8a6;
	box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.15);
}

.submit-purchase-btn {
	margin-top: 22px;
	width: 100%;
}

.purchase-success {
	display: none;
	text-align: center;
	padding: 24px 0;
}

.purchase-success.active {
	display: block;
}

@media (max-width: 640px) {
	.purchase-modal-content {
		margin: 3vh auto;
		max-height: 94vh;
		border-radius: 22px;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}
}

.hero {
	position: relative;
}

.hero-bg {
	pointer-events: none;
	z-index: 0;
}

.hero-grid {
	position: relative;
	z-index: 2;
}

.hero-actions,
.hero-actions a {
	position: relative;
	z-index: 3;
}

.btn {
	pointer-events: auto;
}

.main-nav a {
	transition: all .25s ease;
}

.main-nav a.nav-cta {
	background: white;
	color: var(--teal);
	padding: 10px 16px;
	border-radius: 999px;
}

nav {
	padding: 0 5%;
	box-shadow: var(--box-shadow-light);
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* Flexbox for flexible horizontal navigation */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: var(--max-width);
	margin: 0 auto;
}

nav ul li {
	margin: 0;
}

nav ul li a {
	display: block;
	color: var(--white);
	/* Flexible padding using clamp() */
	padding: clamp(5px, 2vw, 10px) clamp(10px, 3vw, 14px);
	text-decoration: none;
	font-weight: 600;
	font-size: clamp(0.875rem, 2vw, 1rem);
	transition: background-color var(--transition-speed),
		color var(--transition-speed);
}

nav ul li a:hover {
	background-color: var(--gold);
	color: var(--teal);
	border-bottom: 3px solid var(--white);
	transform: translateY(-2px);
}

nav ul li a.active {
	background-color: var(--primary-color);
	border-bottom: 3px solid var(--nav-bottom);
}

.footer {
	text-align: center;
	background: var(--gold);
	color: var(--deep-teal);
	padding: 48px 0 20px;
}

.footer nav {
	background-color: var(--teal);
}

.footer-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.footer-logo img {
	width: 100px;
	transition: .3s;
	height: auto;
}

.footer-logo img:hover {
	transform: scale(1.05);
}

.iframe-container{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    margin:40px auto;
}

.iframe-container iframe{
    max-width:100%;
    border:none;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

