html.cs-sheet-open-root,
html.cs-sheet-open-root body {
  overflow: hidden;
}

.cs-landing-page,
.cs-landing-page *,
.cs-landing-page *::before,
.cs-landing-page *::after {
  box-sizing: border-box;
}

.cs-landing-page {
  --bg: #f5f2ec;
  --bg2: #edeae3;
  --bg-dark: #2c2620;
  --bg-darker: #1c1916;
  --ink: #1a1714;
  --ink2: #52493f;
  --ink3: #8a7e72;
  --ink4: #b5ac9f;
  --terra: #6b442a;
  --line: rgba(26, 23, 20, 0.07);
  --line-light: rgba(244, 241, 235, 0.06);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --serif: 'Domine', Georgia, serif;
  --sans: 'Instrument Sans', sans-serif;
  --bnv: 68px;
  --cs-top-offset: 0px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  overflow: clip;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 72px;
}

.cs-landing-page.has-desktop-bottom-nav {
  padding-bottom: 88px;
}

.cs-landing-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cs-landing-page a {
  color: inherit;
  text-decoration: none;
}

.cs-landing-page button {
  font: inherit;
}

.cs-landing-page .page-header {
  padding: 48px 24px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.cs-landing-page .page-header h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 5vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.cs-landing-page .page-header h1 em {
  font-style: italic;
  color: var(--ink4);
}

.cs-landing-page .page-header-sub {
  margin: 14px 0 0;
  max-width: 400px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink3);
}

.cs-landing-page .cat-nav {
  position: sticky;
  top: var(--cs-top-offset);
  z-index: 20;
  background: rgba(245, 242, 236, 0.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
  margin-top: 36px;
}

.cs-landing-page .cat-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  height: 48px;
}

.cs-landing-page .cat-nav-inner::-webkit-scrollbar,
.cs-landing-page .product-row::-webkit-scrollbar,
.cs-landing-page .bot-nav-inner::-webkit-scrollbar {
  display: none;
}

.cs-landing-page .cn {
  position: relative;
  padding: 14px 18px;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 300;
  color: var(--ink3);
  letter-spacing: 0.02em;
  transition: color 0.3s var(--ease);
}

.cs-landing-page .cn::after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1.5px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

.cs-landing-page .cn:hover,
.cs-landing-page .cn.active {
  color: var(--ink);
}

.cs-landing-page .cn.active {
  font-weight: 400;
}

.cs-landing-page .cn.active::after {
  transform: scaleX(1);
}

.cs-landing-page .section {
  padding: 72px 24px 64px;
}

.cs-landing-page .section:not(:first-of-type),
.cs-landing-page .trust,
.cs-landing-page .faq,
.cs-landing-page .quiet-cta {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.cs-landing-page .section-inner,
.cs-landing-page .faq-inner,
.cs-landing-page .quiet-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cs-landing-page .section.light {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.cs-landing-page .section.dark {
  background: var(--bg-dark);
  border-bottom: 1px solid var(--line-light);
}

.cs-landing-page .section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.cs-landing-page .section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.cs-landing-page .section-desc {
  margin: 0;
  max-width: 300px;
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
  font-style: italic;
}

.cs-landing-page .section.light .section-title {
  color: var(--ink);
}

.cs-landing-page .section.light .section-desc {
  color: var(--ink4);
}

.cs-landing-page .section.dark .section-title {
  color: rgba(245, 242, 236, 0.9);
}

.cs-landing-page .section.dark .section-desc {
  color: rgba(245, 242, 236, 0.25);
}

.cs-landing-page .product-scroll {
  position: relative;
}

.cs-landing-page .product-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 0 20px;
  cursor: grab;
}

.cs-landing-page .product-row:active {
  cursor: grabbing;
}

.cs-landing-page .scroll-track {
  height: 1.5px;
  margin-top: 4px;
  background: var(--line);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}

.cs-landing-page .section.dark .scroll-track {
  background: rgba(245, 242, 236, 0.06);
}

.cs-landing-page .scroll-thumb {
  height: 100%;
  min-width: 20px;
  background: var(--ink3);
  border-radius: 1px;
  transition: width 0.15s linear;
}

.cs-landing-page .section.dark .scroll-thumb {
  background: rgba(245, 242, 236, 0.2);
}

.cs-landing-page .p {
  flex-shrink: 0;
  width: 260px;
  display: block;
  scroll-snap-align: start;
  transition: opacity 0.4s var(--ease);
}

.cs-landing-page .p:hover {
  opacity: 0.82;
}

.cs-landing-page .p-img {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--bg2);
  overflow: hidden;
  margin-bottom: 18px;
}

.cs-landing-page .p-img.is-skeleton::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.05) 100%);
  z-index: 1;
  transition: opacity .3s ease;
}

.cs-landing-page .section.dark .p-img {
  background: rgba(255, 255, 255, 0.04);
}

.cs-landing-page .section.dark .p-img.is-skeleton::before {
  background: linear-gradient(180deg, rgba(245,242,236,.08) 0%, rgba(245,242,236,.02) 100%);
}

.cs-landing-page .p-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .45s var(--ease), transform 1.2s var(--ease);
}

.cs-landing-page .p-img.is-loaded img {
  opacity: 1;
}

.cs-landing-page .p-img.is-loaded::before {
  opacity: 0;
}

.cs-landing-page .p:hover .p-img img {
  transform: scale(1.03);
}

.cs-landing-page .p-flag {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.82);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(26, 23, 20, 0.08);
  box-shadow: 0 8px 20px rgba(26, 23, 20, 0.08);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--ink2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-landing-page .p-flag--offer {
  top: 10px;
  left: 10px;
  font-size: 9px;
  padding: 6px 10px;
}

.cs-landing-page .p-cat,
.cs-landing-page .p-name,
.cs-landing-page .p-sub,
.cs-landing-page .p-price {
  display: block;
}

.cs-landing-page .cs-price {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 4px;
}

.cs-landing-page .cs-price__current,
.cs-landing-page .cs-price__current .woocommerce-Price-amount {
  font-weight: 500;
}

.cs-landing-page .cs-price__regular,
.cs-landing-page .cs-price__regular .woocommerce-Price-amount {
  color: inherit;
  opacity: 0.5;
  text-decoration: line-through;
}

.cs-landing-page .cs-price__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(26, 23, 20, 0.06);
  color: #55754d;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.cs-landing-page .cs-price__sep {
  opacity: 0.45;
}

.cs-landing-page .section.light .p-cat {
  margin-bottom: 7px;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink4);
}

.cs-landing-page .section.light .p-name {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.35;
  color: var(--ink);
}

.cs-landing-page .section.light .p-sub {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--ink3);
}

.cs-landing-page .section.light .p-price {
  font-size: 13px;
  color: var(--ink2);
}

.cs-landing-page .section.light .p-price .cs-price__current {
  font-size: 14px;
  color: var(--ink);
}

.cs-landing-page .section.light .p-price .cs-price__regular {
  color: var(--ink4);
}

.cs-landing-page .section.dark .p-cat {
  margin-bottom: 7px;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 242, 236, 0.25);
}

.cs-landing-page .section.dark .p-name {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.35;
  color: rgba(245, 242, 236, 0.85);
}

.cs-landing-page .section.dark .p-sub {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(245, 242, 236, 0.3);
}

.cs-landing-page .section.dark .p-price {
  font-size: 13px;
  color: rgba(245, 242, 236, 0.5);
}

.cs-landing-page .section.dark .p-price .cs-price__current {
  font-size: 14px;
  color: rgba(245, 242, 236, 0.9);
}

.cs-landing-page .section.dark .p-price .cs-price__regular {
  color: rgba(245, 242, 236, 0.28);
}

.cs-landing-page .section.dark .p-price .cs-price__badge {
  background: rgba(245, 242, 236, 0.08);
  color: rgba(212, 232, 198, 0.88);
}

.cs-landing-page .section-more {
  margin-top: 32px;
}

.cs-landing-page .section-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink3);
  transition: color 0.3s, gap 0.3s var(--ease);
}

.cs-landing-page .section-more a:hover {
  color: var(--ink);
  gap: 14px;
}

.cs-landing-page .section.dark .section-more a {
  color: rgba(245, 242, 236, 0.25);
  border-color: var(--line-light);
}

.cs-landing-page .section.dark .section-more a:hover {
  color: rgba(245, 242, 236, 0.6);
}

.cs-landing-page .trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.cs-landing-page .trust-i {
  padding: 32px 24px;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cs-landing-page .trust-i:nth-child(2n) {
  border-right: none;
}

.cs-landing-page .trust-i:nth-child(n + 3) {
  border-bottom: none;
}

.cs-landing-page .trust-n {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
}

.cs-landing-page .trust-l {
  font-size: 10.5px;
  color: var(--ink3);
}

.cs-landing-page .faq {
  background: var(--bg2);
  padding: 72px 24px 64px;
  border-bottom: 1px solid var(--line);
}

.cs-landing-page .faq-inner {
  max-width: 800px;
}

.cs-landing-page .faq-h {
  margin: 0 0 40px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 400;
}

.cs-landing-page .faq-item {
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.cs-landing-page .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s;
}

.cs-landing-page .faq-q:hover {
  color: var(--terra);
}

.cs-landing-page .faq-q-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--ink3);
  transition: transform 0.4s var(--ease);
}

.cs-landing-page .faq-item.open .faq-q-icon {
  transform: rotate(45deg);
}

.cs-landing-page .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease), padding 0.5s var(--ease);
}

.cs-landing-page .faq-item.open .faq-a {
  max-height: 300px;
  padding-bottom: 22px;
}

.cs-landing-page .faq-a-text {
  max-width: 600px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink2);
}

.cs-landing-page .quiet-cta {
  padding: 88px 24px;
  text-align: center;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.cs-landing-page .quiet-cta-inner {
  max-width: 480px;
}

.cs-landing-page .quiet-cta-h {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.15;
  font-weight: 400;
}

.cs-landing-page .quiet-cta-h em {
  font-style: italic;
  color: var(--ink4);
}

.cs-landing-page .quiet-cta-body {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink3);
}

.cs-landing-page .quiet-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 38px;
  background: var(--ink);
  color: var(--bg);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.45s var(--ease);
}

.cs-landing-page .quiet-cta-btn:hover {
  background: var(--terra);
  gap: 16px;
  transform: translateY(-2px);
  box-shadow: 0 12px 48px rgba(26, 23, 20, 0.1);
}

.cs-landing-page .quiet-cta-note {
  margin: 16px 0 0;
  font-size: 10.5px;
  color: var(--ink4);
}

.cs-landing-page .bot-nav {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  width: min(430px, calc(100vw - 28px));
  z-index: 30;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  pointer-events: none;
}

.cs-landing-page .bot-nav--sections {
  display: none !important;
}

.cs-landing-page .bot-nav-inner {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  background: rgba(255, 252, 247, 0.84);
  backdrop-filter: blur(26px) saturate(160%);
  -webkit-backdrop-filter: blur(26px) saturate(160%);
  border: 1px solid rgba(26, 23, 20, 0.08);
  border-radius: 999px;
  box-shadow: 0 16px 46px rgba(26, 23, 20, 0.12);
  padding: 0;
}

.cs-landing-page .bn {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 10px 8px 9px;
  text-align: center;
  color: var(--ink3);
  font-size: 8px;
  letter-spacing: 0.06em;
  transition: color 0.3s var(--ease);
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 999px;
  transition: color 0.3s var(--ease), background .3s var(--ease), transform .25s var(--ease);
}

.cs-landing-page .bn:hover,
.cs-landing-page .bn.active {
  color: var(--ink);
  background: rgba(255,255,255,.72);
}

.cs-landing-page .bn-icon {
  width: 22px;
  height: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-landing-page .bn-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cs-landing-page .bn.active .bn-icon::after {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(26, 23, 20, 0.35);
}

.cs-landing-page .bn-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-landing-page .bn.is-action:hover {
  transform: translateY(-1px);
}

.cs-landing-page .bn.is-disabled {
  opacity: 0.52;
  pointer-events: none;
}

.cs-landing-page .cs-sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 13, 11, 0.44);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s var(--ease);
  z-index: 34;
}

.cs-landing-page .cs-bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  background: rgba(245, 242, 236, 0.98);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -24px 60px rgba(21, 18, 15, 0.14);
  transform: translateY(calc(100% + 24px));
  transition: transform .45s var(--ease);
  padding: 18px 20px calc(24px + env(safe-area-inset-bottom, 0px));
  max-height: min(78vh, 760px);
  overflow: auto;
}

.cs-landing-page .is-sheet-open .cs-sheet-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.cs-landing-page .cs-bottom-sheet.is-open {
  transform: translateY(0);
}

.cs-landing-page .cs-bottom-sheet__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.cs-landing-page .cs-bottom-sheet__header h3 {
  margin: 4px 0 0;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 400;
}

.cs-landing-page .cs-sheet-eyebrow {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink4);
}

.cs-landing-page .cs-sheet-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  color: var(--ink2);
  font-size: 24px;
  line-height: 1;
}

.cs-landing-page .cs-sheet-copy {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink3);
}

.cs-landing-page .cs-filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cs-landing-page .cs-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid rgba(26, 23, 20, 0.1);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  font-size: 12px;
  letter-spacing: .04em;
  transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}

.cs-landing-page .cs-filter-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(26, 23, 20, 0.18);
  background: rgba(255,255,255,.86);
}

.cs-landing-page .cs-offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cs-landing-page .cs-offers-grid.is-scrollable {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 6px;
}

.cs-landing-page .cs-offers-grid.is-scrollable::-webkit-scrollbar {
  display: none;
}

.cs-landing-page .cs-offer-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(26, 23, 20, 0.08);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}

.cs-landing-page .cs-offers-grid.is-scrollable .cs-offer-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
}

.cs-landing-page .cs-offer-card__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.cs-landing-page .cs-offer-card__link,
.cs-landing-page .cs-offer-card__link:hover,
.cs-landing-page .cs-offer-card__link:focus,
.cs-landing-page .cs-offer-card__label,
.cs-landing-page .cs-offer-card__title,
.cs-landing-page .cs-offer-card__price,
.cs-landing-page .cs-offer-card__price *,
.cs-landing-page .cs-offer-card__cart,
.cs-landing-page .cs-offer-card__cart:hover,
.cs-landing-page .cs-offer-card__cart:focus {
  text-decoration: none !important;
}

.cs-landing-page .cs-offer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(26,23,20,.08);
  border-color: rgba(26, 23, 20, 0.15);
}

.cs-landing-page .cs-offer-card__image {
  aspect-ratio: 1 / 1.15;
  background: var(--bg2);
  overflow: hidden;
}

.cs-landing-page .cs-offer-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-landing-page .cs-offer-card__label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink4);
}

.cs-landing-page .cs-offer-card__title {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.cs-landing-page .cs-offer-card__price {
  font-size: 12px;
  color: var(--ink2);
}

.cs-landing-page .cs-offer-card__price .cs-price__current {
  font-size: 16px;
  color: var(--ink);
}

.cs-landing-page .cs-offer-card__price .cs-price__regular {
  color: var(--ink3);
}

.cs-landing-page .cs-offer-card__actions {
  margin-top: auto;
  padding-top: 4px;
}

.cs-landing-page .cs-offer-card__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}

.cs-landing-page .cs-offer-card__cart:hover {
  background: var(--terra);
  color: var(--bg);
  transform: translateY(-1px);
}

.cs-landing-page .cs-offer-card__cart--secondary {
  background: rgba(255,255,255,.78);
  color: var(--ink2);
  border: 1px solid rgba(26, 23, 20, 0.08);
}

.cs-landing-page .cs-offer-card__cart--secondary:hover {
  background: rgba(255,255,255,.94);
  color: var(--ink);
}

.cs-landing-page .cs-sheet-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 14px 20px;
  min-height: 48px;
  background: var(--ink);
  color: var(--bg);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.cs-landing-page [data-r] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: var(--r-delay, 0ms);
}

.cs-landing-page [data-r].vis {
  opacity: 1;
  transform: none;
}

@media (min-width: 769px) {
  .cs-landing-page {
    padding-bottom: 0;
  }

  .cs-landing-page .page-header {
    padding: 56px 0 0;
  }

  .cs-landing-page .cat-nav {
    padding: 0 40px;
  }

  .cs-landing-page .section {
    padding: 80px 40px 72px;
  }

  .cs-landing-page .product-row {
    gap: 30px;
  }

  .cs-landing-page .p {
    width: 280px;
  }

  .cs-landing-page .trust {
    grid-template-columns: repeat(4, 1fr);
  }

  .cs-landing-page .trust-i {
    border-bottom: none;
  }

  .cs-landing-page .trust-i:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .cs-landing-page .trust-i:last-child {
    border-right: none;
  }

  .cs-landing-page .faq {
    padding: 80px 40px 72px;
  }

  .cs-landing-page .quiet-cta {
    padding: 96px 40px;
  }

  .cs-landing-page .bot-nav {
    display: none;
  }

  .cs-landing-page.has-desktop-bottom-nav .bot-nav {
    display: flex;
    left: 50%;
    right: auto;
    bottom: 20px;
    width: min(500px, calc(100vw - 40px));
  }
}

@media (max-width: 480px) {
  .cs-landing-page .p {
    width: 220px;
  }

  .cs-landing-page .section-head {
    flex-direction: column;
    gap: 8px;
  }

  .cs-landing-page .section-desc {
    text-align: left;
    max-width: none;
  }

  .cs-landing-page .cs-offers-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-landing-page *,
  .cs-landing-page *::before,
  .cs-landing-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
