/*
Theme Name: Podocentr
Theme URI: https://podocentr.by
Author: Podocentr
Description: Тема для сайта Студия 56 — центр подологии и эстетики.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: podocentr
*/

@font-face {
	font-family: "Onest";
	src: url("assets/fonts/Onest/Onest-VariableFont_wght.ttf") format("truetype");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Tenor Sans";
	src: url("assets/fonts/Tenor Sans/TenorSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--color-bg: #FAFBFA;
	--color-surface: #ffffff;
	--color-ink: #525252;
	--color-ink-soft: #6b6560;
	--color-muted: #52525280;
	--color-line: #e4dfd9;
	--color-accent: #525252;
	--color-accent-contrast: #ffffff;
	--color-taupe: #ece6df;
	--color-dark-biege: #C8BEB4;
	--color-biege: #E8E3DE;

	--font-heading: "Tenor Sans", Georgia, "Times New Roman", serif;
	--font-body: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

	--container-width: 1200px;
	--space-xs: 8px;
	--space-sm: 16px;
	--space-md: 24px;
	--space-40: 40px;
	--space-lg: 48px;
	--space-xl: 80px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5;
}

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

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

button,
input,
select,
textarea {
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	font-weight: 400;
	margin: 0;
	letter-spacing: 0.02em;
}

.directions-eyebrow,
.director-eyebrow,
.faq-eyebrow,
.gallery-eyebrow,
.news-carousel-eyebrow,
.pain-points-eyebrow,
.price-list-eyebrow,
.services-tabs-eyebrow,
.steps-eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-muted);
	margin-bottom: 0;
}

.directions-heading,
.director-name,
.faq-heading,
.features-grid-heading,
.gallery-heading,
.locations-heading,
.news-carousel-heading,
.pain-points-heading,
.price-list-heading,
.reviews-heading,
.services-carousel-heading,
.services-tabs-heading,
.specialists-carousel-heading,
.steps-heading,
.styled-text-heading,
.shop-page-heading,
.cart-page-heading,
.checkout-page-heading,
.articles-page-heading,
.contacts-heading {
	font-size: clamp(22px, 3vw, 40px);
	text-transform: uppercase;
	margin-bottom: var(--space-md);
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	width: 100%;
	max-width: var(--container-width);
	margin-inline: auto;
	padding-inline: var(--space-md);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid var(--color-ink-soft);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.btn-primary {
	background: var(--color-accent);
	color: var(--color-accent-contrast);
}

.btn-outline {
	display: inline-flex;
	vertical-align: middle;
	background: transparent;
	color: var(--color-ink);
	padding: 4px;
	border: 1px solid var(--color-ink-soft);
	border-radius: 4px;
}

@media (max-width: 782px) {
	:root {
		--space-lg: 32px;
		--space-xl: 48px;
	}

	.btn-outline {
		width: 100%;
	}

	.btn-outline .btn {
		width: 100%;
	}

	.hero-landing-button-wrap,
	.hero-landing-button-wrap .btn {
		width: auto;
	}
}
