/* Homepage layout from secheal-website-share.html */

body.home.k-store,
body.home.k-store .secheal-main {
  background: var(--bg);
  --secheal-top-chrome: calc(36px + 88px);
}

.s-home {
  --s-ink: #1b1720;
  --s-muted: #746b77;
  --s-paper: #ffffff;
  --s-line: #e7ddd7;
  --s-orange: #9368f5;
  --s-navy: #272133;
  --s-cream: #ffffff;
  color: var(--s-ink);
}
.s-home h1,
.s-home h2,
.s-home h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: inherit;
}
.s-home p { color: var(--s-muted); }
.s-section { padding: 96px 0; }
.s-section--soft { background: var(--s-paper); }
.s-section--dark {
  background: #100d14;
  color: #fff;
}
.s-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 38px;
}
.s-head h2 { font-size: clamp(36px, 4.8vw, 62px); line-height: 1.04; margin: 12px 0; }
.s-head p { max-width: 610px; line-height: 1.7; margin: 0; }
.s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--s-orange);
  font-weight: 700;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.s-eyebrow:before {
  content: "";
  width: 26px;
  height: 2.5px;
  background: currentColor;
}
.s-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: inherit;
}
.s-btn--primary {
  background: #f3edfe;
  color: #241b23;
  border-color: #f3edfe;
}
.s-btn--orange {
  background: var(--violet);
  border-color: var(--violet);
  color: #fff;
}
.s-btn--orange:hover {
  background: var(--violet-deep);
  border-color: var(--violet-deep);
  color: #fff;
}
.s-text-link {
  color: var(--violet);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}

/* Hero */
.s-hero {
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 75% 42%, #583b32 0, #241b1e 30%, #09080b 72%);
  color: #fff;
}
.s-home .s-hero.k-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  min-height: 0;
  height: auto;
  max-height: none;
  aspect-ratio: 1920 / 800;
  background: #09080b;
}
.s-hero:before { display: none; }
.s-hero--slider .k-hero__media {
  background-size: contain;
  background-position: center;
}
.s-hero--slider .k-hero__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center;
}
.s-hero--slider .k-hero__shade {
  background: linear-gradient(90deg, rgba(7, 6, 9, 0.82) 0%, rgba(7, 6, 9, 0.42) 24%, rgba(7, 6, 9, 0.06) 40%, transparent 52%);
  z-index: 1;
}
.s-hero--slider .k-hero__slide--light .k-hero__shade {
  background: linear-gradient(
    90deg,
    rgba(14, 8, 20, 0.94) 0%,
    rgba(14, 8, 20, 0.78) 30%,
    rgba(14, 8, 20, 0.48) 46%,
    rgba(14, 8, 20, 0.12) 58%,
    transparent 72%
  );
}
.s-home .s-hero--slider .k-hero__slide--light .s-hero__copy p {
  color: rgba(255, 255, 255, 0.94);
  max-width: 26rem;
}
.s-hero__copy-wrap {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: max(1.25rem, calc((100% - var(--wrap, 1240px)) / 2));
  padding-right: min(58%, 56rem);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(2.75rem, 5vw, 3.5rem);
  pointer-events: none;
}
.s-hero__copy-wrap a,
.s-hero__copy-wrap button,
.s-home .s-hero--slider .s-hero__copy-wrap .s-hero__copy {
  pointer-events: auto;
}
.s-home .s-hero--slider .s-hero__copy {
  user-select: text;
  -webkit-user-select: text;
}
.s-home .s-hero--slider .s-hero__copy-wrap .s-hero__copy {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(100%, 34rem);
  max-width: 34rem;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.75rem 0.75rem 2.75rem 0;
}
.s-home .s-hero--slider .s-hero__copy h1,
.s-home .s-hero--slider .s-hero__copy .s-hero__title,
.s-hero h1 {
  font-size: clamp(2.35rem, 4.4vw, 3.85rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  margin: 12px 0 16px;
  color: #fff;
}
.s-home .s-hero--slider .s-hero__copy p,
.s-hero p {
  color: #d7cbc5;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.55;
  max-width: 32rem;
  margin-bottom: 0;
}
.s-hero .s-nowrap { white-space: nowrap; }
.s-hero--slider .s-actions { margin-top: 22px; flex-wrap: wrap; }
.s-hero--slider .s-btn {
  white-space: nowrap;
  padding: 14px 22px;
  font-size: 14px;
}
.s-home .s-hero--slider .k-hero__slide.is-on .s-hero__copy > * {
  opacity: 1;
  transform: none;
  animation: none;
}
.s-hero .s-eyebrow {
  color: var(--violet);
  font-size: 18px;
  letter-spacing: 0.16em;
}
.s-hero--slider .s-btn { color: #fff; border-color: rgba(255, 255, 255, 0.55); }
.s-hero--slider a.s-btn.s-btn--primary {
  background: #f3edfe;
  color: #241b23;
  border-color: #f3edfe;
}
.s-home .s-hero--slider .k-hero__ui {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.s-home .s-hero--slider .k-hero__progress--dock {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 1.35rem;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  pointer-events: auto;
}
.s-hero--slider .k-hero__arrow {
  opacity: 1;
  transform: none;
}

/* Categories */
.s-cats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.s-cat {
  min-height: 370px;
  border-radius: 28px;
  padding: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.s-cat--photo {
  display: block;
  min-height: 0;
  padding: 0;
  background: #0d0a0f;
  background-size: cover;
  background-position: center;
}
.s-cat--photo::before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.s-cat__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(13, 10, 15, 0) 0%, rgba(13, 10, 15, 0.55) 38%, rgba(13, 10, 15, 0.88) 100%);
  border-radius: 0 0 28px 28px;
  pointer-events: none;
}
.s-cat--photo .s-cat__copy b {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.35;
  font-family: Georgia, serif;
  font-weight: 500;
  color: #fff;
}
.s-cat--photo .s-cat__copy span {
  font-size: 12px;
  line-height: 1.5;
  color: #d4dbe1;
  margin-top: 6px;
}
.s-cat__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
}
.s-cat:nth-child(1) { background: radial-gradient(circle at 70% 28%, #563b42, #0d0a0f 68%); }
.s-cat:nth-child(2) { background: radial-gradient(circle at 62% 30%, #d7aaa0, #312028 66%); }
.s-cat--photo:nth-child(1),
.s-cat--photo:nth-child(2) {
  background: #0d0a0f;
}
.s-cat:not(.s-cat--photo):before {
  content: "";
  position: absolute;
  width: 150px;
  height: 200px;
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.09);
  top: 34px;
  right: -20px;
  transform: rotate(18deg);
}
.s-cat b { font-size: 19px; position: relative; font-family: Georgia, serif; font-weight: 500; }
.s-cat span { font-size: 12px; color: #d4dbe1; margin-top: 5px; position: relative; }

/* Products */
.s-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.s-product {
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 0;
  box-shadow: 0 18px 50px rgba(42, 25, 38, 0.08);
}
.s-product__media {
  width: 100%;
  flex: none;
  min-height: 0;
  background-color: #eee5df;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
}
.s-product__media::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.s-product__media--dark { background: radial-gradient(circle, #483542, #0d0a0e 72%); }
.s-product__media--warm { background: radial-gradient(circle, #6d412c, #100b0c 72%); }
.s-product__media--care { background: linear-gradient(145deg, #d8cabb, #625346); }
.s-product__media--photo {
  background-color: #f2ece6;
  overflow: hidden;
}
.s-product__media img,
.s-product__media--photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center;
}
.s-badge {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fff;
  color: var(--s-navy);
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.s-badge--soon {
  background: #1a1a1a;
  color: #fff;
}
.s-product__copy {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.s-product__copy h3 { font-size: 20px; margin: 0 0 8px; }
.s-product__copy h3 a { text-decoration: none; }
.s-product__copy p { color: var(--s-muted); font-size: 14px; line-height: 1.55; margin: 0 0 18px; }
.s-product__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  font-size: 13px;
}
.s-price { font-weight: 800; color: var(--violet); }
.s-price del { opacity: 0.55; font-weight: 600; }

.s-mini-clamp {
  width: 125px;
  height: 155px;
  border-left: 15px solid #171b1e;
  border-top: 15px solid #171b1e;
  position: relative;
}
.s-mini-clamp:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 16px;
  background: #15191c;
  left: -15px;
  bottom: 15px;
}
.s-mini-care { display: flex; align-items: end; gap: 12px; }
.s-mini-care i {
  display: block;
  width: 45px;
  height: 145px;
  border-radius: 22px 22px 10px 10px;
  background: linear-gradient(90deg, #e8e5dc, #fff);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.s-mini-care i:last-child { height: 112px; }

/* Split + experience */
.s-split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.s-split h2 { font-size: clamp(36px, 4.8vw, 62px); line-height: 1.04; margin: 12px 0; }
.s-split p { line-height: 1.75; max-width: 610px; }
.s-split__lead {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  color: var(--text);
}
.s-split p + p { margin-top: 0.85em; }
.s-split .s-btn { margin-top: 8px; }
.s-exp { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.s-exp__card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border-radius: 28px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-color: #0a0a0a;
  background-size: cover;
  background-position: center;
}
.s-exp__card img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}
.s-exp__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}
.s-exp__card b,
.s-exp__card span {
  position: relative;
  z-index: 1;
}
.s-exp__card b { font-size: clamp(18px, 1.8vw, 23px); line-height: 1.25; font-family: Georgia, serif; font-weight: 500; }
.s-exp__card span { font-size: 12px; color: #d6dce1; margin-bottom: 5px; }

.s-section--quote {
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
}
.s-quote,
.s-quote--photo {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #100d14;
  line-height: 0;
}
.s-quote--photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 32vw, 560px);
  object-fit: cover;
  object-position: center 42%;
}

.s-mood {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}
.s-mood__card {
  min-height: 440px;
  border-radius: 30px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(8, 5, 8, 0.86)), radial-gradient(circle at 65% 24%, #7b4d3b, #151015 68%);
}
.s-mood__card--alt {
  background: linear-gradient(180deg, transparent, rgba(8, 5, 8, 0.87)), radial-gradient(circle at 62% 26%, #695678, #100d14 68%);
}
.s-mood__card h3 {
  font-size: 36px;
  margin: 8px 0;
  color: #fff;
}
.s-mood__card p { color: #d9ced4; line-height: 1.65; }

.s-rule {
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, #b85d38, #7b4de2);
  margin: 22px 0;
}
.s-trust {
  background: #fff;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 18px 55px rgba(42, 25, 38, 0.07);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.s-trust__item {
  border: 1px solid var(--s-line);
  border-radius: 18px;
  padding: 20px;
}
.s-trust__item b { display: block; margin-bottom: 7px; }
.s-trust__item span { font-size: 13px; color: var(--s-muted); line-height: 1.55; }

.s-journal {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}
.s-feature {
  min-height: 440px;
  border-radius: 28px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.82)), radial-gradient(circle at 38% 30%, #d6a79a, #101820 67%);
}
.s-feature h3 { font-size: 34px; max-width: 430px; margin: 10px 0; color: #fff; }
.s-feature .s-text-link { color: #f3d5c8; }
.s-stories { display: grid; gap: 15px; }
.s-story {
  border: 1px solid var(--s-line);
  border-radius: 18px;
  padding: 22px;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  align-items: center;
  background: #fff;
}
.s-story__thumb {
  height: 88px;
  border-radius: 12px;
  background: linear-gradient(145deg, #182634, #090d10);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.s-story__thumb .c-device--sm { transform: scale(0.34); }
.s-story__thumb--care { background: linear-gradient(145deg, #d8cabb, #625346); }
.s-story__thumb .s-mini-care { transform: scale(0.45); }
.s-story h3 { margin: 4px 0; font-size: 18px; }
.s-story h3 a { text-decoration: none; }
.s-story small { color: var(--s-muted); }

.s-faq { border-top: 1px solid var(--s-line); max-width: 920px; margin: 0 auto; }
.s-faq details { border-bottom: 1px solid var(--s-line); }
.s-faq summary {
  padding: 22px 0;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.s-faq summary::-webkit-details-marker { display: none; }
.s-faq summary::after {
  content: "+";
  flex: 0 0 1.15rem;
  width: 1.15rem;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  color: var(--s-muted);
}
.s-faq details[open] summary::after { content: "−"; }
.s-faq details > div { padding: 0 0 24px; color: var(--s-muted); line-height: 1.7; }

body.home.k-store .c-news {
  background: #6346A6;
}
body.home.k-store .c-news h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

@media (max-width: 900px) {
  .s-cats { grid-template-columns: repeat(2, 1fr); }
  .s-products { grid-template-columns: repeat(2, 1fr); }
  .s-split,
  .s-journal,
  .s-mood { grid-template-columns: 1fr; }
  body.home .s-home .s-hero.k-hero--slider,
  .s-home .s-hero.k-hero,
  .s-hero {
    width: 100%;
    min-height: 0;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
  }
  .s-hero--slider .k-hero__track {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .s-hero--slider .k-hero__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .s-hero--slider .k-hero__slide.is-on {
    position: relative;
    inset: auto;
    height: auto;
  }
  .s-hero--slider .k-hero__media {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 800;
    background-size: contain;
    background-position: center;
  }
  .s-hero--slider .k-hero__media img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: contain;
    -webkit-object-fit: contain;
    object-position: center;
  }
  .s-hero--slider .k-hero__shade {
    display: none;
  }
  .s-home .s-hero--slider .s-hero__copy-wrap {
    position: relative;
    z-index: 2;
    height: auto;
    margin-top: 0;
    align-items: flex-start;
    padding: 1.35rem 1.25rem 1.5rem;
    background: #09080b;
  }
  .s-home .s-hero--slider .s-hero__copy-wrap .s-hero__copy {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .s-hero--slider .s-hero__copy h1,
  .s-hero--slider .s-hero__copy .s-hero__title {
    font-size: clamp(2rem, 6vw, 2.45rem);
    margin: 8px 0 12px;
  }
  .s-hero--slider .s-hero__copy p {
    display: block;
    font-size: 1rem;
    max-width: 36rem;
  }
  .s-hero--slider .s-actions { flex-wrap: wrap; }
  .s-home .s-hero--slider .k-hero__ui {
    top: calc(100vw * 800 / 1920 / 2);
    bottom: auto;
    transform: translateY(-50%);
  }
  .s-home .s-hero--slider .k-hero__progress--dock {
    top: calc(100vw * 800 / 1920 - 1.1rem);
    bottom: auto;
  }
}
@media (max-width: 600px) {
  .s-section { padding: 70px 0; }
  .s-head { display: block; }
  body.home.k-store {
    --secheal-top-chrome: calc(36px + 76px);
  }
  body.home .s-home .s-hero.k-hero--slider,
  .s-home .s-hero.k-hero,
  .s-hero {
    min-height: 0;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
  }
  .s-home .s-hero--slider .s-hero__copy-wrap {
    padding: 1.1rem 1.15rem 1.45rem;
  }
  .s-hero--slider .s-hero__copy h1,
  .s-hero--slider .s-hero__copy .s-hero__title { font-size: 1.95rem; }
  .s-hero--slider .s-hero__copy p { font-size: 0.98rem; max-width: none; }
  .s-hero--slider .s-actions { flex-direction: column; align-items: stretch; gap: 8px; margin-top: 14px; }
  .s-hero--slider .s-btn { min-height: 44px; padding: 10px 16px; font-size: 13px; width: 100%; }
  .s-cats,
  .s-products,
  .s-exp,
  .s-trust { grid-template-columns: 1fr; }
  .s-mood__card { min-height: 360px; }
  .s-story { grid-template-columns: 80px 1fr; }
}
