/* Tigashire — brand refinements (logo colours: green, blue, warm orange) */

#banner .inner {
	max-width: 42em;
}

/* Text wordmark — banner */
#banner .logo.tigashire-text-logo {
	display: inline-block;
	margin: 0 auto 1.5em;
	padding: 1.1rem 1.75rem 1.15rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0.35em 1.25em rgba(0, 0, 0, 0.15);
	text-align: center;
	line-height: 1.15;
}

#banner .tigashire-text-logo__name {
	display: block;
	font-size: clamp(2.25rem, 7vw, 3.5rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	background: linear-gradient(105deg, #fff 0%, #ffc266 45%, #7ec8e8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: none;
}

#banner .tigashire-text-logo__sub {
	display: block;
	margin-top: 0.45em;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

#banner p.tagline {
	text-transform: none;
	font-style: italic;
	font-size: 1.05em;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.65;
	opacity: 0.95;
	max-width: 36em;
	margin-left: auto;
	margin-right: auto;
}

/* Rich banner backdrop when the stock bg image is absent */
@media screen and (max-width: 1280px) {
	#banner {
		background-image:
			linear-gradient(165deg, rgba(22, 61, 48, 0.96) 0%, rgba(22, 61, 48, 0.9) 42%, rgba(30, 107, 158, 0.5) 100%),
			radial-gradient(ellipse 90% 60% at 15% -10%, rgba(232, 137, 46, 0.2) 0%, transparent 55%);
		background-size: cover, cover;
		background-position: center, center;
	}

	#footer {
		background-image:
			linear-gradient(165deg, rgba(22, 61, 48, 0.96) 0%, rgba(22, 61, 48, 0.92) 50%, rgba(30, 107, 158, 0.45) 100%),
			radial-gradient(ellipse 80% 50% at 85% 100%, rgba(232, 137, 46, 0.12) 0%, transparent 50%);
		background-size: cover, cover;
		background-position: center, center;
	}
}

#banner p a {
	color: #ffc266;
	border-color: rgba(255, 194, 102, 0.45);
}

#banner p a:hover {
	color: #fff;
}

/* Animated health visual — About section */
@keyframes tigashire-ring-pulse {
	0% {
		transform: translate(-50%, -50%) scale(0.55);
		opacity: 0.75;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0;
	}
}

@keyframes tigashire-icon-pulse {
	0%, 100% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.08);
	}
}

.wrapper.spotlight .image.tigashire-health-anim {
	position: relative;
	aspect-ratio: 1;
	max-width: 22em;
	min-height: 12em;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	overflow: visible;
	background: linear-gradient(155deg, rgba(22, 61, 48, 0.95) 0%, rgba(30, 107, 158, 0.85) 55%, rgba(232, 137, 46, 0.35) 100%);
	box-shadow: 0 0.35em 1.25em rgba(0, 0, 0, 0.2);
	border: 3px solid rgba(255, 255, 255, 0.35);
}

.tigashire-health-anim__rings {
	position: absolute;
	inset: 0;
	border-radius: 100%;
}

.tigashire-health-anim__ring {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 88%;
	height: 88%;
	border-radius: 100%;
	border: 2px solid rgba(255, 194, 102, 0.55);
	animation: tigashire-ring-pulse 3.2s ease-out infinite;
}

.tigashire-health-anim__ring:nth-child(2) {
	animation-delay: 1.05s;
	border-color: rgba(126, 200, 232, 0.5);
}

.tigashire-health-anim__ring:nth-child(3) {
	animation-delay: 2.1s;
	border-color: rgba(255, 255, 255, 0.4);
}

.tigashire-health-anim__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 4.25rem;
	color: #ffc266;
	text-shadow: 0 0.1em 0.35em rgba(0, 0, 0, 0.25);
	animation: tigashire-icon-pulse 2.4s ease-in-out infinite;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.tigashire-health-anim__ring,
	.tigashire-health-anim__icon {
		animation: none;
	}

	.tigashire-health-anim__ring {
		transform: translate(-50%, -50%) scale(0.85);
		opacity: 0.35;
	}

	.tigashire-health-anim__icon {
		transform: translate(-50%, -50%);
	}
}

/* Wide logo card (reuse if you add logo back beside copy) */
.wrapper.spotlight .image.otz-brand-mark {
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.14);
	padding: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.12);
}

.wrapper.spotlight .image.otz-brand-mark img {
	border-radius: 0.5rem;
	width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: contain;
}

.wrapper.spotlight .image.otz-icon-panel {
	border-radius: 100%;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 11em;
	aspect-ratio: 1;
}

.wrapper.spotlight .image.otz-icon-panel .icon {
	font-size: 4.5rem;
	color: #ffb347;
	text-shadow: 0 0.08em 0.2em rgba(0, 0, 0, 0.2);
}

/* Warm primary actions — matches orange in logo */
input[type="submit"].primary,
button.primary,
.button.primary {
	background: linear-gradient(160deg, #e8892e 0%, #c74a1a 100%) !important;
	box-shadow: none !important;
}

input[type="submit"].primary:hover,
button.primary:hover,
.button.primary:hover {
	background: linear-gradient(160deg, #f0983c 0%, #d45522 100%) !important;
}

input[type="submit"].primary:active,
button.primary:active,
.button.primary:active {
	background: linear-gradient(160deg, #c74a1a 0%, #a63a12 100%) !important;
}

/* Simple services list */
.otz-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}

.otz-list li {
	position: relative;
	padding-left: 1.75em;
	margin-bottom: 0.65em;
	line-height: 1.55;
}

.otz-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffb347, #c74a1a);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

#header h1 a {
	color: inherit;
}

/* Feature cards: text mark */
.features article .image.tigashire-feature-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 8em;
	max-height: none;
	background: linear-gradient(145deg, rgba(22, 61, 48, 0.92) 0%, rgba(30, 107, 158, 0.75) 100%);
	border-radius: 0.35em;
}

.features article .image.tigashire-feature-mark span {
	font-size: 3.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ffc266;
	text-shadow: 0 0.08em 0.25em rgba(0, 0, 0, 0.25);
}

.otz-note {
	margin-top: 2em;
	font-size: 0.95em;
	opacity: 0.85;
	line-height: 1.65;
	max-width: 42em;
}
