.topade-cfs {
  --topade-cfs-ink: #171714;
  --topade-cfs-paper: #f4f1ea;
  --topade-cfs-canvas: #fbfaf7;
  --topade-cfs-muted: #6d6b65;
  --topade-cfs-line: #d8d4ca;
  --topade-cfs-red: #a92721;
  --topade-cfs-max: 1320px;
  overflow: clip;
  background: var(--topade-cfs-canvas);
  color: var(--topade-cfs-ink);
  font-family: "Figtree", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.topade-cfs *,
.topade-cfs *::before,
.topade-cfs *::after { box-sizing: border-box; }
.topade-cfs a { color: inherit; text-decoration: none; }
.topade-cfs img { display: block; max-width: 100%; }
.topade-cfs figure { margin: 0; }
.topade-cfs button,
.topade-cfs select { font: inherit; }
.topade-cfs h1,
.topade-cfs h2,
.topade-cfs h3 { margin: 0; color: inherit; font-family: "Poppins", sans-serif; font-weight: 500; letter-spacing: -.035em; text-wrap: balance; }
.topade-cfs p { text-wrap: pretty; }
.topade-cfs-container { width: min(calc(100% - 64px), var(--topade-cfs-max)); margin-inline: auto; }
.topade-cfs-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--topade-cfs-red); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.topade-cfs-kicker::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.topade-cfs-button { min-height: 50px; padding: 0 23px; border: 1px solid var(--topade-cfs-ink); display: inline-flex; align-items: center; justify-content: center; gap: 14px; background: var(--topade-cfs-ink); color: #fff !important; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.topade-cfs-button:hover { background: var(--topade-cfs-red); border-color: var(--topade-cfs-red); transform: translateY(-1px); }
.topade-cfs-button span { font-size: 18px; line-height: 1; transition: transform .18s ease; }
.topade-cfs-button:hover span { transform: translateX(4px); }

/* Collection hero */
.topade-cfs-hero { height: clamp(640px, calc(100vh - 82px), 780px); min-height: 640px; display: grid; grid-template-columns: minmax(0, 47%) minmax(0, 53%); border-bottom: 1px solid var(--topade-cfs-line); background: var(--topade-cfs-paper); }
.topade-cfs-hero__copy { padding: 86px 80px 64px max(32px, calc((100vw - var(--topade-cfs-max)) / 2)); display: flex; flex-direction: column; justify-content: center; }
.topade-cfs-hero__copy h1 { max-width: 650px; margin: 30px 0; font-size: clamp(58px, 6.1vw, 96px); line-height: .94; }
.topade-cfs-hero__copy h1 em { display: block; color: var(--topade-cfs-red); font-style: normal; }
.topade-cfs-hero__copy > p { max-width: 540px; margin: 0 0 36px; color: #55534d; font-size: 18px; line-height: 1.65; }
.topade-cfs-hero__copy .topade-cfs-button { align-self: flex-start; }
.topade-cfs-hero__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--topade-cfs-line); color: var(--topade-cfs-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.topade-cfs-hero__meta span { display: inline-flex; align-items: center; gap: 9px; }
.topade-cfs-hero__meta i { width: 6px; height: 6px; background: var(--topade-cfs-red); border-radius: 50%; }
.topade-cfs-hero__visual { position: relative; height: 100%; min-height: 0; overflow: hidden; background: #e7e2d8; }
.topade-cfs-hero__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.topade-cfs-hero__visual:hover > img { transform: scale(1.018); }
.topade-cfs-hero__index { position: absolute; z-index: 1; top: 28px; left: 28px; color: #fff; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.28); }
.topade-cfs-hero__note { position: absolute; z-index: 1; right: 28px; bottom: 26px; width: 222px; padding: 18px 20px; border: 1px solid rgba(23,23,20,.12); background: rgba(251,250,247,.94); backdrop-filter: blur(10px); }
.topade-cfs-hero__note small { color: var(--topade-cfs-muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.topade-cfs-hero__note strong { display: block; margin-top: 7px; font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 500; line-height: 1.45; }

/* Taxonomy hero and breadcrumbs */
.topade-cfs-term-hero { padding: 82px 0 70px; background: var(--topade-cfs-paper); border-bottom: 1px solid var(--topade-cfs-line); }
.topade-cfs-term-hero .topade-cfs-breadcrumb { min-height: 0; margin-bottom: 54px; padding: 0; border: 0; }
.topade-cfs-term-hero h1 { margin-top: 24px; font-size: clamp(52px, 6vw, 86px); line-height: 1; }
.topade-cfs-term-hero p { max-width: 680px; margin: 24px 0 0; color: var(--topade-cfs-muted); font-size: 17px; }
.topade-cfs-breadcrumb { min-height: 66px; display: flex; align-items: center; gap: 0; overflow: hidden; border-bottom: 1px solid var(--topade-cfs-line); color: var(--topade-cfs-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.topade-cfs-breadcrumb > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.topade-cfs-breadcrumb span:not(:last-child) { padding: 0 10px; color: #aaa69c; }

/* Family navigation */
.topade-cfs-family-nav { border-bottom: 1px solid var(--topade-cfs-line); background: var(--topade-cfs-canvas); }
.topade-cfs-family-nav__inner { min-height: 116px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; }
.topade-cfs-family-nav strong { font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.topade-cfs-family-nav__links { display: flex; flex-wrap: wrap; gap: 8px; }
.topade-cfs-family-nav__links a { padding: 9px 14px; border: 1px solid var(--topade-cfs-line); color: #4f4e49; font-size: 12px; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.topade-cfs-family-nav__links a:hover,
.topade-cfs-family-nav__links a.is-active { border-color: var(--topade-cfs-ink); background: var(--topade-cfs-ink); color: #fff; }
.topade-cfs-family-nav__guide { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.topade-cfs-family-nav__guide span { font-size: 18px; }

/* Catalog */
.topade-cfs-catalog { padding: 84px 0 112px; }
.topade-cfs-catalog__heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; margin-bottom: 48px; }
.topade-cfs-catalog__heading h2 { max-width: 660px; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
.topade-cfs-catalog__heading p { max-width: 450px; margin: 0 0 4px auto; color: var(--topade-cfs-muted); font-size: 15px; }
.topade-cfs-toolbar { min-height: 64px; margin-bottom: 32px; border-top: 1px solid var(--topade-cfs-ink); border-bottom: 1px solid var(--topade-cfs-line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topade-cfs-toolbar .woocommerce-result-count { float: none; margin: 0; color: var(--topade-cfs-muted); font-size: 12px; }
.topade-cfs-toolbar .woocommerce-ordering { float: none; margin: 0; }
.topade-cfs-toolbar .woocommerce-ordering select { min-width: 170px; padding: 10px 28px 10px 0; border: 0; background: transparent; color: var(--topade-cfs-ink); font-size: 12px; outline: 0; }
.topade-cfs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 18px; row-gap: 52px; }
.topade-cfs-card { min-width: 0; margin: 0 !important; padding: 0 !important; width: auto !important; float: none !important; list-style: none; }
.topade-cfs-card__link { display: block; }
.topade-cfs-card__image { position: relative; aspect-ratio: .78; overflow: hidden; background: #ebe8e1; }
.topade-cfs-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.topade-cfs-card:hover .topade-cfs-card__image img { transform: scale(1.025); }
.topade-cfs-card__badge { position: absolute; top: 12px; left: 12px; padding: 7px 9px; background: rgba(251,250,247,.92); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(8px); }
.topade-cfs-card__arrow { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(251,250,247,.92); font-size: 16px; transition: transform .2s ease; }
.topade-cfs-card:hover .topade-cfs-card__arrow { transform: translate(2px,-2px); }
.topade-cfs-card__body { padding-top: 17px; }
.topade-cfs-card__eyebrow { display: flex; justify-content: space-between; gap: 16px; color: var(--topade-cfs-muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.topade-cfs-card__eyebrow span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topade-cfs-card__eyebrow span:last-child { flex: 0 0 auto; }
.topade-cfs-card__title { margin: 8px 0 11px !important; font-size: 19px !important; line-height: 1.35 !important; letter-spacing: -.02em !important; }
.topade-cfs-card__specs { padding-top: 11px; border-top: 1px solid var(--topade-cfs-line); display: flex; justify-content: space-between; gap: 12px; color: #5f5d57; font-size: 11px; }
.topade-cfs-card__specs span:first-child { min-width: 0; }
.topade-cfs-card__specs span:last-child { flex: 0 0 auto; text-align: right; }
.topade-cfs-pagination { margin-top: 72px; }
.topade-cfs-pagination .woocommerce-pagination { text-align: center; }
.topade-cfs-pagination .page-numbers { border: 0 !important; }
.topade-cfs-pagination ul.page-numbers { display: inline-flex !important; gap: 8px; margin: 0 !important; }
.topade-cfs-pagination ul.page-numbers li { border: 0 !important; }
.topade-cfs-pagination ul.page-numbers li a,
.topade-cfs-pagination ul.page-numbers li span { min-width: 42px; height: 42px; padding: 0 12px !important; border: 1px solid var(--topade-cfs-line) !important; display: grid !important; place-items: center; background: transparent !important; color: var(--topade-cfs-ink) !important; font-size: 12px; line-height: 1 !important; }
.topade-cfs-pagination ul.page-numbers li span.current,
.topade-cfs-pagination ul.page-numbers li a:hover { border-color: var(--topade-cfs-ink) !important; background: var(--topade-cfs-ink) !important; color: #fff !important; }
.topade-cfs-empty { padding: 48px 0; border-top: 1px solid var(--topade-cfs-line); }

/* Editorial module */
.topade-cfs-editorial { padding: 92px 0; background: var(--topade-cfs-ink); color: #fff; }
.topade-cfs-editorial__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 84px; }
.topade-cfs-editorial__image { height: 520px; overflow: hidden; }
.topade-cfs-editorial__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; transition: transform .55s ease; }
.topade-cfs-editorial__image:hover img { transform: scale(1.02); }
.topade-cfs-editorial__copy h2 { margin: 22px 0 28px; font-size: clamp(42px, 4.5vw, 68px); line-height: 1.03; }
.topade-cfs-editorial__copy p { max-width: 520px; margin: 0 0 34px; color: #b8b7b2; font-size: 17px; }
.topade-cfs-button--outline { border-color: #696963; background: transparent; }

/* Single product */
.topade-cfs-product { padding: 36px 0 96px; }
.topade-cfs-product__layout { display: grid; grid-template-columns: minmax(0,1.14fr) minmax(400px,.86fr); align-items: start; gap: 64px; }
.topade-cfs-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.topade-cfs-gallery__main { grid-column: 1/-1; position: relative; height: min(790px,63vw); overflow: hidden; background: #eeeae3; }
.topade-cfs-gallery__main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; }
.topade-cfs-gallery__zoom { position: absolute; right: 18px; bottom: 18px; width: 44px; height: 44px; display: grid; place-items: center; background: rgba(251,250,247,.94); color: var(--topade-cfs-ink); font-size: 20px; }
.topade-cfs-gallery__detail { height: 360px; overflow: hidden; background: #eeeae3; }
.topade-cfs-gallery__detail img { width: 100%; height: 100%; object-fit: cover; }
.topade-cfs-gallery__detail--texture img { transform: scale(1.75); object-position: 50% 79%; }
.topade-cfs-gallery__detail--edge img { transform: scale(1.2); object-position: 28% 79%; }
.topade-cfs-summary { position: sticky; top: 24px; padding-top: 18px; }
.topade-cfs-summary__category { color: var(--topade-cfs-red); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.topade-cfs-summary h1 { margin: 20px 0 15px; font-size: clamp(44px,4.25vw,66px); line-height: 1; }
.topade-cfs-summary__sku { color: var(--topade-cfs-muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.topade-cfs-summary__lead { max-width: 530px; margin: 32px 0; color: #54524c; font-size: 17px; line-height: 1.7; }
.topade-cfs-specs { margin: 32px 0; border-top: 1px solid var(--topade-cfs-ink); }
.topade-cfs-specs > div { min-height: 60px; display: grid; grid-template-columns: 145px 1fr; align-items: center; border-bottom: 1px solid var(--topade-cfs-line); font-size: 13px; }
.topade-cfs-specs span { color: var(--topade-cfs-muted); }
.topade-cfs-specs strong { font-weight: 500; }
.topade-cfs-summary__cta { width: 100%; }
.topade-cfs-summary__note { margin: 18px 0 0; color: var(--topade-cfs-muted); font-size: 11px; line-height: 1.6; }
.topade-cfs-accordions { margin-top: 36px; border-top: 1px solid var(--topade-cfs-line); }
.topade-cfs-accordions details { border-bottom: 1px solid var(--topade-cfs-line); }
.topade-cfs-accordions summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.topade-cfs-accordions summary::-webkit-details-marker { display: none; }
.topade-cfs-accordions summary span { font-size: 20px; font-weight: 400; transition: transform .18s ease; }
.topade-cfs-accordions details[open] summary span { transform: rotate(45deg); }
.topade-cfs-accordions details p { margin: 0; padding: 0 28px 22px 0; color: var(--topade-cfs-muted); font-size: 13px; }
.topade-cfs-single .woocommerce-notices-wrapper { width: min(calc(100% - 64px), var(--topade-cfs-max)); margin: 20px auto 0; }

/* Product story */
.topade-cfs-story { padding: 112px 0; background: var(--topade-cfs-paper); }
.topade-cfs-story__heading { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 80px; margin-bottom: 70px; }
.topade-cfs-story__heading h2 { margin-top: 22px; font-size: clamp(46px,5vw,74px); line-height: 1; }
.topade-cfs-story__heading p { max-width: 570px; margin: 0; color: var(--topade-cfs-muted); font-size: 17px; }
.topade-cfs-story__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--topade-cfs-ink); }
.topade-cfs-story__grid article { min-height: 190px; padding: 28px 34px 16px 0; border-right: 1px solid var(--topade-cfs-line); }
.topade-cfs-story__grid article + article { padding-left: 34px; }
.topade-cfs-story__grid article:last-child { border-right: 0; }
.topade-cfs-story__grid small { color: var(--topade-cfs-red); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.topade-cfs-story__grid h3 { margin: 22px 0 12px; font-size: 22px; line-height: 1.35; }
.topade-cfs-story__grid p { margin: 0; color: var(--topade-cfs-muted); font-size: 14px; }

/* Related */
.topade-cfs-related { padding: 100px 0 120px; }
.topade-cfs-related header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.topade-cfs-related header h2 { font-size: clamp(38px,4vw,58px); }
.topade-cfs-related header > a { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.topade-cfs-related header > a span { font-size: 18px; }
.topade-cfs-grid--related { grid-template-columns: repeat(3,1fr); gap: 20px; }

/* Prevent theme defaults from leaking into custom templates. */
.topade-cfs .products,
.topade-cfs .product { list-style: none; }
.topade-cfs-page .site-main { max-width: none; }

@media (max-width: 1100px) {
  .topade-cfs-grid { grid-template-columns: repeat(3,1fr); }
  .topade-cfs-product__layout { grid-template-columns: 1fr 420px; gap: 36px; }
  .topade-cfs-grid--related { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 880px) {
  .topade-cfs-container { width: min(calc(100% - 40px),var(--topade-cfs-max)); }
  .topade-cfs-hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .topade-cfs-hero__copy { min-height: 540px; padding: 68px 32px 54px; }
  .topade-cfs-hero__visual { height: 620px; min-height: 620px; }
  .topade-cfs-family-nav__inner { grid-template-columns: 1fr; gap: 18px; padding-block: 28px; }
  .topade-cfs-family-nav__guide { display: none; }
  .topade-cfs-catalog__heading { grid-template-columns: 1fr; }
  .topade-cfs-catalog__heading p { margin-left: 0; }
  .topade-cfs-grid { grid-template-columns: repeat(2,1fr); }
  .topade-cfs-editorial__grid { grid-template-columns: 1fr; gap: 42px; }
  .topade-cfs-product__layout { grid-template-columns: 1fr; }
  .topade-cfs-summary { position: static; }
  .topade-cfs-story__heading { grid-template-columns: 1fr; gap: 30px; }
  .topade-cfs-grid--related { grid-template-columns: repeat(3,1fr); }
  .topade-cfs-single .woocommerce-notices-wrapper { width: calc(100% - 40px); }
}

@media (max-width: 600px) {
  .topade-cfs-container { width: calc(100% - 32px); }
  .topade-cfs-hero__copy { min-height: 484px; padding: 54px 16px 42px; }
  .topade-cfs-hero__copy h1 { margin: 24px 0; font-size: 51px; }
  .topade-cfs-hero__copy > p { font-size: 16px; }
  .topade-cfs-hero__meta { gap: 16px; margin-top: 26px; }
  .topade-cfs-hero__visual { height: 465px; min-height: 465px; }
  .topade-cfs-hero__index { top: 16px; left: 16px; }
  .topade-cfs-hero__note { right: 16px; bottom: 16px; left: 16px; width: auto; }
  .topade-cfs-term-hero { padding: 58px 0 50px; }
  .topade-cfs-term-hero .topade-cfs-breadcrumb { margin-bottom: 38px; }
  .topade-cfs-term-hero h1 { font-size: 48px; }
  .topade-cfs-breadcrumb { min-height: 58px; font-size: 9.5px; }
  .topade-cfs-catalog { padding: 64px 0 80px; }
  .topade-cfs-catalog__heading { gap: 18px; margin-bottom: 34px; }
  .topade-cfs-catalog__heading h2 { font-size: 41px; }
  .topade-cfs-toolbar { min-height: 58px; }
  .topade-cfs-toolbar .woocommerce-result-count { display: none; }
  .topade-cfs-toolbar .woocommerce-ordering select { min-width: 0; max-width: 190px; }
  .topade-cfs-grid { grid-template-columns: 1fr 1fr; column-gap: 10px; row-gap: 34px; }
  .topade-cfs-card__body { padding-top: 12px; }
  .topade-cfs-card__eyebrow { font-size: 8px; }
  .topade-cfs-card__title { margin: 6px 0 8px !important; font-size: 15px !important; }
  .topade-cfs-card__specs { display: block; font-size: 9px; }
  .topade-cfs-card__specs span { display: block; }
  .topade-cfs-card__specs span:last-child { margin-top: 2px; text-align: left; }
  .topade-cfs-card__badge { padding: 5px 6px; font-size: 7px; }
  .topade-cfs-card__arrow { width: 32px; height: 32px; }
  .topade-cfs-editorial { padding: 64px 0; }
  .topade-cfs-editorial__image { height: 410px; }
  .topade-cfs-editorial__copy h2 { font-size: 43px; }
  .topade-cfs-product { padding: 18px 0 68px; }
  .topade-cfs-product__layout { gap: 42px; }
  .topade-cfs-gallery__main { height: 500px; }
  .topade-cfs-gallery__detail { height: 210px; }
  .topade-cfs-summary { padding-top: 0; }
  .topade-cfs-summary h1 { font-size: 44px; }
  .topade-cfs-summary__lead { font-size: 16px; }
  .topade-cfs-specs > div { grid-template-columns: 118px 1fr; }
  .topade-cfs-story { padding: 76px 0; }
  .topade-cfs-story__heading h2 { font-size: 45px; }
  .topade-cfs-story__grid { grid-template-columns: 1fr; }
  .topade-cfs-story__grid article,
  .topade-cfs-story__grid article + article { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--topade-cfs-line); }
  .topade-cfs-related { padding: 72px 0 84px; }
  .topade-cfs-related header { align-items: flex-start; flex-direction: column; }
  .topade-cfs-grid--related { grid-template-columns: 1fr 1fr; gap: 10px; }
  .topade-cfs-grid--related .topade-cfs-card:nth-child(n+3) { display: none; }
  .topade-cfs-single .woocommerce-notices-wrapper { width: calc(100% - 32px); }
}

@media (prefers-reduced-motion: reduce) {
  .topade-cfs *,
  .topade-cfs *::before,
  .topade-cfs *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
