:root{
	--aw-page-bg:#f3ddd2;
	--aw-page-bg-2:#f8ece4;
	--aw-page-bg-3:#efd5c9;
	--aw-card:#fffbf7;
	--aw-card-2:#faefe7;
	--aw-text:#5c473f;
	--aw-heading:#8d6570;
	--aw-muted:#806960;
	--aw-line:rgba(216,184,151,.72);
	--aw-line-soft:rgba(234,217,200,.88);
	--aw-gold-1:#fff6da;
	--aw-gold-2:#edcf80;
	--aw-gold-3:#d2aa4f;
	--aw-gold-text:#5a4011;
	--aw-shadow:0 16px 42px rgba(91,64,42,.13);
	--aw-shadow-soft:0 10px 26px rgba(91,64,42,.09);
}

body{
	background:
		radial-gradient(circle at 12% 0%,rgba(255,247,235,.58),transparent 32%),
		linear-gradient(180deg,var(--aw-page-bg) 0%,var(--aw-page-bg-2) 50%,var(--aw-page-bg-3) 100%);
	color:var(--aw-text);
	font-family:'Montserrat', Arial, sans-serif;
}

.aw-page-shell{
	padding-bottom:80px;
}

.aw-hero{
	position:relative;
	min-height:560px;
	background-color:var(--aw-page-bg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.aw-hero-inner{
	max-width:1260px;
	margin:0 auto;
	padding:18px 24px 74px;
	min-height:560px;
	display:flex;
	flex-direction:column;
}

.aw-topbar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:24px;
}

.aw-brand-mini{
	padding:12px 16px;
	border-radius:28px;
	background:linear-gradient(180deg,rgba(255,253,248,.86),rgba(250,239,232,.76));
	border:1px solid rgba(234,217,200,.88);
	box-shadow:var(--aw-shadow-soft);
}

.aw-brand-mini-title,
.aw-brand,
.aw-title,
.aw-inner-title{
	font-family:'Cormorant Garamond', Georgia, serif;
}

.aw-brand-mini-title{
	font-size:34px;
	line-height:.95;
	color:#c29945;
}

.aw-brand-mini-sub{
	margin-top:5px;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#9b7a70;
}

.aw-topbar-actions{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
}

.aw-top-btn,
.aw-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:46px;
	padding:10px 18px;
	border-radius:999px;
	text-decoration:none !important;
	font-weight:800;
	text-align:center;
	background:linear-gradient(180deg,var(--aw-gold-1) 0%,var(--aw-gold-2) 48%,var(--aw-gold-3) 100%);
	color:var(--aw-gold-text) !important;
	border:1px solid rgba(190,145,55,.72);
	box-shadow:var(--aw-shadow-soft);
	transition:transform .18s ease, box-shadow .18s ease;
}

.aw-top-btn:hover,
.aw-btn:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 30px rgba(92,65,24,.18);
}

.aw-btn-soft{
	background:rgba(255,255,255,.88);
	color:#6d5146 !important;
	border:1px solid rgba(226,203,159,.78);
}

.aw-hero-grid{
	display:flex;
	align-items:center;
	flex:1;
}

.aw-hero-card{
	max-width:460px;
	padding:28px;
	border-radius:36px;
	background:linear-gradient(180deg,rgba(255,252,248,.92),rgba(250,239,232,.84));
	border:1px solid rgba(255,255,255,.78);
	box-shadow:0 30px 76px rgba(65,42,29,.17);
}

.aw-brand{
	font-size:52px;
	line-height:.92;
	margin:0 0 8px;
	color:#c29945;
}

.aw-brand-sub{
	margin:0 0 16px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1.2px;
	color:#a17c72;
}

.aw-title{
	margin:0 0 12px;
	font-size:38px;
	line-height:1.05;
	color:var(--aw-heading);
}

.aw-subtitle{
	margin:0 0 14px;
	font-family:'Cormorant Garamond', Georgia, serif;
	font-size:24px;
	line-height:1.22;
	font-style:italic;
	color:#b27486;
}

.aw-desc{
	font-size:15px;
	line-height:1.66;
	color:#66524b;
}

.aw-btns{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:16px;
}

.aw-social-row{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
	margin-top:14px;
}

.aw-social-row a{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:42px;
	padding:8px 10px;
	border-radius:18px;
	text-decoration:none !important;
	background:linear-gradient(180deg,#fffaf0 0%,#f1d889 48%,#d1a247 100%);
	color:#5a4011 !important;
	font-size:13px;
	font-weight:800;
	border:1px solid rgba(181,132,40,.76);
	box-shadow:0 11px 24px rgba(92,65,24,.15);
}

.aw-home-panels{
	max-width:1260px;
	margin:-38px auto 0;
	padding:0 22px 10px;
	position:relative;
	z-index:2;
}

.aw-home-panels-inner{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:16px;
}

.aw-home-panel{
	padding:18px 16px;
	text-align:center;
	border-radius:28px;
	background:linear-gradient(180deg,rgba(255,251,247,.96),rgba(250,239,232,.94));
	border:1px solid var(--aw-line-soft);
	box-shadow:var(--aw-shadow-soft);
}

.aw-home-panel-icon{
	width:44px;
	height:44px;
	margin:0 auto 10px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	font-size:22px;
	background:linear-gradient(180deg,#fff9ee,#f0dfba);
	border:1px solid rgba(226,203,159,.78);
}

.aw-home-panel-title{
	font-size:15px;
	font-weight:800;
	text-transform:uppercase;
	color:#604b42;
	margin-bottom:8px;
}

.aw-home-panel-text{
	font-size:14px;
	line-height:1.55;
	color:#6f5d55;
}

.aw-section{
	max-width:1180px;
	margin:26px auto 0;
	padding:24px;
	border-radius:32px;
	background:linear-gradient(180deg,rgba(255,251,247,.96),rgba(249,239,232,.94));
	border:1px solid var(--aw-line-soft);
	box-shadow:var(--aw-shadow);
}

.aw-section-head{
	text-align:center;
	max-width:900px;
	margin:0 auto 22px;
}

.aw-section-head h2{
	margin:0 0 12px;
	font-family:'Cormorant Garamond', Georgia, serif;
	font-size:34px;
	line-height:1.14;
	color:var(--aw-heading);
}

.aw-section-head p{
	margin:0;
	font-size:15px;
	line-height:1.65;
	color:#66524b;
}

.aw-pill{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:34px;
	padding:7px 14px;
	margin-bottom:12px;
	border-radius:999px;
	background:#fffaf4;
	border:1px solid #eee2cc;
	color:#7b5a1e;
	font-weight:700;
	font-size:14px;
	box-shadow:0 8px 18px rgba(75,58,26,.06);
}

.aw-kittens-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}

.aw-kitten-card{
	padding:13px;
	border-radius:24px;
	background:linear-gradient(180deg,#fffaf7 0%,#fcf0e5 58%,#f6dfca 100%);
	border:1px solid rgba(219,184,137,.88);
	box-shadow:0 11px 24px rgba(122,86,45,.08);
	text-align:center;
}

.aw-kitten-photo img{
	width:100%;
	height:280px;
	object-fit:cover;
	border-radius:20px;
	border:1px solid rgba(226,203,159,.70);
	box-shadow:0 12px 28px rgba(73,48,32,.12);
}

.aw-kitten-name{
	margin:10px 0 8px;
	font-family:'Cormorant Garamond', Georgia, serif;
	color:#4d4025;
	font-size:28px;
	line-height:1.08;
}

.aw-kitten-meta{
	padding:10px;
	border-radius:18px;
	background:rgba(255,247,236,.72);
	border:1px solid rgba(224,194,162,.58);
	text-align:left;
}

.aw-line{
	font-size:14px;
	line-height:1.45;
	color:#5d4b42;
	margin:4px 0;
}

.aw-kitten-status{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:28px;
	margin-top:8px;
	padding:6px 10px;
	border-radius:999px;
	font-size:12px;
	line-height:1.15;
	font-weight:900;
	border:1px solid transparent;
}

.aw-kitten-status-available{
	color:#3f6936;
	background:linear-gradient(180deg,#f5fff0,#d9f0ce);
	border-color:rgba(116,166,91,.45);
}

.aw-kitten-status-reserved{
	color:#8a6218;
	background:linear-gradient(180deg,#fff8df,#f1d991);
	border-color:rgba(198,154,61,.48);
}

.aw-kitten-status-option{
	color:#7b5968;
	background:linear-gradient(180deg,#fff1f7,#efd4df);
	border-color:rgba(196,133,157,.42);
}

.aw-kitten-status-supervision{
	color:#5a5f79;
	background:linear-gradient(180deg,#f3f6ff,#dfe5f7);
	border-color:rgba(122,132,172,.38);
}

.aw-kitten-status-sold{
	color:#6d5146;
	background:linear-gradient(180deg,#f7efe6,#ead3be);
	border-color:rgba(160,120,80,.34);
}

.aw-kitten-actions{
	display:grid;
	gap:8px;
	margin-top:10px;
}

.aw-center{
	text-align:center;
	margin-top:18px;
}

.aw-empty-note{
	padding:16px;
	border-radius:20px;
	background:#fffaf4;
	border:1px solid #eee2cc;
	text-align:center;
	color:#6f5d55;
	grid-column:1 / -1;
}

.aw-license-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:18px;
}

.aw-license-card{
	padding:20px;
	border-radius:28px;
	text-align:center;
	background:linear-gradient(180deg,#fffaf4 0%,#fbf0e5 100%);
	border:1px solid #eadccf;
	box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.aw-license-card h3{
	margin:0 0 10px;
	font-family:'Cormorant Garamond', Georgia, serif;
	font-size:28px;
	color:#5c4135;
}

.aw-license-number{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:34px;
	padding:8px 14px;
	border-radius:999px;
	background:linear-gradient(180deg,#f2d98e 0%,#d9b667 100%);
	color:#4d3a13;
	font-weight:800;
	margin:0 0 12px;
}

.aw-license-card img{
	width:100%;
	max-width:390px;
	height:auto;
	border-radius:18px;
	border:1px solid #eadccf;
	box-shadow:0 10px 22px rgba(0,0,0,.08);
	margin:0 auto;
	display:block;
}

.aw-contact-buttons{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	justify-content:center;
}

.aw-page-hero-small{
	max-width:1180px;
	margin:18px auto 0;
}

.aw-page-hero-card{
	padding:22px 24px;
	border-radius:28px;
	background:linear-gradient(180deg,rgba(255,252,248,.96),rgba(250,239,232,.94));
	border:1px solid rgba(234,217,200,.88);
	box-shadow:var(--aw-shadow-soft);
}

.aw-inner-title{
	margin:0 0 10px;
	font-size:36px;
	line-height:1.1;
	color:var(--aw-heading);
}

.aw-inner-subtitle{
	margin:0;
	font-size:16px;
	line-height:1.5;
	color:#66524b;
}

.aw-kitten-single-wrap{
	max-width:1180px;
	margin:18px auto 0;
}

.aw-kitten-single-grid{
	display:grid;
	grid-template-columns:minmax(0,1fr) 360px;
	gap:18px;
}

.aw-kitten-single-main,
.aw-kitten-sidebar{
	min-width:0;
}

.aw-kitten-single-cover,
.aw-kitten-single-content,
.aw-kitten-info-card{
	padding:14px;
	border-radius:28px;
	background:linear-gradient(180deg,rgba(255,251,247,.96),rgba(249,239,232,.94));
	border:1px solid rgba(234,217,200,.88);
	box-shadow:var(--aw-shadow-soft);
}

.aw-kitten-single-cover{
	margin-bottom:16px;
}

.aw-kitten-single-cover img{
	width:100%;
	height:auto;
	border-radius:22px;
	display:block;
}

.aw-kitten-single-content{
	font-size:15px;
	line-height:1.7;
	color:#66524b;
}

.aw-kitten-single-content .wp-block-gallery,
.aw-kitten-single-content .blocks-gallery-grid{
	margin-top:0;
}

.aw-kitten-sidebar-actions{
	display:grid;
	gap:10px;
	margin-top:12px;
}

.aw-kp-row{
	display:grid;
	grid-template-columns:38% 62%;
	border-bottom:1px solid rgba(218,184,147,.52);
	min-height:44px;
}

.aw-kp-row:last-child{
	border-bottom:0;
}

.aw-kp-label,
.aw-kp-value{
	padding:10px 12px;
	display:flex;
	align-items:center;
	line-height:1.3;
	font-size:14px;
}

.aw-kp-label{
	font-weight:800;
	color:#70551f;
	background:rgba(247,221,187,.44);
}

.aw-kp-value{
	color:#5d4b42;
	background:rgba(255,247,236,.50);
}

.navigation.pagination{
	margin-top:20px;
	text-align:center;
}

.navigation.pagination .page-numbers{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:40px;
	height:40px;
	margin:0 4px;
	padding:0 12px;
	border-radius:999px;
	background:#fffaf4;
	border:1px solid #eee2cc;
	color:#6d5146;
	text-decoration:none;
	font-weight:700;
}

.navigation.pagination .page-numbers.current{
	background:linear-gradient(180deg,var(--aw-gold-1) 0%,var(--aw-gold-2) 48%,var(--aw-gold-3) 100%);
	color:var(--aw-gold-text);
}

@media (max-width: 980px){
	.aw-hero{
		min-height:auto;
	}
	.aw-hero-inner{
		min-height:0;
		padding:12px 12px 24px;
	}
	.aw-topbar{
		flex-direction:column;
		align-items:stretch;
	}
	.aw-topbar-actions{
		width:100%;
		display:grid;
		grid-template-columns:1fr 1fr;
	}
	.aw-hero-card{
		max-width:none;
		padding:18px 16px;
		border-radius:24px;
	}
	.aw-brand{
		font-size:36px;
		text-align:center;
	}
	.aw-brand-sub,
	.aw-title,
	.aw-subtitle{
		text-align:center;
	}
	.aw-title{
		font-size:26px;
	}
	.aw-subtitle{
		font-size:18px;
	}
	.aw-desc{
		font-size:14px;
		line-height:1.55;
	}
	.aw-btns{
		display:grid;
		grid-template-columns:1fr;
	}
	.aw-social-row{
		grid-template-columns:1fr 1fr;
	}
	.aw-home-panels{
		margin:0 auto;
		padding:8px 12px 0;
	}
	.aw-home-panels-inner,
	.aw-kittens-grid,
	.aw-license-grid,
	.aw-kitten-single-grid{
		grid-template-columns:1fr;
	}
	.aw-section,
	.aw-page-hero-card{
		margin-left:10px;
		margin-right:10px;
		padding:18px 12px;
		border-radius:24px;
	}
	.aw-section-head h2,
	.aw-inner-title{
		font-size:28px;
	}
	.aw-kitten-photo img{
		height:auto;
		max-height:380px;
	}
	.aw-kitten-name{
		font-size:24px;
	}
}

@media (max-width: 560px){
	.aw-social-row{
		grid-template-columns:1fr;
	}
	.aw-topbar-actions{
		grid-template-columns:1fr;
	}
	.aw-kp-row{
		grid-template-columns:1fr;
	}
}


/* =========================================================
   ДОПОЛНИТЕЛЬНО:
   - контакты
   - форма
   - плавающая панель
   - шаблонный контент
   ========================================================= */

.aw-template-content{
	font-size:15px;
	line-height:1.75;
	color:#66524b;
}

.aw-template-content > *:first-child{
	margin-top:0;
}

.aw-template-content iframe{
	width:100%;
	min-height:380px;
	border:0;
	border-radius:22px;
	box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.aw-contact-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:18px;
}

.aw-contact-card{
	padding:20px;
	border-radius:28px;
	background:linear-gradient(180deg,#fffaf4 0%,#fbf0e5 100%);
	border:1px solid #eadccf;
	box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.aw-contact-card-title{
	margin:0 0 16px;
	font-family:'Cormorant Garamond', Georgia, serif;
	font-size:30px;
	line-height:1.1;
	color:#5c4135;
}

.aw-contact-list{
	display:grid;
	gap:12px;
	margin-bottom:18px;
}

.aw-contact-item{
	display:grid;
	grid-template-columns:150px 1fr;
	border-radius:18px;
	overflow:hidden;
	border:1px solid rgba(218,184,147,.52);
}

.aw-contact-item-label{
	padding:12px 14px;
	background:rgba(247,221,187,.44);
	font-weight:800;
	color:#70551f;
	font-size:14px;
	display:flex;
	align-items:center;
}

.aw-contact-item-value{
	padding:12px 14px;
	background:rgba(255,247,236,.60);
	font-size:14px;
	line-height:1.5;
	color:#5d4b42;
	display:flex;
	align-items:center;
	word-break:break-word;
}

.aw-contact-item-value a{
	color:#6d5146 !important;
	text-decoration:none !important;
	font-weight:700;
}

.aw-contact-form-wrap p{
	margin:0 0 14px;
}

.aw-contact-form-wrap label{
	display:block;
	font-size:14px;
	font-weight:700;
	color:#6a544b;
}

.aw-contact-form-wrap input[type="text"],
.aw-contact-form-wrap input[type="email"],
.aw-contact-form-wrap input[type="tel"],
.aw-contact-form-wrap textarea,
.aw-contact-form-wrap select{
	width:100%;
	margin-top:6px;
	padding:12px 14px;
	border-radius:16px;
	border:1px solid rgba(218,184,147,.62);
	background:#fffdfb;
	color:#5c473f;
	font-size:14px;
	box-shadow:inset 0 2px 4px rgba(0,0,0,.03);
}

.aw-contact-form-wrap textarea{
	min-height:140px;
	resize:vertical;
}

.aw-contact-form-wrap input[type="submit"],
.aw-contact-form-wrap .wpcf7-submit{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:46px;
	padding:10px 20px;
	border-radius:999px;
	border:1px solid rgba(190,145,55,.72);
	background:linear-gradient(180deg,var(--aw-gold-1) 0%,var(--aw-gold-2) 48%,var(--aw-gold-3) 100%);
	color:var(--aw-gold-text);
	font-weight:800;
	cursor:pointer;
	box-shadow:var(--aw-shadow-soft);
	transition:transform .18s ease, box-shadow .18s ease;
}

.aw-contact-form-wrap input[type="submit"]:hover,
.aw-contact-form-wrap .wpcf7-submit:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 30px rgba(92,65,24,.18);
}

.aw-form-placeholder{
	padding:18px;
	border-radius:20px;
	background:#fffaf4;
	border:1px solid #eee2cc;
	color:#6f5d55;
	font-size:14px;
	line-height:1.65;
}

.aw-contact-page-content{
	font-size:15px;
	line-height:1.75;
}

.aw-contact-page-content iframe{
	width:100%;
	min-height:380px;
	border:0;
	border-radius:22px;
}

/* Плавающая панель */
.aw-floating-bar{
	position:fixed;
	right:18px;
	bottom:18px;
	z-index:9999;
	display:grid;
	gap:10px;
}

.aw-float-btn{
	width:56px;
	height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	text-decoration:none !important;
	font-weight:900;
	font-size:14px;
	color:#fff !important;
	box-shadow:0 12px 24px rgba(0,0,0,.16);
	border:1px solid rgba(255,255,255,.18);
	transition:transform .18s ease, box-shadow .18s ease;
}

.aw-float-btn:hover{
	transform:translateY(-2px) scale(1.03);
	box-shadow:0 16px 30px rgba(0,0,0,.22);
}

.aw-float-btn-tg{
	background:linear-gradient(180deg,#41b4ff 0%,#1f86da 100%);
}

.aw-float-btn-wa{
	background:linear-gradient(180deg,#58d56f 0%,#1fae55 100%);
}

.aw-float-btn-vk{
	background:linear-gradient(180deg,#719dff 0%,#4d76a1 100%);
}

.aw-float-btn-call{
	background:linear-gradient(180deg,#ffc870 0%,#d99a2f 100%);
}

.aw-float-btn-ask{
	background:linear-gradient(180deg,#d8a7b7 0%,#a86c81 100%);
	font-size:24px;
}

@media (max-width: 980px){
	.aw-contact-grid{
		grid-template-columns:1fr;
	}
}

@media (max-width: 560px){
	.aw-contact-item{
		grid-template-columns:1fr;
	}

	.aw-floating-bar{
		right:12px;
		bottom:12px;
		gap:8px;
	}

	.aw-float-btn{
		width:50px;
		height:50px;
		font-size:13px;
	}
}

/* =========================================================
   PACKAGE 2:
   - hero c фоном
   - кошки / коты
   - стоимость
   - CTA блоки
   ========================================================= */

.aw-page-hero-cover{
	max-width:1180px;
	margin:18px auto 0;
	padding:24px;
	min-height:320px;
	border-radius:34px;
	background-color:var(--aw-page-bg-2);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	display:flex;
	align-items:flex-end;
	box-shadow:var(--aw-shadow);
}

.aw-page-hero-cover-card{
	max-width:500px;
	padding:22px 24px;
	border-radius:28px;
	background:linear-gradient(180deg,rgba(255,252,248,.94),rgba(250,239,232,.88));
	border:1px solid rgba(234,217,200,.88);
	box-shadow:var(--aw-shadow-soft);
}

.aw-member-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}

.aw-member-card{
	padding:13px;
	border-radius:24px;
	background:linear-gradient(180deg,#fffaf7 0%,#fcf0e5 58%,#f6dfca 100%);
	border:1px solid rgba(219,184,137,.88);
	box-shadow:0 11px 24px rgba(122,86,45,.08);
	text-align:center;
}

.aw-member-photo img{
	width:100%;
	height:280px;
	object-fit:cover;
	border-radius:20px;
	border:1px solid rgba(226,203,159,.70);
	box-shadow:0 12px 28px rgba(73,48,32,.12);
}

.aw-member-name{
	margin:10px 0 8px;
	font-family:'Cormorant Garamond', Georgia, serif;
	color:#4d4025;
	font-size:28px;
	line-height:1.08;
}

.aw-member-meta{
	padding:10px;
	border-radius:18px;
	background:rgba(255,247,236,.72);
	border:1px solid rgba(224,194,162,.58);
	text-align:left;
}

.aw-member-summary{
	margin-top:10px;
	padding:0 6px;
	font-size:14px;
	line-height:1.65;
	color:#6c5850;
	text-align:left;
}

.aw-price-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}

.aw-price-card{
	padding:22px 18px;
	border-radius:28px;
	text-align:center;
	background:linear-gradient(180deg,#fffaf4 0%,#fbf0e5 100%);
	border:1px solid #eadccf;
	box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.aw-price-card-label{
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.6px;
	color:#8b6a24;
	margin-bottom:12px;
}

.aw-price-card-value{
	font-family:'Cormorant Garamond', Georgia, serif;
	font-size:42px;
	line-height:1;
	color:#5a4011;
	margin-bottom:10px;
}

.aw-price-card-note{
	font-size:14px;
	line-height:1.55;
	color:#6d5146;
}

.aw-list-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
	margin-top:18px;
}

.aw-list-card{
	padding:20px;
	border-radius:28px;
	background:linear-gradient(180deg,#fffaf4 0%,#fbf0e5 100%);
	border:1px solid #eadccf;
	box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.aw-list-card h3{
	margin:0 0 12px;
	font-family:'Cormorant Garamond', Georgia, serif;
	font-size:28px;
	line-height:1.08;
	color:#5c4135;
}

.aw-list-card ul{
	margin:0;
	padding-left:18px;
	color:#66524b;
}

.aw-list-card li{
	margin:0 0 8px;
	font-size:14px;
	line-height:1.65;
}

.aw-price-note{
	margin-top:18px;
	padding:16px 18px;
	border-radius:22px;
	background:rgba(255,247,236,.70);
	border:1px solid rgba(224,194,162,.58);
	color:#66524b;
	font-size:14px;
	line-height:1.7;
}

.aw-cta-band{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:18px;
	flex-wrap:wrap;
}

.aw-cta-band-copy{
	max-width:720px;
}

.aw-cta-band-copy h2{
	margin:0 0 10px;
	font-family:'Cormorant Garamond', Georgia, serif;
	font-size:34px;
	line-height:1.08;
	color:var(--aw-heading);
}

.aw-cta-band-copy p{
	margin:0;
	font-size:15px;
	line-height:1.65;
	color:#66524b;
}

.aw-cta-band-actions{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
}

@media (max-width: 980px){
	.aw-page-hero-cover{
		margin-left:10px;
		margin-right:10px;
		padding:14px;
		min-height:240px;
		border-radius:24px;
	}

	.aw-page-hero-cover-card{
		max-width:none;
		padding:18px 16px;
		border-radius:22px;
	}

	.aw-member-grid,
	.aw-price-grid,
	.aw-list-grid{
		grid-template-columns:1fr;
	}

	.aw-member-photo img{
		height:auto;
		max-height:420px;
	}

	.aw-price-card-value{
		font-size:34px;
	}

	.aw-cta-band-copy h2{
		font-size:28px;
	}
}

<?php
defined('ABSPATH') || exit;

if (get_post_type() !== 'post') {
	include get_template_directory() . '/single.php';
	return;
}

get_header();

$contact_page_url = get_theme_mod('aw_contact_page_url', home_url('/kontakty/'));
$telegram_url     = get_theme_mod('aw_telegram_url', '');
$articles_page    = home_url('/stati/');
?>

<main class="aw-page-shell">
	<section class="aw-page-hero-small">
		<div class="aw-page-hero-card">
			<div class="aw-post-single-meta-top">
				<span><?php echo esc_html(get_the_date('d.m.Y')); ?></span>
				<?php if (get_the_category_list(', ')): ?>
					<span>· <?php echo wp_kses_post(get_the_category_list(', ')); ?></span>
				<?php endif; ?>
			</div>
			<h1 class="aw-inner-title"><?php the_title(); ?></h1>
			<p class="aw-inner-subtitle">Материал блога питомника</p>
		</div>
	</section>

	<section class="aw-post-single-wrap">
		<div class="aw-post-single-grid">
			<div class="aw-post-single-main">
				<?php if (has_post_thumbnail()): ?>
					<div class="aw-post-single-cover">
						<?php the_post_thumbnail('aw-kitten-hero', ['alt' => get_the_title()]); ?>
					</div>
				<?php endif; ?>

				<div class="aw-post-single-content">
					<?php the_content(); ?>
				</div>
			</div>

			<aside class="aw-post-single-sidebar">
				<div class="aw-post-single-sidecard">
					<h3>Навигация</h3>
					<div class="aw-post-single-actions">
						<a class="aw-btn aw-btn-soft" href="<?php echo esc_url($articles_page); ?>">← Все статьи</a>
						<?php if ($contact_page_url): ?>
							<a class="aw-btn aw-btn-gold" href="<?php echo esc_url($contact_page_url . '#aw-form'); ?>">Задать вопрос</a>
						<?php endif; ?>
						<?php if ($telegram_url): ?>
							<a class="aw-btn aw-btn-gold" href="<?php echo esc_url($telegram_url); ?>" target="_blank" rel="noopener">Telegram</a>
						<?php endif; ?>
					</div>
				</div>
			</aside>
		</div>
	</section>
</main>

<?php get_footer(); ?>