
/* hdl-sections — scoped from sections/index.html */
.hdl-sections {
  position: relative;
  isolation: isolate;
  direction: rtl;
  font-family: 'Vazirmatn', sans-serif;
  overflow: hidden;
}
.hdl-sections .gallery-cell--photo {
  background-size: cover;
  background-position: center;
}
.hdl-sections .gallery-cell--photo .gallery-cell-inner {
  opacity: 0.35;
}
.hdl-sections .gallery-cell--photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(90, 54, 140, 0.55), rgba(247, 245, 252, 0.15));
  pointer-events: none;
}

.hdl-sections *, .hdl-sections *::before, .hdl-sections *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

		.hdl-sections {
			--forest: #f7f5fc;
			--forest-mid: #efeaf8;
			--moss: #5a368c;
			--fern: #7b4db0;
			--dew: #ffffff;
			--dew-faint: rgba(255, 255, 255, 0.12);
			--soil: #45256e;
			--fog: #2a1b45;
			--fog-faint: rgba(42, 27, 69, 0.06);
			--gold: #5a368c;
			--shell: #b4a3d6;
			--glass: rgba(255, 255, 255, 0.82);
			--glass-border: rgba(90, 54, 140, 0.22);
		}

		

		.hdl-sections {
			background: var(--forest);
			color: var(--fog);
			font-family: 'Vazirmatn', sans-serif;
			overflow-x: hidden;
			
		}

		/* Spore canvas */
		.hdl-sections #st-spore-canvas {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 100;
		mix-blend-mode: screen;
	}

		/* === HERO === */
		.hdl-sections #st-hero {
			position: relative;
			min-height: 100vh;
			min-height: 100dvh;
			display: flex;
			align-items: flex-end;
			overflow: hidden;
		}

		.hdl-sections .hero-layout {
			display: grid;
			grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
			gap: clamp(28px, 5vw, 72px);
			width: 100%;
			max-width: 1320px;
			margin: 0 auto;
			padding: clamp(96px, 14vh, 140px) 8vw clamp(56px, 10vh, 120px);
			position: relative;
			z-index: 10;
			align-items: end;
		}

		.hdl-sections .hero-content {
			position: relative;
			z-index: 10;
			text-align: right;
			justify-self: stretch;
			padding: 0;
			max-width: none;
			margin-inline-start: auto;
		}

		.hdl-sections .hero-stats {
			text-align: right;
			max-width: 520px;
			justify-self: start;
			color: #ffffff;
		}

		.hdl-sections .hero-stats .section-label {
			color: rgba(255, 255, 255, 0.92);
			font-size: clamp(11px, 1.2vw, 13px);
		}

		.hdl-sections .hero-stats .section-label::before {
			background: rgba(255, 255, 255, 0.65);
		}

		.hdl-sections .hero-stats p {
			font-weight: 400;
			font-size: clamp(16px, 1.8vw, 19px);
			line-height: 1.85;
			color: rgba(255, 255, 255, 0.95);
			margin-bottom: 1.25rem;
			letter-spacing: 0.01em;
		}

		.hdl-sections .hero-stats__rows {
			margin-top: 1.5rem;
		}

		.hdl-sections .hero-stats .data-row {
			align-items: center;
			border-bottom-color: rgba(255, 255, 255, 0.22);
		}

		.hdl-sections .hero-stats .data-num {
			color: #ffffff;
			font-weight: 400;
			font-size: clamp(36px, 4.5vw, 52px);
			min-width: 150px;
		}

		.hdl-sections .hero-stats .data-label {
			color: rgba(255, 255, 255, 0.92);
			font-size: clamp(14px, 1.5vw, 17px);
			line-height: 1.6;
		}

		.hdl-sections .hero-visual {
			display: none;
		}

		.hdl-sections #st-fog-canvas {
			position: absolute;
			inset: 0;
			width: 100%;
			height: 100%;
			pointer-events: none;
		}

		.hdl-sections .hero-bg {
			position: absolute;
			inset: 0;
			background:
				radial-gradient(ellipse 80% 60% at 70% 50%, rgba(255, 255, 255, 0.22) 0%, transparent 70%),
				radial-gradient(ellipse 40% 40% at 20% 80%, rgba(90, 54, 140, 0.35) 0%, transparent 60%),
				radial-gradient(ellipse 60% 70% at 80% 20%, rgba(123, 77, 176, 0.25) 0%, transparent 55%),
				linear-gradient(135deg, #7b4db0 0%, #5a368c 45%, #8f6fcf 100%);
		}

		.hdl-sections .hero-texture {
			position: absolute;
			inset: 0;
			opacity: 0.45;
			background-image:
				radial-gradient(circle at 65% 48%, rgba(255, 255, 255, 0.14) 0%, transparent 40%),
				radial-gradient(circle at 30% 60%, rgba(180, 163, 214, 0.18) 0%, transparent 35%);
		}

		.hdl-sections .moss-shape {
			position: absolute;
			border-radius: 50%;
			background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
			filter: blur(40px);
			pointer-events: none;
		}

		.hdl-sections .dew-drop {
			position: absolute;
			width: 6px;
			height: 8px;
			background: radial-gradient(ellipse at 30% 25%, rgba(255, 255, 255, 0.95) 0%, rgba(180, 163, 214, 0.65) 40%, rgba(90, 54, 140, 0.15) 100%);
			border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
			box-shadow: inset -1px -2px 3px rgba(90, 54, 140, 0.15), 0 0 8px rgba(255, 255, 255, 0.35);
			animation: dewGlimmer 3s ease-in-out infinite;
		}

		@keyframes dewGlimmer {

			0%,
			100% {
				opacity: 0.5;
				transform: scale(1);
			}

			50% {
				opacity: 1;
				transform: scale(1.15);
			}
		}

		.hdl-sections .eyebrow {
			font-family: 'Vazirmatn', sans-serif;
			font-size: clamp(10px, 1.2vw, 13px);
			letter-spacing: 0.35em;
			color: rgba(255, 255, 255, 0.85);
			text-transform: uppercase;
			margin-bottom: 2rem;
			opacity: 0;
			animation: fadeUp 1.2s 0.3s forwards;
		}

		.hdl-sections h1.hero-title {
			font-family: 'Vazirmatn', sans-serif;
			font-weight: 400;
			font-size: clamp(56px, 8.5vw, 78px);
			line-height: 0.92;
			color: var(--bs-gray-100, #f8f9fa);
			margin-bottom: 2.5rem;
			opacity: 0;
			animation: fadeUp 1.4s 0.5s forwards;
			letter-spacing: -0.01em;
		}

		.hdl-sections h1.hero-title em {
			font-style: normal;
			font-weight: 500;
			color: #ffffff;
			display: block;
		}

		.hdl-sections .hero-sub {
			font-family: 'Vazirmatn', sans-serif;
			font-weight: 400;
			font-size: clamp(16px, 1.8vw, 20px);
			color: rgba(255, 255, 255, 0.92);
			line-height: 1.8;
			max-width: 420px;
			margin-inline-start: auto;
			margin-bottom: 3.5rem;
			opacity: 0;
			animation: fadeUp 1.4s 0.8s forwards;
			letter-spacing: 0.02em;
		}

		.cta-wrap {
			display: flex;
			gap: 1.5rem;
			align-items: center;
			justify-content: flex-start;
			flex-direction: row-reverse;
			opacity: 0;
			animation: fadeUp 1.2s 1.1s forwards;
		}

		.hdl-sections .cta-btn {
			position: relative;
			display: inline-flex;
			align-items: center;
			gap: 12px;
			padding: 14px 32px;
			background: rgba(255, 255, 255, 0.18);
			border: 1px solid rgba(255, 255, 255, 0.45);
			border-radius: 2px;
			color: #ffffff;
			font-family: 'Vazirmatn', sans-serif;
			font-size: 12px;
			letter-spacing: 0.25em;
			text-transform: uppercase;
			text-decoration: none;
			transition: background 0.4s, border-color 0.4s, box-shadow 0.4s;
			backdrop-filter: blur(20px);
			-webkit-backdrop-filter: blur(20px);
			overflow: hidden;
		}

		.hdl-sections .cta-btn:hover {
			border-color: rgba(255, 255, 255, 0.75);
			box-shadow: 0 0 40px rgba(255, 255, 255, 0.15), inset 0 0 30px rgba(255, 255, 255, 0.08);
		}

		.hdl-sections .cta-secondary {
			font-family: 'Vazirmatn', sans-serif;
			font-weight: 300;
			font-size: 12px;
			color: rgba(255, 255, 255, 0.72);
			letter-spacing: 0.12em;
			transition: color 0.3s;
		}

		.hdl-sections .cta-secondary:hover {
			color: #ffffff;
		}

		/* Scroll indicator */
		.scroll-hint {
			position: absolute;
			bottom: 2.5rem;
			left: 8vw;
			display: flex;
			align-items: center;
			gap: 12px;
			opacity: 0;
			animation: fadeIn 1s 2s forwards;
			z-index: 10;
		}

		.scroll-line {
			width: 40px;
			height: 1px;
			background: linear-gradient(90deg, transparent, rgba(199, 242, 208, 0.4));
			position: relative;
			overflow: hidden;
		}

		.scroll-line::after {
			content: '';
			position: absolute;
			inset: 0;
			background: var(--dew);
			transform: translateX(-100%);
			animation: scrollPulse 2.5s 2.5s ease-in-out infinite;
		}

		@keyframes scrollPulse {
			0% {
				transform: translateX(-100%);
			}

			100% {
				transform: translateX(100%);
			}
		}

		.scroll-label {
			font-family: 'Vazirmatn', sans-serif;
			font-size: 9px;
			letter-spacing: 0.3em;
			color: rgba(199, 242, 208, 0.3);
		}

		/* Hero right — photo */
		.hdl-sections .hero-visual {
			position: absolute;
			right: 5vw;
			top: 50%;
			transform: translateY(-50%);
			width: clamp(280px, 38vw, 520px);
			height: clamp(320px, 52vh, 580px);
			border-radius: 24px;
			overflow: hidden;
			opacity: 0;
			animation: shellReveal 2.5s 0.8s forwards;
			box-shadow: 0 32px 64px -24px rgba(42, 27, 69, 0.45);
		}

		.hdl-sections .hero-visual img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}

		/* legacy alias */
		.hero-shell {
			position: absolute;
			right: -5vw;
			top: 50%;
			transform: translateY(-50%);
			width: clamp(320px, 45vw, 620px);
			height: clamp(320px, 45vw, 620px);
			opacity: 0;
			animation: shellReveal 2.5s 0.8s forwards;
		}

		@keyframes shellReveal {
			0% {
				opacity: 0;
				transform: translateY(-48%) scale(0.95) rotate(-3deg);
			}

			100% {
				opacity: 1;
				transform: translateY(-50%) scale(1) rotate(0deg);
			}
		}

		/* === SNAIL TRAIL SVG === */
		.trail-.hdl-sections section {
			position: relative;
			height: 200px;
			overflow: hidden;
		}

		.trail-path {
			stroke-dasharray: 1200;
			stroke-dashoffset: 1200;
			transition: stroke-dashoffset 2s ease;
		}

		.trail-path.animate {
			stroke-dashoffset: 0;
		}

		/* === SECTION BASE === */
		.hdl-sections section {
			padding: clamp(80px, 10vw, 140px) 8vw;
		}

		.section-label {
			font-family: 'Vazirmatn', sans-serif;
			font-size: 10px;
			letter-spacing: 0.4em;
			color: var(--fern);
			text-transform: uppercase;
			margin-bottom: 1.5rem;
			display: flex;
			align-items: center;
			gap: 16px;
		}

		.section-label::before {
			content: '';
			display: inline-block;
			width: 28px;
			height: 1px;
			background: var(--fern);
		}

		/* === ABOUT / MANIFESTO === */
		.hdl-sections #st-manifesto {
			display: block;
			max-width: 720px;
			margin-inline: auto;
			position: relative;
		}

		.hdl-sections #st-manifesto::before {
			content: '';
			position: absolute;
			top: -80px;
			left: -8vw;
			right: -8vw;
			height: 1px;
			background: linear-gradient(90deg, transparent, rgba(90, 54, 140, 0.25) 30%, rgba(123, 77, 176, 0.2) 60%, transparent);
		}

		.hdl-sections .manifesto-quote {
			font-family: 'Vazirmatn', sans-serif;
			font-weight: 300;
			font-size: clamp(32px, 4vw, 54px);
			line-height: 1.15;
			color: var(--fog);
			position: sticky;
			top: 30vh;
		}

		.hdl-sections .manifesto-quote span {
			color: var(--fern);
		}

		.hdl-sections .manifesto-body p {
			font-weight: 300;
			font-size: clamp(13px, 1.3vw, 15px);
			line-height: 1.9;
			color: rgba(42, 27, 69, 0.72);
			margin-bottom: 1.5rem;
			letter-spacing: 0.02em;
		}

		.hdl-sections .data-row {
			display: flex;
			align-items: center;
			gap: 1rem;
			padding: 1.2rem 0;
			border-bottom: 1px solid rgba(90, 54, 140, 0.15);
		}

		.hdl-sections .data-num {
			font-family: 'Vazirmatn', sans-serif;
			font-size: clamp(28px, 3.5vw, 44px);
			font-weight: 300;
			color: var(--fern);
			min-width: 150px;
		}

		.hdl-sections .data-label {
			font-size: 12px;
			font-weight: 300;
			color: rgba(42, 27, 69, 0.55);
			letter-spacing: 0.08em;
			line-height: 1.5;
		}

		/* === FEATURES GRID === */
		.hdl-sections #st-features {
			background: linear-gradient(180deg, transparent 0%, rgba(239, 234, 248, 0.9) 50%, transparent 100%);
		}

		.hdl-sections .features-title {
			font-family: 'Vazirmatn', sans-serif;
			font-size: clamp(36px, 5vw, 70px);
			font-weight: 300;
			line-height: 1.1;
			margin-bottom: 4rem;
			max-width: 640px;
			color: var(--fog);
		}

		.hdl-sections .features-title em {
			font-style: normal;
			font-weight: 500;
			color: var(--fern);
		}

		.cards-grid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 1.5px;
		}

		.feature-card {
			position: relative;
			padding: 2.5rem 2rem;
			background: var(--glass);
			border: 1px solid var(--glass-border);
			overflow: hidden;
			transition: background 0.5s, border-color 0.5s;
			
		}

		.feature-card:first-child {
			border-radius: 12px 0 0 12px;
		}

		.feature-card:last-child {
			border-radius: 0 12px 12px 0;
		}

		.hdl-sections .feature-card:hover::before {
			opacity: 1;
		}

		.hdl-sections .card-glyph {
			width: 44px;
			height: 44px;
			margin-bottom: 1.5rem;
			opacity: 0.7;
		}

		.hdl-sections .card-title {
			font-family: 'Vazirmatn', sans-serif;
			font-size: clamp(20px, 2.5vw, 28px);
			font-weight: 400;
			color: var(--fog);
			margin-bottom: 0.75rem;
			line-height: 1.2;
		}

		.hdl-sections .feature-card:hover {
			background: rgba(255, 255, 255, 0.98);
			border-color: rgba(90, 54, 140, 0.28);
		}

		.hdl-sections .feature-card::before {
			content: '';
			position: absolute;
			inset: 0;
			background: radial-gradient(ellipse 100% 100% at 50% 120%, rgba(123, 77, 176, 0.12) 0%, transparent 60%);
			opacity: 0;
			transition: opacity 0.5s;
		}

		.hdl-sections .card-body {
			font-weight: 300;
			font-size: 13px;
			line-height: 1.85;
			color: rgba(42, 27, 69, 0.62);
			letter-spacing: 0.02em;
		}

		.hdl-sections .card-num {
			position: absolute;
			bottom: 1.5rem;
			right: 1.5rem;
			font-family: 'Vazirmatn', sans-serif;
			font-size: 72px;
			font-weight: 300;
			color: rgba(90, 54, 140, 0.1);
			line-height: 1;
			user-select: none;
		}

		/* === SPECIMEN SECTION === */
		.hdl-sections #st-specimen {
			position: relative;
			min-height: 80vh;
			display: flex;
			align-items: center;
			overflow: hidden;
		}

		.hdl-sections .specimen-bg {
			position: absolute;
			inset: 0;
			background:
				radial-gradient(ellipse 70% 80% at 80% 50%, rgba(180, 163, 214, 0.35) 0%, transparent 60%),
				radial-gradient(ellipse 50% 60% at 10% 50%, rgba(239, 234, 248, 0.95) 0%, transparent 60%),
				linear-gradient(135deg, #f7f5fc 0%, #efeaf8 50%, #ffffff 100%);
		}

		.hdl-sections .specimen-content {
			position: relative;
			z-index: 2;
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 6vw;
			align-items: center;
			width: 100%;
		}

		.hdl-sections .specimen-visual {
			position: relative;
			display: flex;
			justify-content: center;
		}

		.hdl-sections .glass-panel {
			background: rgba(255, 255, 255, 0.88);
			border: 1px solid rgba(90, 54, 140, 0.15);
			border-radius: 16px;
			padding: 3rem;
			backdrop-filter: blur(30px);
			-webkit-backdrop-filter: blur(30px);
			position: relative;
			overflow: hidden;
		}

		.glass-panel::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 1px;
			background: linear-gradient(90deg, transparent, rgba(199, 242, 208, 0.3), transparent);
		}

		.glass-panel::after {
			content: '';
			position: absolute;
			bottom: -60px;
			right: -60px;
			width: 200px;
			height: 200px;
			background: radial-gradient(circle, rgba(95, 139, 76, 0.08) 0%, transparent 70%);
			border-radius: 50%;
		}

		.specimen-name {
			font-family: 'Vazirmatn', sans-serif;
			font-size: 11px;
			letter-spacing: 0.4em;
			color: var(--fern);
			margin-bottom: 1rem;
		}

		.specimen-title {
			font-family: 'Vazirmatn', sans-serif;
			font-size: clamp(30px, 4vw, 52px);
			font-weight: 300;
			line-height: 1.15;
			margin-bottom: 1.5rem;
			color: var(--fog);
		}

		.hdl-sections .specimen-title em {
			font-style: normal;
			font-weight: 500;
			color: var(--fern);
		}

		.hdl-sections .specimen-desc {
			font-weight: 300;
			font-size: 14px;
			line-height: 1.9;
			color: rgba(42, 27, 69, 0.62);
			margin-bottom: 2rem;
			letter-spacing: 0.02em;
		}

		.spec-list {
			list-style: none;
			display: flex;
			flex-direction: column;
			gap: 0.75rem;
		}

		.spec-list li {
			display: flex;
			align-items: center;
			gap: 12px;
			font-size: 13px;
			font-weight: 300;
			color: rgba(199, 242, 208, 0.5);
			letter-spacing: 0.04em;
		}

		.spec-list li::before {
			content: '';
			display: inline-block;
			width: 4px;
			height: 4px;
			border-radius: 50%;
			background: var(--fern);
			flex-shrink: 0;
		}

		/* === GALLERY STRIP === */
		.hdl-sections #st-gallery {
			padding-top: 0;
			padding-bottom: 0;
			overflow: hidden;
		}

		.gallery-strip {
			display: flex;
			gap: 2px;
			height: 55vh;
			min-height: 300px;
		}

		.gallery-cell {
			position: relative;
			flex: 1;
			overflow: hidden;
			
			transition: flex 0.7s cubic-bezier(0.4, 0, 0.2, 1);
		}

		.gallery-cell:hover {
			flex: 2.5;
		}

		.gallery-cell-inner {
			position: absolute;
			inset: 0;
			transition: transform 0.7s ease;
		}

		.gallery-cell:hover .gallery-cell-inner {
			transform: scale(1.02);
		}

		.gallery-label {
			position: absolute;
			bottom: 1.5rem;
			left: 1.5rem;
			font-family: 'Vazirmatn', sans-serif;
			font-size: 22px;
			font-weight: 300;
			font-style: italic;
			color: rgba(219, 231, 216, 0.7);
			opacity: 0;
			transition: opacity 0.4s 0.2s;
			pointer-events: none;
		}

		.gallery-cell:hover .gallery-label {
			opacity: 1;
		}

		/* === CLOSING / CTA === */
		.hdl-sections #st-closing {
			text-align: center;
			position: relative;
			overflow: hidden;
		}

		.hdl-sections .closing-eyebrow {
			font-family: 'Vazirmatn', sans-serif;
			font-size: 10px;
			letter-spacing: 0.45em;
			color: var(--fern);
			text-transform: uppercase;
			margin-bottom: 2rem;
		}

		.hdl-sections .closing-title {
			font-family: 'Vazirmatn', sans-serif;
			font-weight: 300;
			font-size: clamp(48px, 7vw, 100px);
			line-height: 0.95;
			color: var(--fog);
			margin-bottom: 1.5rem;
		}

		.hdl-sections #st-closing::before {
			content: '';
			position: absolute;
			inset: 0;
			background:
				radial-gradient(ellipse 80% 60% at 50% 50%, rgba(123, 77, 176, 0.12) 0%, transparent 70%);
			pointer-events: none;
		}

		.hdl-sections .closing-title em {
			display: block;
			font-style: normal;
			font-weight: 500;
			color: var(--fern);
		}

		.hdl-sections .closing-sub {
			font-weight: 300;
			font-size: 14px;
			color: rgba(42, 27, 69, 0.55);
			letter-spacing: 0.08em;
			margin-bottom: 4rem;
		}

		.hdl-sections .closing-cta {
			display: inline-flex;
			align-items: center;
			gap: 14px;
			padding: 18px 44px;
			border: 1px solid rgba(90, 54, 140, 0.25);
			border-radius: 2px;
			background: rgba(255, 255, 255, 0.9);
			color: var(--fern);
			font-family: 'Vazirmatn', sans-serif;
			font-size: 12px;
			letter-spacing: 0.3em;
			text-transform: uppercase;
			text-decoration: none;
			transition: all 0.5s;
			backdrop-filter: blur(20px);
			-webkit-backdrop-filter: blur(20px);
			position: relative;
			overflow: hidden;
		}

		.hdl-sections .closing-cta:hover {
			border-color: rgba(90, 54, 140, 0.45);
			box-shadow:
				0 0 40px rgba(123, 77, 176, 0.18),
				inset 0 0 30px rgba(255, 255, 255, 0.4);
			background: #ffffff;
		}

		.closing-cta:hover::after {
			opacity: 1;
		}

		.pulse-dot {
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background: var(--dew);
			animation: pulseDot 1.5s ease-in-out infinite;
		}

		@keyframes pulseDot {

			0%,
			100% {
				transform: scale(1);
				opacity: 1;
			}

			50% {
				transform: scale(1.6);
				opacity: 0.5;
			}
		}

		/* gastropoda footer removed — scoped styles not needed */

		/* === ANIMATIONS === */
		@keyframes fadeUp {
			from {
				opacity: 0;
				transform: translateY(24px);
			}

			to {
				opacity: 1;
				transform: translateY(0);
			}
		}

		@keyframes fadeIn {
			from {
				opacity: 0;
			}

			to {
				opacity: 1;
			}
		}

		.hdl-sections .reveal {
			opacity: 0;
			transform: translateY(30px);
			transition: opacity 0.9s ease, transform 0.9s ease;
		}

		.hdl-sections .reveal.visible {
			opacity: 1;
			transform: translateY(0);
		}

		.reveal-delay-1 {
			transition-delay: 0.15s;
		}

		.reveal-delay-2 {
			transition-delay: 0.3s;
		}

		.reveal-delay-3 {
			transition-delay: 0.45s;
		}

		/* Hero stats — always light on purple bg (override manifesto-body if present) */
		.hdl-sections #st-hero .hero-stats,
		.hdl-sections #st-hero .hero-stats p,
		.hdl-sections #st-hero .hero-stats .section-label,
		.hdl-sections #st-hero .hero-stats .data-num,
		.hdl-sections #st-hero .hero-stats .data-label {
			color: rgba(255, 255, 255, 0.95);
		}

		.hdl-sections #st-hero .hero-content .eyebrow,
		.hdl-sections #st-hero .hero-content .hero-sub,
		.hdl-sections #st-hero .hero-content h1.hero-title,
		.hdl-sections #st-hero .hero-content h1.hero-title em {
			color: #ffffff;
		}

		/* Mobile */
		@media (max-width: 768px) {

			.hdl-sections .hero-layout {
				grid-template-columns: 1fr;
				padding-top: 100px;
				padding-bottom: 48px;
				gap: 40px;
			}

			.hdl-sections .hero-content,
			.hdl-sections .hero-stats {
				justify-self: stretch;
				max-width: none;
			}

			.hdl-sections .hero-sub {
				max-width: none;
			}

			.specimen-content {
				grid-template-columns: 1fr;
			}

			footer {
				flex-direction: column;
				gap: 1rem;
				text-align: center;
			}
		}