.k-beauty-page {
  --kb-ink: #172522;
  --kb-muted: #5d6c68;
  --kb-paper: #f5f6f2;
  --kb-white: #ffffff;
  --kb-line: #d9e0dc;
  --kb-sage: #7f9c92;
  --kb-sage-dark: #31584f;
  --kb-lilac: #d8d4e5;
  --kb-peach: #ead7ca;
  --kb-max: 1120px;
  --kb-type-hero: clamp(2.8rem, 3.6vw, 3.8rem);
  --kb-type-section: clamp(1.85rem, 2.2vw, 2.3rem);
  --kb-type-detail: clamp(1.5rem, 1.8vw, 1.85rem);
  --kb-type-card: 1.05rem;
  --kb-type-small-card: .98rem;
  --kb-type-body: .9rem;
  --kb-type-small: .82rem;
  background: var(--kb-paper);
  color: var(--kb-ink);
}

.k-beauty-page .k-beauty-content,
.k-beauty-page .k-beauty-content * { box-sizing: border-box; }
.k-beauty-page .k-beauty-content { overflow: hidden; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; }
.k-beauty-page .k-beauty-content h1,
.k-beauty-page .k-beauty-content h2,
.k-beauty-page .k-beauty-content h3,
.k-beauty-page .k-beauty-content p { margin-top: 0; }
.k-beauty-page .kb-wrap { width: min(calc(100% - 40px), var(--kb-max)); margin: 0 auto; }
.k-beauty-page .kb-eyebrow { margin-bottom: 9px; color: var(--kb-sage-dark); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.k-beauty-page .kb-section { padding: 56px 0; }
.k-beauty-page .kb-section-title { max-width: none; margin-bottom: 12px; font-size: var(--kb-type-section); line-height: 1.08; letter-spacing: -.03em; white-space: nowrap; }
.k-beauty-page .kb-section-lead { max-width: 760px; margin-bottom: 24px; color: var(--kb-muted); font-size: var(--kb-type-body); line-height: 1.6; }

.k-beauty-page .kb-hero { padding: 42px 0 40px; background: linear-gradient(135deg, #eef2ed 0%, #f8f5f1 54%, #eeeaf3 100%); }
.k-beauty-page .kb-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 34px; min-height: 390px; }
.k-beauty-page .kb-hero h1 { margin-bottom: 16px; font-size: var(--kb-type-hero); line-height: .96; letter-spacing: -.045em; }
.k-beauty-page .kb-hero h1 span { display: inline; margin-left: .18em; color: var(--kb-sage-dark); font-size: .46em; line-height: 1; letter-spacing: -.03em; }
.k-beauty-page .kb-hero__message { max-width: 600px; margin-bottom: 12px; font-size: 1.1rem; font-weight: 750; line-height: 1.35; }
.k-beauty-page .kb-hero__intro { max-width: 600px; margin-bottom: 0; color: var(--kb-muted); font-size: var(--kb-type-body); line-height: 1.6; }
.k-beauty-page .kb-hero__media { overflow: hidden; margin: 0; border: 1px solid rgba(49,88,79,.12); border-radius: 24px; background: var(--kb-white); box-shadow: 0 20px 60px rgba(45,71,64,.11); }
.k-beauty-page .kb-hero__media img { display: block; width: 100%; aspect-ratio: 11 / 7; object-fit: cover; }

.k-beauty-page .kb-principles { border-block: 1px solid var(--kb-line); background: var(--kb-white); }
.k-beauty-page .kb-principles__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.k-beauty-page .kb-principles article { min-height: 140px; padding: 22px 20px; border-right: 1px solid var(--kb-line); }
.k-beauty-page .kb-principles article:last-child { border-right: 0; }
.k-beauty-page .kb-principles article > span { color: var(--kb-sage); font-size: .7rem; font-weight: 900; }
.k-beauty-page .kb-principles h2 { margin: 13px 0 7px; font-size: var(--kb-type-small-card); line-height: 1.3; }
.k-beauty-page .kb-principles p { margin-bottom: 0; color: var(--kb-muted); font-size: var(--kb-type-small); line-height: 1.55; }

.k-beauty-page .kb-experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.k-beauty-page .kb-experience-grid article { min-height: 145px; padding: 19px; border: 1px solid var(--kb-line); border-radius: 18px; background: var(--kb-white); }
.k-beauty-page .kb-experience-grid article > span { color: var(--kb-sage); font-size: .68rem; font-weight: 900; }
.k-beauty-page .kb-experience-grid h3 { margin: 15px 0 6px; font-size: var(--kb-type-card); line-height: 1.25; }
.k-beauty-page .kb-experience-grid p { margin-bottom: 0; color: var(--kb-muted); font-size: var(--kb-type-small); line-height: 1.55; }
.k-beauty-page .kb-detail-list { display: grid; gap: 20px; margin-top: 44px; }
.k-beauty-page .kb-detail { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--kb-line); border-radius: 24px; background: var(--kb-white); box-shadow: 0 18px 50px rgba(37,57,52,.07); }
.k-beauty-page .kb-detail--reverse { grid-template-columns: 1fr 1fr; }
.k-beauty-page .kb-detail--reverse .kb-detail__media { order: 2; }
.k-beauty-page .kb-detail__media { min-height: 320px; background: #dfe7e3; }
.k-beauty-page .kb-detail__media img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.k-beauty-page .kb-detail--text { display: block; background: linear-gradient(135deg, var(--kb-white), #edf2ef); }
.k-beauty-page .kb-detail__body { padding: 26px; }
.k-beauty-page .kb-detail__kicker,
.k-beauty-page .kb-area__label { margin-bottom: 9px; color: var(--kb-sage-dark); font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.k-beauty-page .kb-detail h3 { max-width: 720px; margin-bottom: 16px; font-size: var(--kb-type-detail); line-height: 1.1; letter-spacing: -.03em; }
.k-beauty-page .kb-detail dl,
.k-beauty-page .kb-area__body dl { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0; }
.k-beauty-page .kb-detail dl div,
.k-beauty-page .kb-area__body dl div { padding: 11px 12px; border-radius: 12px; background: #f1f4f1; }
.k-beauty-page .kb-detail dt,
.k-beauty-page .kb-area__body dt { margin-bottom: 5px; color: var(--kb-sage-dark); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.k-beauty-page .kb-detail dd,
.k-beauty-page .kb-area__body dd { margin: 0; color: var(--kb-muted); font-size: var(--kb-type-small); line-height: 1.55; }
.k-beauty-page .kb-decision { margin: 16px 0 0; padding: 13px 15px; border-left: 4px solid var(--kb-sage); border-radius: 0 12px 12px 0; background: #e9efec; color: #40514c; font-size: .88rem; }
.k-beauty-page .kb-store-choice { padding: 26px; border: 1px solid var(--kb-line); border-radius: 22px; background: #edf2ef; }
.k-beauty-page .kb-store-choice__head { max-width: 760px; margin-bottom: 18px; }
.k-beauty-page .kb-store-choice__head h3 { margin: 0 0 8px; font-size: var(--kb-type-detail); line-height: 1.1; letter-spacing: -.03em; }
.k-beauty-page .kb-store-choice__head > p:last-child { margin-bottom: 0; color: var(--kb-muted); font-size: var(--kb-type-body); line-height: 1.6; }
.k-beauty-page .kb-store-choice__layout { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 16px; align-items: stretch; }
.k-beauty-page .kb-store-choice__media { overflow: hidden; min-width: 0; border-radius: 18px; background: var(--kb-white); }
.k-beauty-page .kb-store-choice__media img { display: block; width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.k-beauty-page .kb-store-choice__content { display: flex; min-width: 0; flex-direction: column; }
.k-beauty-page .kb-store-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.k-beauty-page .kb-store-card { position: relative; display: flex; min-width: 0; padding: 20px; overflow: hidden; flex-direction: column; align-items: flex-start; border: 1px solid var(--kb-line); border-radius: 18px; background: var(--kb-store-background, var(--kb-white)); }
.k-beauty-page .kb-store-card::before { position: absolute; inset: 0 0 auto; height: 6px; background: var(--kb-store-accent); content: ""; }
.k-beauty-page .kb-store-card--us { --kb-store-background: #fff8fa; --kb-store-accent: #d98b9b; --kb-store-accent-hover: #c9788a; }
.k-beauty-page .kb-store-card--global { --kb-store-background: #fff9fb; --kb-store-accent: #e8a8b5; --kb-store-accent-hover: #d993a3; }
.k-beauty-page .kb-store-card__region { margin-bottom: 8px; color: var(--kb-sage-dark); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.k-beauty-page .kb-store-card__title { margin: 0 0 8px; font-size: var(--kb-type-card); line-height: 1.25; }
.k-beauty-page .kb-store-card__description { margin-bottom: 18px; color: var(--kb-muted); font-size: var(--kb-type-small); line-height: 1.55; }
.k-beauty-page .kb-store-card__link { display: inline-flex; min-height: 44px; margin-top: auto; padding: 11px 16px; align-items: center; justify-content: center; border-radius: 12px; background: var(--kb-store-accent); color: var(--kb-white); font-size: .84rem; font-weight: 800; line-height: 1.2; text-decoration: none; }
.k-beauty-page .kb-store-card__link:hover { background: var(--kb-store-accent-hover); }
.k-beauty-page .kb-store-card__link:focus-visible { outline: 3px solid var(--kb-sage); outline-offset: 3px; }
.k-beauty-page .kb-store-choice__notice { margin: 14px 0 0; color: var(--kb-muted); font-size: .76rem; line-height: 1.5; }

.k-beauty-page .kb-areas { background: #edf1ee; }
.k-beauty-page .kb-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.k-beauty-page .kb-area-grid article { overflow: hidden; border: 1px solid var(--kb-line); border-radius: 20px; background: var(--kb-white); }
.k-beauty-page .kb-area-grid article:last-child { grid-column: 1 / -1; }
.k-beauty-page .kb-area__media { overflow: hidden; background: #d7e2dd; }
.k-beauty-page .kb-area__media img { display: block; width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.k-beauty-page .kb-area-card--text { position: relative; }
.k-beauty-page .kb-area-card--text::before { display: block; width: 100%; height: 7px; background: linear-gradient(90deg, var(--kb-sage), var(--kb-lilac)); content: ""; }
.k-beauty-page .kb-area__body { padding: 20px; }
.k-beauty-page .kb-area__body h3 { margin-bottom: 16px; font-size: 1.3rem; line-height: 1.15; letter-spacing: -.025em; }
.k-beauty-page .kb-area__body dl { grid-template-columns: 1fr; }
.k-beauty-page .kb-area__body dl div { padding: 12px 14px; }

.k-beauty-page .kb-table-wrap { margin-top: 28px; overflow-x: auto; border: 1px solid var(--kb-line); border-radius: 18px; background: var(--kb-white); }
.k-beauty-page .kb-table-wrap table { width: 100%; min-width: 820px; border-collapse: collapse; }
.k-beauty-page .kb-table-wrap caption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.k-beauty-page .kb-table-wrap th,
.k-beauty-page .kb-table-wrap td { padding: 13px 14px; border-right: 1px solid var(--kb-line); border-bottom: 1px solid var(--kb-line); text-align: left; font-size: var(--kb-type-small); line-height: 1.55; vertical-align: top; }
.k-beauty-page .kb-table-wrap tr:last-child th,
.k-beauty-page .kb-table-wrap tr:last-child td { border-bottom: 0; }
.k-beauty-page .kb-table-wrap th:last-child,
.k-beauty-page .kb-table-wrap td:last-child { border-right: 0; }
.k-beauty-page .kb-table-wrap thead th { background: var(--kb-ink); color: var(--kb-white); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.k-beauty-page .kb-table-wrap tbody th { color: var(--kb-sage-dark); }

.k-beauty-page .kb-reorder { background: var(--kb-ink); color: var(--kb-white); }
.k-beauty-page .kb-reorder .kb-eyebrow { color: #a9c6bc; }
.k-beauty-page .kb-reorder .kb-section-lead { color: #bcc8c4; }
.k-beauty-page .kb-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.k-beauty-page .kb-option-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.055); }
.k-beauty-page .kb-option-grid article > span { color: #a9c6bc; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.k-beauty-page .kb-option-grid h3 { min-height: 0; margin: 14px 0 18px; font-size: 1.15rem; line-height: 1.25; }
.k-beauty-page .kb-option-grid ul { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.k-beauty-page .kb-option-grid li { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.12); color: #c8d1ce; font-size: var(--kb-type-small); line-height: 1.55; }
.k-beauty-page .kb-option-grid strong { color: var(--kb-white); }

.k-beauty-page .kb-decisions { background: #f8f8f5; }
.k-beauty-page .kb-faq__list { display: grid; gap: 10px; margin-top: 30px; }
.k-beauty-page .kb-faq details { overflow: hidden; border: 1px solid var(--kb-line); border-radius: 15px; background: var(--kb-white); }
.k-beauty-page .kb-faq summary { position: relative; padding: 18px 54px 18px 20px; cursor: pointer; font-size: .94rem; line-height: 1.45; font-weight: 800; list-style: none; }
.k-beauty-page .kb-faq summary::-webkit-details-marker { display: none; }
.k-beauty-page .kb-faq summary::after { content: "+"; position: absolute; top: 50%; right: 20px; display: grid; width: 30px; height: 30px; place-items: center; transform: translateY(-50%); border-radius: 50%; background: #e7eeeb; color: var(--kb-sage-dark); }
.k-beauty-page .kb-faq details[open] summary::after { content: "−"; background: var(--kb-sage-dark); color: var(--kb-white); }
.k-beauty-page .kb-faq details p { max-width: 900px; padding: 0 20px 20px; margin-bottom: 0; color: var(--kb-muted); font-size: var(--kb-type-small); line-height: 1.55; }

.k-beauty-page .kb-stay { padding: 24px 0 62px; }
.k-beauty-page .kb-stay__panel { padding: 34px; border-radius: 24px; background: linear-gradient(135deg, #dfe9e5, #e8e1ed); }
.k-beauty-page .kb-stay__panel h2 { max-width: 760px; margin-bottom: 14px; font-size: var(--kb-type-section); line-height: 1.08; letter-spacing: -.03em; }
.k-beauty-page .kb-stay__intro { max-width: 740px; margin-bottom: 0; color: var(--kb-muted); font-size: var(--kb-type-body); line-height: 1.6; }
.k-beauty-page .kb-stay__cards { display: grid; gap: 14px; margin-top: 24px; }
.k-beauty-page .kb-stay__providers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.k-beauty-page .kb-ota-card { position: relative; display: flex; min-width: 0; min-height: 126px; height: 100%; padding: 28px 22px 22px; overflow: hidden; flex-direction: column; justify-content: center; border: 1px solid rgba(49,88,79,.16); border-radius: 18px; background: var(--kb-white); color: var(--kb-ink); text-decoration: none; box-shadow: 0 14px 34px rgba(37,57,52,.07); }
.k-beauty-page .kb-ota-card::before { position: absolute; inset: 0 0 auto; height: 6px; background: var(--kb-ota-accent); content: ""; }
.k-beauty-page .kb-ota-card--expedia { --kb-ota-accent: #d4ad42; }
.k-beauty-page .kb-ota-card--booking { --kb-ota-accent: #3f6f9f; }
.k-beauty-page .kb-ota-card--agoda { --kb-ota-accent: linear-gradient(90deg, #c95a52 0 20%, #d88643 20% 40%, #d8b94d 40% 60%, #659563 60% 80%, #647daf 80% 100%); }
.k-beauty-page .kb-ota-card:hover { border-color: rgba(49,88,79,.45); color: var(--kb-ink); }
.k-beauty-page .kb-ota-card:focus-visible { outline: 3px solid var(--kb-sage-dark); outline-offset: 3px; }
.k-beauty-page .kb-ota-card__name { font-size: 1.1rem; font-weight: 850; line-height: 1.3; overflow-wrap: anywhere; }
.k-beauty-page .kb-ota-card__cta { margin-top: 7px; color: var(--kb-muted); font-size: .9rem; font-weight: 800; line-height: 1.4; }
.k-beauty-page .kb-stay__affiliate-disclosure { max-width: 900px; margin: 0; color: var(--kb-muted); font-size: .8125rem; line-height: 1.55; overflow-wrap: anywhere; }
.k-beauty-page .kb-stay-card { display: flex; min-width: 0; min-height: 205px; padding: 22px; flex-direction: column; border: 1px solid rgba(49,88,79,.16); border-radius: 18px; background: rgba(255,255,255,.86); color: var(--kb-ink); text-decoration: none; box-shadow: 0 14px 34px rgba(37,57,52,.07); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.k-beauty-page .kb-stay-card--guide { min-height: 185px; background: var(--kb-sage-dark); color: var(--kb-white); }
.k-beauty-page .kb-stay-card:hover { border-color: rgba(49,88,79,.45); box-shadow: 0 18px 40px rgba(37,57,52,.12); transform: translateY(-2px); }
.k-beauty-page .kb-stay-card:focus-visible { outline: 3px solid var(--kb-sage-dark); outline-offset: 3px; }
.k-beauty-page .kb-stay-card--guide:focus-visible { outline-color: var(--kb-ink); }
.k-beauty-page .kb-stay-card__eyebrow { margin-bottom: 12px; color: #c8ddd6; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.k-beauty-page .kb-stay-card h3 { margin-bottom: 10px; font-size: var(--kb-type-card); line-height: 1.25; }
.k-beauty-page .kb-stay-card--guide h3 { font-size: var(--kb-type-detail); }
.k-beauty-page .kb-stay-card__description { margin-bottom: 20px; color: var(--kb-muted); font-size: var(--kb-type-small); line-height: 1.55; }
.k-beauty-page .kb-stay-card--guide .kb-stay-card__description { max-width: 720px; color: #d7e4df; }
.k-beauty-page .kb-stay-card__action { display: inline-flex; width: fit-content; max-width: 100%; min-height: 42px; margin-top: auto; padding: 10px 13px; align-items: center; border: 1px solid rgba(49,88,79,.22); border-radius: 12px; color: var(--kb-sage-dark); font-size: .72rem; font-weight: 900; line-height: 1.2; }
.k-beauty-page .kb-stay-card--guide .kb-stay-card__action { border-color: rgba(255,255,255,.32); color: var(--kb-white); }

@media (max-width: 900px) {
  .k-beauty-page .kb-hero__grid { grid-template-columns: 1fr; gap: 30px; min-height: auto; }
  .k-beauty-page .kb-section-title { white-space: normal; }
  .k-beauty-page .kb-principles__grid { grid-template-columns: 1fr 1fr; }
  .k-beauty-page .kb-principles article:nth-child(2) { border-right: 0; }
  .k-beauty-page .kb-principles article:nth-child(-n+2) { border-bottom: 1px solid var(--kb-line); }
  .k-beauty-page .kb-experience-grid { grid-template-columns: 1fr 1fr; }
  .k-beauty-page .kb-detail,
  .k-beauty-page .kb-detail--reverse { grid-template-columns: 1fr; }
  .k-beauty-page .kb-detail--reverse .kb-detail__media { order: 0; }
  .k-beauty-page .kb-detail__media,
  .k-beauty-page .kb-detail__media img { min-height: 260px; }
  .k-beauty-page .kb-store-choice__layout { grid-template-columns: 1fr; }
  .k-beauty-page .kb-store-choice__media img { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .k-beauty-page .kb-store-grid { grid-template-columns: 1fr; }
  .k-beauty-page .kb-area-grid { grid-template-columns: 1fr; }
  .k-beauty-page .kb-area-grid article:last-child { grid-column: auto; }
  .k-beauty-page .kb-option-grid { grid-template-columns: 1fr; }
  .k-beauty-page .kb-option-grid h3 { min-height: 0; }
}

@media (max-width: 640px) {
  .k-beauty-page .kb-stay__providers { grid-template-columns: 1fr; }
  .k-beauty-page .kb-stay-card { width: 100%; min-height: 0; }
}

@media (max-width: 600px) {
  .k-beauty-page .kb-wrap { width: min(calc(100% - 24px), var(--kb-max)); }
  .k-beauty-page .kb-section { padding: 44px 0; }
  .k-beauty-page .kb-hero { padding: 36px 0 38px; }
  .k-beauty-page .kb-hero h1 { font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .k-beauty-page .kb-hero h1 span { display: block; margin-top: 5px; margin-left: 0; }
  .k-beauty-page .kb-section-title { font-size: clamp(1.7rem, 7vw, 2.1rem); white-space: normal; }
  .k-beauty-page .kb-detail h3 { font-size: clamp(1.4rem, 6vw, 1.7rem); }
  .k-beauty-page .kb-hero__message { font-size: 1rem; }
  .k-beauty-page .kb-hero__grid { gap: 22px; }
  .k-beauty-page .kb-hero__media { border-radius: 18px; }
  .k-beauty-page .kb-hero__media img { aspect-ratio: 16 / 9; max-height: 230px; }
  .k-beauty-page .kb-principles__grid { grid-template-columns: 1fr; }
  .k-beauty-page .kb-principles article { min-height: 0; padding: 20px 18px; border-right: 0; border-bottom: 1px solid var(--kb-line); }
  .k-beauty-page .kb-principles article:last-child { border-bottom: 0; }
  .k-beauty-page .kb-experience-grid { grid-template-columns: 1fr; }
  .k-beauty-page .kb-experience-grid article { min-height: 0; }
  .k-beauty-page .kb-detail__media,
  .k-beauty-page .kb-detail__media img { min-height: 170px; }
  .k-beauty-page .kb-detail__body { padding: 21px 18px; }
  .k-beauty-page .kb-detail dl { grid-template-columns: 1fr; }
  .k-beauty-page .kb-store-choice { padding: 20px 18px; }
  .k-beauty-page .kb-store-card { padding: 18px; }
  .k-beauty-page .kb-store-card__link { width: 100%; }
  .k-beauty-page .kb-area__body { padding: 24px 20px; }
  .k-beauty-page .kb-option-grid article { padding: 23px 20px; }
  .k-beauty-page .kb-stay { padding-bottom: 72px; }
  .k-beauty-page .kb-stay__panel { padding: 28px 20px; border-radius: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .k-beauty-page .k-beauty-content,
  .k-beauty-page .k-beauty-content * { scroll-behavior: auto; transition: none !important; }
}
