:root {
  --ink: #251b22;
  --muted: #6f6269;
  --line: #eadde4;
  --soft: #fff6fa;
  --rose: #c72d72;
  --rose-dark: #961950;
  --rose-light: #fce5ef;
  --green: #b9ff9d;
  --max: 1240px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #2d7eea; outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { max-width: var(--max); margin: 0 auto; padding: 17px 20px 14px; display: grid; grid-template-columns: auto minmax(220px, 1fr) auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; min-width: max-content; }
.brand img { width: 46px; height: 46px; border-radius: 13px; object-fit: cover; }
.brand span { display: grid; line-height: .9; font-size: 1.12rem; letter-spacing: -.045em; }
.brand b { color: var(--rose); font-weight: 850; }
.brand em { color: var(--ink); font-size: .8em; font-style: normal; font-weight: 600; letter-spacing: -.035em; }
.catalog-search { display: flex; min-height: 47px; border: 1px solid #cdbec6; border-radius: 999px; overflow: hidden; background: #fff; box-shadow: 0 3px 13px rgba(70, 30, 49, .05); }
.catalog-search:focus-within { border-color: var(--rose); box-shadow: 0 0 0 3px var(--rose-light); }
.catalog-search input { min-width: 0; flex: 1; padding: 0 17px; border: 0; outline: 0; color: var(--ink); }
.catalog-search button { border: 0; padding: 0 20px; background: var(--rose); color: white; cursor: pointer; font-weight: 800; }
.header-cta { color: var(--rose-dark); text-decoration: none; font-size: .9rem; font-weight: 800; white-space: nowrap; }
.category-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.category-row { max-width: var(--max); margin: auto; padding: 10px 20px; display: flex; align-items: center; gap: 9px; overflow-x: auto; scrollbar-width: none; }
.category-row::-webkit-scrollbar, .product-rail::-webkit-scrollbar { display: none; }
.category-chip { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; background: white; color: #584751; padding: 8px 14px; cursor: pointer; font-size: .84rem; font-weight: 750; transition: .18s ease; }
.category-chip:hover, .category-chip[aria-pressed="true"] { background: var(--rose); border-color: var(--rose); color: white; }
.chip-skeleton { color: var(--muted); font-size: .85rem; }
main { max-width: var(--max); margin: auto; padding: 28px 20px 60px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .75fr); gap: 20px; margin-bottom: 45px; }
.hero-copy { min-height: 330px; padding: clamp(28px, 5vw, 62px); border-radius: 24px; color: white; background: radial-gradient(circle at 90% 0%, #e76ba0 0, transparent 34%), linear-gradient(125deg, #5a1233, #a5195a 61%, #e43f81); }
.eyebrow { margin: 0 0 8px; color: var(--rose); font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: #ffd4e5; }
h1 { max-width: 700px; margin: 0; font-size: clamp(2.15rem, 5.3vw, 4.25rem); line-height: .98; letter-spacing: -.065em; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; color: #feeaf2; font-size: clamp(1rem, 1.6vw, 1.15rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-size: .9rem; font-weight: 800; transition: transform .15s, background .15s; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--rose); color: white; }
.hero .button-primary { background: white; color: var(--rose-dark); }
.button-secondary { border-color: rgba(255,255,255,.65); color: white; }
.hero-panel { padding: 34px 29px; border: 1px solid var(--line); border-radius: 24px; background: var(--soft); }
.hero-icon { display: grid; width: 47px; height: 47px; place-items: center; border-radius: 50%; background: white; color: var(--rose); font-size: 1.7rem; box-shadow: 0 6px 18px rgba(133, 38, 79, .12); }
.hero-panel h2 { margin: 21px 0 8px; font-size: 1.37rem; letter-spacing: -.035em; }
.hero-panel p { color: var(--muted); line-height: 1.55; }
.catalog-section { margin-top: 48px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
.section-heading h2 { margin: 0; font-size: clamp(1.55rem, 3.2vw, 2.35rem); letter-spacing: -.055em; }
.section-heading a { color: var(--rose-dark); font-size: .88rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(169px, 212px); gap: 13px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 2px 12px; scroll-snap-type: inline mandatory; }
.product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: white; scroll-snap-align: start; box-shadow: 0 3px 9px rgba(48, 23, 36, .035); }
.product-media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; background: #f9f3f6; }
.product-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.size-badge { position: absolute; top: 9px; left: 9px; padding: 4px 7px; border-radius: 5px; background: rgba(33, 23, 29, .82); color: white; font-size: .69rem; font-weight: 800; }
.card-content { display: flex; flex: 1; flex-direction: column; gap: 6px; padding: 11px; }
.product-category { overflow: hidden; color: var(--muted); font-size: .69rem; font-weight: 750; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; }
.product-name { display: -webkit-box; overflow: hidden; margin: 0; color: var(--ink); font-size: .89rem; font-weight: 760; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-name a { text-decoration: none; }
.price { margin: 2px 0 1px; color: var(--rose-dark); font-size: 1.18rem; font-weight: 900; letter-spacing: -.035em; }
.card-actions { display: flex; gap: 7px; margin-top: auto; padding-top: 5px; }
.card-actions a { flex: 1; padding: 8px 6px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); text-align: center; text-decoration: none; font-size: .72rem; font-weight: 800; }
.card-actions .ask-link { background: var(--rose-light); border-color: var(--rose-light); color: var(--rose-dark); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.product-grid .product-card { min-height: 100%; }
.loading-state, .error-state, .empty-state { padding: 31px 16px; border: 1px dashed #d9c6cf; border-radius: 12px; color: var(--muted); text-align: center; }
.error-state { color: #8d2336; background: #fff3f5; }
.result-count { color: var(--muted); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.load-more { display: block; margin: 26px auto 0; border: 1px solid var(--rose); border-radius: 9px; padding: 12px 21px; background: white; color: var(--rose-dark); cursor: pointer; font-weight: 850; }
.load-more:hover { background: var(--soft); }
.purchase-help { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 54px; padding: clamp(25px, 4vw, 43px); border-radius: 19px; background: #251a20; color: white; }
.purchase-help .eyebrow { color: #f7aac9; }
.purchase-help h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.05em; }
.purchase-help p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #e1d5da; }
.purchase-help .button-primary { white-space: nowrap; }
footer { padding: 25px 20px; border-top: 1px solid var(--line); color: var(--muted); text-align: center; font-size: .82rem; }
@media (min-width: 620px) { .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 940px) { .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 760px) { .site-header { grid-template-columns: auto 1fr; gap: 13px; padding: 13px 15px; } .catalog-search { grid-column: 1 / -1; grid-row: 2; } .header-cta { display: none; } .category-row { padding-inline: 15px; } main { padding: 18px 15px 45px; } .hero { grid-template-columns: 1fr; margin-bottom: 35px; } .hero-copy { min-height: 0; border-radius: 19px; } .hero-panel { display: none; } .catalog-section { margin-top: 36px; } .product-rail { grid-auto-columns: minmax(165px, 45vw); } .purchase-help { display: block; } .purchase-help .button { margin-top: 20px; } }


.category-chip { text-decoration: none; }
.content-section, .faq-section, .related-links { margin-top: 48px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.content-section h2, .faq-section h2, .related-links h2 { margin: 0 0 13px; font-size: clamp(1.55rem, 3vw, 2.15rem); letter-spacing: -.05em; }
.content-section > p:not(.eyebrow), .faq-section p { max-width: 800px; color: var(--muted); line-height: 1.65; }
.faq-section details { border-top: 1px solid var(--line); padding: 15px 0; }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { cursor: pointer; font-weight: 800; }
.faq-section details p { margin: 10px 0 0; }
.related-links > div { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { border: 1px solid var(--line); border-radius: 9px; padding: 11px 13px; color: var(--rose-dark); font-weight: 800; text-decoration: none; }
