: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; }
/* =========================================================
   KISSNA LANDING FOOTER — REFINED
   Scoped to .kissna-footer to avoid affecting existing UI.
   ========================================================= */
.kissna-footer {
  position: relative;
  margin-top: 4.5rem;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(232, 82, 143, 0.12), transparent 32%),
    linear-gradient(180deg, #fff9fb 0%, #fff3f7 100%);
  border-top: 4px solid #c92b6d;
  color: #3f2832;
  text-align: left;
  font-size: 1rem;
}
.kissna-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
}
.kissna-footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 3.4rem 0 3rem;
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) repeat(2, minmax(175px, 0.9fr)) minmax(220px, 1.1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.kissna-footer-brand {
  max-width: 350px;
  padding-right: clamp(0rem, 2vw, 1.5rem);
}
.kissna-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: #4a2d39;
  text-decoration: none;
  margin-bottom: 1rem;
}
.kissna-footer-logo img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(126, 28, 72, 0.17);
}
.kissna-footer-logo span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.kissna-footer-logo strong {
  color: #7e1f4b;
  font-size: 1.35rem;
  letter-spacing: 0.01em;
}
.kissna-footer-logo em {
  margin-top: 0.28rem;
  color: #715661;
  font-size: 0.9rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.kissna-footer-brand p,
.kissna-footer-brand address,
.kissna-footer-column p {
  margin: 0.65rem 0;
  color: #674e59;
  font-size: 0.94rem;
  line-height: 1.7;
}
.kissna-footer-brand address {
  margin-top: 1rem;
  padding-left: 0.8rem;
  border-left: 3px solid rgba(201, 43, 109, 0.35);
  font-style: normal;
}
.kissna-footer-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.62rem;
}
.kissna-footer-column h2 {
  position: relative;
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  color: #4a2d39;
  font-size: 1rem;
  line-height: 1.3;
}
.kissna-footer-column h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: #d23477;
}
.kissna-footer-column a {
  display: inline-flex;
  color: #742047;
  font-size: 0.92rem;
  line-height: 1.5;
  text-decoration: none;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
  transition: color 160ms ease, transform 160ms ease;
}
.kissna-footer-column a:hover {
  color: #b42162;
  text-decoration: underline;
  transform: translateX(2px);
}
.kissna-footer-column a:focus-visible,
.kissna-footer-logo:focus-visible,
.kissna-footer-bottom a:focus-visible {
  outline: 3px solid #8f2453;
  outline-offset: 4px;
  border-radius: 3px;
}
.kissna-footer-blog-link {
  margin-top: 0.4rem;
  padding: 0.72rem 0.9rem;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(201, 43, 109, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 5px 16px rgba(126, 28, 72, 0.07);
  font-weight: 700;
}
.kissna-footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 1.25rem 0 1.55rem;
  border-top: 1px solid rgba(126, 31, 75, 0.14);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: #725b65;
  font-size: 0.84rem;
}
.kissna-footer-bottom p { margin: 0; }
.kissna-footer-bottom a { color: #742047; text-underline-offset: 0.2em; }
@media (min-width: 961px) {
  .kissna-footer-brand { border-right: 1px solid rgba(126, 31, 75, 0.12); }
}
@media (max-width: 960px) {
  .kissna-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 2rem;
  }
  .kissna-footer-brand { max-width: none; }
}
@media (max-width: 640px) {
  .kissna-footer { margin-top: 3.5rem; }
  .kissna-footer-inner {
    width: min(100% - 32px, 1180px);
    padding: 2.5rem 0 2.2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .kissna-footer-column {
    padding-top: 0.25rem;
    border-top: 1px solid rgba(126, 31, 75, 0.1);
  }
  .kissna-footer-column h2 { margin-top: 1rem; }
  .kissna-footer-blog-link { width: 100%; justify-content: space-between; }
  .kissna-footer-bottom {
    width: min(100% - 32px, 1180px);
    padding-bottom: 1.8rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .kissna-footer-column a { transition: none; }
}
