* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #ffffff; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; color: #111; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.hull-wrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.hull-topbar { background: #f8f8f8; color: #666; font-size: 12px; line-height: 36px; height: 36px; border-bottom: 1px solid #eee; }
.hull-topbar .hull-wrap { display: flex; justify-content: space-between; align-items: center; }
.hull-header { padding: 25px 0; border-bottom: 1px solid #eee; }
.hull-headflex { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hull-logo { font-size: 24px; font-weight: 900; color: #111; letter-spacing: -1px; display: flex; align-items: center; gap: 5px; }
.hull-logo span { color: #e63946; }
.hull-logo img { height: 36px; object-fit: contain; }
.hull-search { flex: 1; max-width: 600px; display: flex; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; height: 42px; background: #fafafa; }
.hull-search input { flex: 1; border: none; padding: 0 15px; height: 100%; outline: none; font-size: 14px; background: transparent; }
.hull-search button { background: #fff; color: #111; border: none; padding: 0 20px; font-weight: bold; cursor: pointer; border-left: 1px solid #ddd; transition: background 0.3s; }
.hull-search button:hover { background: #f0f0f0; }
.hull-navbar { background: #fff; border-bottom: 1px solid #eee; }
.hull-navflex { display: flex; align-items: center; gap: 30px; overflow-x: auto; white-space: nowrap; height: 50px; }
.hull-navitem { color: #333; font-size: 14px; font-weight: bold; transition: color 0.2s; position: relative; padding: 15px 0; }
.hull-navitem:hover, .hull-navitem.active { color: #e63946; }
.hull-main { margin: 40px auto; }
.hull-hero { display: flex; align-items: center; background: #f4f4f4; border-radius: 8px; overflow: hidden; margin-bottom: 50px; min-height: 400px; }
@media (max-width: 768px) { .hull-hero { flex-direction: column; text-align: center; } }
.hull-hero-text { flex: 1; padding: 50px; }
.hull-hero-title { font-size: 42px; font-weight: 900; line-height: 1.1; margin-bottom: 20px; color: #111; }
.hull-hero-price { font-size: 28px; color: #e63946; font-weight: bold; margin-bottom: 30px; }
.hull-hero-btn { display: inline-block; background: #e63946; color: #fff; padding: 12px 35px; border-radius: 30px; font-weight: bold; font-size: 16px; transition: background 0.3s; }
.hull-hero-btn:hover { background: #c62828; }
.hull-hero-img { flex: 1; height: 100%; min-height: 400px; display: flex; align-items: center; justify-content: center; }
.hull-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hull-sec-title { text-align: center; font-size: 26px; font-weight: 900; margin-bottom: 35px; color: #111; text-transform: uppercase; }
.hull-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 50px; }
@media (max-width: 992px) { .hull-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .hull-grid-4 { grid-template-columns: 1fr; } }
.hull-card { background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 15px; text-align: center; transition: box-shadow 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.hull-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.06); border-color: #ddd; }
.hull-card-img { width: 100%; height: 220px; overflow: hidden; background: #fafafa; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.hull-card-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hull-card-stars { color: #111; font-size: 12px; margin-bottom: 10px; letter-spacing: 2px; }
.hull-card-title { font-size: 14px; font-weight: bold; color: #111; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hull-card-price { font-size: 16px; font-weight: 900; color: #e63946; }
.hull-cat-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 50px; }
@media (max-width: 768px) { .hull-cat-layout { grid-template-columns: 1fr; } }
.hull-cat-left { background: #f9f9f9; border-radius: 8px; padding: 40px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #eee; transition: transform 0.3s; }
.hull-cat-left:hover { transform: translateY(-3px); }
.hull-cat-left-info { flex: 1; }
.hull-cat-left-title { font-size: 24px; font-weight: 900; margin-bottom: 15px; }
.hull-cat-right { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hull-cat-top { grid-column: span 2; background: #f9f9f9; border-radius: 8px; border: 1px solid #eee; display: flex; align-items: center; padding: 20px; transition: transform 0.3s; height: 180px; }
.hull-cat-top:hover { transform: translateY(-3px); }
.hull-cat-top img { width: 50%; height: 100%; object-fit: cover; border-radius: 4px; }
.hull-cat-top-info { padding: 0 20px; flex: 1; }
.hull-cat-small { background: #f9f9f9; border-radius: 8px; border: 1px solid #eee; padding: 20px; text-align: center; transition: transform 0.3s; display: flex; flex-direction: column; justify-content: space-between; height: 200px; }
.hull-cat-small:hover { transform: translateY(-3px); }
.hull-cat-small img { width: 100%; height: 100px; object-fit: contain; margin-bottom: 10px; }
.hull-outfit-layout { display: grid; grid-template-columns: 350px 1fr; gap: 20px; margin-bottom: 50px; }
@media (max-width: 992px) { .hull-outfit-layout { grid-template-columns: 1fr; } }
.hull-outfit-left { border-radius: 8px; overflow: hidden; background: #111; position: relative; height: 100%; min-height: 400px; display: block; }
.hull-outfit-left img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }
.hull-outfit-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 25px; background: linear-gradient(transparent, rgba(0,0,0,0.8)); color: #fff; }
.hull-outfit-title { font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.hull-outfit-price { font-size: 20px; color: #ffeb3b; font-weight: bold; }
.hull-outfit-right { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 640px) { .hull-outfit-right { grid-template-columns: 1fr; } }
.hull-lookbook { display: block; width: 100%; height: 350px; border-radius: 8px; overflow: hidden; position: relative; margin-bottom: 50px; }
.hull-lookbook img { width: 100%; height: 100%; object-fit: cover; }
.hull-lookbook-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 25px 40px; border-radius: 6px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.hull-lookbook-title { font-size: 22px; font-weight: 900; color: #111; margin-bottom: 10px; }
.hull-lookbook-price { font-size: 20px; color: #e63946; font-weight: bold; margin-bottom: 15px; }
.hull-lookbook-btn { display: inline-block; background: #e63946; color: #fff; padding: 8px 25px; border-radius: 20px; font-weight: bold; }
.hull-explore-layout { display: grid; grid-template-columns: 250px 1fr; gap: 30px; margin-bottom: 50px; }
@media (max-width: 992px) { .hull-explore-layout { grid-template-columns: 1fr; } }
.hull-explore-side h3 { font-size: 22px; font-weight: 900; margin-bottom: 20px; color: #111; }
.hull-explore-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 640px) { .hull-explore-list { grid-template-columns: 1fr; } }
.hull-list-card { display: flex; align-items: center; gap: 15px; padding: 15px; border: 1px solid #eee; border-radius: 6px; background: #fff; transition: box-shadow 0.3s; }
.hull-list-card:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-color: #ddd; }
.hull-list-img { width: 80px; height: 80px; object-fit: cover; border-radius: 4px; flex-shrink: 0; background: #f9f9f9; }
.hull-list-info { flex: 1; overflow: hidden; }
.hull-list-title { font-size: 14px; font-weight: bold; color: #111; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hull-list-price { font-size: 15px; font-weight: 900; color: #e63946; }
.hull-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 50px; }
@media (max-width: 768px) { .hull-grid-3 { grid-template-columns: 1fr; } }
.hull-blog-card { display: block; border: 1px solid #eee; border-radius: 6px; overflow: hidden; background: #fff; transition: transform 0.3s; }
.hull-blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.06); }
.hull-blog-img { width: 100%; height: 200px; object-fit: cover; }
.hull-blog-info { padding: 20px; }
.hull-blog-title { font-size: 15px; font-weight: bold; color: #111; margin-bottom: 10px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 42px; }
.hull-blog-price { font-size: 16px; color: #e63946; font-weight: 900; }
.hull-news-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; background: #fafafa; padding: 40px; border-radius: 8px; margin-bottom: 50px; border: 1px solid #eee; }
@media (max-width: 768px) { .hull-news-layout { grid-template-columns: 1fr; padding: 20px; } }
.hull-news-text h3 { font-size: 28px; font-weight: 900; color: #e63946; margin-bottom: 15px; }
.hull-news-text p { font-size: 15px; color: #555; margin-bottom: 20px; font-weight: bold; }
.hull-news-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; height: 300px; }
.hull-news-img-item { display: block; position: relative; border-radius: 6px; overflow: hidden; }
.hull-news-img-item img { width: 100%; height: 100%; object-fit: cover; }
.hull-news-img-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; opacity: 0; transition: opacity 0.3s; }
.hull-news-img-item:hover .hull-news-img-overlay { opacity: 1; }
.hull-news-img-large { grid-row: span 2; }
.hull-ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-bottom: 50px; }
@media (max-width: 992px) { .hull-ig-grid { grid-template-columns: repeat(3, 1fr); } }
.hull-ig-item { display: block; position: relative; width: 100%; padding-top: 100%; overflow: hidden; }
.hull-ig-item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.hull-ig-item:hover img { transform: scale(1.1); }
.hull-ig-overlay { position: absolute; inset: 0; background: rgba(230,57,70,0.8); color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s; font-weight: bold; font-size: 14px; padding: 10px; text-align: center; }
.hull-ig-item:hover .hull-ig-overlay { opacity: 1; }
.hull-cardbox { background: #ffffff; border-radius: 8px; border: 1px solid #eee; padding: 40px; max-width: 600px; margin: 40px auto; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.hull-footer { background: #111111; color: #999; padding: 50px 0 20px 0; margin-top: 50px; }
.hull-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 40px; }
@media (max-width: 992px) { .hull-footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .hull-footer-grid { grid-template-columns: 1fr; text-align: center; } }
.hull-foot-col h4 { color: #fff; font-size: 15px; font-weight: 900; margin-bottom: 20px; text-transform: uppercase; }
.hull-foot-col a, .hull-foot-col p { color: #999; font-size: 13px; display: block; margin-bottom: 10px; transition: color 0.2s; }
.hull-foot-col a:hover { color: #e63946; }
.hull-foot-copy { text-align: center; border-top: 1px solid #222; padding-top: 20px; font-size: 13px; color: #666; }
