:root {
  --beauty-green: #064a45;
  --beauty-deep: #2c4c47;
  --beauty-text: #241512;
  --beauty-muted: #665f58;
  --beauty-mist: #eef5f2;
  --beauty-line: rgba(6, 74, 69, .16);
  --beauty-gold: #d3a38c;
}

body { min-height: 1000px; background: #f7f8f8; }
.beauty-detail { overflow: hidden; color: var(--beauty-text); font-family: var(--omni-font-base), var(--omni-font-accent); }
.beauty-wrap { width: min(100%, 1232px); margin: 0 auto; padding: 0 40px; }
.beauty-hero { position: relative; min-height: 650px; padding: 160px 0 110px; background: linear-gradient(90deg, rgba(6,74,69,.96), rgba(44,76,71,.84) 53%, rgba(44,76,71,.32)), var(--beauty-hero-image) center / cover; color: var(--omni-color-text); isolation: isolate; }
.beauty-hero::before { content: ""; position: absolute; top: 132px; right: 8vw; width: 330px; height: 330px; border: 1px solid rgba(220,217,210,.34); border-radius: 50%; animation: beautySpin 24s linear infinite; z-index: -1; }
.beauty-hero::after { content: ""; position: absolute; right: -7vw; bottom: 92px; width: 42vw; height: 1px; background: linear-gradient(90deg, transparent, rgba(220,217,210,.82), transparent); animation: beautyDrift 6s ease-in-out infinite; z-index: -1; }
.beauty-hero__content { width: min(100%, 780px); animation: beautyRise .85s ease both; }
.beauty-eyebrow { display: inline-flex; align-items: center; gap: 14px; margin: 0 0 22px; color: rgba(220,217,210,.92); font-family: var(--omni-font-accent), var(--omni-font-base); font-size: 16px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.beauty-eyebrow::before { content: ""; width: 46px; height: 1px; background: var(--beauty-gold); }
.beauty-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 68px); font-weight: 700; line-height: 1.22; letter-spacing: 0; }
.beauty-hero__lead { max-width: 720px; margin: 28px 0 0; color: rgba(220,217,210,.94); font-size: 17px; font-weight: 500; line-height: 1.9; text-align: justify; }
.beauty-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.beauty-pill { padding: 8px 16px; border: 1px solid rgba(220,217,210,.52); background: rgba(44,76,71,.34); color: var(--omni-color-text); font-size: 15px; font-weight: 700; backdrop-filter: blur(8px); }
.beauty-story { width: 100%; }
.beauty-section { width: 100%; padding: 76px 0; border-bottom: 1px solid var(--beauty-line); }
.beauty-section:nth-child(even) { background: var(--beauty-mist); border-bottom: 0; }
.beauty-section__inner { width: min(100%, 1180px); margin: 0 auto; padding: 0 40px; }
.beauty-section__head { display: block; margin-bottom: 42px; }
.beauty-section__head::after { content: ""; display: block; width: 84px; height: 1px; margin-top: 18px; background: var(--beauty-gold); }
.beauty-heading { margin: 0; color: var(--beauty-green); font-size: 36px; font-weight: 700; line-height: 1.45; text-align: left; }
.beauty-heading::before { content: "｜"; margin-right: .18em; font-weight: 400; }
.beauty-heading::after { content: "｜"; margin-left: .18em; font-weight: 400; }
.beauty-section__body { min-width: 0; }
.beauty-section__body p { margin: 0 0 24px; color: var(--beauty-text); font-size: 17px; line-height: 1.9; text-align: justify; }
.beauty-section__body p:last-child { margin-bottom: 0; }
.beauty-section__body strong { color: var(--beauty-green); font-weight: 700; }
.beauty-lead-card { margin: 0 0 34px; padding: 28px 30px; background: #fff; border: 1px solid var(--beauty-line); border-left: 3px solid var(--beauty-gold); border-radius: 8px; box-shadow: 0 16px 38px rgba(31,73,69,.06); }
.beauty-lead-card p { margin: 0; }
.beauty-image { margin: 38px 0 10px; text-align: center; }
.beauty-image img { display: block; width: min(100%, 900px); height: auto; margin: 0 auto; box-shadow: 0 18px 46px rgba(31,73,69,.12); }
.beauty-image figcaption { margin-top: 14px; color: var(--beauty-muted); font-size: 14px; line-height: 1.7; }
.beauty-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.beauty-card { overflow: hidden; background: #fff; border: 1px solid var(--beauty-line); border-radius: 8px; box-shadow: 0 14px 34px rgba(31,73,69,.07); }
.beauty-card h3 { margin: 0; padding: 15px 20px; background: var(--beauty-green); color: var(--omni-color-text); font-size: 18px; font-weight: 700; line-height: 1.6; }
.beauty-card ul, .beauty-list { display: grid; gap: 12px; margin: 0; padding: 20px 22px 22px; list-style: none; }
.beauty-list { margin: 24px 0; background: #fff; border: 1px solid var(--beauty-line); border-radius: 8px; }
.beauty-card li, .beauty-list li { position: relative; padding-left: 24px; color: var(--beauty-text); font-size: 16px; line-height: 1.8; }
.beauty-card li::before, .beauty-list li::before { content: "•"; position: absolute; top: 0; left: 0; color: var(--beauty-gold); font-weight: 700; }
.beauty-card--caution h3 { background: var(--beauty-deep); }
.beauty-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 26px 0 34px; }
.beauty-benefit { min-height: 106px; padding: 22px 24px; background: #fff; border: 1px solid var(--beauty-line); border-radius: 8px; color: var(--beauty-green); font-size: 17px; font-weight: 700; line-height: 1.7; box-shadow: 0 12px 28px rgba(31,73,69,.05); }
.beauty-faq-section { width: 100%; padding: 92px 0; background: var(--beauty-mist); }
.beauty-faq-inner { width: min(100%, 1180px); margin: 0 auto; padding: 0 40px; }
.beauty-faq-head { display: grid; grid-template-columns: minmax(190px, .34fr) 1fr; gap: 46px; align-items: start; margin-bottom: 42px; }
.beauty-faq-label { margin: 0; color: var(--beauty-gold); font-family: var(--omni-font-accent), var(--omni-font-base); font-size: 16px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.beauty-faq-title { margin: 0; color: var(--beauty-green); font-size: 36px; font-weight: 700; line-height: 1.45; text-align: left; }
.beauty-faq { display: grid; gap: 14px; }
.beauty-faq__item { overflow: hidden; background: #fff; border: 1px solid var(--beauty-line); border-radius: 8px; }
.beauty-faq__item summary { cursor: pointer; padding: 22px 24px; color: var(--beauty-green); font-size: 18px; font-weight: 700; line-height: 1.6; list-style: none; }
.beauty-faq__item summary::-webkit-details-marker { display: none; }
.beauty-faq__item p { margin: 0; padding: 0 24px 24px; color: var(--beauty-muted); font-size: 16px; line-height: 1.85; }
.beauty-back { display: flex; justify-content: center; padding: 70px 0 110px; }
.beauty-back a { position: relative; color: var(--beauty-green); font-family: var(--omni-font-accent), var(--omni-font-base); font-size: 26px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.beauty-back a::before { content: ""; position: absolute; top: -8px; left: 0; width: 0; height: 1px; background: var(--beauty-green); transition: width .3s ease; }
.beauty-back a:hover::before { width: 100%; }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes beautyRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes beautySpin { to { transform: rotate(360deg); } }
@keyframes beautyDrift { 0%, 100% { transform: translateX(0); opacity: .45; } 50% { transform: translateX(-36px); opacity: 1; } }
@media (max-width: 1024px) {
  .beauty-faq-head { grid-template-columns: 1fr; gap: 18px; }
  .beauty-faq-title { text-align: center; }
}
@media (max-width: 768px) {
  .beauty-wrap { padding-left: 24px; padding-right: 24px; }
  .beauty-section__inner, .beauty-faq-inner { padding-left: 16px; padding-right: 16px; }
  .beauty-hero { min-height: 560px; padding: 120px 0 86px; background-position: 62% center; }
  .beauty-hero h1 { font-size: 34px; line-height: 1.25; }
  .beauty-hero__lead, .beauty-section__body p { font-size: 16px; line-height: 1.9; }
  .beauty-section { padding: 56px 0; }
  .beauty-heading, .beauty-faq-title { font-size: 26px; line-height: 1.45; }
  .beauty-lead-card { padding: 22px 20px; }
  .beauty-card-grid, .beauty-benefits { grid-template-columns: 1fr; gap: 16px; }
  .beauty-benefit { min-height: auto; padding: 19px 20px; font-size: 16px; }
  .beauty-image { margin: 30px -16px 8px; }
  .beauty-image img { width: 100%; }
  .beauty-faq-section { padding: 56px 0; }
  .beauty-faq__item summary { padding: 18px; font-size: 16px; }
  .beauty-faq__item p { padding: 0 18px 20px; font-size: 16px; }
  .beauty-back a { font-size: 16px; }
}
@media (max-width: 575px) {
  .beauty-hero h1 { font-size: 30px; }
  .beauty-heading::before, .beauty-heading::after { margin-left: 0; margin-right: 0; }
  .beauty-card li, .beauty-list li { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
