/* ============================================
   Cafe Sherin — Premium Kahvaltı Teması
   Slogan: Şehrin Şirin Yüzü
   ============================================ */

:root {
	--color-primary: #C4846C;
	--color-primary-dark: #A66B55;
	--color-secondary: #F5E6D3;
	--color-rose: #E8B4B8;
	--color-rose-light: #F9E8EA;
	--color-dark: #3D2C2E;
	--color-dark-soft: #5C4547;
	--color-cream: #FDF8F3;
	--color-gold: #D4A574;
	--color-white: #FFFFFF;
	--font-display: 'Cormorant Garamond', Georgia, serif;
	--font-body: 'Outfit', system-ui, sans-serif;
	--radius-sm: 8px;
	--radius-md: 16px;
	--radius-lg: 24px;
	--radius-xl: 32px;
	--shadow-soft: 0 4px 24px rgba(61, 44, 46, 0.08);
	--shadow-card: 0 8px 32px rgba(61, 44, 46, 0.12);
	--shadow-modal: 0 24px 64px rgba(61, 44, 46, 0.2);
	--transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--header-height: 88px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
	font-family: var(--font-body);
	color: var(--color-dark);
	background: var(--color-cream);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul { list-style: none; }

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ---- Buttons ---- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border-radius: 50px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 0.95rem;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all var(--transition);
	letter-spacing: 0.02em;
}

.btn--primary {
	background: var(--color-primary);
	color: var(--color-white);
	border-color: var(--color-primary);
}
.btn--primary:hover {
	background: var(--color-primary-dark);
	border-color: var(--color-primary-dark);
	transform: translateY(-2px);
}

.btn--outline {
	background: transparent;
	color: var(--color-white);
	border-color: var(--color-white);
}
.btn--outline:hover {
	background: var(--color-white);
	color: var(--color-dark);
}

.btn--sm { padding: 10px 20px; font-size: 0.85rem; }
.btn--lg { padding: 18px 36px; font-size: 1rem; }

.btn--whatsapp {
	background: #25D366;
	color: var(--color-white);
	border-color: #25D366;
	gap: 8px;
}
.btn--whatsapp:hover {
	background: #1da851;
	border-color: #1da851;
	color: var(--color-white);
}

.btn--outline-dark {
	background: transparent;
	color: var(--color-dark);
	border-color: var(--color-primary);
}
.btn--outline-dark:hover {
	background: var(--color-primary);
	color: var(--color-white);
}

/* ---- Header ---- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(253, 248, 243, 0.92);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(196, 132, 108, 0.12);
	transition: all var(--transition);
}

.site-header.is-scrolled {
	background: rgba(253, 248, 243, 0.98);
	box-shadow: var(--shadow-soft);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-height);
	gap: 24px;
}

.site-logo__wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.site-logo__img {
	height: 52px;
	width: auto;
}

.site-logo__slogan {
	font-family: var(--font-display);
	font-size: 0.72rem;
	font-style: italic;
	color: var(--color-primary);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
}

.main-nav__list {
	display: flex;
	align-items: center;
	gap: 8px;
}

.main-nav__link {
	padding: 8px 16px;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--color-dark-soft);
	border-radius: 50px;
	transition: all var(--transition);
}

.main-nav__link:hover,
.main-nav__list .current-menu-item .main-nav__link {
	color: var(--color-primary);
	background: var(--color-rose-light);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
}

.nav-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--color-dark);
	transition: all var(--transition);
}

/* ---- Hero ---- */
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero__video-wrap {
	position: absolute;
	inset: 0;
	background-color: var(--color-dark);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero__video-wrap--kenburns {
	background-image: none;
}

.hero__kenburns {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
}

.hero__kenburns-bg {
	position: absolute;
	inset: -10%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	animation: heroKenBurns 28s ease-in-out infinite alternate;
	will-change: transform;
}

@keyframes heroKenBurns {
	0% {
		transform: scale(1) translate3d(0, 0, 0);
	}
	100% {
		transform: scale(1.14) translate3d(-1.5%, -1%, 0);
	}
}

.hero__video {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(1.12) contrast(1.18) saturate(1.35);
	transform: translateZ(0);
	-webkit-filter: brightness(1.12) contrast(1.18) saturate(1.35);
}

.hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(
		135deg,
		rgba(61, 44, 46, 0.32) 0%,
		rgba(196, 132, 108, 0.18) 45%,
		rgba(61, 44, 46, 0.28) 100%
	);
}

.hero__content {
	position: relative;
	z-index: 3;
	text-align: center;
	color: var(--color-white);
	padding-top: var(--header-height);
}

.hero__eyebrow {
	font-family: var(--font-display);
	font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	font-style: italic;
	color: var(--color-gold);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 16px;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
	animation: fadeUp 0.8s ease forwards;
}

.hero__title {
	font-family: var(--font-display);
	font-size: clamp(3.5rem, 8vw, 6rem);
	font-weight: 700;
	line-height: 1.05;
	margin-bottom: 20px;
	text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
	animation: fadeUp 0.8s 0.15s ease forwards;
	opacity: 0;
}

.hero__subtitle {
	font-size: clamp(1rem, 2vw, 1.2rem);
	max-width: 560px;
	margin: 0 auto 36px;
	font-weight: 300;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
	animation: fadeUp 0.8s 0.3s ease forwards;
	opacity: 0;
}

.hero__actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	animation: fadeUp 0.8s 0.45s ease forwards;
	opacity: 0;
}

.hero__scroll-hint {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.6);
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	animation: bounce 2s infinite;
}

/* ---- Slogan Banner ---- */
.slogan-banner {
	background: var(--color-dark);
	color: var(--color-white);
	padding: 48px 0;
}

.slogan-banner__inner {
	display: flex;
	align-items: center;
	gap: 32px;
}

.slogan-banner__icon {
	color: var(--color-rose);
	flex-shrink: 0;
}

.slogan-banner__title {
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--color-gold);
}

.slogan-banner__text p {
	font-size: 1.05rem;
	opacity: 0.85;
	max-width: 640px;
}

/* ---- Sections ---- */
.section { padding: 96px 0; }
.section--cream { background: var(--color-secondary); }
.section--rose { background: var(--color-rose-light); }

.section-header {
	text-align: center;
	margin-bottom: 56px;
}

.section-header__label {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--color-primary);
	margin-bottom: 12px;
}

.section-header__title {
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	color: var(--color-dark);
	margin-bottom: 16px;
}

.section-header__desc {
	font-size: 1.05rem;
	color: var(--color-dark-soft);
	max-width: 560px;
	margin: 0 auto;
}

.section-header--light .section-header__title { color: var(--color-white); }
.section-header--light .section-header__label { color: var(--color-gold); }
.section-header--light .section-header__desc { color: rgba(255,255,255,0.8); }

.section-cta { text-align: center; margin-top: 48px; }

/* ---- Product Grid ---- */
.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 28px;
}

.product-card {
	background: var(--color-white);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: all var(--transition);
	box-shadow: var(--shadow-soft);
	display: flex;
	flex-direction: column;
}

.product-card__link {
	display: block;
	color: inherit;
	flex: 1;
}

.product-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-card);
}

.product-card__image-wrap {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
}

.product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.product-card:hover .product-card__image {
	transform: scale(1.06);
}

.product-card__body { padding: 24px; }

.product-card__whatsapp {
	margin: 0 16px 16px;
	width: calc(100% - 32px);
	justify-content: center;
}

.product-card__title {
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.product-card__desc {
	font-size: 0.9rem;
	color: var(--color-dark-soft);
	margin-bottom: 16px;
	line-height: 1.5;
}

.product-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-card__price {
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--color-primary);
}

.product-card__time {
	font-size: 0.8rem;
	color: var(--color-dark-soft);
}

/* ---- Gallery ---- */
.gallery-section {
	background: var(--color-dark);
	padding: 96px 0;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 240px);
	gap: 16px;
}

.gallery-grid__item {
	position: relative;
	border-radius: var(--radius-md);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.gallery-grid__item--large {
	grid-row: span 2;
}

.gallery-grid__item span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
	color: var(--color-white);
	font-weight: 600;
	font-size: 0.95rem;
}

/* ---- Features ---- */
.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.feature-card {
	text-align: center;
	padding: 40px 24px;
}

.feature-card__number {
	font-family: var(--font-display);
	font-size: 3rem;
	font-weight: 700;
	color: var(--color-primary);
	opacity: 0.3;
	margin-bottom: 16px;
}

.feature-card h3 {
	font-family: var(--font-display);
	font-size: 1.5rem;
	margin-bottom: 12px;
}

.feature-card p {
	color: var(--color-dark-soft);
	font-size: 0.95rem;
}

/* ---- CTA Section ---- */
.cta-section {
	background: var(--color-primary);
	color: var(--color-white);
}

.cta-section__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}

.cta-section__eyebrow {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1.1rem;
	color: var(--color-gold);
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}

.cta-section h2 {
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 2.8rem);
	margin-bottom: 12px;
}

.cta-section__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.cta-section .btn--outline:hover {
	color: var(--color-primary);
}

/* ---- Page Hero ---- */
.page-hero {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	margin-top: var(--header-height);
}

.page-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(61,44,46,0.7), rgba(196,132,108,0.5));
}

.page-hero__content {
	position: relative;
	z-index: 2;
	color: var(--color-white);
	padding: 64px 0;
}

.page-hero__title {
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	font-weight: 700;
	margin-bottom: 8px;
}

.page-hero__subtitle {
	font-size: 1.1rem;
	opacity: 0.9;
	font-style: italic;
}

/* ---- About ---- */
.about-content__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
	margin-bottom: 64px;
}

.about-content__text h2 {
	font-family: var(--font-display);
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.about-content__text p {
	margin-bottom: 16px;
	color: var(--color-dark-soft);
	line-height: 1.7;
}

.about-content__image img {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-card);
}

.about-values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.about-value {
	background: var(--color-white);
	padding: 32px;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-soft);
}

.about-value h3 {
	font-family: var(--font-display);
	font-size: 1.3rem;
	margin-bottom: 12px;
	color: var(--color-primary);
}

/* ---- Contact ---- */
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 48px;
	align-items: start;
}

.contact-card {
	background: var(--color-white);
	padding: 24px;
	border-radius: var(--radius-md);
	margin-bottom: 16px;
	box-shadow: var(--shadow-soft);
}

.contact-card h3 {
	font-family: var(--font-display);
	font-size: 1.2rem;
	margin-bottom: 8px;
	color: var(--color-primary);
}

.contact-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.contact-map {
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-card);
}

.contact-map iframe {
	display: block;
}

/* ---- Product Modal ---- */
.product-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	transition: all var(--transition);
}

.product-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.product-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(61, 44, 46, 0.6);
	backdrop-filter: blur(4px);
}

.product-modal__container {
	position: relative;
	background: var(--color-white);
	border-radius: var(--radius-xl);
	max-width: 900px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: var(--shadow-modal);
	transform: translateY(20px) scale(0.97);
	transition: transform var(--transition);
}

.product-modal.is-open .product-modal__container {
	transform: translateY(0) scale(1);
}

.product-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 10;
	width: 44px;
	height: 44px;
	border: none;
	background: var(--color-cream);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-dark);
	transition: all var(--transition);
}

.product-modal__close:hover {
	background: var(--color-rose-light);
	color: var(--color-primary);
}

.product-modal__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.product-modal__visual {
	background: var(--color-secondary);
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 400px;
}

.product-modal__info {
	padding: 40px;
}

.product-modal__title {
	font-family: var(--font-display);
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.product-modal__price {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--color-primary);
	margin-bottom: 16px;
}

.product-modal__desc {
	color: var(--color-dark-soft);
	margin-bottom: 24px;
	line-height: 1.6;
}

.product-modal__meta {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
	font-size: 0.9rem;
	color: var(--color-dark-soft);
}

.product-modal__meta strong {
	color: var(--color-dark);
}

/* ---- Ingredient Explode View ---- */
.ingredient-explode {
	position: relative;
	width: 220px;
	height: 320px;
	margin: 0 auto;
}

.ingredient-layer {
	position: absolute;
	left: 50%;
	width: 180px;
	height: auto;
	transform: translateX(-50%);
	transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
	opacity: 0;
}

.ingredient-layer.is-visible {
	opacity: 1;
}

.ingredient-layer img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	border-radius: var(--radius-sm);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.ingredient-layer__label {
	display: block;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--color-dark);
	margin-top: 4px;
	background: rgba(255,255,255,0.9);
	padding: 2px 8px;
	border-radius: 4px;
}

.ingredient-list {
	margin-top: 24px;
}

.ingredient-list h4 {
	font-family: var(--font-display);
	font-size: 1.1rem;
	margin-bottom: 12px;
	color: var(--color-primary);
}

.ingredient-list__items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ingredient-tag {
	background: var(--color-rose-light);
	color: var(--color-dark);
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 500;
}

/* ---- Footer ---- */
.site-footer {
	background: var(--color-dark);
	color: rgba(255,255,255,0.8);
	padding: 64px 0 0;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 48px;
}

.site-footer__logo {
	margin-bottom: 8px;
}

.site-footer__slogan {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1rem;
	color: var(--color-gold);
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}

.site-footer__tagline {
	font-size: 0.9rem;
	line-height: 1.6;
	opacity: 0.7;
}

.site-footer__col h4 {
	font-family: var(--font-display);
	font-size: 1.15rem;
	color: var(--color-white);
	margin-bottom: 16px;
}

.site-footer__links a,
.site-footer__contact a {
	display: block;
	padding: 4px 0;
	opacity: 0.7;
	transition: opacity var(--transition);
}

.site-footer__links a:hover,
.site-footer__contact a:hover { opacity: 1; color: var(--color-gold); }

.site-footer__social {
	display: inline-block;
	margin-top: 12px;
	color: var(--color-gold);
	font-weight: 600;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 24px 0;
	text-align: center;
	font-size: 0.85rem;
	opacity: 0.5;
}

/* ---- Menu Categories (Urunlerimiz) ---- */
.menu-categories {
	position: sticky;
	top: var(--header-height);
	z-index: 100;
	background: var(--color-white);
	border-bottom: 1px solid rgba(196, 132, 108, 0.15);
	box-shadow: var(--shadow-soft);
}

.menu-categories__inner {
	display: flex;
	gap: 8px;
	padding: 16px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.menu-categories__inner::-webkit-scrollbar { display: none; }

.menu-categories__link {
	flex-shrink: 0;
	padding: 10px 22px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--color-dark-soft);
	background: var(--color-cream);
	transition: all var(--transition);
	white-space: nowrap;
}

.menu-categories__link:hover,
.menu-categories__link.is-active {
	background: var(--color-primary);
	color: var(--color-white);
}

.menu-section {
	margin-bottom: 72px;
	scroll-margin-top: calc(var(--header-height) + 72px);
}

.menu-section:last-child { margin-bottom: 0; }

.menu-section__header {
	text-align: center;
	margin-bottom: 40px;
}

.menu-section__title {
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	color: var(--color-dark);
	margin-bottom: 8px;
}

.menu-section__desc {
	color: var(--color-dark-soft);
	font-size: 1rem;
}

.empty-products {
	text-align: center;
	padding: 40px 20px;
	background: var(--color-white);
	border-radius: var(--radius-md);
	color: var(--color-dark-soft);
}

/* ---- Single Product ---- */
.single-product__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.single-product__image img {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-card);
	width: 100%;
}

.single-product__back {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--color-primary);
	font-weight: 600;
	font-size: 0.9rem;
}

.single-product__title {
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 2.8rem);
	margin-bottom: 12px;
}

.single-product__price {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-primary);
	margin-bottom: 8px;
}

.single-product__prep {
	color: var(--color-dark-soft);
	margin-bottom: 20px;
}

.single-product__content {
	margin-bottom: 28px;
	line-height: 1.7;
	color: var(--color-dark-soft);
}

/* ---- WhatsApp Float ---- */
.whatsapp-float {
	position: fixed;
	bottom: 24px;
	left: 24px;
	z-index: 1500;
	width: 56px;
	height: 56px;
	background: #25D366;
	color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: transform var(--transition);
}

.whatsapp-float:hover {
	transform: scale(1.08);
	color: var(--color-white);
}

/* ---- Blog ---- */
.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 32px;
}

.blog-card {
	background: var(--color-white);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
	transition: all var(--transition);
}

.blog-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-card);
}

.blog-card__link {
	display: block;
	color: inherit;
}

.blog-card__image-wrap {
	aspect-ratio: 16/10;
	overflow: hidden;
}

.blog-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.blog-card:hover .blog-card__image {
	transform: scale(1.04);
}

.blog-card__body {
	padding: 28px;
}

.blog-card__cat {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--color-primary);
	margin-bottom: 10px;
}

.blog-card__title {
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.3;
}

.blog-card__excerpt {
	font-size: 0.95rem;
	color: var(--color-dark-soft);
	line-height: 1.6;
	margin-bottom: 16px;
}

.blog-card__read {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--color-primary);
}

.blog-pagination {
	margin-top: 48px;
	text-align: center;
}

.blog-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.blog-pagination a,
.blog-pagination span {
	padding: 10px 16px;
	border-radius: 50px;
	background: var(--color-white);
	color: var(--color-dark);
	font-weight: 500;
}

.blog-pagination a:hover,
.blog-pagination .current {
	background: var(--color-primary);
	color: var(--color-white);
}

.blog-single__wrap {
	max-width: 760px;
	margin: 0 auto;
}

.blog-single__meta {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 32px;
	font-size: 0.9rem;
	color: var(--color-dark-soft);
}

.blog-single__cat {
	background: var(--color-rose-light);
	color: var(--color-primary);
	padding: 4px 14px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 0.8rem;
}

.blog-single__content {
	font-size: 1.05rem;
	line-height: 1.8;
	color: var(--color-dark-soft);
}

.blog-single__content p {
	margin-bottom: 1.4em;
}

.blog-single__content a {
	color: var(--color-primary);
	text-decoration: underline;
}

.blog-single__content strong {
	color: var(--color-dark);
}

.blog-single__cta {
	margin-top: 48px;
	padding: 32px;
	background: var(--color-secondary);
	border-radius: var(--radius-lg);
	text-align: center;
}

.blog-single__cta p {
	margin-bottom: 20px;
	color: var(--color-dark-soft);
}

.blog-single__cta-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.blog-single__back {
	margin-top: 32px;
}

.blog-single__back a {
	color: var(--color-primary);
	font-weight: 600;
}

/* ---- Animations ---- */
@keyframes fadeUp {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(8px); }
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
	.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.gallery-grid__item--large { grid-row: span 1; }
	.features-grid { grid-template-columns: 1fr; }
	.about-content__grid { grid-template-columns: 1fr; }
	.about-values { grid-template-columns: 1fr; }
	.contact-grid { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.single-product__grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
	.main-nav {
		position: fixed;
		top: var(--header-height);
		left: 0;
		right: 0;
		background: var(--color-cream);
		padding: 24px;
		transform: translateY(-120%);
		opacity: 0;
		transition: all var(--transition);
		box-shadow: var(--shadow-card);
	}

	.main-nav.is-open {
		transform: translateY(0);
		opacity: 1;
	}

	.main-nav__list {
		flex-direction: column;
		align-items: stretch;
	}

	.nav-toggle { display: flex; }

	.slogan-banner__inner { flex-direction: column; text-align: center; }
	.cta-section__inner { flex-direction: column; text-align: center; }
	.gallery-grid { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.section { padding: 64px 0; }
	.product-grid { grid-template-columns: 1fr; }
	.blog-grid { grid-template-columns: 1fr; }
	.whatsapp-float { bottom: 16px; left: 16px; width: 52px; height: 52px; }
}
