@charset "UTF-8";
/*
Theme Name: Gusia Fashion Blog
Description: A modern, responsive WordPress theme for fashion bloggers.
Author: Gusia
Version: 1.0.7
License: GPL v2 or later
Text Domain: gusia-fashion-blog
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

.magazine-header {
  background: #fff;
  border-bottom: 1px solid #000;
  padding: 0;
  font-family: Georgia, serif;
  height: 100%;
  min-height: 80px;
}
.magazine-header .magazine-header__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 100%;
  min-height: inherit;
}
.magazine-header .magazine-header__brand {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.magazine-header .magazine-header__brand .magazine-header__brand-title {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazine-header .magazine-header__brand .magazine-header__brand-desc {
  font-size: 1rem;
  color: #888;
  margin: 0.2em 0 0;
  letter-spacing: 0.1em;
}
.magazine-header .magazine-header__nav {
  flex: 2 1 0;
  text-align: left;
  font-family: Georgia, serif;
  display: flex;
  align-items: stretch;
  min-height: inherit;
  margin: 0 0.5rem;
}
.magazine-header .magazine-header__nav .magazine-header__nav-menu {
  display: flex;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: inherit;
}
.magazine-header .magazine-header__nav .magazine-header__nav-menu li {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
  min-height: inherit;
}
.magazine-header .magazine-header__nav .magazine-header__nav-menu li a {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: inherit;
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #000;
  background: #fff;
  border: none;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
}
.magazine-header .magazine-header__nav .magazine-header__nav-menu li.current-menu-item a,
.magazine-header .magazine-header__nav .magazine-header__nav-menu li a:focus,
.magazine-header .magazine-header__nav .magazine-header__nav-menu li a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.magazine-header .magazine-header__search {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}
.magazine-header .magazine-header__search form {
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  background: #fff;
  padding: 0.2em 0.7em;
  border-radius: 2px;
}
.magazine-header .magazine-header__search form input[type=search] {
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 0.3em 0.5em;
  background: transparent;
  color: #000;
}
.magazine-header .magazine-header__search form input[type=search]::placeholder {
  color: #bbb;
  letter-spacing: 0.1em;
}
.magazine-header .magazine-header__search form button {
  background: none;
  border: none;
  color: #000;
  font-size: 1.2em;
  cursor: pointer;
  margin-left: 0.3em;
  display: flex;
  align-items: center;
}

.magazine-header__nav-menu {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.magazine-header__nav-menu li {
  margin: 0;
}
.magazine-header__nav-menu li a {
  display: block;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
}
.magazine-header__nav-menu li.current-menu-item a,
.magazine-header__nav-menu li a:focus,
.magazine-header__nav-menu li a:hover {
  background: #000;
  color: #fff;
}

.site-content {
  padding: 40px 0;
}

.content-area {
  width: 100%;
  float: none;
  padding-right: 0;
}

.entry {
  padding: 30px;
  margin-bottom: 30px;
}

.entry-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.entry-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:hover {
  color: #666;
}

.entry-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.entry-content {
  line-height: 1.8;
}

.entry-content p {
  margin-bottom: 15px;
}

.article-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 48px 40px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(30, 30, 30, 0.04);
}

.metadata-bar {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 14px;
  color: #666;
  text-transform: lowercase;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  gap: 12px;
}

.meta-separator {
  margin: 0 8px;
}

.meta-author, .meta-date, .meta-readtime {
  font-weight: 400;
}

.headline {
  font-family: serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.featured-image {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  margin: 36px auto;
  border-radius: 0;
  display: block;
  text-align: center;
}

.body-text {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #2c2c2c;
  margin-bottom: 24px;
}

.site-footer {
  background-color: #fff;
  color: #000;
  padding: 48px 0 32px;
  clear: both;
  font-family: system-ui, Helvetica, Arial, sans-serif;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.footer-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-info {
  margin-bottom: 0;
}

.footer-copyright {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
}

.footer-navigation-minimal {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0;
}

.footer-menu-minimal {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-navigation-minimal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu-minimal li {
  margin: 0;
}

.footer-menu-minimal a {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 4px 0;
  transition: opacity 0.2s;
}

.footer-menu-minimal a:hover,
.footer-menu-minimal a:focus {
  opacity: 0.7;
  outline: none;
}

.read-more {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.read-more:hover {
  background-color: #666;
  color: #fff;
}

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

.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.post-navigation {
  margin-top: 40px;
  padding: 20px;
  border-top: 1px solid #000;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1;
  max-width: 45%;
}

.post-navigation .nav-next {
  text-align: right;
}

.post-navigation a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  padding: 10px 0;
  transition: color 0.2s ease;
}

.post-navigation a:hover {
  color: #000;
}

.post-navigation .nav-disabled {
  color: #999;
  font-style: italic;
  cursor: not-allowed;
}

.post-navigation .nav-previous a::before {
  content: "← ";
  font-weight: 700;
}

.post-navigation .nav-next a::after {
  content: " →";
  font-weight: 700;
}

@media (max-width: 768px) {
  .post-navigation .nav-links {
    flex-direction: column;
    gap: 15px;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    max-width: 100%;
  }
  .post-navigation .nav-next {
    text-align: left;
  }
}
.comments-area {
  margin-top: 40px;
  padding: 30px;
}

.comments-title {
  margin-bottom: 30px;
  color: #333;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .comment {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.comment-author {
  font-weight: 700;
  color: #333;
}

.comment-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}

.comment-content {
  line-height: 1.6;
}

.search-form {
  display: flex;
  margin: 20px 0;
}

.search-field {
  flex: 1;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 3px 0 0 3px;
  font-size: 16px;
}

.search-submit {
  padding: 10px 15px;
  border-radius: 0 3px 3px 0;
  transition: background-color 0.3s;
  background: #000;
  border: none;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.search-submit:hover {
  background-color: #666;
}

@media (max-width: 768px) {
  .search-form {
    flex-direction: column;
  }
  .search-field {
    border-radius: 3px 3px 0 0;
    margin-bottom: 5px;
  }
  .search-submit {
    border-radius: 0 0 3px 3px;
  }
}
.error-404 .entry-content {
  text-align: center;
  padding: 40px 20px;
}

.error-404 .entry-content ul {
  text-align: left;
  max-width: 400px;
  margin: 20px auto;
}

.page-header {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-title {
  color: #333;
  margin-bottom: 10px;
}

.archive-description {
  color: #666;
  font-style: italic;
}

.card-grid-container {
  padding: clamp(20px, 5vw, 40px);
  margin-left: auto;
  margin-right: auto;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 24px);
  max-width: 1400px;
  margin: 0 auto;
  justify-content: start;
}

@media (max-width: 1200px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}
.card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  cursor: pointer;
  min-height: 100%;
  border: 1px solid #000;
  max-width: 400px;
  background: var(--color-bg-primary, #fff);
}
.card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.card__image-container {
  aspect-ratio: 4/5;
  overflow: hidden;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 220px;
}

.card__meta {
  display: flex;
  flex-direction: column;
  padding: 16px 20px 0;
  font-size: 13px;
  color: #495057;
}

.card__author {
  font-weight: 500;
  color: #212529;
  margin-bottom: 2px;
}

.card__timestamp {
  color: #6c757d;
  font-size: 12px;
  margin-bottom: 10px;
}

.card__headline {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #212529;
  margin: 0 20px 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

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

.card__excerpt {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #495057;
  line-height: 1.45;
  padding: 0 20px 20px;
  flex-grow: 1;
  display: box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
.card__excerpt p {
  margin: 0;
  padding: 0;
  display: box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.pagination {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.pagination ul li {
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.pagination ul li:hover {
  background-color: #333;
  border-color: #d0d0d0;
  text-decoration: none;
}
.pagination ul li:hover a {
  color: #fff;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  background-color: transparent;
  color: #666;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.pagination .page-numbers.dots {
  background-color: #fff;
  border-color: #d0d0d0;
  color: #000;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.pagination .page-numbers.current:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-weight: 500;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  transition: transform 0.2s ease;
}
.pagination .page-numbers.prev:hover svg, .pagination .page-numbers.next:hover svg {
  transform: scale(1.05);
}
.pagination .page-numbers.prev:hover svg {
  transform: scale(1.05);
}
.pagination .page-numbers.next:hover svg {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    margin: 0 0.1rem;
  }
  .pagination ul {
    gap: 0.2rem;
  }
}
@media (max-width: 480px) {
  .pagination .page-numbers {
    min-width: 32px;
    height: 32px;
    padding: 0 0.4rem;
    font-size: 0.75rem;
    border-radius: 4px;
  }
}
