﻿.cj-home-new-wrap {
  --cj-new-cream: #fff8ed;
  --cj-new-cream-2: #fff2df;
  --cj-new-paper: rgba(255, 252, 246, 0.92);
  --cj-new-gold: #d89a36;
  --cj-new-gold-2: #f1c56b;
  --cj-new-copper: #c9781e;
  --cj-new-red: #9b1113;
  --cj-new-red-2: #b02a1d;
  --cj-new-cta: #a91212;
  --cj-new-brown: #2d1712;
  --cj-new-muted: #6a5449;
  --cj-new-line: rgba(216, 154, 54, 0.28);
  --cj-new-line-strong: rgba(216, 154, 54, 0.44);
  --cj-new-shadow: 0 18px 45px rgba(79, 38, 18, 0.1);
  --cj-new-shadow-soft: 0 10px 28px rgba(79, 38, 18, 0.07);
  width: 100%;
  color: var(--cj-new-brown);
  background:
    radial-gradient(circle at 22% 8%, rgba(255, 255, 255, 0.7), transparent 22%),
    radial-gradient(circle at 25% 12%, rgba(237, 204, 134, 0.38), transparent 28%),
    radial-gradient(circle at 76% 10%, rgba(127, 29, 29, 0.08), transparent 24%),
    radial-gradient(circle at 12% 34%, rgba(217, 164, 65, 0.18), transparent 26%),
    radial-gradient(circle at 85% 42%, rgba(255, 255, 255, 0.52), transparent 24%),
    radial-gradient(circle at 32% 58%, rgba(237, 204, 134, 0.24), transparent 30%),
    radial-gradient(circle at 78% 70%, rgba(127, 29, 29, 0.055), transparent 28%),
    radial-gradient(circle at 18% 86%, rgba(217, 164, 65, 0.14), transparent 30%),
    linear-gradient(180deg, #fffaf1 0%, #fff5e7 28%, #fff0da 58%, #fff7eb 82%, #fff1dc 100%);
  font-family: inherit;
  overflow: visible;
}

.cj-home-new-wrap *,
.cj-home-new-wrap *::before,
.cj-home-new-wrap *::after {
  box-sizing: border-box;
}

.cj-home-new-wrap a {
  color: inherit;
  text-decoration: none;
}

.cj-home-new-wrap svg {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cj-home-new-header {
  width: min(1580px, calc(100% - 96px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 290px 1fr 520px;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(216, 154, 54, 0.18);
  background: transparent;
}

.cj-new-logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.2vw, 54px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: var(--cj-new-red);
}

.cj-new-logo span {
  color: var(--cj-new-gold);
}

.cj-new-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 2.7vw, 48px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 20px;
}

.cj-new-menu > a,
.cj-new-dropdown-btn {
  color: #1f1512;
  transition: color 0.2s ease;
}

.cj-new-menu > a:hover,
.cj-new-dropdown-btn:hover {
  color: var(--cj-new-red);
}

.cj-new-dropdown {
  position: relative;
  padding: 28px 0;
}

.cj-new-dropdown-btn {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cj-new-dropdown-btn svg {
  width: 14px;
  height: 14px;
  color: var(--cj-new-gold);
  stroke-width: 2.4;
}

.cj-new-dropdown-panel {
  position: absolute;
  left: 50%;
  top: 66px;
  transform: translateX(-50%);
  width: 245px;
  padding: 14px 0;
  border-radius: 14px;
  background: rgba(255, 251, 242, 0.98);
  border: 1px solid var(--cj-new-line-strong);
  box-shadow: 0 18px 38px rgba(64, 31, 15, 0.16);
  opacity: 0;
  pointer-events: none;
  translate: 0 -8px;
  transition: opacity 0.2s ease, translate 0.2s ease;
  z-index: 20;
}

.cj-new-dropdown:hover .cj-new-dropdown-panel,
.cj-new-dropdown.cj-new-is-open .cj-new-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  translate: 0 0;
}

.cj-new-dropdown-panel::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: rgba(255, 251, 242, 0.98);
  border-left: 1px solid var(--cj-new-line-strong);
  border-top: 1px solid var(--cj-new-line-strong);
  transform: translateX(-50%) rotate(45deg);
}

.cj-new-dropdown-panel a {
  min-height: 44px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
  color: #2f1d18;
  transition: background 0.2s ease, color 0.2s ease;
}

.cj-new-dropdown-panel a:hover {
  background: rgba(216, 154, 54, 0.12);
  color: var(--cj-new-red);
}

.cj-new-mini-icon {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(216, 154, 54, 0.1);
  border: 1px solid rgba(216, 154, 54, 0.2);
  color: var(--cj-new-copper);
  flex: 0 0 auto;
}

.cj-new-mini-icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.cj-new-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.cj-new-search {
  width: min(340px, 100%);
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(216, 154, 54, 0.42);
  background: rgba(255, 252, 247, 0.88);
  display: flex;
  align-items: center;
  padding: 0 8px 0 17px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cj-new-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
  color: var(--cj-new-brown);
}

.cj-new-search input::placeholder {
  color: #8f7f73;
}

.cj-new-search button {
  border: 0;
  background: transparent;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #111820;
}

.cj-new-search svg {
  width: 23px;
  height: 23px;
  stroke-width: 2;
}

.cj-new-action-icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #101417;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.cj-new-action-icon:hover {
  background: rgba(216, 154, 54, 0.12);
  color: var(--cj-new-red);
}

.cj-new-action-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.85;
}

.cj-new-cart span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: var(--cj-new-red);
  box-shadow: 0 0 0 2px var(--cj-new-cream);
}

.cj-new-mobile-toggle {
  display: none;
}

.cj-home-new-hero {
  width: min(1580px, calc(100% - 96px));
  margin: 0 auto;
  position: relative;
  isolation: isolate;
  overflow: visible;
  min-height: 520px;
  padding: 54px 0 42px;
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 78px;
  align-items: center;
  background: transparent;
  box-shadow: none;
}

.cj-home-new-hero::before {
  content: "";
  position: absolute;
  left: -14%;
  top: -12%;
  width: 70%;
  height: 112%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 48%, rgba(255, 255, 255, 0.88), transparent 20%),
    radial-gradient(circle at 43% 50%, rgba(237, 204, 134, 0.44), transparent 35%),
    radial-gradient(circle at 34% 56%, rgba(217, 164, 65, 0.16), transparent 46%);
  filter: blur(22px);
  opacity: 0.94;
  z-index: 0;
  pointer-events: none;
}

.cj-home-new-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  top: 4%;
  width: 58%;
  height: 78%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 42%, rgba(127, 29, 29, 0.11), transparent 22%),
    radial-gradient(circle at 42% 44%, rgba(86, 24, 21, 0.075), transparent 36%),
    radial-gradient(circle at 54% 55%, rgba(75, 46, 36, 0.05), transparent 54%);
  filter: blur(24px);
  opacity: 0.84;
  z-index: 0;
  pointer-events: none;
}

.cj-new-hero-bordeaux-line {
  position: absolute;
  left: -7%;
  top: 3%;
  width: 48%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.58;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, transparent 94%);
  mask-image: linear-gradient(180deg, #000 0%, #000 68%, transparent 94%);
}

.cj-new-hero-bordeaux-line::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border-left: 4px solid rgba(127, 29, 29, 0.88);
  border-top: 2px solid rgba(127, 29, 29, 0.7);
  border-bottom: 2px solid rgba(127, 29, 29, 0.08);
  transform: rotate(-18deg);
}

.cj-new-hero-gold-line {
  position: absolute;
  left: -4%;
  top: 1%;
  width: 49%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.48;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 66%, transparent 94%);
  mask-image: linear-gradient(180deg, #000 0%, #000 66%, transparent 94%);
}

.cj-new-hero-gold-line::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border-top: 2px solid rgba(217, 164, 65, 0.82);
  border-right: 3px solid rgba(217, 164, 65, 0.52);
  transform: rotate(12deg);
}

.cj-new-hero-light-trail {
  position: absolute;
  left: -10%;
  bottom: 8%;
  width: 66%;
  height: 42%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 18% 66%, rgba(255, 255, 255, 0.92), transparent 16%),
    radial-gradient(ellipse at 31% 62%, rgba(237, 204, 134, 0.44), transparent 21%),
    linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.58), rgba(217, 164, 65, 0.18), transparent 72%);
  filter: blur(13px);
  transform: rotate(-7deg);
  opacity: 0.72;
  z-index: 1;
  pointer-events: none;
}

.cj-new-hero-star-top {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--cj-new-gold);
  font-size: 28px;
  line-height: 1;
  z-index: 2;
}

.cj-new-visual {
  position: relative;
  z-index: 3;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cj-new-clicky-placeholder {
  width: min(430px, 86%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.76), rgba(255, 246, 229, 0.48) 54%, rgba(255, 239, 210, 0.12) 70%, transparent 73%);
  filter: drop-shadow(0 18px 40px rgba(78, 37, 16, 0.08));
}

.cj-new-clicky-placeholder::before,
.cj-new-clicky-placeholder::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.cj-new-clicky-placeholder::before {
  inset: 5px;
  border-left: 4px solid var(--cj-new-red);
  border-top: 2px solid rgba(155, 17, 19, 0.82);
  border-bottom: 2px solid rgba(155, 17, 19, 0.16);
  transform: rotate(-18deg);
}

.cj-new-clicky-placeholder::after {
  inset: -10px;
  border-top: 2px solid rgba(216, 154, 54, 0.78);
  border-right: 3px solid rgba(216, 154, 54, 0.58);
  transform: rotate(13deg);
}

.cj-new-clicky-placeholder-inner {
  position: relative;
  z-index: 1;
  width: 168px;
  min-height: 128px;
  padding: 18px 14px;
  border: 1px dashed rgba(216, 154, 54, 0.45);
  border-radius: 28px;
  display: grid;
  place-items: center;
  gap: 7px;
  text-align: center;
  background: rgba(255, 249, 237, 0.64);
  color: #c77d1f;
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.56);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.22;
}

.cj-new-clicky-image {
  position: relative;
  z-index: 3;
  width: 118%;
  height: 118%;
  object-fit: contain;
  transform: translate(3%, -5%);
  filter: drop-shadow(0 22px 30px rgba(70, 28, 14, 0.16));
  pointer-events: none;
}

.cj-new-clicky-placeholder-inner svg {
  width: 45px;
  height: 45px;
  stroke-width: 1.55;
}

.cj-new-spark {
  position: absolute;
  z-index: 4;
  color: var(--cj-new-gold);
  font-size: 28px;
  line-height: 1;
  text-shadow: 0 8px 18px rgba(216, 154, 54, 0.18);
}

.cj-new-spark-1 {
  left: 6%;
  top: 18%;
}

.cj-new-spark-2 {
  right: 10%;
  top: 42%;
}

.cj-new-spark-3 {
  left: 10%;
  bottom: 16%;
}

.cj-new-hero-copy {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 660px;
  justify-self: center;
  padding-top: 12px;
}

.cj-new-hero-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 5vw, 86px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--cj-new-red);
  margin: 0 0 26px;
  text-shadow: 0 8px 22px rgba(70, 24, 16, 0.045);
}

.cj-new-hero-copy h1 strong {
  color: var(--cj-new-brown);
  font-weight: 700;
}

.cj-new-hero-copy h1 span {
  color: var(--cj-new-gold);
}

.cj-new-title-divider {
  width: 230px;
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--cj-new-gold);
}

.cj-new-title-divider::before,
.cj-new-title-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(216, 154, 54, 0.72));
}

.cj-new-title-divider::after {
  background: linear-gradient(90deg, rgba(216, 154, 54, 0.72), transparent);
}

.cj-new-title-divider span {
  font-size: 19px;
  line-height: 1;
}

.cj-new-hero-copy p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.28;
  color: #34231d;
  margin: 0 auto;
  max-width: 650px;
}

.cj-new-hero-buttons {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 3;
}

.cj-new-btn {
  height: 53px;
  min-width: 216px;
  padding: 0 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cj-new-btn:hover {
  transform: translateY(-1px);
}

.cj-new-btn svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.8;
}

.cj-new-btn-primary {
  color: #fff9ee;
  background: var(--cj-new-cta);
  box-shadow: 0 16px 30px rgba(155, 17, 19, 0.19);
  border: 1px solid rgba(155, 17, 19, 0.2);
}

.cj-new-btn-secondary {
  color: #fff9ee;
  background: var(--cj-new-cta);
  border: 1px solid rgba(155, 17, 19, 0.2);
  box-shadow: 0 16px 30px rgba(155, 17, 19, 0.19);
}

.cj-home-new-wrap a.cj-new-btn-primary,
.cj-home-new-wrap a.cj-new-btn-secondary,
.cj-home-new-wrap a.cj-about-btn,
.cj-home-new-wrap a.cj-shipping-btn-primary,
.cj-home-new-wrap a.cj-shipping-btn-secondary {
  color: #fff9ee;
  background: var(--cj-new-cta);
}

.cj-home-new-wrap a.cj-new-btn-primary *,
.cj-home-new-wrap a.cj-new-btn-secondary *,
.cj-home-new-wrap a.cj-about-btn *,
.cj-home-new-wrap a.cj-shipping-btn-primary *,
.cj-home-new-wrap a.cj-shipping-btn-secondary * {
  color: #fff9ee;
}

.cj-new-trust-bar {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 96px));
  min-height: 92px;
  margin: 22px auto 54px;
  display: grid;
  grid-template-columns: 50px repeat(4, 1fr) 50px;
  align-items: center;
  border: 1px solid var(--cj-new-line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.97), rgba(255, 246, 232, 0.92));
  box-shadow: var(--cj-new-shadow);
  overflow: hidden;
}

.cj-new-trust-star {
  display: grid;
  place-items: center;
  color: var(--cj-new-gold);
  font-size: 22px;
}

.cj-new-trust-item {
  min-height: 68px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 13px;
  padding: 0 30px;
  border-left: 1px solid rgba(216, 154, 54, 0.24);
}

.cj-new-trust-item:first-of-type {
  border-left: 0;
}

.cj-new-trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 34% 22%, #fffef9, #fff1d7);
  border: 1px solid rgba(216, 154, 54, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #d07d18;
}

.cj-new-trust-icon svg {
  width: 33px;
  height: 33px;
  stroke-width: 1.85;
}

.cj-new-trust-item strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 700;
  color: #261713;
  margin-bottom: 7px;
}

.cj-new-trust-item small {
  display: block;
  font-size: 12.5px;
  color: #6b5a4e;
  line-height: 1.38;
}

.cj-new-brands {
  position: relative;
  width: min(1580px, calc(100% - 96px));
  margin: 0 auto;
  padding: 24px 0 68px;
}

.cj-new-brands h2 {
  margin: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--cj-new-red);
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
}

.cj-new-brands h2::before,
.cj-new-brands h2::after {
  content: "";
  width: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 154, 54, 0.7));
}

.cj-new-brands h2::after {
  background: linear-gradient(90deg, rgba(216, 154, 54, 0.7), transparent);
}

.cj-new-brands h2 span {
  color: var(--cj-new-gold);
  font-size: 19px;
  line-height: 1;
}

.cj-new-brand-grid {
  width: min(1540px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.cj-new-brand-card {
  min-height: 306px;
  padding: 50px 40px;
  display: grid;
  grid-template-columns: 176px minmax(250px, 1fr);
  align-items: center;
  gap: 40px;
  border-radius: 24px;
  border: 1px solid var(--cj-new-line);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(255, 246, 232, 0.86));
  box-shadow: var(--cj-new-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cj-new-brand-card:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 154, 54, 0.44);
  box-shadow: 0 20px 45px rgba(79, 38, 18, 0.12);
}

.cj-new-brand-icon {
  width: 176px;
  height: 176px;
  border-radius: 26px;
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(circle at 35% 24%, #fffef9, #f8e4c5);
  border: 1px solid rgba(216, 154, 54, 0.32);
  color: var(--cj-new-copper);
  overflow: hidden;
}

.cj-new-brand-icon svg {
  width: 74px;
  height: 74px;
  stroke-width: 1.75;
}

.cj-new-brand-logo-slot img {
  display: block;
  position: relative;
  z-index: 2;
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center center;
  transform-origin: center center;
  transform: none;
}

.cj-new-brand-logo-slot .cj-new-brand-logo-swago {
  width: 98%;
  height: 98%;
  transform: none;
}

.cj-new-brand-logo-slot .cj-new-brand-logo-events {
  width: 94%;
  height: 94%;
  transform: none;
}

.cj-new-brand-logo-slot .cj-new-brand-logo-anilux {
  width: 92%;
  height: 92%;
  transform: none;
}

.cj-new-brand-copy {
  height: 180px;
  display: grid;
  grid-template-rows: 76px 18px 58px 24px;
  row-gap: 8px;
  align-items: flex-start;
  padding-top: 0;
}

.cj-new-brand-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(155, 17, 19, 0.96);
  font-size: 31px;
  line-height: 1.12;
  font-weight: 700;
  max-width: 100%;
  height: 76px;
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.cj-new-brand-divider {
  width: 134px;
  height: 18px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cj-new-gold);
  font-size: 18px;
  line-height: 1;
}

.cj-new-brand-divider::before,
.cj-new-brand-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(216, 154, 54, 0.58);
}

.cj-new-brand-card p {
  max-width: 300px;
  height: 58px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(45, 23, 18, 0.82);
  line-height: 1.42;
  margin: 0;
}

.cj-new-brand-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  height: 24px;
  margin: 0;
  color: rgba(155, 17, 19, 0.96);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(155, 17, 19, 0.35);
}

.cj-new-brand-card a span {
  color: var(--cj-new-copper);
  font-size: 20px;
  line-height: 1;
}

.cj-about-clicky {
  padding: 82px 24px 96px;
  background: transparent;
}

.cj-about-clicky-card {
  width: min(1560px, 100%);
  min-height: 660px;
  margin: 0 auto;
  padding: 62px 74px;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 1fr);
  gap: 74px;
  align-items: center;
  position: relative;
  border: 1px solid rgba(216, 154, 54, 0.34);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(255, 247, 233, 0.94));
  box-shadow: 0 28px 72px rgba(92, 45, 18, 0.12);
  overflow: hidden;
}

.cj-about-visual {
  min-height: 620px;
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.72), transparent 28%),
    radial-gradient(circle at 72% 24%, rgba(255, 240, 199, 0.5), transparent 30%),
    radial-gradient(circle at 52% 54%, rgba(229, 163, 49, 0.24), transparent 50%),
    radial-gradient(circle at 24% 78%, rgba(255, 255, 255, 0.58), transparent 28%);
  border-radius: 34px;
}

.cj-about-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: grid;
  place-items: center;
  position: relative;
  text-align: center;
  color: var(--cj-new-copper);
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 28px 54px rgba(92, 45, 18, 0.12);
  overflow: hidden;
}

.cj-about-image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
}

.cj-about-image-placeholder::before,
.cj-about-image-placeholder::after {
  content: none;
}

.cj-about-spark {
  position: absolute;
  color: var(--cj-new-gold);
  font-size: 26px;
  z-index: 2;
}

.cj-about-spark-1 {
  left: 4%;
  top: 18%;
}

.cj-about-spark-2 {
  right: 7%;
  top: 28%;
}

.cj-about-spark-3 {
  right: 12%;
  bottom: 14%;
}

.cj-about-copy {
  max-width: 650px;
}

.cj-about-eyebrow {
  margin: 0;
  color: rgba(155, 17, 19, 0.94);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cj-about-rule,
.cj-about-heartline {
  width: min(520px, 100%);
  height: 28px;
  margin: 26px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--cj-new-gold);
}

.cj-about-rule::before,
.cj-about-rule::after,
.cj-about-heartline::before,
.cj-about-heartline::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(216, 154, 54, 0.45);
}

.cj-about-copy h2 {
  margin: 0;
  color: var(--cj-new-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 4.9vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

.cj-about-copy h2 span {
  color: rgba(155, 17, 19, 0.96);
}

.cj-about-copy p {
  margin: 0 0 24px;
  color: rgba(45, 23, 18, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.45;
}

.cj-about-btn {
  width: min(390px, 100%);
  min-height: 68px;
  margin: 14px 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 10px;
  border: 1px solid rgba(216, 154, 54, 0.65);
  background: var(--cj-new-cta);
  color: #fff8ea;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(155, 17, 19, 0.22);
}

.cj-about-btn span {
  color: #fff9ee;
  font-size: 26px;
}

.cj-about-note {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(92, 45, 18, 0.74);
  font-style: italic;
}

.cj-about-note::before,
.cj-about-note::after {
  content: "✦";
  color: var(--cj-new-gold);
  font-style: normal;
}

.cj-shipping-story {
  padding: 88px 24px 102px;
  background: transparent;
}

.cj-shipping-card {
  width: min(1620px, 100%);
  margin: 0 auto;
  padding: 60px;
  display: grid;
  grid-template-columns: minmax(460px, 0.9fr) minmax(620px, 1.1fr);
  gap: 68px;
  align-items: center;
  border: 1px solid rgba(216, 154, 54, 0.36);
  border-radius: 24px;
  background:
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(255, 247, 233, 0.94));
  box-shadow: 0 28px 72px rgba(92, 45, 18, 0.1);
}

.cj-shipping-visual {
  min-height: 620px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.6), transparent 28%),
    radial-gradient(circle at 58% 62%, rgba(229, 163, 49, 0.22), transparent 48%);
}

.cj-shipping-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 154, 54, 0.42);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(135deg, rgba(255, 247, 230, 0.96), rgba(239, 193, 124, 0.42));
  color: var(--cj-new-copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  overflow: hidden;
}

.cj-shipping-image-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: block;
  object-fit: cover;
}

.cj-shipping-copy {
  text-align: center;
}

.cj-shipping-eyebrow {
  margin: 0 0 20px;
  color: var(--cj-new-brown);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cj-shipping-eyebrow::before,
.cj-shipping-eyebrow::after {
  content: "✦";
  margin: 0 14px;
  color: var(--cj-new-gold);
}

.cj-shipping-eyebrow span {
  color: var(--cj-new-gold);
}

.cj-shipping-copy h2 {
  margin: 0;
  color: var(--cj-new-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 3.7vw, 70px);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.cj-shipping-copy h2 span {
  color: rgba(155, 17, 19, 0.96);
}

.cj-shipping-intro {
  max-width: 780px;
  margin: 28px auto 44px;
  color: rgba(45, 23, 18, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.45;
}

.cj-shipping-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cj-shipping-step {
  min-height: 236px;
  padding: 28px 18px 24px;
  position: relative;
  border: 1px solid rgba(216, 154, 54, 0.36);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.cj-shipping-step-number {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff1c9, #d19132);
  color: var(--cj-new-brown);
  font-size: 13px;
  font-weight: 900;
}

.cj-shipping-step-photo {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(216, 154, 54, 0.36);
  border-radius: 50%;
  background: rgba(255, 248, 233, 0.9);
  color: rgba(184, 117, 29, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  overflow: hidden;
}

.cj-shipping-step-photo img {
  width: 138%;
  height: 138%;
  display: block;
  object-fit: contain;
}

.cj-shipping-step h3 {
  margin: 0 0 12px;
  color: var(--cj-new-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.2;
}

.cj-shipping-step p {
  margin: 0;
  color: rgba(45, 23, 18, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.45;
}

.cj-shipping-divider {
  height: 28px;
  margin: 40px auto 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--cj-new-gold);
}

.cj-shipping-divider::before,
.cj-shipping-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(216, 154, 54, 0.36);
}

.cj-shipping-actions {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr);
  gap: 34px;
}

.cj-shipping-btn {
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.cj-shipping-btn span {
  font-size: 24px;
}

.cj-shipping-btn-primary {
  border: 1px solid rgba(216, 154, 54, 0.6);
  background: var(--cj-new-cta);
  color: #fff8ea;
  box-shadow: 0 14px 26px rgba(155, 17, 19, 0.2);
}

.cj-shipping-btn-primary span {
  color: #fff8ea;
}

.cj-shipping-btn-secondary {
  border: 1px solid rgba(155, 17, 19, 0.2);
  background: var(--cj-new-cta);
  color: #fff8ea;
  box-shadow: 0 14px 26px rgba(155, 17, 19, 0.2);
}

@media (max-width: 1260px) {
  .cj-home-new-header,
  .cj-home-new-hero,
  .cj-new-brands {
    width: min(100% - 48px, 1180px);
  }

  .cj-home-new-header {
    grid-template-columns: 240px 1fr 360px;
    gap: 18px;
  }

  .cj-new-menu {
    gap: 24px;
  }

  .cj-new-search {
    width: 230px;
  }

  .cj-home-new-hero {
    gap: 44px;
  }

  .cj-new-hero-copy h1 {
    font-size: clamp(54px, 5vw, 72px);
  }

  .cj-new-brand-grid {
    width: min(1180px, 100%);
    gap: 22px;
  }

  .cj-new-brand-card {
    min-height: 250px;
    grid-template-columns: 132px minmax(180px, 1fr);
    gap: 24px;
    padding: 34px 28px;
  }

  .cj-new-brand-icon {
    width: 132px;
    height: 132px;
  }

  .cj-new-brand-copy {
    height: 158px;
    grid-template-rows: 58px 16px 54px 22px;
    row-gap: 6px;
  }

  .cj-new-brand-card h3 {
    font-size: 24px;
    height: 58px;
  }

  .cj-new-brand-card p {
    font-size: 15px;
    height: 54px;
  }
}

@media (max-width: 960px) {
  .cj-home-new-header {
    width: calc(100% - 32px);
    min-height: 70px;
    grid-template-columns: 1fr auto;
  }

  .cj-new-logo {
    font-size: 38px;
  }

  .cj-new-mobile-toggle {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--cj-new-brown);
    cursor: pointer;
  }

  .cj-new-mobile-toggle svg {
    width: 30px;
    height: 30px;
    stroke-width: 2;
  }

  .cj-new-menu,
  .cj-new-actions {
    display: none;
  }

  .cj-new-menu.cj-new-mobile-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 24px 20px;
    background: var(--cj-new-cream);
    border-bottom: 1px solid var(--cj-new-line);
  }

  .cj-new-dropdown {
    padding: 13px 0;
  }

  .cj-new-dropdown-panel {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
    opacity: 1;
    pointer-events: auto;
    translate: none;
    box-shadow: none;
  }

  .cj-new-dropdown-panel::before {
    display: none;
  }

  .cj-home-new-hero {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 0 30px;
    gap: 30px;
  }

  .cj-new-hero-copy {
    order: -1;
  }

  .cj-new-visual {
    min-height: 340px;
  }

  .cj-new-hero-copy h1 {
    font-size: 48px;
    line-height: 1.08;
  }

  .cj-new-hero-copy p {
    font-size: 20px;
  }

  .cj-new-hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .cj-new-btn {
    width: 100%;
  }

  .cj-new-trust-bar {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    margin: 24px auto 42px;
    padding: 12px 0;
  }

  .cj-new-trust-star {
    display: none;
  }

  .cj-new-trust-item {
    border-left: 0;
    border-top: 1px solid rgba(216, 154, 54, 0.2);
    padding: 14px 24px;
  }

  .cj-new-trust-item:first-of-type {
    border-top: 0;
  }

  .cj-new-brands {
    width: calc(100% - 32px);
    padding-bottom: 42px;
  }

  .cj-new-brand-grid {
    grid-template-columns: 1fr;
    width: min(680px, 100%);
    gap: 24px;
  }

  .cj-new-brand-card {
    min-height: 220px;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 28px;
    padding: 30px 28px;
  }

  .cj-new-brand-icon {
    width: 132px;
    height: 132px;
    border-radius: 20px;
  }

  .cj-new-brand-copy {
    height: 158px;
  }

  .cj-new-brand-card h3 {
    font-size: 26px;
    height: 58px;
  }

  .cj-new-brand-card p {
    max-width: none;
    height: 54px;
    font-size: 17px;
  }

  .cj-about-clicky {
    padding: 52px 16px 64px;
  }

  .cj-about-clicky-card {
    min-height: 0;
    padding: 34px 24px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cj-about-visual {
    min-height: 430px;
  }

  .cj-about-image-placeholder {
    width: 100%;
    min-height: 420px;
    font-size: 18px;
  }

  .cj-about-copy {
    max-width: none;
    text-align: center;
  }

  .cj-about-rule,
  .cj-about-heartline {
    margin-left: auto;
    margin-right: auto;
  }

  .cj-about-copy h2 {
    font-size: clamp(44px, 12vw, 62px);
  }

  .cj-about-copy p {
    font-size: 20px;
  }

  .cj-about-btn {
    width: 100%;
    font-size: 20px;
  }

  .cj-about-note {
    justify-content: center;
  }

  .cj-shipping-story {
    padding: 54px 16px 68px;
  }

  .cj-shipping-card {
    padding: 34px 24px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cj-shipping-visual {
    min-height: 420px;
  }

  .cj-shipping-image-placeholder {
    min-height: 410px;
  }

  .cj-shipping-copy h2 {
    font-size: clamp(42px, 10vw, 58px);
    white-space: normal;
  }

  .cj-shipping-intro {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .cj-shipping-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .cj-shipping-actions {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .cj-home-new-header {
    width: 100%;
    min-height: 64px;
    padding: 0 16px;
  }

  .cj-new-logo {
    font-size: clamp(32px, 10vw, 38px);
  }

  .cj-new-menu.cj-new-mobile-open {
    top: 64px;
    padding: 8px 18px 18px;
  }

  .cj-home-new-hero {
    width: 100%;
    padding: 26px 16px 28px;
    gap: 22px;
  }

  .cj-new-hero-copy {
    text-align: center;
  }

  .cj-new-hero-copy h1 {
    font-size: clamp(38px, 12vw, 50px);
    line-height: 1.02;
  }

  .cj-new-hero-copy p {
    font-size: 17px;
  }

  .cj-new-visual {
    min-height: 300px;
  }

  .cj-new-clicky-stage {
    width: min(330px, 86vw);
    min-height: 300px;
  }

  .cj-new-trust-bar,
  .cj-new-brands {
    width: calc(100% - 28px);
  }

  .cj-new-trust-item {
    min-height: 58px;
    grid-template-columns: 42px 1fr;
    padding: 12px 18px;
  }

  .cj-new-section-title {
    font-size: clamp(30px, 9vw, 40px);
  }

  .cj-new-brand-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    min-height: 0;
    padding: 24px 20px;
  }

  .cj-new-brand-icon {
    width: 118px;
    height: 118px;
  }

  .cj-new-brand-copy {
    height: auto;
    min-height: 0;
    grid-template-rows: auto 16px auto 24px;
    align-items: center;
    row-gap: 8px;
  }

  .cj-new-brand-card h3,
  .cj-new-brand-card p {
    height: auto;
  }

  .cj-new-brand-card h3 {
    font-size: 24px;
  }

  .cj-new-brand-card p {
    min-height: 0;
    font-size: 15px;
  }

  .cj-new-brand-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .cj-about-clicky-card {
    padding: 28px 18px;
    border-radius: 20px;
  }

  .cj-about-visual {
    min-height: 300px;
  }

  .cj-about-image-placeholder {
    min-height: 300px;
    border-radius: 18px;
  }

  .cj-about-spark {
    font-size: 20px;
  }

  .cj-about-copy p {
    font-size: 16px;
  }

  .cj-about-btn {
    min-height: 58px;
    font-size: 18px;
  }

  .cj-shipping-card {
    padding: 28px 18px;
    border-radius: 20px;
  }

  .cj-shipping-visual,
  .cj-shipping-image-placeholder {
    min-height: 280px;
  }

  .cj-shipping-eyebrow {
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .cj-shipping-copy h2 {
    font-size: clamp(34px, 10vw, 38px);
  }

  .cj-shipping-intro {
    font-size: 16px;
  }

  .cj-shipping-steps {
    grid-template-columns: 1fr;
  }

  .cj-shipping-step {
    min-height: 0;
    padding: 18px 14px;
  }

  .cj-shipping-btn {
    min-height: 58px;
    font-size: 18px;
  }
}

a.cj-new-btn-primary,
a.cj-new-btn-secondary,
a.cj-about-btn,
a.cj-shipping-btn-primary,
a.cj-shipping-btn-secondary {
  background: #a91212 !important;
  color: #fff9ee !important;
  border-color: rgba(155, 17, 19, 0.24) !important;
}

a.cj-new-btn-primary svg,
a.cj-new-btn-secondary svg,
a.cj-new-btn-primary span,
a.cj-new-btn-secondary span,
a.cj-about-btn span,
a.cj-shipping-btn-primary span,
a.cj-shipping-btn-secondary span {
  color: #fff9ee !important;
  stroke: currentColor;
}


