#preloader,
body {
  background-color: var(--cream);
}
.nav-link,
.navbar-brand {
  color: var(--text-dark) !important;
}
.footer-column h3::after,
.footer::after,
.footer::before {
  content: "";
  position: absolute;
  left: 0;
}
.contact-help,
.feature-box,
.file-upload,
.footer-bottom,
.form-header,
.hero-content,
.material-item,
.page-header,
.preloader-content,
.stat,
.step-card {
  text-align: center;
}
.cta-btn.primary:hover,
.cta-btn.secondary:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.blog-post-readmore,
.blog-post-title a,
.contact-btn,
.contact-email,
.contact-info a,
.cta-btn,
.footer-links a,
.social-link {
  text-decoration: none;
}
:root {
  --cream: #fff9f3;
  --beige: #f5ede3;
  --blush: #e89e97;
  --sage: #d8e0d5;
  --dark-beige: #e8d9c9;
  --text-dark: #5a5349;
  --text-light: #7a7368;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}
.navbar-brand,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s, visibility 0.5s;
}
#hero,
.faq-search,
.footer,
.footer-column h3,
.footer-links a,
.footer-main,
.knit-loader,
.slider-container,
.step-card {
  position: relative;
}
.knit-loader {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.knit-loader:after,
.knit-loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: var(--blush);
  animation: 1.5s linear infinite knit-spin;
}
.knit-loader:after {
  border-top-color: var(--sage);
  animation-delay: 0.3s;
}
@keyframes knit-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader-content p {
  color: var(--text-light);
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.navbar {
  background-color: rgba(255, 249, 243, 0.95);
  padding: 15px 0;
  transition: 0.3s;
  box-shadow: 0 2px 10px rgba(90, 83, 73, 0.05);
}
.navbar.scrolled {
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(90, 83, 73, 0.1);
}
.navbar-brand {
  font-size: 1.8rem;
  font-weight: 700;
}
.nav-link {
  font-weight: 500;
  margin: 0 8px;
  transition: color 0.3s;
}
.customer-name,
.price {
  font-weight: 600;
}
.nav-link:hover {
  color: var(--blush) !important;
}
#hero {
  background: linear-gradient(
        rgba(248, 226, 224, 0.7),
        rgba(216, 224, 213, 0.8)
      )
      center/cover,
    url("https://images.unsplash.com/photo-1575936123452-b67c3203c357?ixlib=rb-4.0.3&auto=format&fit=crop&w=1470&q=80")
      center/cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
}
.about-image,
.product-img {
  align-items: center;
  display: flex;
}
.hero-content {
  max-width: 700px;
  margin: 0 auto;
}
.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--text-dark);
}
.hero-content p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: var(--text-light);
}
.section-title h2 {
  color: var(--text-dark);
}
.impact-section,
section {
  padding: 80px 0;
}
#about,
#conditions,
#contact,
#contact-help,
#countries,
#policy-overview,
#tracking-help,
#why-choose-us {
  background-color: var(--beige);
}
.about-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(90, 83, 73, 0.1);
  height: 400px;
  background-color: var(--sage);
  justify-content: center;
}
.contact-form,
.feature-box,
.product-card,
.testimonial-card {
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
}
.about-image i {
  font-size: 8rem;
  color: var(--cream);
}
.about-text {
  padding: 20px;
}
.about-text h3 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: var(--text-dark);
}
.about-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-light);
}
.product-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 30px;
  height: auto;
}
.fit-option:hover,
.inspiration-item:hover,
.material-card:hover,
.pillar-card:hover,
.product-card:hover,
.step-card:hover,
.storage-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(90, 83, 73, 0.15);
}
.product-img {
  height: 250px;
  background-color: var(--dark-beige);
  justify-content: center;
}
.product-img i {
  font-size: 4.5rem;
  color: var(--cream);
}
.product-body,
.related-post-content {
  padding: 25px;
}
.product-body h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.file-upload p,
.product-body p {
  color: var(--text-light);
  margin-bottom: 15px;
}
.price {
  color: #ff6355;
  font-size: 1.3rem;
}
.feature-box {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  transition: 0.3s;
}
.country-card:hover,
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(90, 83, 73, 0.12);
}
.feature-icon,
.policy-icon,
.step-icon {
  width: 80px;
  height: 80px;
  background-color: var(--sage);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.feature-icon i,
.policy-icon i,
.step-icon i {
  font-size: 2.5rem;
  color: var(--cream);
}
.feature-box p,
.form-check-label,
.testimonial-text {
  color: var(--text-light);
}
.feature-box h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.contact-icon i,
.customer-img i,
.material-icon i {
  color: var(--cream);
}
.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}
.testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.7;
}
.contact-details h5,
.customer-name {
  margin-bottom: 5px;
}
.customer-info {
  display: flex;
  align-items: center;
}
.contact-icon,
.customer-img {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
}
.customer-img {
  border-radius: 50%;
  background-color: var(--sage);
  margin-right: 15px;
  justify-content: center;
}
.rating {
  color: #ffc107;
}
.contact-form {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.contact-icon {
  background-color: var(--sage);
  border-radius: 50%;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.contact-icon i {
  font-size: 1.2rem;
}
.footer {
  background: linear-gradient(135deg, #4a3f35 0, #2d2520 100%);
  color: #f5f0eb;
  padding: 0;
  overflow: hidden;
}
.footer::before {
  top: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    #d4a574 0,
    #c9936b 25%,
    #d4a574 50%,
    #c9936b 75%,
    #d4a574 100%
  );
}
.footer::after {
  top: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 30%,
      rgba(212, 165, 116, 0.03) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(212, 165, 116, 0.03) 0,
      transparent 50%
    );
  pointer-events: none;
}
.footer-main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px 30px;
  z-index: 1;
}
.footer-links ol,
ul {
  padding-left: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
  margin-bottom: 50px;
}
.footer-about p,
.footer-column h3,
.footer-logo {
  margin-bottom: 20px;
}
.footer-column h3 {
  font-size: 1.3rem;
  color: #d4a574;
  font-weight: 600;
  padding-bottom: 12px;
}
.footer-column h3::after {
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #d4a574;
}
.footer-about {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #d4c4b8;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f5f0eb;
}
.footer-logo::before {
  content: "🧶";
  font-size: 2rem;
}
.footer-links {
  list-style: none;
}
.categories-list li,
.footer-links li,
.toc-list li {
  margin-bottom: 12px;
}
.footer-links a {
  color: #d4c4b8;
  transition: 0.3s;
  display: inline-block;
}
.footer-links a::before {
  content: "→";
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  color: #d4a574;
}
.footer-links a:hover {
  color: #d4a574;
  padding-left: 25px;
}
.footer-links a:hover::before {
  opacity: 1;
  left: 0;
}
.contact-info {
  list-style: none;
  margin-left: 5%;
  margin-top: 5%;
}
.contact-info li {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #d4c4b8;
}
.contact-info li::before {
  content: attr(data-icon);
  font-size: 1.2rem;
  color: #d4a574;
  min-width: 24px;
}
.contact-info a {
  color: #d4c4b8;
  transition: color 0.3s;
}
.contact-info a:hover {
  color: #d4a574;
}
.newsletter-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 8px;
  border: 1px solid rgba(212, 165, 116, 0.2);
}
.newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(212, 165, 116, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #f5f0eb;
  border-radius: 4px;
  font-size: 0.95rem;
  transition: 0.3s;
}
.payment-methods,
.social-link {
  align-items: center;
  display: flex;
}
.newsletter-input::placeholder {
  color: rgba(245, 240, 235, 0.5);
}
.newsletter-input:focus {
  outline: 0;
  border-color: #d4a574;
  background: rgba(255, 255, 255, 0.15);
}
.newsletter-btn {
  padding: 12px 28px;
  background: #d4a574;
  color: #2d2520;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.95rem;
}
.newsletter-btn:hover {
  background: #c9936b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 165, 116, 0.3);
}
.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.social-link {
  border: 1px solid rgba(212, 165, 116, 0.3);
  justify-content: center;
  font-size: 1.2rem;
}
.social-link:hover {
  border-color: #d4a574;
  transform: translateY(-3px) rotate(5deg);
  box-shadow: 0 5px 15px rgba(212, 165, 116, 0.4);
}
.footer-bottom {
  border-top: 1px solid rgba(212, 165, 116, 0.2);
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.2);
}
.footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.copyright {
  color: #d4c4b8;
  font-size: 0.9rem;
}
.copyright .heart {
  color: #d4a574;
  display: inline-block;
  animation: 1.5s ease-in-out infinite heartbeat;
}
@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.payment-methods {
  gap: 12px;
}
.payment-methods span {
  color: #d4c4b8;
  font-size: 0.85rem;
  margin-right: 8px;
}
.payment-icon {
  width: 40px;
  height: 28px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: #2d2520;
}
#scrollToTop,
.social-link {
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
}
#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--blush);
  color: var(--text-dark);
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 15px rgba(90, 83, 73, 0.2);
}
#scrollToTop.active {
  opacity: 1;
  visibility: visible;
}
#scrollToTop:hover {
  background-color: var(--sage);
  transform: translateY(-5px);
}
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2.8rem;
  }
  .section-title h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  .payment-methods {
    justify-content: center;
  }
  .hero-content h1 {
    font-size: 2.3rem;
  }
  .hero-content p {
    font-size: 1.1rem;
  }
  section {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .about-text h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .navbar-brand {
    font-size: 1.5rem;
  }
  .contact-form {
    padding: 30px 20px;
  }
}
.social-links {
  display: flex;
  gap: 12px;
}
.social-link {
  width: 40px;
  height: 40px;
  justify-content: center;
  background: #f2f2f2;
  color: #333;
}
.social-link:hover {
  background: #5a5349;
  color: #fff;
}
.care-content,
.custom-content,
.faq-content,
.privacy-content,
.sizing-content,
.sustainability-content,
.terms-content {
  padding: 80px 0;
  background-color: var(--cream);
}
.highlight-box,
.update-info {
  background-color: var(--beige);
}
.faq-accordion,
.privacy-section,
.terms-section {
  margin-bottom: 40px;
}
.privacy-section h2,
.terms-section h2 {
  font-size: 2rem;
  color: var(--text-dark);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--sage);
}
.privacy-section h3,
.terms-section h3 {
  font-size: 1.5rem;
  color: var(--text-dark);
  margin: 25px 0 15px;
}
.privacy-section p,
.terms-section p {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 15px;
}
.privacy-section ul,
.terms-section ol,
.terms-section ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.privacy-section li,
.terms-section li {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 8px;
  position: relative;
  padding-left: 10px;
}
.privacy-section li:before,
.terms-section li:before {
  content: "•";
  color: var(--sage);
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.update-info {
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  border: 1px dashed var(--sage);
}
.update-info h4 {
  color: var(--text-dark);
  margin-bottom: 10px;
}
.privacy-contact,
.terms-contact {
  background-color: var(--beige);
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
  text-align: center;
}
.privacy-contact h3,
.terms-contact h3 {
  margin-bottom: 20px;
  color: var(--text-dark);
}
.form-check,
.privacy-contact p,
.terms-contact p {
  margin-bottom: 15px;
}
.page-header {
  background: linear-gradient(
        rgba(248, 226, 224, 0.7),
        rgba(216, 224, 213, 0.8)
      )
      center/cover,
    url("https://images.unsplash.com/photo-1575936123452-b67c3203c357?ixlib=rb-4.0.3&auto=format&fit=crop&w=1470&q=80")
      center/cover;
  padding: 140px 0 60px;
  margin-top: 70px;
}
.form-header h2,
.page-header h1 {
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 15px;
}
.page-header p {
  font-size: 1.2rem;
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
}
.terms-section ol {
  counter-reset: item;
}
.terms-section ol > li {
  counter-increment: item;
}
.terms-section ol > li:before {
  content: counter(item) ".";
  color: var(--sage);
  font-weight: 700;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}
.highlight-box {
  border-left: 4px solid var(--sage);
  padding: 20px;
  margin: 25px 0;
  border-radius: 0 5px 5px 0;
}
.important-terms,
.legal-notice {
  background-color: var(--beige);
  padding: 25px;
}
.highlight-box p {
  margin-bottom: 0;
  font-style: italic;
}
.contact-help h3,
.important-terms h4,
.legal-notice h4 {
  margin-bottom: 15px;
  color: var(--text-dark);
}
.legal-notice {
  border-radius: 10px;
  margin-top: 40px;
  border: 1px solid var(--sage);
}
.important-terms {
  border: 2px solid var(--blush);
  border-radius: 10px;
  margin: 30px 0;
}
.important-terms h4 {
  display: flex;
  align-items: center;
}
.faq-tips h3 i,
.important-terms h4 i,
.warning-note h4 i {
  margin-right: 10px;
  color: var(--blush);
}
.contact-email {
  color: var(--blush);
  font-weight: 600;
}
.accordion-button,
.category-btn,
.contact-btn,
.file-btn,
.form-label,
.submit-btn {
  font-weight: 500;
}
.contact-email:hover {
  text-decoration: underline;
}
.content-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(90, 83, 73, 0.08);
}
.category-btn,
.faq-search input {
  background-color: var(--cream);
  transition: 0.3s;
}
.faq-search {
  margin-bottom: 50px;
}
.faq-search input {
  width: 100%;
  padding: 15px 20px 15px 50px;
  border: 2px solid var(--sage);
  border-radius: 50px;
  font-size: 1.1rem;
  color: var(--text-dark);
}
.faq-search input:focus {
  outline: 0;
  border-color: var(--blush);
  box-shadow: 0 0 0 3px rgba(248, 226, 224, 0.2);
}
.faq-search i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sage);
  font-size: 1.2rem;
}
.accordion-button,
.category-btn,
.faq-category-title,
.faq-tips h3 {
  color: var(--text-dark);
}
.faq-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
.category-btn {
  padding: 10px 25px;
  border: 2px solid var(--sage);
  border-radius: 30px;
  cursor: pointer;
}
.category-btn.active,
.category-btn:hover,
.chart-category.active,
.chart-category:hover,
.material-tab.active,
.material-tab:hover {
  background-color: var(--sage);
  color: #fff;
  border-color: var(--sage);
}
.faq-category-title {
  font-size: 2rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--sage);
}
.accordion-item {
  border: none;
  border-bottom: 1px solid var(--dark-beige);
  margin-bottom: 10px;
  border-radius: 0 !important;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-button {
  background-color: transparent;
  font-size: 1.1rem;
  padding: 20px 0;
  border: none;
  box-shadow: none;
}
.contact-help,
.faq-tips {
  margin-top: 50px;
  border-radius: 10px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--blush);
  box-shadow: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235A5349'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: scale(1.2);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F8E2E0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
  padding: 0 0 20px;
  color: var(--text-light);
  line-height: 1.7;
}
.faq-tips {
  background-color: var(--beige);
  padding: 30px;
}
.faq-tips h3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.faq-tips ul {
  margin-left: 20px;
}
.faq-tips li {
  color: var(--text-light);
  margin-bottom: 10px;
  line-height: 1.7;
}
.contact-btn,
.contact-btn:hover,
.contact-help p,
.step-number {
  color: var(--text-dark);
}
.contact-help {
  padding: 40px;
  background: linear-gradient(135deg, var(--blush) 0, var(--sage) 100%);
}
.contact-help p {
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contact-btn {
  display: inline-block;
  background-color: var(--cream);
  padding: 12px 30px;
  border-radius: 30px;
  transition: 0.3s;
  border: 2px solid var(--cream);
}
.contact-btn:hover {
  background-color: transparent;
  border-color: var(--cream);
}
.materials-care,
.measurement-guide,
.printable-guide,
.process-steps,
.sizing-charts,
.stain-removal {
  margin-bottom: 80px;
}
.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.step-card {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 25px 30px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  transition: 0.3s;
}
.step-number {
  background-color: var(--blush);
  align-items: center;
  justify-content: center;
  border: 4px solid var(--cream);
}
.country-card h4,
.fit-option h4,
.step-card h3,
.timeline-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text-dark);
}
.condition-content p,
.policy-card p,
.practice-content p,
.step-card p,
.timeline-content p {
  color: var(--text-light);
  line-height: 1.7;
}
.custom-form-section,
.materials-section,
.practices-section {
  background-color: var(--beige);
  padding: 80px 0;
}
.custom-form-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(90, 83, 73, 0.08);
}
.form-header,
.material-item {
  margin-bottom: 40px;
}
.form-header p {
  color: var(--text-light);
  font-size: 1.1rem;
}
.custom-order-form,
.tracking-form {
  margin-top: 30px;
}
.form-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--dark-beige);
}
.form-group,
.form-section h3,
.post-content p {
  margin-bottom: 25px;
}
.form-section h3 {
  font-size: 1.8rem;
  color: var(--text-dark);
  display: flex;
  align-items: center;
}
.form-section h3 i {
  margin-right: 15px;
  color: var(--blush);
}
.form-check-input,
.instruction h4 i,
.tip-item h4 i {
  margin-right: 10px;
}
.form-label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dark);
}
.form-control,
.form-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--dark-beige);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  color: var(--text-dark);
  background-color: #fff;
  transition: 0.3s;
}
.form-control:focus,
.form-select:focus {
  outline: 0;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(216, 224, 213, 0.2);
}
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.form-check-input:checked {
  background-color: var(--sage);
  border-color: var(--sage);
}
.file-upload {
  border: 2px dashed var(--dark-beige);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.file-upload:hover {
  border-color: var(--sage);
  background-color: rgba(216, 224, 213, 0.05);
}
.file-upload i {
  font-size: 3rem;
  color: var(--sage);
  margin-bottom: 15px;
}
.file-input {
  display: none;
}
.file-btn {
  display: inline-block;
  background-color: var(--sage);
  color: var(--text-dark);
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.material-option,
.timeline-option {
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.file-btn:hover {
  background-color: var(--blush);
}
.selected-files {
  margin-top: 15px;
  font-size: 0.9rem;
  color: var(--text-light);
}
.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.material-option {
  border: 2px solid var(--dark-beige);
  border-radius: 5px;
}
.material-option:hover {
  border-color: var(--sage);
  transform: translateY(-5px);
}
.material-option.selected,
.timeline-option.selected {
  border-color: var(--blush);
  background-color: rgba(248, 226, 224, 0.1);
}
.material-icon {
  background-color: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
}
.material-option h4,
.timeline-option h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: var(--text-dark);
}
.material-option p,
.timeline-option p {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 0;
}
.timeline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.timeline-option {
  flex: 1;
  min-width: 150px;
  border: 2px solid var(--dark-beige);
  border-radius: 5px;
}
.timeline-option:hover {
  border-color: var(--sage);
}
.budget-slider-container {
  margin-top: 25px;
}
.budget-display {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.budget-display span,
.stain-type {
  font-weight: 500;
  color: var(--text-dark);
}
#budgetValue {
  color: var(--blush);
  font-weight: 600;
}
.slider-container {
  height: 30px;
}
.slider-fill,
.slider-track {
  position: absolute;
  top: 50%;
  height: 4px;
  border-radius: 2px;
  transform: translateY(-50%);
}
.slider-track {
  width: 100%;
  background-color: var(--dark-beige);
}
.slider-fill,
.slider-thumb,
.submit-btn {
  background-color: var(--blush);
}
#budgetSlider,
.slider-thumb {
  top: 50%;
  height: 20px;
  position: absolute;
}
#budgetSlider {
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.slider-thumb {
  transform: translate(-50%, -50%);
  width: 20px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2px 5px rgba(90, 83, 73, 0.2);
}
.budget-markers {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--text-light);
}
.form-submit {
  text-align: center;
  margin-top: 50px;
}
.submit-btn {
  color: var(--text-dark);
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-primary:hover,
.print-btn:hover,
.submit-btn:hover {
  background-color: var(--sage);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.1);
}
.form-note {
  margin-top: 20px;
  color: var(--text-light);
  font-size: 0.9rem;
}
.inspiration-gallery,
.related-posts {
  margin-top: 80px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}
.inspiration-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  transition: 0.3s;
}
.inspiration-img {
  height: 200px;
  background-color: var(--dark-beige);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-icon,
.pillar-icon {
  display: flex;
  align-items: center;
}
.inspiration-img i {
  font-size: 4rem;
  color: var(--cream);
}
.inspiration-body {
  padding: 20px;
  background-color: #fff;
}
.condition-content h4,
.inspiration-body h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--text-dark);
}
.inspiration-body p {
  color: var(--text-light);
  font-size: 0.95rem;
}
.section-title h2:after {
  content: "";
  background-color: var(--earth-green);
}
.mission-statement {
  background-color: var(--beige);
  padding: 80px 0;
  margin: 40px 0;
}
.mission-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.mission-icon {
  width: 100px;
  height: 100px;
  background-color: var(--earth-green);
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 30px;
}
.material-card,
.pillar-card {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  transition: 0.3s;
}
.mission-icon i {
  font-size: 3rem;
  color: #fff;
}
.mission-content h2 {
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 25px;
}
.mission-content p {
  font-size: 1.2rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 30px;
}
.pillars-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}
.pillar-card {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
}
.pillar-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 25px;
}
.impact-icon i,
.pillar-icon i {
  font-size: 2.5rem;
  color: #fff;
}
.pillar-card h3,
.policy-card h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--text-dark);
}
.pillar-card p {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 25px;
}
.pillar-list {
  text-align: left;
  margin-top: 20px;
}
.pillar-list li {
  color: var(--text-light);
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pillar-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--earth-green);
  font-weight: 700;
}
.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.care-instructions,
.care-tips,
.fit-options,
.guide-tips,
.storage-steps {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.material-card {
  border-radius: 10px;
  overflow: hidden;
}
.material-header {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.material-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.material-header i {
  font-size: 4rem;
  z-index: 1;
}
.blog-post-content,
.material-body {
  padding: 30px;
}
.material-body h3,
.shipping-card h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: var(--text-dark);
}
.fit-option p,
.material-body p,
.shipping-card p {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 20px;
}
.material-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--dark-beige);
}
.stat-value {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--earth-green);
  display: block;
}
.stat-label {
  font-size: 0.9rem;
  color: var(--text-light);
}
.impact-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 60px 0;
}
.impact-stat {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
}
.impact-icon {
  width: 80px;
  height: 80px;
  background-color: var(--sky-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.impact-value,
.material-content.active {
  display: block;
}
.impact-value {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--earth-green);
  margin-bottom: 10px;
}
.impact-label {
  font-size: 1.1rem;
  color: var(--text-dark);
  font-weight: 500;
}
.practice-timeline {
  max-width: 800px;
  margin: 50px auto 0;
  position: relative;
}
.practice-timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--sage);
  transform: translateX(-50%);
}
.practice-item {
  display: flex;
  margin-bottom: 50px;
  position: relative;
}
.practice-item:nth-child(odd),
.timeline-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.practice-content {
  flex: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
}
.practice-item:nth-child(2n) .practice-content {
  margin-right: 40px;
}
.practice-item:nth-child(odd) .practice-content {
  margin-left: 40px;
}
.practice-content h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: var(--text-dark);
  display: flex;
  align-items: center;
}
.practice-content h3 i {
  margin-right: 10px;
  color: var(--earth-green);
}
.practice-dot {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--earth-green);
  border-radius: 50%;
  transform: translateX(-50%);
  border: 4px solid var(--cream);
  z-index: 1;
}
.commitment-section {
  padding: 80px 0;
  text-align: center;
}
.commitment-content,
.conditions-list {
  max-width: 800px;
  margin: 0 auto;
}
.commitment-content h2 {
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 30px;
}
.commitment-content p {
  font-size: 1.2rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 40px;
}
.commitment-signature {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid var(--sage);
}
.signature-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
}
.signature-title {
  color: var(--text-light);
  font-style: italic;
}
.sustainability-cta {
  background: linear-gradient(
    135deg,
    var(--earth-green) 0,
    var(--leaf-green) 100%
  );
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.sustainability-cta h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #fff;
}
.sustainability-cta p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.9);
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-btn {
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s;
}
.cta-btn.primary {
  background-color: #fff;
  color: var(--earth-green);
}
.cta-btn.primary:hover {
  background-color: var(--cream);
}
.cta-btn.secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.general-care,
.measurement-image,
.quick-guide {
  background-color: var(--beige);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
}
.cta-btn.secondary:hover {
  background-color: #fff;
  color: var(--earth-green);
}
.general-care,
.quick-guide {
  margin-bottom: 60px;
}
.care-header,
.guide-header,
.material-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.care-header i,
.guide-header i {
  font-size: 2.5rem;
  color: var(--blush);
  margin-right: 20px;
}
.care-header h3,
.guide-header h3,
.material-header h3 {
  font-size: 2rem;
  color: var(--text-dark);
  margin: 0;
}
.care-tips,
.guide-tips {
  display: grid;
  gap: 20px;
}
.tip-item {
  border-left: 4px solid var(--sage);
}
.measurement-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
.measurement-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.measurement-figure {
  position: relative;
  height: 400px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.measurement-figure i {
  font-size: 10rem;
  color: var(--sage);
}
.measurement-point {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: var(--blush);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: help;
}
.measurement-instructions {
  flex: 1;
  min-width: 300px;
}
.measurement-step {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--dark-beige);
}
.measurement-step:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.step-number {
  display: inline-block;
  background-color: var(--sage);
  text-align: center;
  line-height: 40px;
}
.measurement-step h4 {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.measurement-step p {
  color: var(--text-light);
  line-height: 1.7;
  margin-left: 55px;
}
.chart-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.chart-category,
.material-tab {
  padding: 12px 25px;
  background-color: var(--cream);
  border: 2px solid var(--sage);
  border-radius: 30px;
  color: var(--text-dark);
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.chart-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  overflow-x: auto;
}
.chart-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.chart-table th {
  background-color: var(--beige);
  color: var(--text-dark);
  font-weight: 600;
  padding: 18px 15px;
  text-align: center;
  border-bottom: 2px solid var(--sage);
}
.chart-table td,
.measurement-unit {
  color: var(--text-light);
  text-align: center;
}
.chart-table td {
  padding: 15px;
  border-bottom: 1px solid var(--dark-beige);
}
.chart-table tr:hover,
.stain-table tr:hover {
  background-color: rgba(245, 237, 227, 0.3);
}
.chart-table .size-header {
  font-weight: 600;
  color: var(--text-dark);
  background-color: rgba(248, 226, 224, 0.1);
}
.measurement-unit {
  margin-top: 15px;
  font-size: 0.9rem;
}
.fit-guide,
.storage-guide,
.washing-symbols {
  background-color: var(--beige);
  padding: 60px 40px;
  border-radius: 10px;
  margin-bottom: 80px;
}
.fit-options,
.storage-steps {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}
.fit-option,
.storage-step {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  transition: 0.3s;
}
.fit-icon,
.section-title h2:after {
  background-color: var(--sage);
  width: 70px;
}
.fit-icon {
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.custom-btn,
.repair-btn,
.section-title h2 {
  display: inline-block;
  color: var(--text-dark);
}
.fit-icon i,
.material-icon i,
.symbol-icon i {
  font-size: 2rem;
  color: #fff;
}
.fit-recommendation {
  font-style: italic;
  color: var(--blush);
  font-weight: 500;
}
.custom-sizing,
.repair-section {
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, var(--blush) 0, var(--sage) 100%);
  border-radius: 10px;
  margin-bottom: 80px;
  color: #fff;
}
.custom-sizing h2,
.repair-section h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
}
.custom-sizing p,
.repair-section p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.9);
}
.custom-btn,
.repair-btn {
  background-color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  border: 2px solid #fff;
}
.custom-btn:hover,
.repair-btn:hover {
  background-color: transparent;
  color: #fff;
}
.content-container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.section-title h2 {
  font-size: 2.8rem;
  padding-bottom: 15px;
}
.section-title h2:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tip-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid var(--sage);
}
.tip-item h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--text-dark);
  display: flex;
  align-items: center;
}
.instruction h4,
.symbol-item h4 {
  font-size: 1.2rem;
}
.tip-item h4 i {
  color: var(--sage);
}
.instruction p,
.storage-step p,
.tip-item p,
.warning-note p {
  color: var(--text-light);
  line-height: 1.7;
  margin: 0;
}
.instruction h4,
.symbol-item h4,
.warning-note h4 {
  margin-bottom: 10px;
  color: var(--text-dark);
}
.materials-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.material-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  display: none;
}
.instruction,
.stain-table th {
  background-color: var(--beige);
}
.care-instructions {
  display: grid;
  gap: 25px;
  margin-top: 30px;
}
.instruction {
  padding: 20px;
  border-radius: 8px;
}
.instruction h4 {
  display: flex;
  align-items: center;
}
.warning-note {
  background-color: rgba(248, 226, 224, 0.2);
  border-left: 4px solid var(--blush);
  padding: 20px;
  margin-top: 30px;
  border-radius: 0 5px 5px 0;
}
.warning-note h4 {
  display: flex;
  align-items: center;
}
.symbols-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 40px;
}
.step-number,
.symbol-icon {
  display: flex;
  align-items: center;
}
.symbol-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
}
.symbol-icon {
  width: 70px;
  height: 70px;
  background-color: var(--sage);
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 15px;
}
.printable-guide,
.stain-guide {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
}
.symbol-item p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}
.stain-guide {
  background-color: #fff;
  margin-top: 40px;
}
.stain-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.stain-table th {
  color: var(--text-dark);
  font-weight: 600;
  padding: 15px;
  text-align: left;
  border-bottom: 2px solid var(--sage);
}
.stain-table td {
  padding: 15px;
  border-bottom: 1px solid var(--dark-beige);
  color: var(--text-light);
  vertical-align: top;
}
.step-number {
  background-color: var(--blush);
  justify-content: center;
  margin: 0 auto 20px;
}
.storage-step h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--text-dark);
}
.printable-guide {
  background-color: #fff;
  text-align: center;
}
.printable-guide h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--text-dark);
}
.printable-guide p {
  color: var(--text-light);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.print-btn {
  background-color: var(--blush);
  color: var(--text-dark);
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.policy-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  transition: 0.3s;
  margin-bottom: 30px;
  height: 100%;
  padding: 40px 30px;
  text-align: center;
}
.policy-card:hover,
.shipping-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(90, 83, 73, 0.15);
}
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.timeline-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background-color: var(--sage);
  transform: translateX(-50%);
}
.timeline-item:nth-child(odd) .timeline-content {
  margin-left: auto;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
}
.timeline-item:nth-child(2n) .timeline-content {
  margin-left: 0;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 0;
  text-align: right;
}
.timeline-content {
  width: 45%;
  position: relative;
}
.timeline-item:nth-child(odd) .timeline-content:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: -3px 3px 5px rgba(90, 83, 73, 0.05);
}
.timeline-item:nth-child(2n) .timeline-content:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 30px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: 3px 3px 5px rgba(90, 83, 73, 0.05);
}
.timeline-marker {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--blush);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: 5px solid var(--cream);
}
.condition-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(90, 83, 73, 0.05);
  display: flex;
  align-items: flex-start;
}
.condition-icon {
  width: 60px;
  height: 60px;
  background-color: var(--blush);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.contact-box,
.shipping-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  text-align: center;
}
.condition-icon i {
  font-size: 1.5rem;
  color: var(--cream);
}
.contact-box {
  padding: 40px;
  height: 100%;
}
.contact-box h3,
.tracking-box h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: var(--text-dark);
}
.contact-box p,
.tracking-box p {
  color: var(--text-light);
  margin-bottom: 30px;
  line-height: 1.7;
}
.shipping-card {
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 30px;
  height: auto;
  padding: 40px 30px;
  position: relative;
}
.shipping-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--blush);
  color: var(--text-dark);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}
.shipping-icon,
.timeline-icon {
  background-color: var(--sage);
  border-radius: 50%;
  display: flex;
}
.shipping-icon {
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.shipping-icon i {
  font-size: 3rem;
  color: var(--cream);
}
.shipping-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--blush);
  margin-bottom: 20px;
}
.shipping-features {
  list-style: none;
  text-align: left;
  margin: 25px 0;
}
.shipping-features li {
  margin-bottom: 10px;
  color: var(--text-light);
  padding-left: 25px;
  position: relative;
}
.shipping-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
}
.delivery-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.timeline-item:nth-child(odd) {
  flex-direction: row;
}
.timeline-icon {
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
}
.country-card,
.timeline-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
}
.timeline-icon i {
  font-size: 2rem;
  color: var(--cream);
}
.timeline-content {
  flex: 1;
  margin: 0 40px;
  z-index: 1;
}
.country-card {
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.country-flag {
  font-size: 3rem;
  margin-bottom: 20px;
}
.country-card p {
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.7;
}
.shipping-time {
  background-color: var(--sage);
  color: var(--cream);
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600;
}
.faq-item,
.tracking-box {
  background-color: #fff;
  border-radius: 10px;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(90, 83, 73, 0.05);
  overflow: hidden;
}
.faq-question {
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.faq-question:hover {
  background-color: rgba(248, 226, 224, 0.1);
}
.faq-question h4 {
  font-size: 1.3rem;
  margin: 0;
  color: var(--text-dark);
}
.faq-toggle {
  color: var(--blush);
  font-size: 1.5rem;
  transition: transform 0.3s;
}
.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.faq-answer p {
  color: var(--text-light);
  line-height: 1.7;
  padding-bottom: 25px;
}
.faq-item.active .faq-answer {
  max-height: 300px;
}
.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}
.tracking-box {
  padding: 40px;
  box-shadow: 0 10px 20px rgba(90, 83, 73, 0.08);
  height: 100%;
}
.form-control {
  padding: 12px 15px;
  border: 1px solid var(--dark-beige);
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.form-control:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 0.25rem rgba(216, 224, 213, 0.25);
}
.btn-primary {
  background-color: var(--blush);
  border: none;
  color: var(--text-dark);
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 30px;
  transition: 0.3s;
}
#sustainability-hero {
  background: linear-gradient(
        rgba(139, 128, 118, 0.85),
        rgba(139, 128, 118, 0.9)
      )
      center/cover fixed,
    url("https://images.unsplash.com/photo-1552664199-fd31f7431a55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80")
      center/cover fixed;
  color: #f9f5f0;
  padding: 180px 0 120px;
  text-align: center;
}
.sustainability-card {
  background: #f9f5f0;
  border-radius: 12px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(139, 128, 118, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #e9e1d7;
}
.blog-post-card:hover,
.sustainability-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(139, 128, 118, 0.15);
}
.process-timeline::before,
.step-number {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.sustainability-card .card-icon {
  font-size: 3.5rem;
  color: #8b8076;
  margin-bottom: 25px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.material-icon,
.step-number {
  align-items: center;
  display: flex;
}
.sustainability-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #5d5349;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.material-item h4,
.step-number {
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
}
.author-info p,
.sustainability-card p {
  color: #7a6f64;
  line-height: 1.7;
}
.process-timeline {
  position: relative;
  padding: 60px 0;
}
.process-timeline::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  background: #e9e1d7;
}
.process-step {
  position: relative;
  margin-bottom: 60px;
}
.process-step:nth-child(odd) .step-content {
  margin-right: calc(50% + 40px);
  text-align: right;
}
.process-step:nth-child(2n) .step-content {
  margin-left: calc(50% + 40px);
  text-align: left;
}
.step-number {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #8b8076;
  color: #f9f5f0;
  border-radius: 50%;
  justify-content: center;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(139, 128, 118, 0.3);
}
.impact-stat,
.step-content {
  padding: 30px;
  background: #f9f5f0;
  box-shadow: 0 8px 25px rgba(139, 128, 118, 0.1);
}
.step-content {
  border-radius: 12px;
}
.material-icon {
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 3rem;
  border: 3px solid #e9e1d7;
  transition: 0.3s;
}
.material-item:hover .material-icon {
  background: #8b8076;
  color: #f9f5f0;
  transform: scale(1.1);
}
.material-item h4 {
  color: #5d5349;
  margin-bottom: 10px;
}
.impact-stat {
  text-align: center;
  border-radius: 12px;
  transition: transform 0.3s;
}
.impact-stat:hover,
.nav-post:hover {
  transform: translateY(-5px);
}
.stat-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #8b8076;
  line-height: 1;
  margin-bottom: 15px;
}
.stat-desc {
  color: #7a6f64;
  font-size: 1.1rem;
}
.commitment-box {
  background: linear-gradient(135deg, #8b8076, #a8998d);
  color: #f9f5f0;
  padding: 50px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(139, 128, 118, 0.3);
}
.blog-post-card,
.blog-sidebar,
.post-content-wrapper {
  box-shadow: 0 10px 30px rgba(139, 128, 118, 0.1);
}
.commitment-box h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.commitment-box p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
.blog-post-author i,
.toc-list a i {
  font-size: 0.8rem;
}
#blog-hero {
  background: linear-gradient(
        rgba(248, 226, 224, 0.7),
        rgba(216, 224, 213, 0.8)
      )
      center/cover fixed,
    url("https://images.unsplash.com/photo-1575936123452-b67c3203c357?ixlib=rb-4.0.3&auto=format&fit=crop&w=1470&q=80")
      center/cover fixed;
  color: #f9f5f0;
  padding: 180px 0 120px;
  text-align: center;
}
.blog-detail-layout,
.blog-layout {
  padding: 80px 0;
  background: #f9f5f0;
}
.blog-post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 40px;
  height: auto;
  border: 1px solid #e9e1d7;
}
.blog-post-image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #8b8076;
  color: #f9f5f0;
  padding: 8px 15px;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.blog-post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-post-category {
  background: #f0eae3;
  color: #8b8076;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-block;
}
.blog-post-title,
.post-content h2 {
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}
.blog-post-author {
  color: #7a6f64;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-post-title {
  color: #5d5349;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.blog-post-title a {
  color: inherit;
  transition: color 0.3s;
}
.blog-post-title a:hover,
.recent-post-content h4 a:hover,
.related-post-content h4 a:hover,
.time-estimate i,
.tip-box .tip-title i {
  color: #8b8076;
}
.blog-post-excerpt {
  color: #7a6f64;
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog-post-readmore {
  color: #8b8076;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}
.categories-list a,
.tag {
  text-decoration: none;
  transition: 0.3s;
}
.blog-post-readmore:hover {
  gap: 12px;
}
.blog-sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #e9e1d7;
  margin-bottom: 40px;
}
.categories-list a,
.recent-post-item {
  border-bottom: 1px solid #f0eae3;
  display: flex;
}
.categories-list,
.materials-list,
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories-list a {
  justify-content: space-between;
  align-items: center;
  color: #7a6f64;
  padding: 10px 0;
}
.categories-list a:hover,
.toc-list a:hover {
  color: #8b8076;
  padding-left: 10px;
}
.category-count {
  background: #f0eae3;
  color: #8b8076;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
}
.recent-post-item {
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.recent-post-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.recent-post-content h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  margin-bottom: 5px;
  line-height: 1.3;
}
.recent-post-content h4 a,
.related-post-content h4 a {
  color: #5d5349;
  text-decoration: none;
  transition: color 0.3s;
}
.recent-post-date {
  color: #a8998d;
  font-size: 0.85rem;
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag {
  background: #f0eae3;
  color: #7a6f64;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.post-tag:hover,
.tag:hover {
  background: #8b8076;
  color: #f9f5f0;
}
.sidebar-newsletter {
  background: linear-gradient(135deg, #8b8076, #a8998d);
  color: #f9f5f0;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}
.sidebar-newsletter h4 {
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.sidebar-newsletter p {
  opacity: 0.9;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.sidebar-newsletter-input {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 6px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}
.sidebar-newsletter-btn {
  width: 100%;
  padding: 12px;
  background: #5d5349;
  color: #f9f5f0;
  border: none;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}
.pagination-item,
.post-tag,
.toc-list a {
  text-decoration: none;
  transition: 0.3s;
}
.sidebar-newsletter-btn:hover {
  background: #4a4239;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.pagination-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.pagination-item {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e9e1d7;
  color: #7a6f64;
  font-weight: 500;
}
.blog-search input {
  margin-bottom: 0 !important;
}
.pagination-item.active,
.pagination-item:hover {
  background: #8b8076;
  color: #f9f5f0;
  border-color: #8b8076;
}
.featured-post {
  margin-bottom: 60px;
}
.featured-post .blog-post-card {
  border: 2px solid #8b8076;
}
.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #5d5349;
  color: #f9f5f0;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  z-index: 2;
}
#blog-detail-hero {
  background: linear-gradient(
        rgba(139, 128, 118, 0.85),
        rgba(139, 128, 118, 0.9)
      )
      center/cover fixed,
    url("https://images.unsplash.com/photo-1575936123452-b67c3203c357?ixlib=rb-4.0.3&auto=format&fit=crop&w=1470&q=80")
      center/cover fixed;
  color: #f9f5f0;
  padding: 180px 0 100px;
  text-align: center;
}
.post-meta-detail {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px 0;
}
.post-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  opacity: 0.9;
}
.post-meta-item i {
  font-size: 0.9rem;
}
.post-category-badge {
  background: rgba(245, 239, 233, 0.2);
  color: #f9f5f0;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  display: inline-block;
  margin-top: 15px;
  border: 1px solid rgba(245, 239, 233, 0.3);
}
.post-actions,
.post-tags {
  border-top: 1px solid #e9e1d7;
  display: flex;
}
.post-content-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 50px;
  border: 1px solid #e9e1d7;
}
.post-featured-image {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.post-tag,
.tip-box {
  background: #f0eae3;
}
.post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #5d5349;
}
.post-content h2 {
  color: #8b8076;
  margin: 40px 0 20px;
  font-size: 1.8rem;
}
.post-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #8b8076;
  margin: 30px 0 15px;
  font-size: 1.5rem;
}
.post-content blockquote {
  border-left: 4px solid #8b8076;
  padding-left: 25px;
  margin: 30px 0;
  font-style: italic;
  color: #7a6f64;
  font-size: 1.2rem;
  line-height: 1.6;
}
.post-content ol,
.post-content ul {
  margin-bottom: 25px;
  padding-left: 20px;
}
.post-content li {
  margin-bottom: 10px;
}
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
}
.author-info h4,
.tip-box .tip-title {
  margin-bottom: 10px;
  color: #5d5349;
  font-family: "Cormorant Garamond", serif;
}
.tip-box {
  border-left: 4px solid #8b8076;
  padding: 25px;
  margin: 30px 0;
  border-radius: 0 8px 8px 0;
}
.tip-box .tip-title {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-tags {
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0 30px;
  padding-top: 30px;
}
.post-tag {
  color: #7a6f64;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.nav-post,
.related-post-card,
.share-button {
  transition: transform 0.3s;
}
.post-actions {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e9e1d7;
  margin: 40px 0;
}
.share-buttons {
  display: flex;
  gap: 15px;
}
.share-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9f5f0;
  text-decoration: none;
}
.share-button:hover {
  transform: translateY(-3px);
}
.share-facebook {
  background: #3b5998;
}
.share-twitter {
  background: #1da1f2;
}
.share-pinterest {
  background: #bd081c;
}
.difficulty-dot.active,
.share-email {
  background: #8b8076;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.nav-post {
  width: 48%;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #e9e1d7;
}
.nav-post.next .nav-label,
.nav-post.prev .nav-label {
  color: #a8998d;
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-post.prev .nav-label {
  justify-content: flex-start;
}
.nav-post.next .nav-label {
  justify-content: flex-end;
}
.nav-post h4 {
  font-family: "Cormorant Garamond", serif;
  color: #5d5349;
  font-size: 1.2rem;
  line-height: 1.4;
}
.author-bio {
  background: #f0eae3;
  padding: 30px;
  border-radius: 12px;
  margin: 50px 0;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}
.author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #8b8076;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9f5f0;
  font-size: 2.5rem;
  flex-shrink: 0;
}
.comment-form,
.related-post-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(139, 128, 118, 0.1);
}
.materials-list li,
.toc-list a {
  align-items: center;
  border-bottom: 1px solid #f0eae3;
  display: flex;
}
.author-info h4 {
  font-size: 1.4rem;
}
.comments-section {
  margin-top: 60px;
}
.comments-section h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #5d5349;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.comment-form {
  padding: 30px;
  margin-top: 40px;
}
.comment-form h4 {
  font-family: "Cormorant Garamond", serif;
  color: #5d5349;
  margin-bottom: 25px;
  font-size: 1.5rem;
}
.related-posts h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #5d5349;
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
}
.related-post-card {
  overflow: hidden;
  height: 100%;
  border: 1px solid #e9e1d7;
}
.related-post-card:hover {
  transform: translateY(-10px);
}
.related-post-image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.related-post-content h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
.related-post-date {
  color: #a8998d;
  font-size: 0.9rem;
}
.blog-detail-sidebar {
  position: sticky;
  top: 100px;
}
.sidebar-widget {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(139, 128, 118, 0.1);
  border: 1px solid #e9e1d7;
  margin-bottom: 30px;
}
.sidebar-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #5d5349;
  margin-bottom: 25px;
  font-size: 1.5rem;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9e1d7;
}
.toc-list a {
  gap: 10px;
  color: #7a6f64;
  padding: 10px 0;
}
.toc-list a i {
  color: #8b8076;
}
.materials-list li {
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.material-icon {
  width: 40px;
  height: 40px;
  background: #f0eae3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b8076;
  flex-shrink: 0;
}
.material-info h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #5d5349;
}
.material-info p {
  color: #7a6f64;
  font-size: 0.9rem;
}
.difficulty-level {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.difficulty-dots {
  display: flex;
  gap: 5px;
}
.difficulty-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e9e1d7;
}
.time-estimate {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #7a6f64;
}
@media (max-width: 768px) {
  .process-timeline::before,
  .step-number {
    left: 30px;
  }
  .process-step:nth-child(2n) .step-content,
  .process-step:nth-child(odd) .step-content {
    margin-left: 70px;
    margin-right: 0;
    text-align: left;
  }
  #blog-hero,
  #sustainability-hero {
    padding: 150px 0 80px;
    background-attachment: scroll;
  }
  .blog-post-image {
    height: 200px;
  }
  .blog-layout {
    padding: 40px 0;
  }
  #blog-detail-hero {
    padding: 150px 0 60px;
    background-attachment: scroll;
  }
  .post-content-wrapper {
    padding: 30px 20px;
  }
  .post-featured-image {
    height: 300px;
  }
  .post-navigation {
    flex-direction: column;
    gap: 20px;
  }
  .nav-post {
    width: 100%;
  }
  .author-bio {
    flex-direction: column;
    text-align: center;
  }
  .post-actions {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .share-buttons {
    align-self: center;
  }
}
html, body {
    width: 100%;
    overflow-x: hidden;
}
