:root{
  --amom-primary:#111111;
  --amom-accent:#c8a96b;
  --amom-soft:#f7f4ec;
  --amom-text:#1f2937;
  --amom-muted:#6b7280;
  --amom-border:#ece8df;
}

.amom-homepage-active .entry-header,
.amom-homepage-active .entry-title,
.amom-homepage-active .page-title{
  display:none !important;
}

.amom-homepage-active .site-content,
.amom-homepage-active .content-area,
.amom-homepage-active .site-main{
  width:100%;
}

.amom-homepage-active .ast-container,
.amom-ai-page-active .ast-container{
  max-width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.amom-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  box-sizing:border-box;
}

.amom-section-title{
  font-size:36px;
  line-height:1.15;
  margin:8px 0 24px;
  color:var(--amom-text);
}

.amom-shop-hero,.amom-el-hero{
  padding:88px 0 56px;
  background:linear-gradient(180deg,var(--amom-soft) 0%,#ffffff 100%);
}

.amom-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
}

.amom-badge{
  display:inline-block;
  padding:7px 13px;
  border-radius:999px;
  border:1px solid #ddd;
  background:#fff;
  color:#666;
  margin-bottom:16px;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.amom-shop-hero h1,.amom-category-hero h1,.amom-el-hero h1{
  font-size:60px;
  line-height:1.02;
  margin:0 0 16px;
  color:#141414;
  letter-spacing:-0.03em;
}

.amom-shop-hero p,.amom-category-hero p,.amom-el-hero p{
  font-size:19px;
  color:var(--amom-muted);
  max-width:760px;
  line-height:1.8;
  margin:0;
}

.amom-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.amom-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--amom-primary);
  color:#fff !important;
  border:1px solid var(--amom-primary);
  border-radius:16px;
  padding:14px 22px;
  text-decoration:none !important;
  font-weight:700;
  transition:all .2s ease;
  box-shadow:none;
}

.amom-button:hover{
  opacity:.94;
  transform:translateY(-1px);
  color:#fff !important;
}

.amom-button-outline{
  background:#fff;
  color:var(--amom-primary) !important;
  border-color:#d6d3d1;
}

.amom-button-small{
  padding:10px 14px;
  font-size:14px;
  border-radius:12px;
}

.amom-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin:32px auto;
}

.amom-card{
  background:#fff;
  border:1px solid var(--amom-border);
  border-radius:24px;
  padding:26px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.amom-card h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.15;
  color:var(--amom-text);
}

.amom-card h3 a{
  text-decoration:none;
  color:var(--amom-text);
}

.amom-card p{
  color:var(--amom-muted);
  line-height:1.8;
  margin:0 0 12px;
}

.amom-card-image{
  margin:-26px -26px 16px;
  border-bottom:1px solid var(--amom-border);
  background:#faf8f3;
  border-radius:24px 24px 0 0;
  overflow:hidden;
  min-height:180px;
}

.amom-card-image img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.amom-feature-card{
  min-height:250px;
}

.amom-price{
  font-weight:700;
  margin:14px 0;
  color:var(--amom-text);
  font-size:18px;
}

.amom-home-template .amom-grid,
.amom-elementor-stack .amom-grid{
  margin-top:24px;
}

.amom-home-section-head{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:24px;
  align-items:end;
  margin-top:60px;
}

.amom-home-section-head h2{
  margin:0;
  font-size:38px;
  line-height:1.12;
  color:var(--amom-text);
}

.amom-home-section-head p{
  max-width:420px;
  color:var(--amom-muted);
  line-height:1.8;
  margin:0;
}

.amom-home-band,.amom-el-soft{
  background:linear-gradient(180deg,#fff 0%,var(--amom-soft) 100%);
  padding:64px 0;
  margin-top:10px;
}

.amom-home-band-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:start;
}

.amom-home-band-copy h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.08;
  color:var(--amom-text);
}

.amom-home-band-copy p{
  color:var(--amom-muted);
  line-height:1.9;
  margin:0;
}

.amom-home-band-steps{
  display:grid;
  gap:14px;
}

.amom-step{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  background:#fff;
  border:1px solid var(--amom-border);
  border-radius:18px;
  padding:16px;
}

.amom-step span{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:999px;
  background:var(--amom-primary);
  color:#fff;
  font-weight:700;
}

.amom-step p{
  margin:6px 0 0;
  color:var(--amom-muted);
}

.amom-category-hero{
  padding:58px 0 10px;
}

.amom-ai-box{
  background:#fff;
  border:1px solid var(--amom-border);
  border-radius:28px;
  padding:32px;
  max-width:1040px;
  margin:48px auto;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.amom-ai-box h2{
  margin:0 0 10px;
  font-size:38px;
  color:var(--amom-text);
}

.amom-ai-box p{
  color:var(--amom-muted);
  margin:0 0 18px;
}

.amom-ai-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.amom-ai-field label{
  display:block;
  font-weight:700;
  margin-bottom:8px;
  color:var(--amom-text);
}

.amom-ai-field select,.amom-ai-field input{
  width:100%;
  padding:14px 15px;
  border:1px solid #ddd;
  border-radius:14px;
  background:#fff;
  box-sizing:border-box;
  font-size:15px;
}

.amom-ai-actions{
  margin-top:16px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.amom-ai-results{
  margin-top:24px;
  display:grid;
  gap:14px;
}

.amom-ai-result{
  border:1px solid var(--amom-border);
  border-radius:18px;
  padding:18px;
  background:#faf8f3;
}

.amom-ai-result h3{
  margin:0 0 8px;
}

.amom-ai-result strong{
  color:var(--amom-text);
}

.amom-woo-highlights{
  margin:18px 0;
  padding:18px;
  border:1px solid var(--amom-border);
  border-radius:18px;
  background:#faf8f3;
}

.amom-woo-inline{
  margin-top:8px;
  color:var(--amom-muted);
  line-height:1.8;
}

.amom-product-brand-sections{
  padding:28px 0 44px;
}

.amom-product-modules{
  padding:8px 0 40px;
}

.amom-product-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.amom-detail-panel{
  min-height:220px;
}

.amom-image-frame{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--amom-border);
  box-shadow:0 14px 40px rgba(0,0,0,.06);
}

.amom-image-frame img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

.amom-wide-banner{
  margin-top:24px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--amom-border);
  background:#fff;
  box-shadow:0 14px 40px rgba(0,0,0,.05);
  min-height:220px;
}

.amom-wide-banner img{
  width:100%;
  height:320px;
  object-fit:cover;
  display:block;
}

.amom-image-placeholder{
  display:grid;
  place-items:center;
  min-height:320px;
  background:linear-gradient(135deg,#f7f4ec,#fff);
  color:#8c826d;
  font-weight:600;
  border-radius:28px;
  text-align:center;
  padding:24px;
}

.amom-language-switcher{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-top:18px;
}

.amom-lang-label{
  font-size:13px;
  color:#666;
}

.amom-lang-link{
  display:inline-block;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid #ddd;
  background:#fff;
  color:#444;
  text-decoration:none;
  font-size:13px;
}

.amom-lang-link.is-active{
  background:var(--amom-primary);
  color:#fff;
  border-color:var(--amom-primary);
}

.woocommerce div.product .product_title{
  font-size:42px;
  line-height:1.1;
  margin-bottom:12px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
  color:var(--amom-primary);
  font-weight:700;
}

.woocommerce div.product form.cart .button{
  background:var(--amom-primary) !important;
  border-radius:14px;
  padding:14px 20px;
}

.woocommerce div.product div.images img{
  border-radius:18px;
}

.woocommerce-tabs ul.tabs li a{
  font-weight:600;
}

.woocommerce div.product .woocommerce-product-details__short-description{
  color:var(--amom-muted);
  line-height:1.8;
}

@media (max-width: 1100px){
  .amom-hero-grid,
  .amom-home-band-grid,
  .amom-home-section-head,
  .amom-product-module-grid{
    grid-template-columns:1fr;
  }

  .amom-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 768px){
  .amom-wrap{
    padding:0 16px;
  }

  .amom-shop-hero,.amom-el-hero{
    padding:60px 0 40px;
  }

  .amom-shop-hero h1,
  .amom-category-hero h1,
  .amom-el-hero h1{
    font-size:38px;
  }

  .amom-home-section-head h2,
  .amom-home-band-copy h2,
  .amom-ai-box h2,
  .amom-section-title{
    font-size:30px;
  }

  .amom-ai-grid,
  .amom-grid,
  .amom-product-module-grid{
    grid-template-columns:1fr;
  }

  .amom-image-frame img{
    height:320px;
  }

  .woocommerce div.product .product_title{
    font-size:34px;
  }
}
