/* ========================================================================
 * Ateş Veteriner Kliniği — Tema Stilleri
 * Renk paleti logo'ya uyumlu: parlak yeşil + koyu kahverengi
 * ======================================================================== */

:root {
	--brand-green:        #0f7a3a;
	--brand-green-2:      #16a34a;
	--brand-green-3:      #4ade80;
	--brand-green-soft:   #ecfdf5;
	--brand-brown:        #5b3a22;
	--brand-brown-2:      #8b5a36;
	--brand-brown-soft:   #fbf3ea;
	--brand-gold:         #c9a25b;
	--ink:                #0f172a;
	--ink-2:              #1e293b;
	--text:               #334155;
	--muted:              #64748b;
	--line:               #e2e8f0;
	--bg:                 #ffffff;
	--bg-soft:            #f8fafc;
	--bg-cream:           #fff9f1;
	--shadow-sm:          0 1px 2px rgba(15,23,42,.05);
	--shadow:             0 6px 24px -8px rgba(15,23,42,.18), 0 2px 6px rgba(15,23,42,.06);
	--shadow-lg:          0 24px 60px -20px rgba(15,23,42,.28), 0 8px 24px -12px rgba(15,23,42,.12);
	--radius:             14px;
	--radius-lg:          22px;
	--radius-xl:          28px;
	--radius-pill:        999px;
	--container:          1240px;
	--gap:                clamp(1rem, 2vw, 2rem);
	--ease:               cubic-bezier(.4,0,.2,1);
	--ease-out:           cubic-bezier(.2,.8,.2,1);
	--font-display:       'DM Serif Display', 'Plus Jakarta Sans', Georgia, serif;
	--font-body:          'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0; font-family: var(--font-body); color: var(--text);
	background: var(--bg); line-height: 1.65; font-size: 16px;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-green); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--brand-green-2); }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display); color: var(--ink);
	line-height: 1.18; margin: 0 0 .6em;
	font-weight: 400; letter-spacing: -.01em;
}
h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.6rem); font-family: var(--font-body); font-weight: 700; }
h4 { font-size: 1.18rem; font-family: var(--font-body); font-weight: 700; }
p  { margin: 0 0 1em; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }
.text-center { text-align: center; }
.screen-reader-text {
	border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%);
	clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute !important; width: 1px; word-wrap: normal !important;
}
.skip-link { position: absolute; left: -9999px; z-index: 100; }
.skip-link:focus { left: 1rem; top: 1rem; padding: .6rem 1rem; background: var(--brand-green); color: #fff; border-radius: 8px; }
.lucide { font-size: 1.1em; line-height: 1; vertical-align: middle; }

/* ============================== BUTTONS ============================== */
.btn {
	display: inline-flex; align-items: center; gap: .55rem;
	padding: .85rem 1.4rem; border-radius: var(--radius-pill);
	font-weight: 600; font-size: .95rem; line-height: 1; border: 1px solid transparent;
	transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
	cursor: pointer; white-space: nowrap;
}
.btn .lucide { font-size: 1.1rem; }
.btn-primary  { background: linear-gradient(135deg, var(--brand-green), var(--brand-green-2)); color: #fff; box-shadow: 0 8px 20px -6px rgba(15,122,58,.55); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -8px rgba(15,122,58,.7); color: #fff; }
.btn-outline  { background: transparent; color: var(--brand-green); border-color: var(--brand-green); }
.btn-outline:hover { background: var(--brand-green); color: #fff; transform: translateY(-2px); }
.btn-light    { background: #fff; color: var(--brand-brown); }
.btn-light:hover { background: var(--bg-cream); transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 8px 20px -6px rgba(37,211,102,.6); }
.btn-whatsapp:hover { background: #1ebe57; color: #fff; transform: translateY(-2px); }
.btn-lg       { padding: 1.05rem 1.7rem; font-size: 1rem; }
.btn-block    { width: 100%; justify-content: center; margin-bottom: .6rem; }

/* ============================== TOPBAR ============================== */
.atv-topbar {
	background: linear-gradient(135deg, var(--brand-brown), #3a2412);
	color: #fff8ee; font-size: .88rem; padding: .55rem 0;
	border-bottom: 3px solid var(--brand-green-3);
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.topbar-link { color: #fff8ee; display: inline-flex; align-items: center; gap: .4rem; }
.topbar-link:hover { color: var(--brand-green-3); }
.topbar-link .lucide { font-size: .95rem; }
.topbar-social {
	width: 30px; height: 30px; border-radius: 50%;
	background: rgba(255,255,255,.12); display: inline-grid; place-items: center;
	color: #fff8ee; transition: background .2s var(--ease);
}
.topbar-social:hover { background: var(--brand-green); color: #fff; }

/* ============================== HEADER / NAV ============================== */
.atv-header {
	background: #fff; position: sticky; top: 0; z-index: 80;
	box-shadow: 0 2px 14px rgba(15,23,42,.05);
	border-bottom: 1px solid rgba(15,122,58,.08);
}
.atv-header.scrolled { box-shadow: 0 6px 20px rgba(15,23,42,.1); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: .9rem 0; }
.branding img, .custom-logo { max-height: 76px; width: auto; }
.atv-nav .menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: .25rem; justify-content: center; flex-wrap: wrap; }
.atv-nav .menu > li > a {
	display: inline-flex; align-items: center; gap: .35rem;
	padding: .65rem 1rem; color: var(--ink); font-weight: 600; font-size: .96rem;
	border-radius: var(--radius-pill); position: relative;
}
.atv-nav .menu > li > a:hover,
.atv-nav .menu > li.current-menu-item > a { background: var(--brand-green-soft); color: var(--brand-green); }
.atv-nav .submenu {
	position: absolute; top: calc(100% + 4px); left: 0; min-width: 260px;
	background: #fff; border-radius: var(--radius); padding: .5rem;
	box-shadow: var(--shadow-lg); list-style: none; margin: 0;
	opacity: 0; pointer-events: none; transform: translateY(8px);
	transition: opacity .25s var(--ease), transform .25s var(--ease);
	border: 1px solid rgba(15,122,58,.08);
}
.atv-nav .menu > li { position: relative; }
.atv-nav .menu > li:hover > .submenu,
.atv-nav .menu > li:focus-within > .submenu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.atv-nav .submenu li a {
	display: block; padding: .65rem .85rem; border-radius: 8px;
	color: var(--text); font-weight: 500; font-size: .92rem;
}
.atv-nav .submenu li a:hover { background: var(--brand-green-soft); color: var(--brand-green); }

.header-cta { display: flex; align-items: center; gap: .65rem; }
.menu-toggle {
	display: none; width: 44px; height: 44px; border-radius: 12px;
	background: var(--brand-green-soft); border: none; padding: 0;
	flex-direction: column; gap: 5px; align-items: center; justify-content: center;
}
.menu-toggle .bar { width: 22px; height: 2px; background: var(--brand-green); transition: transform .25s var(--ease), opacity .25s var(--ease); }

/* ============================== HERO SLIDER ============================== */
.atv-hero { position: relative; overflow: hidden; }
.hero-track { position: relative; height: clamp(480px, 70vh, 720px); }
.hero-slide {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
	display: grid; align-items: center; opacity: 0; transition: opacity .8s var(--ease);
}
.hero-slide::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(110deg, rgba(15,28,18,.78) 0%, rgba(15,28,18,.6) 45%, rgba(15,28,18,.18) 80%);
}
.hero-slide.is-active { opacity: 1; }
.slide-inner { position: relative; z-index: 1; }
.slide-content { max-width: 720px; color: #fff; padding: 3rem 0; }
.slide-content .eyebrow {
	display: inline-flex; align-items: center; gap: .5rem;
	background: rgba(255,255,255,.16); backdrop-filter: blur(8px);
	padding: .5rem 1rem; border-radius: var(--radius-pill);
	font-size: .85rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
	margin-bottom: 1.25rem; border: 1px solid rgba(255,255,255,.22);
}
.slide-content h1 { color: #fff; margin-bottom: 1.2rem; text-shadow: 0 4px 24px rgba(0,0,0,.35); }
.slide-content h1 .accent { background: linear-gradient(120deg, var(--brand-green-3), var(--brand-gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.slide-content p { color: rgba(255,255,255,.92); font-size: 1.1rem; margin-bottom: 2rem; max-width: 600px; }
.slide-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-controls {
	position: absolute; bottom: 1.6rem; left: 0; right: 0; z-index: 4;
	display: flex; align-items: center; justify-content: center; gap: 1rem;
}
.hero-prev, .hero-next {
	width: 44px; height: 44px; border-radius: 50%;
	background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.3);
	display: grid; place-items: center; backdrop-filter: blur(8px);
	transition: background .2s var(--ease);
}
.hero-prev:hover, .hero-next:hover { background: var(--brand-green); }
.hero-dots { display: flex; gap: .4rem; }
.hero-dots button {
	width: 10px; height: 10px; border-radius: 50%;
	background: rgba(255,255,255,.4); border: none; padding: 0; transition: all .2s var(--ease);
}
.hero-dots button.is-active { background: var(--brand-green-3); width: 28px; border-radius: 999px; }

/* ============================== USP ============================== */
.atv-usp { padding: 3rem 0; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.usp-item {
	background: #fff; padding: 1.4rem; border-radius: var(--radius);
	display: flex; gap: 1rem; align-items: flex-start;
	box-shadow: var(--shadow-sm); border: 1px solid var(--line);
	transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.usp-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.usp-icon {
	flex: 0 0 56px; width: 56px; height: 56px; border-radius: 14px;
	background: linear-gradient(135deg, var(--brand-green-soft), #d1fae5);
	color: var(--brand-green); display: grid; place-items: center; font-size: 1.6rem;
}
.usp-item strong { color: var(--ink); font-size: 1rem; display: block; margin-bottom: .25rem; }
.usp-item small { color: var(--muted); font-size: .88rem; line-height: 1.5; }

/* ============================== SECTION HEAD ============================== */
.section-head { margin-bottom: 2.8rem; }
.section-head.center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-head.split  { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2rem; }
.eyebrow {
	display: inline-flex; align-items: center; gap: .4rem;
	color: var(--brand-green); font-weight: 700; font-size: .82rem;
	text-transform: uppercase; letter-spacing: .12em; margin-bottom: .8rem;
	background: var(--brand-green-soft); padding: .4rem .9rem; border-radius: var(--radius-pill);
}
.section-head h2 .accent { color: var(--brand-green); }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ============================== ABOUT HOME ============================== */
.atv-about-home { padding: 5rem 0; background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; }
.about-media::before {
	content: ''; position: absolute; inset: 14px -14px -14px 14px;
	border: 3px solid var(--brand-green-3); border-radius: var(--radius-xl); z-index: -1;
}
.about-badge {
	position: absolute; bottom: 1.6rem; left: -1.4rem;
	background: #fff; padding: 1rem 1.2rem; border-radius: var(--radius);
	display: flex; align-items: center; gap: .9rem;
	box-shadow: var(--shadow-lg);
}
.about-badge .lucide { font-size: 2rem; color: var(--brand-green); }
.about-badge strong { display: block; font-size: 1.4rem; color: var(--ink); }
.about-badge small { color: var(--muted); font-size: .85rem; }
.about-text .lead { font-size: 1.06rem; color: var(--text); }
.mission-vision { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
.mv-card {
	padding: 1.4rem; border-radius: var(--radius); background: var(--bg-soft);
	border: 1px solid var(--line); transition: all .25s var(--ease);
}
.mv-card:hover { background: #fff; box-shadow: var(--shadow); transform: translateY(-3px); }
.mv-icon {
	width: 44px; height: 44px; border-radius: 12px; background: var(--brand-green); color: #fff;
	display: grid; place-items: center; margin-bottom: .8rem; font-size: 1.3rem;
}
.mv-card h4 { color: var(--ink); margin-bottom: .4rem; }
.mv-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ============================== PROCESS ============================== */
.atv-process { padding: 5rem 0; background: var(--bg-cream); position: relative; overflow: hidden; }
.atv-process::before {
	content: ''; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px;
	background: radial-gradient(circle, var(--brand-green-soft), transparent 70%);
}
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.process-card {
	position: relative; background: #fff; border-radius: var(--radius-lg); padding: 2rem 1.5rem;
	border: 1px solid var(--line); transition: all .3s var(--ease); overflow: hidden;
}
.process-card::after {
	content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
	background: linear-gradient(90deg, var(--brand-green), var(--brand-green-3));
	transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.process-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.process-card:hover::after { transform: scaleX(1); }
.process-card .step {
	position: absolute; top: .8rem; right: 1rem; font-family: var(--font-display);
	font-size: 2.4rem; color: var(--brand-green-soft); line-height: 1;
}
.process-icon {
	width: 60px; height: 60px; border-radius: 16px; background: var(--brand-green-soft);
	color: var(--brand-green); display: grid; place-items: center; font-size: 1.7rem;
	margin-bottom: 1.1rem; transition: all .3s var(--ease);
}
.process-card:hover .process-icon { background: var(--brand-green); color: #fff; transform: rotate(-6deg) scale(1.05); }
.process-card h4 { color: var(--ink); margin-bottom: .6rem; }
.process-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ============================== SERVICES ============================== */
.atv-services { padding: 5rem 0; background: var(--bg); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.service-card {
	display: block; color: var(--text); background: #fff;
	border: 1px solid var(--line); border-radius: var(--radius-lg);
	overflow: hidden; transition: all .3s var(--ease); position: relative;
}
.service-card::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(135deg, var(--brand-green), var(--brand-brown));
	opacity: 0; transition: opacity .35s var(--ease); z-index: 0;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; color: #fff; }
.service-card:hover::before { opacity: 1; }
.service-card > * { position: relative; z-index: 1; }
.service-icon {
	width: 100%; aspect-ratio: 4/3; background: linear-gradient(135deg, var(--brand-green-soft), #fbf3ea);
	display: grid; place-items: center; color: var(--brand-green); font-size: 3rem; overflow: hidden;
}
.service-icon img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 1.4rem; }
.service-body h3 { font-size: 1.18rem; color: var(--ink); margin-bottom: .5rem; transition: color .3s var(--ease); }
.service-card:hover .service-body h3 { color: #fff; }
.service-body p { color: var(--muted); font-size: .9rem; margin-bottom: 1rem; min-height: 3.5em; transition: color .3s var(--ease); }
.service-card:hover .service-body p { color: rgba(255,255,255,.9); }
.service-link { display: inline-flex; align-items: center; gap: .35rem; color: var(--brand-green); font-weight: 700; font-size: .92rem; transition: color .3s var(--ease); }
.service-card:hover .service-link { color: var(--brand-green-3); }

/* ============================== PETS ============================== */
.atv-pets { padding: 5rem 0; background: var(--bg-soft); }
.pets-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.pet-card {
	text-align: center; padding: 1.6rem 1rem; background: #fff;
	border-radius: var(--radius); border: 1px solid var(--line);
	transition: all .3s var(--ease);
}
.pet-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pet-emoji {
	font-size: 2.2rem; width: 70px; height: 70px;
	margin: 0 auto .8rem; display: grid; place-items: center;
	background: var(--brand-green-soft); color: var(--brand-green);
	border-radius: 50%; transition: all .3s var(--ease);
}
.pet-card:hover .pet-emoji { background: var(--brand-green); color: #fff; transform: scale(1.06); }
.pet-card h4 { color: var(--ink); margin-bottom: .25rem; font-size: 1rem; }
.pet-card p { color: var(--muted); font-size: .82rem; margin: 0; line-height: 1.45; }

/* ============================== STATS ============================== */
.atv-stats { padding: 4rem 0; color: #fff; background-size: cover; background-position: center; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat-num { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; margin-bottom: .35rem; color: var(--brand-green-3); }
.stat-item span { color: rgba(255,255,255,.85); font-weight: 500; letter-spacing: .03em; }

/* ============================== BLOG ============================== */
.atv-blog { padding: 5rem 0; background: var(--bg); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.blog-card {
	background: #fff; border-radius: var(--radius-lg); overflow: hidden;
	border: 1px solid var(--line); transition: all .3s var(--ease);
	display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-thumb { display: block; aspect-ratio: 16/10; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-body { padding: 1.4rem; flex: 1; display: flex; flex-direction: column; gap: .65rem; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 1rem; color: var(--muted); font-size: .82rem; }
.blog-meta span { display: inline-flex; align-items: center; gap: .3rem; }
.blog-card h2, .blog-card h3 { font-size: 1.2rem; line-height: 1.3; margin: 0; font-family: var(--font-body); font-weight: 700; }
.blog-card h2 a, .blog-card h3 a { color: var(--ink); }
.blog-card h2 a:hover, .blog-card h3 a:hover { color: var(--brand-green); }
.blog-body p { color: var(--muted); margin: 0; flex: 1; }
.blog-link { display: inline-flex; gap: .3rem; align-items: center; color: var(--brand-green); font-weight: 600; font-size: .92rem; }

/* ============================== TESTIMONIALS ============================== */
.atv-testimonials { padding: 5rem 0; background: var(--bg-cream); }
.testimonials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.testimonial-card {
	background: #fff; padding: 1.8rem 1.4rem; border-radius: var(--radius-lg);
	border: 1px solid var(--line); position: relative; transition: all .3s var(--ease);
}
.testimonial-card::before {
	content: '“'; position: absolute; top: -.6rem; right: 1rem;
	font-family: var(--font-display); font-size: 5rem;
	color: var(--brand-green-soft); line-height: 1;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.stars { color: #fbbf24; font-size: 1.1rem; margin-bottom: .8rem; letter-spacing: .15em; }
.testimonial-card p { color: var(--text); font-style: italic; }
.testimonial-author { display: flex; gap: .8rem; align-items: center; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.testimonial-author .avatar {
	width: 44px; height: 44px; border-radius: 50%; background: var(--brand-green-soft);
	color: var(--brand-green); display: grid; place-items: center; font-size: 1.3rem;
}
.testimonial-author strong { display: block; color: var(--ink); }
.testimonial-author small { color: var(--muted); font-size: .82rem; }

/* ============================== INSTAGRAM MARQUEE ============================== */
.atv-instagram { padding: 5rem 0 4rem; background: var(--bg); overflow: hidden; }
.instagram-marquee {
	margin-top: 1rem; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.ig-track {
	display: flex; gap: 1rem; width: max-content;
	animation: ig-marquee 50s linear infinite;
}
.ig-track:hover { animation-play-state: paused; }
.ig-item {
	width: 240px; aspect-ratio: 1/1; flex: 0 0 auto; position: relative;
	border-radius: var(--radius); overflow: hidden;
	box-shadow: var(--shadow-sm); transition: transform .3s var(--ease);
}
.ig-item img { width: 100%; height: 100%; object-fit: cover; }
.ig-item:hover { transform: scale(1.04); box-shadow: var(--shadow); }
.ig-overlay {
	position: absolute; inset: 0; display: grid; place-items: center;
	background: linear-gradient(135deg, rgba(225,48,108,.7), rgba(252,176,69,.5));
	color: #fff; font-size: 2.2rem; opacity: 0; transition: opacity .25s var(--ease);
}
.ig-item:hover .ig-overlay { opacity: 1; }
.ig-badge {
	position: absolute; top: .6rem; right: .6rem; padding: .25rem .55rem;
	background: rgba(0,0,0,.6); color: #fff; border-radius: 999px; font-size: .8rem;
	display: inline-flex; align-items: center; gap: .25rem;
}
@keyframes ig-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============================== GALLERY PAGE ============================== */
.atv-gallery { padding: 4rem 0; }
.gallery-intro { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery-item {
	position: relative; aspect-ratio: 1/1; overflow: hidden;
	border-radius: var(--radius); background: var(--bg-soft);
	box-shadow: var(--shadow-sm); display: block;
	opacity: 0; transform: translateY(20px) scale(.96);
	transition: opacity .55s var(--ease-out), transform .55s var(--ease-out), box-shadow .25s var(--ease);
	transition-delay: calc(var(--i, 0) * 40ms);
}
.gallery-item.is-revealed { opacity: 1; transform: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
	position: absolute; inset: 0; padding: 1rem;
	background: linear-gradient(180deg, transparent 50%, rgba(15,28,18,.85));
	color: #fff; display: flex; flex-direction: column; justify-content: flex-end;
	opacity: 0; transition: opacity .3s var(--ease);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay .lucide { font-size: 1.4rem; margin-bottom: .4rem; }
.gallery-overlay p { font-size: .85rem; margin: 0; line-height: 1.4; }
.gallery-cta { text-align: center; margin-top: 3rem; padding: 2.5rem; background: var(--bg-cream); border-radius: var(--radius-xl); }

/* ============================== CONTACT HOME ============================== */
.atv-contact-home { padding: 5rem 0; background: var(--bg-soft); }
.contact-home-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.5rem; align-items: stretch; }
.contact-info { padding: 2rem; background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.contact-list { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; gap: 1rem; }
.contact-list li { display: flex; gap: .9rem; align-items: flex-start; }
.contact-list .lucide { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; background: var(--brand-green-soft); color: var(--brand-green); display: grid; place-items: center; font-size: 1.2rem; }
.contact-list strong { display: block; color: var(--ink); margin-bottom: .15rem; }
.contact-list a, .contact-list span { color: var(--muted); }
.contact-list a:hover { color: var(--brand-green); }
.contact-map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; border-radius: var(--radius-xl); box-shadow: var(--shadow); }

/* ============================== CTA BAND ============================== */
.atv-cta-band {
	background: linear-gradient(135deg, var(--brand-green), var(--brand-brown));
	color: #fff; padding: 3rem 0; position: relative; overflow: hidden;
}
.atv-cta-band::before, .atv-cta-band::after {
	content: ''; position: absolute; border-radius: 50%; opacity: .15;
}
.atv-cta-band::before { width: 360px; height: 360px; background: var(--brand-green-3); top: -180px; left: -120px; }
.atv-cta-band::after  { width: 460px; height: 460px; background: var(--brand-gold);   bottom: -240px; right: -160px; }
.cta-band-inner { display: grid; grid-template-columns: 1.5fr auto; gap: 2rem; align-items: center; position: relative; }
.cta-band-text small { display: block; color: var(--brand-green-3); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; font-size: .82rem; margin-bottom: .4rem; }
.cta-band-text h3 { color: #fff; margin-bottom: .35rem; font-size: clamp(1.5rem, 2.6vw, 2.2rem); }
.cta-band-text p { color: rgba(255,255,255,.85); margin: 0; }
.cta-band-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ============================== FOOTER ============================== */
.atv-footer { background: #1a1108; color: rgba(255,255,255,.78); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 2rem; padding-bottom: 3rem; }
.footer-col h4.widget-title { color: #fff; font-size: 1.05rem; margin-bottom: 1.1rem; position: relative; padding-bottom: .6rem; }
.footer-col h4.widget-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; background: var(--brand-green-3); border-radius: 999px; }
.footer-brand img { max-height: 70px; filter: brightness(1) invert(0); margin-bottom: 1rem; background: rgba(255,255,255,.95); padding: .35rem .6rem; border-radius: 8px; }
.footer-about p { font-size: .92rem; line-height: 1.65; }
.footer-socials { display: flex; gap: .5rem; margin-top: 1rem; }
.footer-socials a {
	width: 38px; height: 38px; border-radius: 50%;
	background: rgba(255,255,255,.08); color: #fff; display: grid; place-items: center;
	transition: background .2s var(--ease);
}
.footer-socials a:hover { background: var(--brand-green); }
.footer-menu, .footer-contacts { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.footer-menu a { color: rgba(255,255,255,.78); font-size: .92rem; display: inline-flex; align-items: center; gap: .35rem; }
.footer-menu a:hover { color: var(--brand-green-3); }
.footer-menu a::before { content: '›'; color: var(--brand-green-3); }
.footer-contacts li { display: flex; gap: .7rem; font-size: .92rem; }
.footer-contacts .lucide { color: var(--brand-green-3); flex: 0 0 18px; margin-top: .25rem; }
.footer-contacts a { color: rgba(255,255,255,.85); }
.footer-contacts a:hover { color: var(--brand-green-3); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.4rem 0; font-size: .85rem; }
.fb-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.fb-inner p { margin: 0; color: rgba(255,255,255,.65); }
.fb-inner ul.legal { list-style: none; padding: 0; margin: 0; display: flex; gap: 1rem; }
.fb-inner ul.legal a { color: rgba(255,255,255,.65); }
.fb-inner ul.legal a:hover { color: var(--brand-green-3); }

/* ============================== FLOATING WHATSAPP ============================== */
.atv-whatsapp-fab {
	position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 70;
	width: 60px; height: 60px; border-radius: 50%; background: #25D366;
	color: #fff; display: grid; place-items: center; box-shadow: 0 14px 28px -8px rgba(37,211,102,.5);
	animation: wa-pulse 2.4s var(--ease) infinite;
}
.atv-whatsapp-fab:hover { color: #fff; transform: scale(1.05); }
@keyframes wa-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,.55), 0 14px 28px -8px rgba(37,211,102,.5); }
	50%      { box-shadow: 0 0 0 18px rgba(37,211,102,0), 0 14px 28px -8px rgba(37,211,102,.5); }
}

/* ============================== PAGE HEADERS ============================== */
.page-hero { position: relative; padding: 4rem 0 2.5rem; background: var(--bg-cream); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0 0 .35rem; }
.page-hero p { color: var(--muted); max-width: 720px; }
.post-hero { padding: 5rem 0 3rem; color: #fff; isolation: isolate; overflow: hidden; }
.post-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -1; }
.post-hero h1, .post-hero p { color: #fff; }
.post-hero .hero-eyebrow { display: inline-flex; gap: .4rem; align-items: center; padding: .4rem .9rem; background: rgba(255,255,255,.16); border-radius: 999px; backdrop-filter: blur(8px); font-size: .85rem; margin-bottom: 1rem; }
.post-meta { display: flex; gap: 1.2rem; flex-wrap: wrap; color: rgba(255,255,255,.85); font-size: .9rem; margin-top: .8rem; }
.post-meta span { display: inline-flex; gap: .35rem; align-items: center; }

.atv-breadcrumbs ol { list-style: none; padding: 0; margin: 0 0 1.1rem; display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; font-size: .85rem; color: inherit; opacity: .85; }
.atv-breadcrumbs li::after { content: '/'; margin-left: .4rem; opacity: .5; }
.atv-breadcrumbs li:last-child::after { content: ''; }
.atv-breadcrumbs a { color: inherit; }

/* ============================== ARCHIVE / SINGLE ============================== */
.atv-archive { padding: 4rem 0; }
.archive-layout { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.archive-sidebar, .single-sidebar { display: grid; gap: 1.5rem; position: sticky; top: 110px; }
.sidebar-widget { background: #fff; padding: 1.5rem; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.sidebar-widget .widget-title { font-size: 1rem; color: var(--ink); margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line); position: relative; }
.sidebar-widget .widget-title::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 30px; height: 2px; background: var(--brand-green); }
.sidebar-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.sidebar-list a { display: inline-flex; align-items: center; gap: .45rem; color: var(--text); font-size: .9rem; }
.sidebar-list a:hover { color: var(--brand-green); }
.sidebar-list .lucide { color: var(--brand-green); }
.cta-widget { background: linear-gradient(135deg, var(--brand-green-soft), #fff); }

.atv-single { padding: 3.5rem 0; }
.single-layout { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.entry-content { font-size: 1.06rem; color: var(--text); line-height: 1.85; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 2rem; }
.entry-content p { margin-bottom: 1.1em; }
.entry-content ul, .entry-content ol { padding-left: 1.4rem; margin-bottom: 1.1em; }
.entry-content li { margin-bottom: .4em; }
.entry-content blockquote { border-left: 4px solid var(--brand-green); padding: .8rem 1.2rem; margin: 1.5rem 0; background: var(--brand-green-soft); border-radius: 0 var(--radius) var(--radius) 0; font-style: italic; color: var(--ink); }
.entry-content img { border-radius: var(--radius); margin: 1.2rem 0; box-shadow: var(--shadow); }
.entry-content a { font-weight: 600; }
.entry-content code { background: var(--bg-soft); padding: .15rem .4rem; border-radius: 4px; font-size: .92em; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.entry-content th, .entry-content td { padding: .8rem; border: 1px solid var(--line); text-align: left; }
.entry-content th { background: var(--brand-green-soft); color: var(--ink); }

.entry-share { display: flex; gap: .5rem; align-items: center; padding: 1.2rem 0; margin: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.entry-share strong { margin-right: .35rem; color: var(--ink); }
.entry-share a { width: 38px; height: 38px; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; color: var(--ink); transition: all .2s var(--ease); }
.entry-share a:hover { background: var(--brand-green); color: #fff; }

.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.post-nav a { display: flex; gap: .8rem; padding: 1rem 1.3rem; border-radius: var(--radius); background: var(--bg-soft); border: 1px solid var(--line); color: var(--text); transition: all .25s var(--ease); }
.post-nav a:hover { background: #fff; box-shadow: var(--shadow); border-color: var(--brand-green); }
.post-nav a.next { justify-self: end; text-align: right; flex-direction: row-reverse; }
.post-nav small { display: block; color: var(--muted); font-size: .78rem; }
.post-nav strong { color: var(--ink); font-size: .95rem; }

.service-cta { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; padding: 2rem; margin-top: 2rem; background: linear-gradient(135deg, var(--brand-green-soft), var(--brand-brown-soft)); border-radius: var(--radius-xl); }
.service-cta h3 { margin: 0 0 .4rem; color: var(--ink); }
.service-cta p { margin: 0; color: var(--text); }
.service-cta-actions { display: flex; gap: .6rem; flex-wrap: wrap; }

/* ============================== PAGINATION ============================== */
.atv-pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem; margin-top: 2.5rem; }
.atv-pagination .page-numbers { padding: .55rem .9rem; border-radius: 8px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--text); font-weight: 600; }
.atv-pagination .page-numbers.current, .atv-pagination .page-numbers:hover { background: var(--brand-green); color: #fff; border-color: var(--brand-green); }

/* ============================== 404 ============================== */
.atv-404 { padding: 6rem 0; text-align: center; min-height: 60vh; display: grid; place-items: center; }
.error-card h1 { font-size: clamp(5rem, 14vw, 10rem); margin: 0; color: var(--brand-green); line-height: 1; }
.error-card h2 { color: var(--ink); margin-top: 1rem; }
.error-card p { color: var(--muted); max-width: 500px; margin: 0 auto 1.6rem; }
.error-illustration { font-size: 4rem; color: var(--brand-green-3); margin-bottom: 1rem; }
.error-actions { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; }

/* ============================== SEARCH FORM ============================== */
.atv-search-form { display: flex; gap: .5rem; }
.atv-search-form input { flex: 1; padding: .8rem 1rem; border-radius: var(--radius-pill); border: 1px solid var(--line); font-family: inherit; }
.atv-search-form input:focus { outline: none; border-color: var(--brand-green); }
.atv-search-form button { padding: 0 1.4rem; border-radius: var(--radius-pill); border: none; background: var(--brand-green); color: #fff; }

/* ============================== UTILITIES / ANIM ============================== */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
[data-reveal].is-revealed { opacity: 1; transform: none; }

/* ============================== HIDE HELPERS ============================== */
@media (max-width: 768px) {
	.hide-sm { display: none !important; }
}
@media (max-width: 992px) {
	.hide-md { display: none !important; }
}
