/*
Theme Name: SeaTac Models
Theme URI: https://seatacmodels.com
Description: Child theme of Astra for SeaTac Models, a store selling 1:400 scale 3D printed airport terminals and accessories.
Author: SeaTac Models
Author URI: https://seatacmodels.com
Template: astra
Version: 1.1.0
Text Domain: seatacmodels
*/

/* ==========================================================================
   SeaTac Models — Global Design Tokens
   ========================================================================== */

:root {
	--stm-navy: #152D19;
	--stm-teal: #2D6135;
	--stm-white: #FFFFFF;
	--stm-gray: #F4F4F4;
	--stm-font: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body,
button,
input,
select,
textarea {
	font-family: var(--stm-font);
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--stm-font);
	font-weight: 600;
}

h1 {
	font-weight: 700;
}

a {
	color: var(--stm-teal);
}

a:hover {
	color: var(--stm-navy);
}

/* ==========================================================================
   Homepage "What Collectors Are Saying" reviews slideshow (2026-07-22)
   ========================================================================== */

.stm-reviews-slider {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 30px auto 0;
	padding: 0 56px;
	box-sizing: border-box;
}

.stm-reviews-slider__viewport {
	overflow: hidden;
	width: 100%;
}

.stm-reviews-slider__track {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

.stm-reviews-card {
	flex: 0 0 calc((100% - 48px) / 3);
	margin-right: 24px;
	background-color: var(--stm-white);
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	padding: 44px 24px 24px;
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.stm-reviews-card:last-child {
	margin-right: 0;
}

.stm-reviews-card__quote {
	position: absolute;
	top: 4px;
	left: 20px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 60px;
	line-height: 1;
	color: var(--stm-teal);
	opacity: 0.35;
}

.stm-reviews-card__stars {
	color: var(--stm-teal);
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 14px;
}

.stm-reviews-card__text {
	color: #333333;
	font-size: 15px;
	line-height: 1.65;
	flex-grow: 1;
	margin: 0 0 16px;
}

.stm-reviews-card__name {
	color: var(--stm-navy);
	font-weight: 700;
}

.stm-reviews-slider__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid var(--stm-teal);
	background-color: var(--stm-white);
	color: var(--stm-teal);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	z-index: 2;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.stm-reviews-slider__arrow:hover {
	background-color: var(--stm-teal);
	color: var(--stm-white);
}

.stm-reviews-slider__arrow--prev {
	left: 0;
}

.stm-reviews-slider__arrow--next {
	right: 0;
}

.stm-reviews-slider__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
}

.stm-reviews-slider__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: #D9D9D9;
	padding: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.stm-reviews-slider__dot.is-active {
	background-color: var(--stm-teal);
	transform: scale(1.25);
}

.stm-reviews-more {
	text-align: center;
	margin-top: 30px;
	color: #333333;
}

.stm-reviews-more a {
	color: var(--stm-teal);
	font-weight: 600;
	text-decoration: none;
}

.stm-reviews-more a:hover {
	color: var(--stm-navy);
	text-decoration: underline;
}

@media (max-width: 767px) {
	.stm-reviews-slider {
		padding: 0 44px;
	}

	.stm-reviews-card {
		flex: 0 0 100%;
		margin-right: 0;
	}

	.stm-reviews-slider__arrow {
		width: 36px;
		height: 36px;
	}

	.stm-reviews-card__quote {
		font-size: 50px;
	}
}
