/* CARESSIA_OEM_ODM_OPTIMIZE_20260523 */
body .cn-oem {
  --cno-ink: #201719;
  --cno-muted: #756a67;
  --cno-burgundy: #5b3039;
  --cno-rose: #8d5a63;
  --cno-border: #decfc4;
  --cno-cream: #fff8ef;
  --cno-soft: #f8f1ed;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0 clamp(18px, 4vw, 42px) clamp(70px, 8vw, 118px);
  color: var(--cno-ink);
}

body .cn-oem *,
body .cn-oem *::before,
body .cn-oem *::after {
  box-sizing: border-box;
}

body .cn-oem h1,
body .cn-oem h2,
body .cn-oem h3,
body .cn-oem p {
  letter-spacing: 0;
}

body .cn-oem h1,
body .cn-oem h2,
body .cn-oem h3 {
  max-width: 100%;
  color: var(--cno-ink);
  overflow-wrap: anywhere;
  word-break: normal;
}

body .cn-oem h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 4.35vw, 68px);
  line-height: 1.02;
  text-wrap: balance;
}

body .cn-oem h1 .cno-title-line {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

body .cn-oem h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1.08;
  text-wrap: balance;
}

body .cn-oem h3 {
  margin: 0;
  font-size: clamp(21px, 1.65vw, 28px);
  line-height: 1.12;
}

body .cn-oem p,
body .cn-oem li,
body .cn-oem span {
  font-size: 16px;
  line-height: 1.72;
}

body .cno-kicker {
  margin: 0 0 12px;
  color: var(--cno-rose);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em !important;
  line-height: 1.3;
  text-transform: uppercase;
}

body .cno-lead {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--cno-muted);
  font-size: clamp(17px, 1.25vw, 20px);
}

body .cno-note {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--cno-muted);
}

body .cno-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body .cno-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--cno-burgundy);
  border-radius: 999px;
  background: var(--cno-burgundy);
  color: #fff8ef;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

body .cno-btn:hover {
  transform: translateY(-2px);
  color: #fff8ef;
}

body .cno-btn-ghost {
  background: transparent;
  color: var(--cno-burgundy);
}

body .cno-btn-ghost:hover {
  color: var(--cno-burgundy);
  border-color: var(--cno-rose);
}

body .cno-hero,
body .cno-route,
body .cno-editorial,
body .cno-offers,
body .cno-process,
body .cno-split,
body .cno-entry-section,
body .cno-final {
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: clamp(58px, 7.5vw, 106px) auto 0;
}

body .cno-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(38px, 5vw, 72px);
  padding: clamp(34px, 4.8vw, 64px);
  border: 1px solid rgba(222, 207, 196, 0.86);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 248, 239, 0.97), rgba(248, 241, 237, 0.92));
  box-shadow: 0 24px 72px rgba(49, 35, 32, 0.06);
}

body .cno-hero-copy {
  min-width: 0;
}

body .cno-hero-media,
body .cno-editorial figure,
body .cno-split figure {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #f6efe9;
  box-shadow: 0 22px 64px rgba(49, 35, 32, 0.12);
}

body .cno-hero-media img,
body .cno-editorial figure img,
body .cno-split figure img {
  display: block;
  width: 100%;
  object-fit: cover;
}

body .cno-hero-media img {
  aspect-ratio: 4 / 5;
  min-height: 420px;
}

body .cno-editorial figure img,
body .cno-split figure img {
  aspect-ratio: 4 / 3;
}

body .cno-section-head {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-bottom: clamp(22px, 3vw, 36px);
}

body .cno-section-head p {
  max-width: 720px;
  margin: 0;
  color: var(--cno-muted);
}

body .cno-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body .cno-route-card {
  padding: clamp(24px, 2.6vw, 36px);
  border: 1px solid rgba(222, 207, 196, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

body .cno-route-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 248, 239, 0.94), rgba(248, 241, 237, 0.9));
}

body .cno-route-card p,
body .cno-offer-card p,
body .cno-step p,
body .cno-entry-card p {
  margin: 12px 0 0;
  color: var(--cno-muted);
}

body .cno-editorial,
body .cno-split {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

body .cno-editorial p,
body .cno-split p {
  color: var(--cno-muted);
}

body .cno-editorial ul,
body .cno-split ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

body .cno-editorial li,
body .cno-split li {
  position: relative;
  padding-left: 18px;
  color: var(--cno-muted);
}

body .cno-editorial li::before,
body .cno-split li::before {
  content: "";
  position: absolute;
  top: 0.86em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--cno-burgundy);
}

body .cno-offers {
  padding: clamp(30px, 4vw, 52px);
  border-radius: 18px;
  background: var(--cno-soft);
}

body .cno-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body .cno-offer-card,
body .cno-step,
body .cno-entry-card {
  border: 1px solid rgba(222, 207, 196, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

body .cno-offer-card,
body .cno-step,
body .cno-entry-card {
  padding: clamp(22px, 2.4vw, 32px);
}

body .cno-offer-card span,
body .cno-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--cno-burgundy);
  color: #fff8ef;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

body .cno-process-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

body .cno-step {
  min-height: 244px;
}

body .cno-step h3 {
  font-size: clamp(18px, 1.3vw, 22px);
}

body .cno-step p {
  font-size: 14px;
  line-height: 1.58;
}

body .cno-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body .cno-entry-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cno-burgundy);
  font-weight: 700;
  text-decoration: none;
}

body .cno-final {
  padding: clamp(34px, 5vw, 66px);
  border-radius: 18px;
  background: linear-gradient(135deg, #5b3039, #24191b);
  color: #fff8ef;
}

body .cno-final h2,
body .cno-final p,
body .cno-final .cno-kicker {
  color: #fff8ef;
}

body .cno-final p:not(.cno-kicker) {
  max-width: 760px;
  opacity: 0.82;
}

body .cno-final .cno-btn {
  border-color: #fff8ef;
  background: #fff8ef;
  color: var(--cno-burgundy);
}

body .cno-final .cno-btn-ghost {
  background: transparent;
  color: #fff8ef;
}

@media (prefers-reduced-motion: no-preference) {
  body .cn-oem .cno-route-card,
  body .cn-oem .cno-offer-card,
  body .cn-oem .cno-step,
  body .cn-oem .cno-entry-card {
    transition: transform 220ms ease, box-shadow 220ms ease;
  }

  body .cn-oem .cno-route-card:hover,
  body .cn-oem .cno-offer-card:hover,
  body .cn-oem .cno-step:hover,
  body .cn-oem .cno-entry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(49, 35, 32, 0.08);
  }
}

@media (max-width: 1180px) {
  body .cno-hero,
  body .cno-editorial,
  body .cno-split {
    grid-template-columns: 1fr;
  }

  body .cno-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .cno-step {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  body .cno-route-grid,
  body .cno-offer-grid,
  body .cno-entry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body .cn-oem {
    width: 100vw;
    max-width: 100vw;
    padding: 0 16px 76px;
  }

  body .cn-oem h1 {
    font-size: clamp(28px, 8.2vw, 34px);
    line-height: 1.06;
  }

  body .cn-oem h2 {
    font-size: clamp(25px, 7.6vw, 32px);
    line-height: 1.12;
  }

  body .cn-oem h3 {
    font-size: 21px;
  }

  body .cn-oem p,
  body .cn-oem li,
  body .cn-oem span {
    font-size: 15px;
    line-height: 1.66;
  }

  body .cno-hero,
  body .cno-route,
  body .cno-editorial,
  body .cno-offers,
  body .cno-process,
  body .cno-split,
  body .cno-entry-section,
  body .cno-final {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    border-radius: 14px;
  }

  body .cno-hero,
  body .cno-offers {
    padding: 24px 16px;
  }

  body .cno-process-grid {
    grid-template-columns: 1fr;
  }

  body .cno-hero-media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body .cno-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body .cno-btn {
    width: 100%;
    max-width: 100%;
    min-height: 46px;
    white-space: normal;
  }
}