/*
Theme Name: Astra Luxury Fit
Template: astra
Version: 1.0.0
*/
:root {
  --lfg-black: #0f0f0f;
  --lfg-ink: #202020;
  --lfg-soft: #f6f3ee;
  --lfg-line: #ded8cf;
  --lfg-gold: #9b7a42;
}
body {
  background: var(--lfg-soft);
  color: var(--lfg-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
h1, h2, h3, .site-title {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}
.main-header-bar {
  border-bottom: 1px solid rgba(32, 32, 32, 0.12);
  background: rgba(246, 243, 238, 0.96);
}
.site-title a {
  color: var(--lfg-black);
  font-size: 25px;
}
.main-header-menu .menu-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.4px;
}
.lfg-hero {
  background:
    linear-gradient(135deg, rgba(15,15,15,.78), rgba(15,15,15,.34)),
    url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}
.lfg-kicker {
  color: #d8c39a;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.lfg-section,
.lfg-posts {
  padding: 72px 24px;
}
.lfg-feature-grid .wp-block-column {
  border-top: 1px solid var(--lfg-line);
  padding-top: 24px;
}
.lfg-feature-grid h3 {
  font-size: 28px;
}
.wp-block-latest-posts.is-grid li {
  background: #fff;
  border: 1px solid var(--lfg-line);
  padding: 24px;
}
.wp-block-latest-posts__post-title {
  color: var(--lfg-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
}
.wp-block-latest-posts__post-date {
  color: var(--lfg-gold);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.entry-title {
  font-size: clamp(36px, 5vw, 64px);
}
.ast-single-post .entry-content {
  font-size: 18px;
  line-height: 1.8;
}
.entry-meta,
.cat-links a {
  color: var(--lfg-gold);
}
a {
  color: #6e542c;
}
a:hover {
  color: var(--lfg-black);
}
@media (max-width: 768px) {
  .lfg-hero {
    min-height: 520px !important;
  }
  .lfg-hero h1 {
    font-size: 42px !important;
  }
  .lfg-section,
  .lfg-posts {
    padding: 48px 18px;
  }
}
.lfg-editorial-image {
  margin: 34px 0;
}
.lfg-editorial-image img {
  width: 100%;
  border-radius: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.lfg-editorial-image figcaption {
  color: #7a6a56;
  font-size: 13px;
  margin-top: 10px;
  text-align: left;
}
.single-post .entry-content h2 {
  margin-top: 42px;
  font-size: 32px;
}
.single-post .entry-content ul {
  background: #fff;
  border-left: 3px solid #9b7a42;
  padding: 20px 26px 20px 34px;
}
.lfg-editorial-image,
.lfg-look-image {
  margin: 32px 0;
}
.lfg-editorial-image img,
.lfg-look-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.lfg-look-image figcaption,
.lfg-editorial-image figcaption {
  color: #75664f;
  font-size: 13px;
  margin-top: 10px;
  text-align: left;
}
.lfg-outfit-card {
  background: #fff;
  border-left: 3px solid #9b7a42;
  margin: 28px 0;
  padding: 22px 26px;
}
.lfg-outfit-card strong {
  color: #151515;
}
.lfg-two-col {
  gap: 26px;
}
.single-post .entry-content h2 {
  margin-top: 46px;
  font-size: 34px;
}
.single-post .entry-content h3 {
  margin-top: 30px;
  font-size: 24px;
}
.single-post .entry-content p,
.single-post .entry-content li {
  font-size: 18px;
  line-height: 1.85;
}
.wp-block-latest-posts__featured-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.lfg-research-note {
  background: #fffaf0;
  border-left: 4px solid #9b7a42;
  padding: 20px 24px;
  margin: 26px 0;
  color: #3a3024;
}
.lfg-image {
  margin: 34px 0;
}
.lfg-image img {
  width: 100%;
  max-height: 820px;
  object-fit: cover;
  display: block;
}
.lfg-image.product img {
  object-fit: contain;
  background: #f7f4ef;
  padding: 18px;
}
.lfg-image figcaption {
  color: #786a56;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.lfg-look-box {
  background: #fff;
  border: 1px solid #ddd4c7;
  padding: 24px;
  margin: 28px 0;
}
.lfg-look-box strong {
  color: #111;
}
.single-post .entry-content h2 {
  font-size: 34px;
  margin-top: 48px;
}
.single-post .entry-content h3 {
  font-size: 24px;
  margin-top: 30px;
}
.single-post .entry-content p,
.single-post .entry-content li {
  font-size: 18px;
  line-height: 1.85;
}

/* Mobile-first readability pass */
body {
  overflow-x: hidden;
}
.ast-container,
.site-content .ast-container {
  max-width: 1120px;
}
.single-post .site-main > article {
  background: #fbf8f2;
}
.single-post .entry-header,
.single-post .entry-content,
.single-post .post-navigation,
.single-post .comments-area {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .entry-header {
  padding: 26px 18px 0;
}
.single-post .entry-content {
  padding: 0 18px 44px;
}
.single-post .entry-title {
  font-size: clamp(34px, 7vw, 58px);
  line-height: 1.05;
  margin-bottom: 12px;
}
.single-post .entry-meta {
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.single-post .entry-content > p:first-of-type {
  font-size: 21px;
  line-height: 1.7;
  color: #2c261f;
}
.lfg-image {
  margin: 30px auto;
}
.lfg-image img {
  border-radius: 0;
  max-height: none;
  aspect-ratio: 4 / 5;
}
.lfg-image.product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
}
.lfg-look-box,
.lfg-research-note {
  border-radius: 0;
}
.lfg-posts {
  padding-top: 52px;
}
.wp-block-latest-posts {
  margin-left: 0;
}
.wp-block-latest-posts li {
  margin-bottom: 24px;
}
.main-header-bar .ast-container {
  padding-left: 18px;
  padding-right: 18px;
}
.site-title a {
  font-size: 22px;
}

@media (max-width: 768px) {
  .ast-separate-container .ast-article-single,
  .ast-separate-container .ast-article-post {
    padding: 0;
  }
  .single-post .entry-header {
    padding-top: 20px;
  }
  .single-post .entry-title {
    font-size: 36px;
  }
  .single-post .entry-content p,
  .single-post .entry-content li {
    font-size: 17px;
    line-height: 1.78;
  }
  .single-post .entry-content > p:first-of-type {
    font-size: 19px;
  }
  .single-post .entry-content h2 {
    font-size: 27px;
    line-height: 1.18;
    margin-top: 38px;
  }
  .single-post .entry-content h3 {
    font-size: 21px;
  }
  .lfg-image {
    margin-left: -18px;
    margin-right: -18px;
  }
  .lfg-image figcaption {
    padding-left: 18px;
    padding-right: 18px;
  }
  .lfg-look-box,
  .lfg-research-note {
    margin-left: -4px;
    margin-right: -4px;
    padding: 18px;
  }
  .lfg-hero {
    min-height: 540px !important;
  }
  .lfg-hero h1 {
    font-size: 42px !important;
    line-height: 1.04;
  }
  .lfg-hero p {
    font-size: 17px !important;
  }
  .wp-block-latest-posts__post-title {
    font-size: 24px;
  }
}

/* Concise story layout */
.lfg-story-note {
  background: #fff;
  border-left: 3px solid #9b7a42;
  padding: 18px 20px;
  margin: 24px 0;
}
.lfg-story-img {
  margin: 28px 0;
}
.lfg-story-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.lfg-story-img.product img {
  object-fit: contain;
  background: #f7f4ef;
  padding: 16px;
}
.lfg-story-img figcaption {
  color: #75664f;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 9px;
}
.single-post .entry-content .lfg-story-note p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .lfg-story-img {
    margin-left: -18px;
    margin-right: -18px;
  }
  .lfg-story-img figcaption {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Premium guide polish */
.lfg-premium-img {
  margin: 32px 0;
}
.lfg-premium-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  background: #f7f4ef;
}
.lfg-premium-img.product img {
  object-fit: contain;
  padding: 16px;
}
.lfg-premium-img figcaption {
  color: #75664f;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 9px;
}
.lfg-premium-note {
  background: #fff;
  border: 1px solid #ded4c7;
  border-left: 4px solid #9b7a42;
  margin: 26px 0;
  padding: 20px 22px;
}
.lfg-premium-note p {
  margin-bottom: 0;
}
.single-post .entry-content h2 {
  margin-top: 44px;
}
@media (max-width: 768px) {
  .lfg-premium-img {
    margin-left: -18px;
    margin-right: -18px;
  }
  .lfg-premium-img figcaption {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Aligned editorial guides */
.lfg-aligned-img {
  margin: 30px 0;
}
.lfg-aligned-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  background: #f7f4ef;
}
.lfg-aligned-img.product img {
  object-fit: contain;
  padding: 16px;
}
.lfg-aligned-img figcaption {
  color: #75664f;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 9px;
}
.lfg-outfit-note {
  background: #fff;
  border-left: 4px solid #9b7a42;
  margin: 24px 0;
  padding: 18px 20px;
}
.lfg-outfit-note p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .lfg-aligned-img {
    margin-left: -18px;
    margin-right: -18px;
  }
  .lfg-aligned-img figcaption {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Less templated article rhythm */
.lfg-editor-note {
  background: #fff;
  border-left: 4px solid #9b7a42;
  margin: 24px 0;
  padding: 18px 20px;
}
.lfg-editor-note p {
  margin: 0;
}
.lfg-aligned-img.same-product img {
  object-fit: contain;
  background: #f7f4ef;
  padding: 18px;
}
/* Product decision modules */
.lfg-product-brief {
  background: #fbfaf7;
  border: 1px solid #e3dacd;
  margin: 28px 0;
  padding: 22px;
}
.lfg-product-brief h2,
.lfg-fit-box h2 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 16px;
}
.lfg-product-brief dl {
  margin: 0;
}
.lfg-product-brief div {
  border-top: 1px solid #e8dfd4;
  display: grid;
  gap: 10px;
  grid-template-columns: 150px 1fr;
  padding: 12px 0;
}
.lfg-product-brief div:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.lfg-product-brief dt {
  color: #5f523f;
  font-weight: 700;
}
.lfg-product-brief dd {
  margin: 0;
}
.lfg-fit-box {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0 32px;
}
.lfg-fit-box > div {
  background: #fff;
  border: 1px solid #e3dacd;
  padding: 20px;
}
.lfg-fit-box ul {
  margin: 0;
  padding-left: 20px;
}
.lfg-fit-box li + li {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .lfg-product-brief {
    margin-left: -18px;
    margin-right: -18px;
    padding: 20px 18px;
  }
  .lfg-product-brief div,
  .lfg-fit-box {
    display: block;
  }
  .lfg-product-brief dt {
    margin-bottom: 4px;
  }
  .lfg-fit-box > div + div {
    margin-top: 14px;
  }
}
/* Mirella reusable article components */
.mc-component {
  margin: 30px 0;
}
.mc-component h2 {
  color: #111;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.mc-label {
  color: #7f1d2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.product-snapshot,
.editorial-verdict,
.compare-with,
.related-articles {
  border: 1px solid #e3dacd;
  padding: 22px;
}
.product-snapshot {
  background: #fbfaf7;
}
.product-snapshot dl,
.outfit-recipe-card dl {
  margin: 0;
}
.product-snapshot div,
.outfit-recipe-card div {
  border-top: 1px solid #e8dfd4;
  display: grid;
  gap: 10px;
  grid-template-columns: 150px 1fr;
  padding: 11px 0;
}
.product-snapshot div:first-of-type,
.outfit-recipe-card div:first-of-type {
  border-top: 0;
}
.product-snapshot dt,
.outfit-recipe-card dt {
  color: #5f523f;
  font-weight: 700;
}
.product-snapshot dd,
.outfit-recipe-card dd {
  margin: 0;
}
.editorial-verdict {
  border-left: 4px solid #111;
}
.editorial-verdict h2 {
  font-size: 30px;
}
.outfit-recipes > div,
.best-skip,
.styling-mistakes {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.outfit-recipe-card,
.best-skip > div,
.styling-mistakes > div {
  border: 1px solid #e3dacd;
  padding: 20px;
}
.outfit-recipe-card h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 14px;
}
.outfit-recipe-card p {
  margin: 14px 0 0;
}
.best-skip ul,
.styling-mistakes ul,
.compare-with ul,
.related-articles ul {
  margin: 0;
  padding-left: 20px;
}
.best-skip li + li,
.styling-mistakes li + li,
.compare-with li + li,
.related-articles li + li {
  margin-top: 8px;
}
.compare-with li span {
  color: #555;
  display: block;
}
@media (max-width: 768px) {
  .product-snapshot,
  .editorial-verdict,
  .compare-with,
  .related-articles {
    margin-left: -18px;
    margin-right: -18px;
    padding: 20px 18px;
  }
  .product-snapshot div,
  .outfit-recipe-card div,
  .outfit-recipes > div,
  .best-skip,
  .styling-mistakes {
    display: block;
  }
  .product-snapshot dt,
  .outfit-recipe-card dt {
    margin-bottom: 4px;
  }
  .outfit-recipe-card + .outfit-recipe-card,
  .best-skip > div + div,
  .styling-mistakes > div + div {
    margin-top: 14px;
  }
}
/* Human editorial article modules */
.mc-quick-read {
  background: #fbfaf7;
  border-left: 3px solid #111;
  margin: 24px 0;
  padding: 18px 20px;
}
.mc-quick-read strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.mc-quick-read ul {
  margin: 0;
  padding-left: 20px;
}
.mc-quick-read li + li {
  margin-top: 6px;
}
.mc-human-split {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0;
}
.mc-human-split > div {
  border: 1px solid #e3dacd;
  padding: 18px 20px;
}
.mc-human-split h2,
.mc-related-clean h2 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 12px;
}
.mc-human-split ul,
.mc-related-clean ul {
  margin: 0;
  padding-left: 20px;
}
.mc-human-split li + li,
.mc-related-clean li + li {
  margin-top: 8px;
}
.mc-final-verdict {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  font-size: 19px;
  line-height: 1.55;
  margin: 30px 0;
  padding: 18px 0;
}
.mc-related-clean {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .mc-human-split { display: block; }
  .mc-human-split > div + div { margin-top: 14px; }
  .mc-quick-read { margin-left: -18px; margin-right: -18px; padding: 18px; }
}
/* Simple homepage link list */
.home .entry-title {
  display: none;
}
.home .site-content .ast-container {
  max-width: 860px;
}
.mc-link-home {
  padding: 28px 0 52px;
}
.mc-link-home ul {
  border-top: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mc-link-home li {
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.mc-link-home a {
  color: #111;
  display: block;
  font-size: 22px;
  line-height: 1.3;
  padding: 22px 0;
  text-decoration: none;
}
.mc-link-home a:hover {
  color: #7f1d2d;
}
@media (max-width: 640px) {
  .mc-link-home {
    padding-top: 10px;
  }
  .mc-link-home a {
    font-size: 19px;
    padding: 18px 0;
  }
}
/* Mirella sage editorial theme */
body,
.site,
.ast-separate-container,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-plain-container,
.ast-page-builder-template {
  background: #edf5ea !important;
}
.site-header,
.main-header-bar,
.ast-primary-header-bar {
  background: #edf5ea !important;
  border-bottom: 1px solid #c8d9c1 !important;
}
.site-title a,
.site-title,
.ast-site-title-wrap a {
  color: #172316 !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  letter-spacing: .02em;
}
.site-description {
  color: #64755e !important;
}
.main-header-menu .menu-link,
.ast-builder-menu .main-navigation > ul > li > .menu-link {
  color: #263622 !important;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.entry-content,
.entry-title,
.single-post .entry-title {
  color: #172316;
}
.single-post .entry-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
}
.entry-content p,
.entry-content li,
.entry-content dd {
  color: #243120;
}
.entry-content a {
  color: #315f35;
}
.ast-container,
.site-content .ast-container {
  background: transparent !important;
}
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
  border: 0;
  padding-top: 34px;
}
.lfg-aligned-img img {
  background: #e0eadb;
}
.lfg-aligned-img figcaption {
  color: #64755e;
}
.mc-quick-read,
.mc-human-split > div {
  background: #f7fbf4;
  border-color: #c8d9c1;
}
.mc-final-verdict {
  border-color: #172316;
}
.mc-related-clean {
  border-top: 1px solid #c8d9c1;
  padding-top: 20px;
}
.home .entry-title {
  display: none;
}
.home .site-content .ast-container {
  max-width: 920px;
}
.mc-link-home {
  padding: 42px 0 32px;
}
.mc-link-home::before {
  color: #315f35;
  content: 'Latest Articles';
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.mc-link-home ul {
  background: #f7fbf4;
  border: 1px solid #c8d9c1;
  list-style: none;
  margin: 0;
  padding: 0 28px;
}
.mc-link-home li {
  border-bottom: 1px solid #c8d9c1;
  margin: 0;
}
.mc-link-home li:last-child {
  border-bottom: 0;
}
.mc-link-home a {
  color: #172316;
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  line-height: 1.25;
  padding: 24px 0;
  text-decoration: none;
}
.mc-link-home a:hover {
  color: #315f35;
}
.mc-home-contact {
  border-top: 1px solid #c8d9c1;
  margin-top: 16px;
  padding-top: 30px;
}
.mc-home-contact h2 {
  color: #172316;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 8px;
}
.mc-home-contact p {
  color: #52634d;
  margin: 0 0 18px;
}
.mc-contact-form {
  background: #f7fbf4;
  border: 1px solid #c8d9c1;
  margin: 0 0 56px;
  padding: 24px;
}
.mc-contact-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.mc-contact-form label {
  color: #243120;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.mc-contact-form input,
.mc-contact-form textarea {
  background: #ffffff;
  border: 1px solid #b8cdb0;
  color: #172316;
  display: block;
  font-weight: 400;
  margin-top: 7px;
  padding: 12px;
  width: 100%;
}
.mc-contact-form input:focus,
.mc-contact-form textarea:focus {
  border-color: #315f35;
  outline: none;
}
.mc-contact-form button {
  background: #315f35;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 18px;
}
.mc-contact-success,
.mc-contact-error {
  margin: 18px 0;
  padding: 13px 16px;
}
.mc-contact-success {
  background: #dfeedd;
  border: 1px solid #9dbb98;
  color: #1f4a24;
}
.mc-contact-error {
  background: #fff0ee;
  border: 1px solid #d6aaa3;
  color: #7a2c23;
}
@media (max-width: 640px) {
  .site-title a,
  .site-title,
  .ast-site-title-wrap a {
    font-size: 25px;
  }
  .mc-link-home {
    padding: 18px 0 28px;
  }
  .mc-link-home ul,
  .mc-contact-form {
    padding: 0 18px;
  }
  .mc-link-home a {
    font-size: 20px;
    padding: 20px 0;
  }
  .mc-contact-row {
    display: block;
  }
  .mc-contact-form {
    padding: 20px 18px;
  }
}
/* Category directory homepage */
.mc-directory-home {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  padding: 34px 0 36px;
}
.mc-directory-section {
  background: #f7fbf4;
  border: 1px solid #c8d9c1;
  padding: 22px 24px;
}
.mc-directory-section h2 {
  color: #315f35;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.mc-directory-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mc-directory-section li {
  border-top: 1px solid #c8d9c1;
  margin: 0;
}
.mc-directory-section a {
  color: #172316;
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.28;
  padding: 13px 0;
  text-decoration: none;
}
.mc-directory-section a:hover {
  color: #315f35;
}
@media (max-width: 760px) {
  .mc-directory-home {
    display: block;
    padding-top: 18px;
  }
  .mc-directory-section + .mc-directory-section {
    margin-top: 18px;
  }
  .mc-directory-section {
    padding: 18px;
  }
  .mc-directory-section a {
    font-size: 17px;
  }
}
