/*
Theme Name: AriAriter
Theme URI: https://arialiter.pl
Author: AriAriter Team
Author URI: https://arialiter.pl
Description: Klasyczny, minimalistyczny szablon WordPress — lifestyle journal z naciskiem na wydajność, czystość kodu i elegancki design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-fast-theme
Tags: blog, lifestyle, magazine, one-column, two-columns, three-columns, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #fafaf8;
  color: #2c2c2c;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
::selection { background: #e8dfd3; color: #2c2c2c; }

/* ===== TYPOGRAPHY ===== */
.font-display { font-family: 'Playfair Display', Georgia, serif; }
.font-accent { font-family: 'Cormorant Garamond', Georgia, serif; }
.font-body { font-family: 'Inter', -apple-system, sans-serif; }

/* ===== UTILITY ===== */
.container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ===== TOP BAR ===== */
.top-bar {
  background: #2c2c2c;
  color: #f5f0ea;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 0;
  text-align: center;
}
.top-bar span { font-weight: 500; }

/* ===== HEADER / NAV ===== */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e4de;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 1px 20px rgba(0,0,0,0.06); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding: 0 24px;
  min-height: 72px;
  max-width: 1400px;
  margin: 0 auto;
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  flex-shrink: 0;
  min-width: 260px;
  padding: 16px 0;
}
.logo em { font-style: italic; font-weight: 400; color: #9a8c7a; }

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  padding: 16px 0;
}
.nav-links a {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
  position: relative;
  padding: 4px 0;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: #2c2c2c;
  transition: width 0.3s ease;
}
.nav-links a:hover { color: #2c2c2c; }
.nav-links a:hover::after { width: 100%; }

.header-actions { display: flex; gap: 16px; align-items: center; flex-shrink: 0; }
.header-actions button { color: #666; transition: color 0.3s; }
.header-actions button:hover { color: #2c2c2c; }
.icon-btn { width: 20px; height: 20px; }

/* Mobile menu toggle */
.menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 1.5px; background: #2c2c2c; transition: all 0.3s; }

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0; bottom: 0;
  background: #fff;
  z-index: 999;
  padding: 40px 24px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s;
}
.mobile-nav.open { display: block; opacity: 1; transform: translateY(0); }
.mobile-nav a {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: #2c2c2c;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

/* ===== CATEGORY LABEL ===== */
.cat-label {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #9a8c7a;
  margin-bottom: 10px;
}

/* ===== HERO SECTION ===== */
.hero {
  background: #fff;
  border-bottom: 1px solid #e8e4de;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}
.hero-image { position: relative; overflow: hidden; }
.hero-image img { transition: transform 6s ease; }
.hero:hover .hero-image img { transform: scale(1.03); }
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 64px;
}
.hero-content .cat-label { font-size: 0.68rem; }
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  line-height: 1.15;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.hero-excerpt {
  font-size: 1rem;
  line-height: 1.8;
  color: #777;
  margin-bottom: 28px;
  max-width: 480px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
}
.hero-meta .author { font-weight: 600; color: #2c2c2c; }
.hero-meta .dot { width: 3px; height: 3px; background: #ccc; border-radius: 50%; }
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 24px;
  transition: gap 0.3s ease;
}
.read-more-link:hover { gap: 14px; }
.read-more-link .arrow { font-size: 1rem; transition: transform 0.3s; }
.read-more-link:hover .arrow { transform: translateX(3px); }

/* ===== SECTION HEADER ===== */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0 32px;
  border-bottom: 1px solid #e8e4de;
  margin-bottom: 0;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.section-link {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #9a8c7a;
  transition: color 0.3s;
}
.section-link:hover { color: #2c2c2c; }

/* ===== POST GRID ===== */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-bottom: 1px solid #e8e4de;
}
.post-card {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #e8e4de;
  transition: background 0.3s ease;
}
.post-card:last-child { border-right: none; }
.post-card:hover { background: #fdfcf9; }
.post-card-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.post-card-image img { transition: transform 5s ease; }
.post-card:hover .post-card-image img { transform: scale(1.04); }
.post-card-body { padding: 24px 28px 32px; }
.post-card-body .cat-label { font-size: 0.6rem; }
.post-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c2c2c;
  transition: color 0.3s;
}
.post-card:hover .post-card-title { color: #9a8c7a; }
.post-card-excerpt {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #888;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card-meta {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
}

/* ===== FEATURED ROW ===== */
.featured-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-bottom: 1px solid #e8e4de;
}
.featured-item {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #e8e4de;
}
.featured-item:last-child { border-right: none; }
.featured-item-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.featured-item-image img { transition: transform 5s ease; }
.featured-item:hover .featured-item-image img { transform: scale(1.03); }
.featured-item-body { padding: 28px 32px 36px; }
.featured-item-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2c2c2c;
}
.featured-item:hover .featured-item-title { color: #9a8c7a; }
.featured-item-excerpt {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #888;
  margin-bottom: 16px;
}

/* ===== LIFESTYLE SECTION (magazine split) ===== */
.lifestyle-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: #fff;
  border-bottom: 1px solid #e8e4de;
}
.lifestyle-main {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #e8e4de;
}
.lifestyle-main-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.lifestyle-main-image img { transition: transform 5s ease; }
.lifestyle-main:hover .lifestyle-main-image img { transform: scale(1.03); }
.lifestyle-main-body { padding: 32px 40px 40px; }
.lifestyle-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 14px;
  color: #2c2c2c;
}
.lifestyle-main:hover .lifestyle-main-title { color: #9a8c7a; }
.lifestyle-main-excerpt {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #888;
  max-width: 520px;
  margin-bottom: 20px;
}

.lifestyle-sidebar { display: flex; flex-direction: column; }
.sidebar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 36px;
  border-bottom: 1px solid #e8e4de;
  transition: background 0.3s;
}
.sidebar-item:last-child { border-bottom: none; }
.sidebar-item:hover { background: #fdfcf9; }
.sidebar-item-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #e0d8cc;
  margin-bottom: 8px;
  line-height: 1;
}
.sidebar-item-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2c2c2c;
  transition: color 0.3s;
}
.sidebar-item:hover .sidebar-item-title { color: #9a8c7a; }
.sidebar-item-meta {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
}

/* ===== MINI POSTS ROW ===== */
.mini-posts-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-bottom: 1px solid #e8e4de;
}
.mini-post {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #e8e4de;
  transition: background 0.3s;
}
.mini-post:last-child { border-right: none; }
.mini-post:hover { background: #fdfcf9; }
.mini-post-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.mini-post-image img { transition: transform 5s ease; }
.mini-post:hover .mini-post-image img { transform: scale(1.04); }
.mini-post-body { padding: 20px 24px 28px; }
.mini-post-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2c2c2c;
  transition: color 0.3s;
}
.mini-post:hover .mini-post-title { color: #9a8c7a; }
.mini-post-meta {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
}

/* ===== NEWSLETTER ===== */
.newsletter {
  background: #f5f0ea;
  text-align: center;
  padding: 64px 24px;
  border-bottom: 1px solid #e8e4de;
}
.newsletter-inner { max-width: 520px; margin: 0 auto; }
.newsletter-icon {
  font-size: 1.6rem;
  margin-bottom: 16px;
  display: block;
  color: #9a8c7a;
}
.newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c2c2c;
}
.newsletter-desc {
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 28px;
  line-height: 1.7;
}
.newsletter-form {
  display: flex;
  gap: 0;
  max-width: 400px;
  margin: 0 auto;
}
.newsletter-form input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #d5cec3;
  border-right: none;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  outline: none;
  transition: border-color 0.3s;
}
.newsletter-form input::placeholder { color: #bbb; }
.newsletter-form input:focus { border-color: #9a8c7a; }
.newsletter-form button {
  padding: 14px 28px;
  background: #2c2c2c;
  color: #f5f0ea;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.3s;
}
.newsletter-form button:hover { background: #444; }

/* ===== QUOTE STRIP ===== */
.quote-strip {
  background: #2c2c2c;
  color: #f5f0ea;
  padding: 56px 24px;
  text-align: center;
  border-bottom: 1px solid #444;
}
.quote-strip blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto 16px;
  font-weight: 400;
}
.quote-strip cite {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a8c7a;
}

/* ===== INSTAGRAM STRIP ===== */
.insta-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  border-bottom: 1px solid #e8e4de;
}
.insta-item {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #e8e4de;
}
.insta-item:last-child { border-right: none; }
.insta-item img { transition: transform 4s ease, opacity 0.3s; }
.insta-item:hover img { transform: scale(1.08); opacity: 0.85; }
.insta-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(44,44,44,0);
  transition: background 0.3s;
}
.insta-item:hover::after { background: rgba(44,44,44,0.1); }

/* ===== FOOTER ===== */
.site-footer {
  background: #2c2c2c;
  color: #bbb;
  padding: 56px 24px 32px;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #444;
}
.footer-brand .logo { color: #f5f0ea; font-size: 1.5rem; }
.footer-brand .logo em { color: #9a8c7a; }
.footer-brand p {
  font-size: 0.85rem;
  line-height: 1.8;
  color: #888;
  margin-top: 16px;
  max-width: 300px;
}
.footer-col h4 {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #f5f0ea;
  margin-bottom: 20px;
}
.footer-col a {
  display: block;
  font-size: 0.82rem;
  color: #888;
  padding: 5px 0;
  transition: color 0.3s;
}
.footer-col a:hover { color: #f5f0ea; }
.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.72rem;
  color: #666;
  letter-spacing: 0.06em;
}
.footer-social { display: flex; gap: 20px; }
.footer-social a {
  color: #888;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.footer-social a:hover { color: #f5f0ea; }

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  background: #2c2c2c;
  color: #f5f0ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
  z-index: 100;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: #555; }

/* ===== SEARCH OVERLAY ===== */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.97);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.search-overlay.active { opacity: 1; pointer-events: all; }
.search-overlay-inner { width: 90%; max-width: 600px; text-align: center; }
.search-overlay .close-search {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 1.4rem;
  color: #2c2c2c;
  padding: 8px;
}
.search-overlay input {
  width: 100%;
  padding: 16px 0;
  border: none;
  border-bottom: 2px solid #2c2c2c;
  background: transparent;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #2c2c2c;
  outline: none;
  text-align: center;
}
.search-overlay input::placeholder { color: #ccc; }
.search-hint {
  margin-top: 16px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
}

/* ===== SINGLE POST ===== */
.single-post-hero {
  background: #fff;
  border-bottom: 1px solid #e8e4de;
  padding: 48px 0 40px;
}
.single-post-hero .container { max-width: 800px; }
.single-post-hero .cat-label { font-size: 0.68rem; }
.single-post-hero .hero-title {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.single-post-hero .hero-excerpt {
  font-size: 1.05rem;
  max-width: 100%;
}
.single-post-featured {
  background: #fff;
  border-bottom: 1px solid #e8e4de;
}
.single-post-featured img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}
.single-post-content {
  background: #fff;
  padding: 48px 0;
}
.single-post-content .container {
  max-width: 720px;
}
.single-post-content .entry-content {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
}
.single-post-content .entry-content p { margin-bottom: 1.5em; }
.single-post-content .entry-content h2,
.single-post-content .entry-content h3,
.single-post-content .entry-content h4 {
  font-family: 'Playfair Display', serif;
  color: #2c2c2c;
  margin: 1.8em 0 0.6em;
  line-height: 1.3;
}
.single-post-content .entry-content img {
  width: 100%;
  height: auto;
  margin: 2em 0;
}
.single-post-content .entry-content blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6;
  color: #666;
  border-left: 3px solid #e8e4de;
  padding: 16px 0 16px 24px;
  margin: 2em 0;
}
.single-post-content .entry-content a {
  color: #9a8c7a;
  border-bottom: 1px solid #d5cec3;
  transition: color 0.3s, border-color 0.3s;
}
.single-post-content .entry-content a:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
}
.post-tags {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e8e4de;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.post-tags span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2c2c;
}
.post-tags a {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a8c7a;
  padding: 4px 12px;
  border: 1px solid #e8e4de;
  transition: all 0.3s;
}
.post-tags a:hover {
  background: #2c2c2c;
  color: #f5f0ea;
  border-color: #2c2c2c;
}
.post-nav {
  background: #fafaf8;
  border-top: 1px solid #e8e4de;
  border-bottom: 1px solid #e8e4de;
}
.post-nav-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
}
.post-nav-item {
  padding: 32px;
  border-right: 1px solid #e8e4de;
  transition: background 0.3s;
}
.post-nav-item:last-child { border-right: none; }
.post-nav-item:hover { background: #fff; }
.post-nav-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #9a8c7a;
  margin-bottom: 8px;
}
.post-nav-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  line-height: 1.4;
  color: #2c2c2c;
  transition: color 0.3s;
}
.post-nav-item:hover .post-nav-title { color: #9a8c7a; }

/* ===== PAGE ===== */
.page-content {
  background: #fff;
  padding: 56px 0;
  min-height: 60vh;
}
.page-content .container { max-width: 800px; }
.page-content .entry-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 24px;
  color: #2c2c2c;
}
.page-content .entry-content {
  font-size: 1rem;
  line-height: 1.9;
  color: #444;
}
.page-content .entry-content p { margin-bottom: 1.5em; }

/* ===== COMMENTS ===== */
.comments-area {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 0;
}
.comments-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  margin-bottom: 32px;
}
.comment-list { list-style: none; }
.comment-body {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.comment-author { font-weight: 600; font-size: 0.9rem; }
.comment-meta {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 2px;
}
.comment-content { margin-top: 12px; font-size: 0.92rem; line-height: 1.8; color: #555; }
.comment-respond { margin-top: 40px; }
.comment-form label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2c2c2c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e8e4de;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  margin-bottom: 20px;
  outline: none;
  transition: border-color 0.3s;
}
.comment-form input:focus,
.comment-form textarea:focus { border-color: #9a8c7a; }
.comment-form .submit {
  padding: 12px 32px;
  background: #2c2c2c;
  color: #f5f0ea;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.comment-form .submit:hover { background: #444; }

/* ===== PAGINATION ===== */
.nav-links.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 32px 0;
}
.nav-links.pagination .page-numbers {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #888;
    padding: 10px 16px;
    border: 1px solid #e8e4de;
    transition: all 0.3s;
}
.nav-links.pagination .page-numbers:hover,
.nav-links.pagination .page-numbers.current {
    background: #2c2c2c;
    color: #f5f0ea;
    border-color: #2c2c2c;
}
.nav-links.pagination .page-numbers.dots {
    border: none;
    padding: 10px 8px;
}

/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-image { aspect-ratio: 16/9; max-height: 400px; }
  .hero-content { padding: 40px 32px; }
  .hero-title { font-size: 2.2rem; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .post-card:nth-child(3) { border-right: none; }
  .lifestyle-section { grid-template-columns: 1fr; }
  .lifestyle-main { border-right: none; border-bottom: 1px solid #e8e4de; }
  .mini-posts-row { grid-template-columns: repeat(2, 1fr); }
  .mini-post:nth-child(2) { border-right: none; }
  .mini-post:nth-child(1), .mini-post:nth-child(2) { border-bottom: 1px solid #e8e4de; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .insta-strip { grid-template-columns: repeat(3, 1fr); }
  .insta-item:nth-child(3) { border-right: none; }
  .post-nav-inner { grid-template-columns: 1fr; }
  .post-nav-item { border-right: none; border-bottom: 1px solid #e8e4de; }
  .post-nav-item:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .menu-toggle { display: flex; }
  .hero-title { font-size: 1.8rem; }
  .hero-content { padding: 32px 24px; }
  .post-grid { grid-template-columns: 1fr; }
  .post-card { border-right: none; border-bottom: 1px solid #e8e4de; }
  .post-card:last-child { border-bottom: none; }
  .featured-row { grid-template-columns: 1fr; }
  .featured-item { border-right: none; border-bottom: 1px solid #e8e4de; }
  .featured-item:last-child { border-bottom: none; }
  .mini-posts-row { grid-template-columns: 1fr; }
  .mini-post { border-right: none; border-bottom: 1px solid #e8e4de; }
  .mini-post:last-child { border-bottom: none; }
  .insta-strip { grid-template-columns: repeat(2, 1fr); }
  .insta-item:nth-child(even) { border-right: none; }
  .insta-item { border-bottom: 1px solid #e8e4de; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input { border-right: 1px solid #d5cec3; }
  .lifestyle-main-body { padding: 28px 24px; }
  .lifestyle-main-title { font-size: 1.5rem; }
  .featured-item-body { padding: 24px; }
  .featured-item-title { font-size: 1.25rem; }
  .quote-strip blockquote { font-size: 1.2rem; }
  .section-header { padding: 36px 0 24px; }
  .single-post-hero .hero-title { font-size: 1.8rem; }
  .page-content .entry-title { font-size: 1.8rem; }
}
