/* Базовые стили */
body.tea-body {
	margin: 0;
	font-family: sans-serif;
	background: #ffffff;
	color: #1f2937;
}

.tea-main {
	line-height: 1.6;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 33px;
}

/* Hero section */
.tea-hero {
/*	background: url('/media/images/teaclub/hero.jpg') center/cover no-repeat;*/
	color: white;
	padding: 6rem 1rem;
	text-align: center;
}

.tea-hero-inner {
	max-width: 768px;
	margin: 0 auto;
}

.tea-hero h1 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.tea-hero p {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

/* Кнопки */
.btn-primary {
	display: inline-block;
	background: #047857;
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.3s ease;
}

.btn-primary:hover {
	background: #065f46;
}

.btn-outline {
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 1px solid #9ca3af;
	color: #374151;
	text-decoration: none;
/*	border-radius: 0.5rem;*/
	transition: background 0.3s ease;
}

.btn-outline:hover {
	background: #e5e7eb;
}

/* Секции */
.tea-section {
	padding: 2rem 1rem;
	max-width: 1024px;
	margin: 0 auto;
}

.tea-section h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

/* Галерея */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.gallery-grid img {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
/*	border-radius: 0.5rem;*/
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Анонсы мероприятий */
.event-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
}

.event-item img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
/*	border-radius: 0.5rem;*/
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	margin-bottom: 0.5rem;
}

/* Бронирование формы */
.booking .form-wrapper {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.booking input {
	width: 100%;
	padding: 0.75rem;
	margin-bottom: 1rem;
	border: 1px solid #d1d5db;
	border-radius: 0.375rem;
	font-size: 1rem;
}

/* Отзывы */
.reviews blockquote {
	border-left: 4px solid #047857;
	padding-left: 1rem;
	margin-bottom: 1.5rem;
	font-style: italic;
}

.reviews cite {
	display: block;
	margin-top: 0.5rem;
	font-weight: 600;
}

/* Карта + адрес */
.map-address-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.map-container iframe {
	width: 100%;
	height: 300px;
	border-radius: 8px;
}

.address-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.address-container p {
	font-size: 1.1rem;
}

.address-container .btn-outline {
	width: fit-content;
}

/* Адаптивность */
@media (min-width: 768px) {
	.tea-hero h1 {
		font-size: 3rem;
	}
	.tea-hero p {
		font-size: 1.5rem;
	}
	.tea-section h2 {
		font-size: 2rem;
	}
	.map-address-wrapper {
		flex-direction: row;
	}
	.map-container, .address-container {
		flex: 1;
	}
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.service-card {
	background: #f9fafb;
/*	border-radius: 0.5rem;*/
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.service-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.service-card h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 1rem;
}

.service-card p {
	margin: 0 1rem 1.5rem 1rem;
	font-size: 1rem;
	color: #374151;
}

.service-card h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 1rem 1rem 0.5rem;
	color: #111827;
}

.service-card p {
	margin: 0 1rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #4b5563;
}

.service-price {
	font-weight: bold;
	font-size: 1.1rem;
	color: #047857;
	margin: 0 1rem 1rem;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}

.service-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	background: #fff;
/*	border-radius: 0.5rem;*/
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	overflow: hidden;
}

.service-card img {
	width: 100%;
	height: auto;
	display: block;
}

.service-card h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 1rem 1rem 0.25rem;
	min-height: 3rem;
	display: flex;
	align-items: center;
}

.service-price {
	color: #047857;
	font-weight: bold;
	font-size: 1rem;
	margin: 0 1rem 0.5rem;
	min-height: 1.5rem;
	margin-top: -15px !important;
    opacity: 0.8;
}

.service-card p {
	margin: 0 1rem 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
}