html { overflow-x: hidden; }

#cny2-root,
#cny2-root *,
#cny2-root *::before,
#cny2-root *::after { box-sizing: border-box; }

#cny2-root,
#cny2-root h1,
#cny2-root h2,
#cny2-root h3,
#cny2-root p,
#cny2-root a,
#cny2-root ul,
#cny2-root li,
#cny2-root section,
#cny2-root article,
#cny2-root img,
#cny2-root button,
#cny2-root details,
#cny2-root summary { margin: 0; padding: 0; border: 0; color: inherit; text-decoration: none; list-style: none; font: inherit; }

body.homepage-candy-nova-page { margin: 0 !important; background: #e2eceb !important; overflow-x: clip; }

#cny2-root.cny2-root {
  --bg: #e2eceb;
  --paper: #f9e3d6;
  --paper-alt: #f4f0ee;
  --ink: #252525;
  --muted: #5f5f5f;
  --line: #c4d18b;
  --accent: #ebbcc6;
  --accent-strong: #7d9920;
  --max: 1920px;
  --gutter: clamp(20px, 4vw, 64px);
  --r: 14px;
  --font-body: "Nunito", "Trebuchet MS", sans-serif;
  --font-display: "Baloo 2", "Trebuchet MS", sans-serif;
  --font-serif: "Fraunces", Georgia, serif;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--bg);
}

#cny2-root.cny2-root[data-fontset="set-2"] {
  --font-body: "Poppins", "Trebuchet MS", sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
}

#cny2-root.cny2-root[data-fontset="set-3"] {
  --font-body: "DM Sans", "Trebuchet MS", sans-serif;
  --font-display: "Work Sans", "Trebuchet MS", sans-serif;
  --font-serif: "Fraunces", Georgia, serif;
}

#cny2-root.cny2-root[data-fontset="set-4"] {
  --font-body: "Inter", "Trebuchet MS", sans-serif;
  --font-display: "Bebas Neue", "Trebuchet MS", sans-serif;
  --font-serif: "Lora", Georgia, serif;
}

#cny2-root.cny2-root[data-fontset="set-5"] {
  --font-body: "Plus Jakarta Sans", "Trebuchet MS", sans-serif;
  --font-display: "Sora", "Trebuchet MS", sans-serif;
  --font-serif: "Fraunces", Georgia, serif;
}

#cny2-root.cny2-root[data-fontset="set-6"] {
  --font-body: "Merriweather Sans", "Trebuchet MS", sans-serif;
  --font-display: "Space Grotesk", "Trebuchet MS", sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
}

#cny2-root .cny2-container { width: min(var(--max), calc(100% - (var(--gutter) * 2))); margin: 0 auto; }

#cny2-root .cny2-topbar { position: sticky; top: 0; z-index: 90; background: var(--bg); border-bottom: 1px solid var(--line); }
#cny2-root .cny2-topbar.is-scrolled { background: transparent; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
#cny2-root .cny2-topbar-inner { min-height: 84px; display: flex; align-items: center; gap: 14px; }
#cny2-root .cny2-brand img { display: block; max-width: 150px; width: 100%; height: auto; }
#cny2-root .cny2-nav { margin-left: auto; }
#cny2-root .cny2-menu { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
#cny2-root .cny2-menu li { margin: 0; }
#cny2-root .cny2-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease;
}
#cny2-root .cny2-menu a:hover {
  background: var(--accent);
  color: var(--ink);
  text-decoration: none;
}
#cny2-root .cny2-menu .ag-my-list-link { gap: 8px; }
#cny2-root .cny2-menu .ag-my-list-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}
#cny2-root .cny2-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--paper-alt);
  padding: 9px 8px;
  cursor: pointer;
}
#cny2-root .cny2-menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ink);
  border-radius: 999px;
  transition: transform .25s ease, opacity .2s ease;
}
#cny2-root .cny2-menu-toggle span + span { margin-top: 6px; }
#cny2-root .cny2-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}
#cny2-root .cny2-topbar .cny2-btn-contact { margin-left: 6px; }

#cny2-root,
#cny2-root p,
#cny2-root li,
#cny2-root span,
#cny2-root a,
#cny2-root summary,
#cny2-root button,
#cny2-root input,
#cny2-root textarea,
#cny2-root select,
#cny2-root details { font-family: var(--font-body); }

#cny2-root h1,
#cny2-root h2,
#cny2-root .cny2-final-cta h3 { font-family: var(--font-display); }

#cny2-root h3,
#cny2-root .cny2-card h3,
#cny2-root .cny2-steps h3,
#cny2-root .cny2-local h3 { font-family: var(--font-serif); }

#cny2-root .cny2-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 11px 18px; font-size: 14px; font-weight: 800; border: 1px solid transparent; transition: all .22s ease; }
#cny2-root .cny2-btn span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap !important;
  flex: 0 0 auto;
}
#cny2-root .cny2-btn,
#cny2-root .cny2-btn:link,
#cny2-root .cny2-btn:visited,
#cny2-root .cny2-btn:hover,
#cny2-root .cny2-btn:focus,
#cny2-root .cny2-btn:active,
#cny2-root .cny2-btn span,
#cny2-root .cny2-btn:visited span,
#cny2-root .cny2-btn:hover span,
#cny2-root .cny2-btn:focus span,
#cny2-root .cny2-btn:active span {
  color: var(--ink) !important;
}
#cny2-root .cny2-btn-contact { gap: 8px; }
#cny2-root .cny2-btn img,
#cny2-root .cny2-btn-contact img {
  width: 18px !important;
  min-width: 18px;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px;
  max-height: 18px !important;
  object-fit: contain;
  display: block;
  flex: 0 0 18px;
}
#cny2-root .cny2-btn-list,
#cny2-root .cny2-btn-list-clear { gap: 8px; }
#cny2-root .cny2-btn-list,
#cny2-root .cny2-btn-list-clear { cursor: pointer; }
#cny2-root .cny2-btn-list img,
#cny2-root .cny2-btn-list-clear img { width: 18px !important; height: 18px !important; object-fit: contain; display: block; }
#cny2-root .cny2-topbar .cny2-btn-contact { justify-self: end; }
#cny2-root .cny2-btn-main { background: var(--accent); border-color: var(--accent); color: var(--ink); }
#cny2-root .cny2-btn-main:hover { background: #c4d18b; border-color: #c4d18b; transform: translateY(-1px); }
#cny2-root .cny2-final-cta .cny2-btn-main,
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-action .cny2-btn-main {
  color: var(--ink);
}
#cny2-root .cny2-final-cta .cny2-btn-main span,
#cny2-root .cny2-final-cta .cny2-btn-main:visited,
#cny2-root .cny2-final-cta .cny2-btn-main:visited span,
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-action .cny2-btn-main span,
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-action .cny2-btn-main:visited,
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-action .cny2-btn-main:visited span {
  color: var(--ink) !important;
}
#cny2-root .cny2-btn-soft { background: var(--paper); border: none; color: var(--ink); }
#cny2-root .cny2-btn-soft:hover { background: #c4d18b; border-color: #c4d18b; transform: translateY(-1px); }
#cny2-root .cny2-btn-card { margin-top: 12px; }
#cny2-root .cny2-btn-list.is-added { background: #c4d18b; color: var(--ink); }
#cny2-root .cny2-btn-list.is-loading {
  opacity: .82;
  pointer-events: none;
}
#cny2-root .cny2-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cny2-gooey-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  isolation: isolate;
  overflow: visible;
  filter: url('#cny2-goo');
  -webkit-filter: url('#cny2-goo');
}

.cny2-gooey-wrap > [data-gooey] {
  position: relative;
  z-index: 1;
}

#cny2-root .cny2-hero { position: relative; min-height: 540px; display: grid; align-items: center; }
#cny2-root .cny2-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#cny2-root .cny2-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,18,.78) 0%, rgba(18,18,18,.62) 34%, rgba(18,18,18,.34) 62%, rgba(18,18,18,.12) 100%); }
#cny2-root .cny2-hero-content { position: relative; z-index: 2; color: #fff; padding: 56px 0; text-align: left; }
#cny2-root .cny2-hero-content > * { max-width: 760px; }
#cny2-root .cny2-kicker { text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 800; color: #f9e3d6; }
#cny2-root .cny2-hero h1 { margin-top: 12px; font-family: var(--font-display); font-size: clamp(40px, 6vw, 74px); line-height: .92; }
#cny2-root .cny2-hero p { margin-top: 14px; font-size: clamp(17px, 2vw, 23px); line-height: 1.24; color: #fff5ef; }
#cny2-root .cny2-hero-cta { margin-top: 24px; display: flex; gap: 10px; flex-wrap: wrap; }
#cny2-root .cny2-proof-mini { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
#cny2-root .cny2-proof-mini li { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 5px 10px; font-size: 12px; }

#cny2-root .cny2-section { padding: clamp(40px, 6vw, 74px) 0; }
#cny2-root .cny2-section.cny2-section-join-prev { padding-top: 0; }
#cny2-root .cny2-section-alt { background: rgba(249, 227, 214, .45); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
#cny2-root .cny2-section-faq { background: var(--bg); border-top: 0; }
#cny2-root .cny2-head { margin-bottom: clamp(28px, 4vw, 52px); }
#cny2-root .cny2-head h2 { font-family: var(--font-display); font-size: clamp(32px, 4.5vw, 56px); line-height: .92; }
#cny2-root .cny2-head p { margin-top: 14px; color: var(--muted); font-size: 18px; line-height: 1.45; }

#cny2-root .cny2-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
#cny2-root .cny2-metrics article { background: var(--paper-alt); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 18px; text-align: center; display: grid; justify-items: center; }
#cny2-root .cny2-metrics article img { width: 60px; height: 60px; object-fit: contain; margin-bottom: 15px; }
#cny2-root .cny2-metrics strong { display:block; font-family: var(--font-display); font-size: 32px; line-height: .95; }
#cny2-root .cny2-metrics span { display:block; margin-top: 15px; color: var(--muted); }

#cny2-root .cny2-grid { margin-top: 22px; display: grid; gap: 14px; }
#cny2-root .cny2-grid-cats { grid-template-columns: repeat(3, minmax(0,1fr)); }
#cny2-root .cny2-grid-cats-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  overflow-x: clip;
}

#cny2-root .cny2-circle-carousel {
  margin-top: 12px;
  width: 100vw;
  max-width: 100vw;
  min-width: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
}
#cny2-root .cny2-circle-head + .cny2-circle-carousel {
  margin-top: 18px;
}
#cny2-root header.cny2-head.cny2-circle-head {
  margin-bottom: 30px;
}
#cny2-root .cny2-circle-carousel.is-low-count .owl-stage {
  width: min(var(--max), calc(100vw - (var(--gutter) * 2))) !important;
  margin-left: auto;
  margin-right: auto;
  transform: none !important;
}
#cny2-root .cny2-circle-carousel.is-low-count .owl-stage-outer {
  overflow: visible;
}
#cny2-root .dcs-rail:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable;
}
#cny2-root .dcs-rail.owl-loaded {
  overflow: hidden;
}
#cny2-root .dcs-rail .owl-stage {
  display: flex;
}
#cny2-root .cny2-circle-carousel.is-low-count .owl-nav {
  display: none;
}
#cny2-root .dcs-rail .owl-item {
  display: flex;
}
#cny2-root .dcs-rail .owl-item > .dcs-rail-card {
  width: 100%;
  height: 100%;
}
#cny2-root .dcs-rail .owl-item > .cny2-circle-card {
  width: 260px;
  height: auto;
}
#cny2-root .dcs-rail .owl-nav {
  width: min(var(--max), calc(100vw - (var(--gutter) * 2)));
  margin: 12px auto 0;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
#cny2-root .dcs-rail .owl-nav button.owl-prev,
#cny2-root .dcs-rail .owl-nav button.owl-next {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #c9af9f;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
#cny2-root .dcs-rail .owl-nav button.owl-prev:hover,
#cny2-root .dcs-rail .owl-nav button.owl-next:hover {
  background: #efe2d6;
}
#cny2-root .dcs-rail .owl-nav button.disabled {
  opacity: 0.4;
}
#cny2-root .cny2-circle-card {
  display: block;
  width: 260px;
  text-decoration: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 32px 4px 12px;
  text-align: center;
  overflow: visible;
}
#cny2-root .cny2-circle-media {
  position: relative;
  width: 204px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  overflow: visible;
  border: 1px solid #b18d7c;
  box-shadow: none;
}
#cny2-root .cny2-circle-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
#cny2-root .cny2-circle-ring {
  position: absolute;
  inset: -22px;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  pointer-events: none;
  z-index: 2;
}
#cny2-root .cny2-circle-ring text {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.2px;
  fill: var(--ink);
  stroke: #f8f1e8;
  stroke-width: 2px;
  paint-order: stroke fill;
  transition: fill 180ms ease;
}
#cny2-root .cny2-circle-card:hover .cny2-circle-ring text,
#cny2-root .cny2-circle-card:focus-within .cny2-circle-ring text {
  fill: #7d9920;
}

@media (max-width: 720px) {
  #cny2-root .cny2-circle-card,
  #cny2-root .dcs-rail .owl-item > .cny2-circle-card { width: 186px; }
  #cny2-root .cny2-circle-media { width: 150px; }
  #cny2-root .cny2-circle-ring text { font-size: 8px; letter-spacing: 1.2px; }
}
#cny2-root .cny2-grid-cats.owl-carousel { display: block; }
#cny2-root .cny2-grid-cats.owl-carousel .owl-stage { display: flex; }
#cny2-root .cny2-grid-cats.owl-carousel .owl-item { display: flex; }
#cny2-root .cny2-grid-cats.owl-carousel .owl-item .cny2-card { width: 100%; }
#cny2-root .cny2-grid-products-static {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
#cny2-root .cny2-grid-cats.owl-carousel .owl-nav { margin-top: 12px; display: flex; justify-content: flex-end; gap: 8px; }
#cny2-root .cny2-grid-cats-bleed.owl-carousel .owl-nav {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}
#cny2-root .cny2-grid-cats.owl-carousel .owl-nav button.owl-prev,
#cny2-root .cny2-grid-cats.owl-carousel .owl-nav button.owl-next {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  transition: background-color .2s ease, border-color .2s ease;
}
#cny2-root .cny2-grid-cats.owl-carousel .owl-nav button.owl-prev:hover,
#cny2-root .cny2-grid-cats.owl-carousel .owl-nav button.owl-next:hover {
  background: #c4d18b;
  border-color: #c4d18b;
}
#cny2-root .cny2-card { background: var(--paper-alt); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .22s ease, border-color .22s ease; display: flex; flex-direction: column; }
#cny2-root .cny2-card:hover { transform: translateY(-2px); border-color: #7d9920; }
#cny2-root .cny2-card-media { display: block; }
#cny2-root .cny2-card img { width: 100%; height: 180px; object-fit: cover; }
#cny2-root .cny2-card-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; min-height: 178px; }
#cny2-root .cny2-card h3 { font-family: var(--font-serif); font-size: 24px; }
#cny2-root .cny2-card p {
  margin-top: 0;
  color: var(--muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(2 * 1.25em);
}
#cny2-root .cny2-card .cny2-btn-card { margin-top: auto; }

#cny2-root .cny2-steps { margin-top: 20px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
#cny2-root .cny2-steps article { background: var(--paper-alt); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 18px; }
#cny2-root .cny2-steps span { display:inline-flex; width: 28px; height: 28px; align-items:center; justify-content:center; border-radius: 999px; background: var(--accent); font-weight: 800; }
#cny2-root .cny2-steps h3 { margin-top: 12px; font-family: var(--font-serif); font-size: 24px; }
#cny2-root .cny2-steps p { margin-top: 10px; color: var(--muted); line-height: 1.45; }
#cny2-root .cny2-section-cta {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

#cny2-root .cny2-objections,
#cny2-root .cny2-faq { margin-top: 22px; display: grid; gap: 12px; }
#cny2-root details { background: var(--paper-alt); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; }
#cny2-root summary { cursor: pointer; font-weight: 800; }
#cny2-root summary::-webkit-details-marker { display: none; }
#cny2-root summary::marker { content: ""; }
#cny2-root details p { margin-top: 10px; color: var(--muted); line-height: 1.45; }

#cny2-root .cny2-grid-local { grid-template-columns: repeat(3, minmax(0,1fr)); }
#cny2-root .cny2-local { background: var(--paper-alt); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .2s ease; }
#cny2-root .cny2-local:hover { transform: translateY(-2px); }
#cny2-root .cny2-local img { width: 100%; height: 170px; object-fit: cover; }
#cny2-root .cny2-local h3 { padding: 12px; font-family: var(--font-serif); font-size: 22px; }

#cny2-root .cny2-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(34px, 6vw, 84px) clamp(18px, 4vw, 44px);
  text-align: center;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 10, .82) 0%, rgba(8, 10, 10, .58) 42%, rgba(8, 10, 10, .18) 100%),
    var(--cny2-final-bg);
  background-size: cover;
  background-position: center;
}
#cny2-root .cny2-final-cta h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: .92;
  color: #fff;
}
#cny2-root .cny2-final-cta p {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #f7ece4;
  font-size: clamp(16px, 2vw, 20px);
}
#cny2-root .cny2-final-cta .cny2-final-cta-copy,
#cny2-root .cny2-final-cta .cny2-final-cta-action {
  position: relative;
  z-index: 1;
}
#cny2-root .cny2-final-cta .cny2-final-cta-action {
  margin-top: 14px;
}
#cny2-root .cny2-final-cta .cny2-btn { margin-top: 14px; }

#cny2-root.cny2-inner-page .cny2-page-content .cny2-final-cta h3 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: .92;
  color: #fff;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-final-cta p {
  color: #f7ece4;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.45;
  max-width: 600px;
  margin: 20px auto 0;
}

#cny2-root .cny2-footer {
  background: var(--paper);
  border-top: 0;
  margin-top: 0;
}
#cny2-root .cny2-map-full {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}
#cny2-root .cny2-map-full iframe {
  width: 100%;
  height: clamp(280px, 36vw, 460px);
  border: 0;
  display: block;
}
#cny2-root .cny2-footer-grid {
  padding: clamp(28px, 4.5vw, 52px) 0;
  display: grid;
  grid-template-columns: 1.2fr .9fr 1fr;
  gap: clamp(16px, 2.5vw, 34px);
}
#cny2-root .cny2-footer h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  margin-bottom: 8px;
}
#cny2-root .cny2-footer p { color: var(--muted); }
#cny2-root .cny2-footer section > * + * { margin-top: 8px; }
#cny2-root .cny2-footer-brand .cny2-brand { display: inline-flex; margin-bottom: 10px; }
#cny2-root .cny2-footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
#cny2-root .cny2-footer-menu a {
  color: var(--ink);
  font-weight: 700;
  transition: color .2s ease;
}
#cny2-root .cny2-footer-menu a:hover { color: var(--accent-strong); text-decoration: none; }
#cny2-root .cny2-footer-bottom {
  border-top: 1px solid var(--line);
  padding: 14px 0 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
}
#cny2-root .cny2-footer-bottom p {
  color: var(--muted);
  font-size: 14px;
}

#cny2-root.cny2-inner-page .cny2-hero.cny2-hero-inner { min-height: clamp(380px, 46vw, 520px); }
#cny2-root.cny2-inner-page .cny2-hero.cny2-hero-inner .cny2-hero-overlay {
  background: linear-gradient(180deg, rgba(18,18,18,.72) 0%, rgba(18,18,18,.48) 50%, rgba(18,18,18,.12) 82%, rgba(18,18,18,0) 100%);
}
#cny2-root.cny2-inner-page .cny2-hero.cny2-hero-inner .cny2-hero-content { padding: clamp(34px, 5vw, 68px) 0; }

#cny2-root.cny2-inner-page .cny2-section-content { padding-top: clamp(30px, 4.6vw, 52px); }
#cny2-root.cny2-inner-page .cny2-page-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
#cny2-root.cny2-inner-page .cny2-page-content > * + * { margin-top: clamp(26px, 4vw, 42px); }
#cny2-root.cny2-inner-page .cny2-page-content h1 { font-family: var(--font-display); font-size: clamp(34px, 4.8vw, 56px); line-height: .94; }
#cny2-root.cny2-inner-page .cny2-page-content h2 { font-family: var(--font-serif); font-size: clamp(24px, 3.2vw, 36px); line-height: 1.06; margin: 0 0 14px; }
#cny2-root.cny2-inner-page .cny2-page-content p,
#cny2-root.cny2-inner-page .cny2-page-content li { color: var(--muted); line-height: 1.5; }
#cny2-root.cny2-inner-page .cny2-page-content ul,
#cny2-root.cny2-inner-page .cny2-page-content ol { padding-left: 18px; }
#cny2-root.cny2-inner-page .cny2-page-content a { color: var(--accent-strong); font-weight: 700; }
#cny2-root.cny2-inner-page .cny2-page-content h3 {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.1;
  margin: 0 0 8px;
}
#cny2-root.cny2-inner-page .cny2-page-content figure { margin: 0; }
#cny2-root.cny2-inner-page .cny2-page-content figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--r);
}
#cny2-root.cny2-inner-page .cny2-page-content figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  display: none;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-split {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-split.is-media-left .cny2-editorial-copy { order: 2; }
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-split.is-media-left .cny2-editorial-media { order: 1; }
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-copy {
  display: grid;
  gap: 14px;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-action .cny2-action-group {
  justify-content: flex-start;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-copy > p,
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-copy > ul,
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-copy > .cny2-editorial-tip { margin: 0; }
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-list-stars li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-list-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  margin-top: 2px;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-list-icon img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) saturate(100%) invert(64%) sepia(35%) saturate(434%) hue-rotate(294deg) brightness(89%) contrast(91%);
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-tip {
  display: grid;
  gap: 8px;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-action {
  margin-top: 6px;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-action .cny2-btn {
  justify-self: start;
}
#cny2-root .cny2-my-list-items {
  display: grid;
  gap: 12px;
}
#cny2-root .cny2-my-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: var(--r);
}
#cny2-root .cny2-my-list-copy {
  display: grid;
  gap: 6px;
}
#cny2-root .cny2-my-list-copy h3 { margin: 0; }
#cny2-root .cny2-my-list-copy h3 a { color: var(--ink); }
#cny2-root .cny2-my-list-copy p {
  font-size: 14px;
  color: var(--muted);
  word-break: break-word;
}
#cny2-root .cny2-my-list-empty {
  padding: 22px 24px;
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: var(--r);
}
#cny2-root .cny2-my-list-render {
  margin-top: 30px;
}
#cny2-root .cny2-my-list-actions {
  justify-content: flex-start;
  margin-top: 30px;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-media figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-media {
  height: 100%;
  align-self: stretch;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-media .cny2-inline-figure {
  position: sticky;
  top: calc(84px + 18px);
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-text .cny2-editorial-copy,
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-closing .cny2-editorial-copy {
  max-width: none;
  width: 100%;
  justify-items: center;
  text-align: center;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-text .cny2-editorial-action .cny2-btn,
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-closing .cny2-editorial-action .cny2-btn {
  justify-self: center;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-why .cny2-editorial-copy {
  max-width: 900px;
  margin: 0 auto;
}
#cny2-root.cny2-inner-page .cny2-page-content .cny2-page-final-cta {
  margin-top: clamp(30px, 4vw, 44px);
}
#cny2-root.cny2-inner-page .cny2-breadcrumb-shell {
  padding-top: clamp(18px, 3vw, 34px);
  padding-bottom: 0;
}
#cny2-root.cny2-inner-page .ag-breadcrumbs {
  color: var(--muted);
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
#cny2-root.cny2-inner-page .ag-breadcrumbs a {
  color: var(--accent-strong);
  text-decoration: none;
  transition: color 180ms ease;
}
#cny2-root.cny2-inner-page .ag-breadcrumbs a:hover {
  color: var(--accent);
}
#cny2-root.cny2-blog-page .ag-post-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
#cny2-root.cny2-blog-page .ag-post-card {
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px;
  display: grid;
  gap: 10px;
}
#cny2-root.cny2-blog-page .ag-post-card h2 {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.08;
}
#cny2-root.cny2-blog-page .ag-post-card p {
  margin: 0;
  color: var(--muted);
}

#cny2-root [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
#cny2-root [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
#cny2-root .owl-carousel [data-reveal],
#cny2-root .owl-carousel [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 1024px) {
  #cny2-root .cny2-grid-cats,
  #cny2-root .cny2-grid-local,
  #cny2-root .cny2-steps,
  #cny2-root .cny2-metrics { grid-template-columns: repeat(2, minmax(0,1fr)); }
  #cny2-root.cny2-blog-page .ag-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #cny2-root .cny2-footer-grid { grid-template-columns: 1fr 1fr; }
  #cny2-root .cny2-footer-brand { grid-column: 1 / -1; }
  #cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-split {
    grid-template-columns: 1fr;
  }
  #cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-split.is-media-left .cny2-editorial-copy,
  #cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-split.is-media-left .cny2-editorial-media {
    order: initial;
  }
  #cny2-root.cny2-inner-page .cny2-page-content .cny2-editorial-media .cny2-inline-figure {
    position: static;
  }
}

@media (min-width: 1025px) {
  #cny2-root.cny2-inner-page .cny2-page-content > * + * {
    margin-top: 80px;
  }
  #cny2-root.cny2-inner-page .cny2-page-content .cny2-page-final-cta {
    margin-top: 80px;
  }
}

@media (max-width: 720px) {
  #cny2-root .cny2-hero { min-height: 500px; }
  #cny2-root .cny2-grid-cats,
  #cny2-root .cny2-grid-local,
  #cny2-root .cny2-steps,
  #cny2-root .cny2-metrics { grid-template-columns: 1fr; }
  #cny2-root.cny2-blog-page .ag-post-grid { grid-template-columns: 1fr; }
  #cny2-root .cny2-footer-grid { grid-template-columns: 1fr; }
  #cny2-root .cny2-footer-bottom { flex-direction: column; align-items: flex-start; }
  #cny2-root .cny2-topbar-inner { min-height: 76px; }
  #cny2-root .cny2-menu-toggle { display: inline-block; margin-left: auto; }
  #cny2-root .cny2-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: min(340px, 86vw);
    margin: 0;
    padding: 94px 16px 20px;
    background: var(--paper-alt);
    border-right: 1px solid var(--line);
    transform: translateX(-102%);
    transition: transform .28s ease;
    z-index: 120;
    overflow-y: auto;
  }
  #cny2-root .cny2-menu { flex-direction: column; align-items: stretch; gap: 8px; }
  #cny2-root .cny2-menu a {
    justify-content: flex-start;
    min-height: 44px;
    border: 1px solid var(--line);
    background: var(--paper);
  }
  #cny2-root .cny2-menu .ag-my-list-link { justify-content: space-between; }
  #cny2-root .cny2-topbar .cny2-btn-contact { display: none; }
  #cny2-root .cny2-topbar.is-menu-open .cny2-nav { transform: translateX(0); }
  #cny2-root .cny2-topbar.is-menu-open .cny2-menu-overlay {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  #cny2-root .cny2-topbar.is-menu-open .cny2-menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  #cny2-root .cny2-topbar.is-menu-open .cny2-menu-toggle span:nth-child(2) { opacity: 0; }
  #cny2-root .cny2-topbar.is-menu-open .cny2-menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  body.homepage-candy-nova-page.cny2-menu-open { overflow: hidden; }
  #cny2-root .cny2-action-group,
  #cny2-root .cny2-my-list-item { grid-template-columns: 1fr; }
  #cny2-root .cny2-action-group { width: 100%; }
  #cny2-root .cny2-action-group .cny2-gooey-wrap {
    width: 100% !important;
    height: 44px !important;
    display: block;
  }
  #cny2-root .cny2-action-group .cny2-btn {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px;
    justify-content: center;
    padding-inline: 12px;
    white-space: nowrap;
  }
  #cny2-root .cny2-action-group .cny2-btn span { white-space: nowrap !important; }
}

@media (prefers-reduced-motion: reduce) {
  #cny2-root [data-reveal] { opacity: 1; transform: none; transition: none; }
}

#cny2-root.cny2-inner-page .cny2-product-layout .cny2-editorial-text .cny2-editorial-copy {
  max-width: 980px;
}
#cny2-root.cny2-inner-page .cny2-product-layout .cny2-product-list .cny2-editorial-copy {
  text-align: left;
}
#cny2-root.cny2-inner-page .cny2-product-layout .cny2-product-list h2 {
  text-align: center;
}
#cny2-root.cny2-inner-page .cny2-product-layout .cny2-product-list .cny2-editorial-action {
  justify-content: center;
}
#cny2-root.cny2-inner-page .cny2-product-layout .cny2-final-cta {
  margin-top: 80px;
}

#cny2-root.cny2-inner-page .cny2-product-layout .cny2-product-list,
#cny2-root.cny2-inner-page .cny2-product-layout .cny2-product-list .cny2-editorial-copy {
  text-align: center;
}
#cny2-root.cny2-inner-page .cny2-product-layout .cny2-product-list .cny2-editorial-list {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#cny2-root.cny2-inner-page .cny2-product-layout .cny2-product-list .cny2-editorial-list li {
  justify-content: center;
  text-align: center;
}

#cny2-root .cny2-editorial-copy .cny2-editorial-copy {
  margin: 0 auto;
}

#cny2-root .cny2-editorial-copy {
  margin: 0 auto;
}
#cny2-root.cny2-product-page .cny2-circle-section.is-low-count {
  padding-top: 30px;
  padding-bottom: 30px;
}
