:root {
  --cn-accent: #0b2454;
  --cn-ink: #101828;
  --cn-muted: #667085;
  --cn-paper: #ffffff;
  --cn-mist: #f4f7fb;
  --cn-line: #e4e9f0;
  --cn-dark: #071a36;
  --cn-dark-2: #0b244d;
  --cn-radius: 4px;
  --cn-shadow: 0 18px 45px rgba(11, 36, 84, .08);
  --cn-container: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cn-paper);
  color: var(--cn-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--cn-accent); }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(11, 36, 84, .28); outline-offset: 3px; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #fff; clip: auto !important; clip-path: none; color: #111; display: block; font-size: 16px; height: auto; left: 8px; padding: 12px 16px; top: 8px; width: auto; z-index: 100000; }
.cn-container { width: min(calc(100% - 48px), var(--cn-container)); margin-inline: auto; }

/* Top chrome */
.cn-announcement { background: var(--cn-dark); color: #fff; padding: 9px 0; text-align: center; font-size: 12px; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.cn-utility { border-bottom: 1px solid var(--cn-line); background: #fff; color: #526070; font-size: 13px; }
.cn-utility__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cn-utility__contact { display: flex; align-items: center; gap: 20px; }
.cn-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--cn-line); backdrop-filter: blur(10px); }
.admin-bar .cn-header { top: 32px; }
.cn-header__inner { min-height: 82px; display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr); align-items: center; gap: 28px; }
.cn-brand { justify-self: start; }
.cn-brand__text { color: var(--cn-accent); font-size: 27px; font-weight: 800; line-height: 1; letter-spacing: -.045em; }
.custom-logo { width: auto; max-height: 48px; }
.cn-nav { justify-self: center; min-width: 0; }
.cn-nav ul { list-style: none; margin: 0; padding: 0; }
.cn-nav__list, .cn-nav > .menu > ul, .cn-nav > ul { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2vw, 36px); margin: 0; padding: 0; }
.cn-nav li { position: relative; margin: 0; padding: 0; }
.cn-nav li::marker { content: ""; }
.cn-nav a { display: block; padding: 29px 0 27px; color: #17223b; font-size: 15px; font-weight: 780; line-height: 1.1; letter-spacing: .018em; text-transform: uppercase; white-space: nowrap; }
.cn-nav > ul > li > a, .cn-nav__list > li > a, .cn-nav > .menu > ul > li > a { position: relative; }
.cn-nav > ul > li > a::after, .cn-nav__list > li > a::after, .cn-nav > .menu > ul > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--cn-accent); transition: right .18s ease; }
.cn-nav > ul > li:hover > a::after, .cn-nav > ul > li.current-menu-item > a::after, .cn-nav__list > li:hover > a::after, .cn-nav__list > li.current-menu-item > a::after, .cn-nav > .menu > ul > li:hover > a::after, .cn-nav > .menu > ul > li.current_page_item > a::after { right: 0; }
.cn-nav .sub-menu { display: none; position: absolute; top: calc(100% - 10px); left: -18px; z-index: 20; min-width: 230px; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--cn-line); box-shadow: var(--cn-shadow); }
.cn-nav li:hover > .sub-menu, .cn-nav li:focus-within > .sub-menu { display: block; }
.cn-nav .sub-menu a { padding: 11px 12px; font-size: 14px; text-transform: none; }
.cn-header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.cn-icon-link { position: relative; display: grid; place-items: center; width: 32px; height: 32px; color: var(--cn-accent); }
.cn-icon-link svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cn-cart-count { position: absolute; top: -6px; right: -7px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 50px; background: var(--cn-accent); color: #fff; font-size: 10px; font-weight: 800; }
.cn-menu-toggle { display: none; width: 46px; height: 46px; padding: 8px; background: transparent; border: 0; }
.cn-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 6px 0; background: var(--cn-ink); }

/* Hero */
.cn-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.cn-hero-panel { position: relative; display: flex; align-items: center; padding: clamp(42px, 5.4vw, 86px); overflow: hidden; color: #fff; background-position: center; background-size: cover; }
.cn-hero-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 44%); }
.cn-hero-panel__content { position: relative; z-index: 1; max-width: 540px; }
.cn-hero-panel__content--dark { color: var(--cn-ink); }
.cn-hero-panel h1, .cn-hero-panel h2 { max-width: 520px; margin: 0 0 14px; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.055em; }
.cn-hero-panel p { max-width: 480px; margin: 0 0 28px; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.45; color: rgba(255,255,255,.92); }
.cn-hero-panel__content--dark p { color: #344054; }
.cn-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid var(--cn-accent) !important;
  border-radius: var(--cn-radius) !important;
  background: var(--cn-accent) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.cn-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wp-element-button:hover { color: #fff !important; transform: translateY(-1px); box-shadow: 0 10px 26px rgba(11,36,84,.19); }
.cn-button--small { min-height: 43px; padding-inline: 16px; font-size: 14px !important; }
.cn-button--light { background: #fff !important; border-color: #fff !important; color: var(--cn-accent) !important; }
.cn-button--light:hover { color: var(--cn-accent) !important; }
.cn-button--disabled { opacity: .62; pointer-events: none; }

/* Benefits */
.cn-benefits { display: grid; grid-template-columns: repeat(4, 1fr); padding: 34px 0; border-bottom: 1px solid var(--cn-line); }
.cn-benefits > div { display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto auto; column-gap: 15px; align-items: center; padding: 0 24px; border-right: 1px solid var(--cn-line); }
.cn-benefits > div:last-child { border-right: 0; }
.cn-benefit-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--cn-accent); color: #fff; font-size: 18px; font-weight: 850; }
.cn-benefits strong { font-size: 15px; line-height: 1.25; }
.cn-benefits small { color: var(--cn-muted); font-size: 13px; line-height: 1.35; }

/* Sections */
.cn-section { padding-block: 84px 26px; }
.cn-section-heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.cn-section-heading > span, .cn-section-heading div > span { display: block; margin-bottom: 5px; color: #355c9d; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.cn-section-heading h2 { margin: 0; font-size: clamp(36px, 3.2vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.cn-section-heading p { margin: 12px auto 0; color: var(--cn-muted); font-size: 17px; }
.cn-section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; text-align: left; }
.cn-section-heading--split a { color: var(--cn-accent); font-size: 15px; font-weight: 760; }

.cn-editorial-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 2.1fr) minmax(0, .78fr); gap: 26px; align-items: stretch; }
.cn-product-card { min-width: 0; }
.cn-product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; background: linear-gradient(145deg,#f7f9fd,#eef3fa); }
.cn-product-card__image img { width: 100%; height: 100%; object-fit: contain; padding: 22px; transition: transform .28s ease; }
.cn-product-card:hover .cn-product-card__image img { transform: scale(1.035); }
.cn-sale-badge, .woocommerce span.onsale { position: absolute !important; top: 12px !important; right: 12px !important; left: auto !important; min-width: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 5px 9px !important; border-radius: 3px !important; background: #edf3ff !important; color: var(--cn-accent) !important; font-size: 11px !important; font-weight: 800 !important; line-height: 1.1 !important; }
.cn-product-card__body { padding-top: 15px; }
.cn-product-card h3 { margin: 0 0 5px; font-size: 17px; line-height: 1.28; font-weight: 770; letter-spacing: -.02em; }
.cn-product-card .price { min-height: 28px; margin-bottom: 11px; color: var(--cn-accent); font-size: 15px; font-weight: 680; }
.cn-product-card .price del { color: #98a2b3; font-weight: 500; }
.cn-product-placeholder-art { display: grid; place-items: center; background: linear-gradient(145deg,#102e63,#071a36); color: #fff; }
.cn-product-placeholder-art span { display: grid; place-items: center; width: 118px; height: 152px; border: 1px solid rgba(255,255,255,.42); box-shadow: 12px 12px 28px rgba(0,0,0,.16); font-size: 34px; font-weight: 850; letter-spacing: -.04em; }

.cn-editorial-card { min-height: 100%; display: flex; align-items: center; padding: clamp(42px, 4.3vw, 68px); background-color: #eef4fb; background-position: center; background-size: cover; overflow: hidden; }
.cn-editorial-card > div { max-width: 500px; }
.cn-editorial-card > div > span:first-child { display: block; color: #355c9d; font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.cn-editorial-card h3 { margin: 9px 0 15px; font-size: clamp(36px, 3.5vw, 56px); line-height: 1; letter-spacing: -.05em; }
.cn-editorial-card p { max-width: 530px; margin: 0 0 25px; color: #475467; font-size: 17px; line-height: 1.5; }
.cn-editorial-card--large { min-height: 500px; }
.cn-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; padding: 34px 0 8px; border-top: 1px solid var(--cn-line); }
.cn-metrics > div { padding: 0 24px; text-align: center; border-right: 1px solid var(--cn-line); }
.cn-metrics > div:last-child { border-right: 0; }
.cn-metrics strong { display: block; color: var(--cn-accent); font-size: 36px; line-height: 1; letter-spacing: -.045em; }
.cn-metrics span { display: block; margin-top: 8px; color: var(--cn-muted); font-size: 14px; }
.cn-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.cn-trust-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; padding: 52px 0 18px; text-align: center; }
.cn-trust-strip span { color: #53637a; font-size: 13px; font-weight: 760; letter-spacing: .16em; }
.cn-collection-grid { display: grid; grid-template-columns: .9fr 1.7fr; gap: 28px; align-items: stretch; }
.cn-product-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* Testimonials and blog */
.cn-testimonials { padding-block: 86px 18px; }
.cn-testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.cn-testimonial-grid article { padding: 28px; background: #f7f9fd; border: 1px solid #edf1f6; }
.cn-stars { color: var(--cn-accent); font-size: 16px; letter-spacing: .12em; }
.cn-testimonial-grid p { margin: 14px 0 18px; color: #344054; font-size: 16px; }
.cn-testimonial-grid strong { font-size: 14px; }
.cn-blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.cn-blog-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 10; margin-bottom: 14px; background: linear-gradient(135deg,#dce7f7,#eef3fb); }
.cn-blog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.cn-blog-card small { color: #7a8798; font-size: 12px; }
.cn-blog-card h3 { margin: 6px 0 8px; font-size: 18px; line-height: 1.25; letter-spacing: -.02em; }
.cn-blog-card p { margin: 0 0 9px; color: var(--cn-muted); font-size: 14px; }
.cn-read-more { color: var(--cn-accent); font-size: 13px; font-weight: 760; }
.cn-service-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 64px; border-top: 1px solid var(--cn-line); }
.cn-service-strip > div { display: flex; align-items: center; gap: 14px; padding: 26px 18px; border-right: 1px solid var(--cn-line); }
.cn-service-strip > div:last-child { border-right: 0; }
.cn-service-strip strong { display: grid; place-items: center; width: 35px; height: 35px; color: var(--cn-accent); font-size: 20px; }
.cn-service-strip span { font-size: 14px; font-weight: 760; }
.cn-service-strip small { display: block; margin-top: 2px; color: var(--cn-muted); font-size: 12px; font-weight: 450; }

/* Shop archive */
.cn-shop-hero { min-height: 340px; display: flex; align-items: center; background-position: center; background-size: cover; border-bottom: 1px solid var(--cn-line); }
.cn-shop-hero__content { padding-block: 64px; }
.woocommerce-breadcrumb { margin: 0 0 10px !important; color: #667085 !important; font-size: 14px !important; }
.cn-shop-hero h1 { margin: 0 0 6px; font-size: clamp(50px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; }
.cn-shop-hero h2 { margin: 0 0 4px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.cn-shop-hero p { margin: 0; color: #58667a; font-size: 16px; }
.cn-shop-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 44px; padding-block: 58px 80px; }
.cn-shop-content { min-width: 0; }
.cn-shop-sidebar { border-left: 1px solid var(--cn-line); padding-left: 28px; }
.cn-shop-sidebar .widget { margin: 0 0 30px; padding-bottom: 27px; border-bottom: 1px solid var(--cn-line); }
.cn-shop-sidebar .widget-title { margin: 0 0 15px; font-size: 18px; line-height: 1.2; }
.cn-shop-sidebar ul { margin: 0; padding: 0; list-style: none; }
.cn-shop-sidebar li { margin: 9px 0; color: #475467; font-size: 14px; }
.cn-shop-sidebar input[type="search"], .cn-shop-sidebar input[type="text"], .cn-shop-sidebar input[type="number"] { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfd7e3; border-radius: 3px; background: #fff; }
.cn-shop-sidebar .woocommerce-product-search { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.cn-shop-sidebar .woocommerce-product-search button { min-height: 46px; padding: 0 14px; border: 0; border-radius: 3px; background: var(--cn-accent); color: #fff; font-weight: 760; }
.cn-sidebar-help { margin-top: 28px; padding: 24px; background: #f3f6fb; border: 1px solid #e8edf5; }
.cn-sidebar-help__icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 50%; background: var(--cn-accent); color: #fff; font-weight: 850; }
.cn-sidebar-help h2 { margin: 0 0 8px; font-size: 22px; line-height: 1.05; }
.cn-sidebar-help p { margin: 0 0 18px; color: var(--cn-muted); font-size: 14px; }

.woocommerce .woocommerce-result-count { margin: 0 0 30px !important; font-size: 14px; color: #475467; }
.woocommerce .woocommerce-ordering { margin: 0 0 30px !important; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 8px 40px 8px 12px; border: 1px solid #cfd7e3; border-radius: 3px; background: #fff; color: #344054; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 34px 22px; clear: both; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { margin: 0 0 14px !important; aspect-ratio: 1/1; object-fit: contain; padding: 18px; background: linear-gradient(145deg,#f7f9fd,#eef3fa); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 !important; margin: 0 0 4px !important; color: var(--cn-ink); font-size: 16px !important; line-height: 1.28; font-weight: 770; }
.woocommerce ul.products li.product .price { margin-bottom: 12px !important; color: var(--cn-accent) !important; font-size: 14px !important; font-weight: 680; }
.woocommerce nav.woocommerce-pagination { margin-top: 48px; text-align: center; }
.woocommerce nav.woocommerce-pagination ul { border: 0 !important; }
.woocommerce nav.woocommerce-pagination ul li { border: 0 !important; margin: 0 4px !important; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; min-height: 42px; display: grid !important; place-items: center; padding: 0 !important; border: 1px solid var(--cn-line); color: var(--cn-accent); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--cn-accent) !important; color: #fff !important; }
.price_slider_wrapper .ui-widget-content { background: #dce4ef !important; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background: var(--cn-accent) !important; }
.woocommerce .widget_price_filter .price_slider_amount { font-size: 13px !important; }

/* Product, cart, checkout, account */
.cn-product-page { padding-block: 64px 90px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 50px; }
.woocommerce div.product .product_title { margin: 0 0 12px; font-size: clamp(38px,4vw,56px); line-height: 1.05; letter-spacing: -.045em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--cn-accent); font-size: 25px; font-weight: 760; }
.woocommerce div.product .woocommerce-product-details__short-description { color: #475467; font-size: 17px; }
.woocommerce div.product form.cart .button { min-height: 50px; }
.woocommerce div.product .quantity .qty { min-height: 50px; width: 72px; border: 1px solid #cfd7e3; }
.woocommerce-tabs ul.tabs { padding: 0 !important; }
.woocommerce-tabs ul.tabs li { border-radius: 0 !important; }
.woocommerce-tabs .panel { font-size: 16px; }
.woocommerce table.shop_table { border-color: var(--cn-line) !important; border-radius: 0 !important; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px 14px !important; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container .select2-selection--single { min-height: 48px; border: 1px solid #cfd7e3; border-radius: 3px; padding: 10px 12px; }
.select2-container .select2-selection--single { padding-top: 8px; }
.woocommerce-checkout #payment { background: #f4f7fb !important; border-radius: 4px !important; }
.woocommerce-checkout #payment div.payment_box { background: #e9eff8 !important; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #e9eff8 !important; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-top-color: var(--cn-accent) !important; background: #f8fafc !important; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--cn-accent) !important; }

/* Footer */
.cn-footer { margin-top: 0; }
.cn-footer-cta { background: var(--cn-dark); color: #fff; }
.cn-footer-cta__grid { min-height: 160px; display: grid; grid-template-columns: 1.6fr 1fr auto; align-items: center; gap: 38px; }
.cn-support-block { display: flex; align-items: center; gap: 18px; }
.cn-support-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; font-size: 26px; }
.cn-support-block h2 { margin: 0 0 5px; font-size: 26px; line-height: 1.1; letter-spacing: -.03em; }
.cn-support-block p, .cn-support-contact { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.cn-support-contact { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.2); }
.cn-support-contact h3 { margin: 0 0 4px; color: #fff; font-size: 17px; }
.cn-support-contact a { display: block; }
.cn-footer-main { background: #fff; }
.cn-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4,1fr); gap: 48px; padding-block: 58px 48px; }
.cn-footer-brand h2 { margin: 0; color: var(--cn-accent); font-size: 26px; letter-spacing: -.04em; }
.cn-footer-tagline { display: block; margin-top: 4px; color: #64748b; font-size: 13px; }
.cn-footer-brand p { max-width: 380px; margin: 16px 0 0; color: var(--cn-muted); font-size: 14px; }
.cn-footer-menu h3 { margin: 0 0 14px; font-size: 14px; }
.cn-footer-links { margin: 0; padding: 0; list-style: none; }
.cn-footer-links li { margin: 7px 0; color: #667085; font-size: 13px; }
.cn-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 20px 28px; border-top: 1px solid var(--cn-line); color: #7a8798; font-size: 12px; }

/* General content */
.cn-content { min-height: 54vh; padding-block: 74px 90px; }
.cn-reading-width { max-width: 900px; }
.cn-entry-header h1, .cn-archive-header h1 { margin: 0 0 22px; font-size: clamp(42px,5vw,66px); line-height: 1.03; letter-spacing: -.05em; }
.cn-entry-header small { color: #7a8798; }
.cn-entry-featured { margin-bottom: 32px; }
.cn-entry-content { font-size: 18px; }
.cn-entry-content h2 { margin-top: 1.8em; font-size: 34px; }
.cn-entry-content h3 { margin-top: 1.6em; font-size: 25px; }
.cn-entry-content a { color: var(--cn-accent); text-decoration: underline; text-underline-offset: 2px; }
.cn-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.cn-post-card { padding: 24px; border: 1px solid var(--cn-line); }
.cn-post-card h2 { margin: 8px 0 10px; font-size: 25px; line-height: 1.15; }
.cn-post-card p { color: var(--cn-muted); font-size: 15px; }
.cn-archive-header { margin-bottom: 38px; }
.cn-404 { text-align: center; }
.cn-comments { margin-top: 50px; }

/* Responsive */
@media (max-width: 1180px) {
  .cn-header__inner { grid-template-columns: minmax(170px,1fr) auto minmax(120px,1fr); }
  .cn-nav__list, .cn-nav > .menu > ul, .cn-nav > ul { gap: 20px; }
  .cn-nav a { font-size: 14px; }
  .cn-benefits > div { padding-inline: 14px; }
  .cn-benefits small { font-size: 12px; }
  .cn-shop-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 30px; }
  .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  body { font-size: 17px; }
  .admin-bar .cn-header { top: 46px; }
  .cn-utility__inner { justify-content: center; text-align: center; }
  .cn-utility__contact { display: none; }
  .cn-header__inner { grid-template-columns: 1fr auto auto; min-height: 74px; }
  .cn-menu-toggle { display: block; order: 2; }
  .cn-header-actions { order: 3; }
  .cn-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--cn-line); box-shadow: var(--cn-shadow); }
  .cn-nav.is-open { display: block; }
  .cn-nav__list, .cn-nav > .menu > ul, .cn-nav > ul { display: block; width: min(calc(100% - 48px), var(--cn-container)); margin: 0 auto; padding: 10px 0 18px; }
  .cn-nav a { padding: 14px 0; font-size: 16px; }
  .cn-nav > ul > li > a::after, .cn-nav__list > li > a::after, .cn-nav > .menu > ul > li > a::after { bottom: 7px; }
  .cn-nav .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 0 18px; }
  .cn-hero { grid-template-columns: 1fr; }
  .cn-hero-panel { min-height: 430px; }
  .cn-benefits { grid-template-columns: repeat(2,1fr); }
  .cn-benefits > div { min-height: 110px; border-bottom: 1px solid var(--cn-line); }
  .cn-benefits > div:nth-child(2) { border-right: 0; }
  .cn-editorial-grid { grid-template-columns: 1fr 1fr; }
  .cn-editorial-card { grid-column: 1 / -1; grid-row: 1; min-height: 430px; }
  .cn-product-grid { grid-template-columns: repeat(2,1fr); }
  .cn-trust-strip { grid-template-columns: repeat(3,1fr); }
  .cn-collection-grid { grid-template-columns: 1fr; }
  .cn-testimonial-grid { grid-template-columns: 1fr; }
  .cn-blog-grid { grid-template-columns: repeat(2,1fr); }
  .cn-service-strip { grid-template-columns: repeat(2,1fr); }
  .cn-service-strip > div:nth-child(2) { border-right: 0; }
  .cn-shop-layout { grid-template-columns: 1fr; }
  .cn-shop-sidebar { border-left: 0; border-top: 1px solid var(--cn-line); padding: 36px 0 0; }
  .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .cn-footer-cta__grid { grid-template-columns: 1fr auto; padding-block: 34px; }
  .cn-support-contact { display: none; }
  .cn-footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
  .cn-post-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .cn-container { width: min(calc(100% - 30px), var(--cn-container)); }
  .cn-announcement { font-size: 10px; }
  .cn-utility { font-size: 11px; }
  .cn-brand__text { font-size: 23px; }
  .cn-header-actions { gap: 9px; }
  .cn-hero-panel { min-height: 390px; padding: 38px 24px; }
  .cn-hero-panel h1, .cn-hero-panel h2 { font-size: clamp(44px,14vw,62px); }
  .cn-benefits { grid-template-columns: 1fr; }
  .cn-benefits > div { border-right: 0; }
  .cn-section { padding-top: 66px; }
  .cn-section-heading { margin-bottom: 32px; }
  .cn-section-heading h2 { font-size: 38px; }
  .cn-section-heading--split { display: block; }
  .cn-section-heading--split > a { display: inline-block; margin-top: 12px; }
  .cn-editorial-grid { grid-template-columns: 1fr; }
  .cn-editorial-card { grid-column: auto; }
  .cn-metrics { grid-template-columns: repeat(2,1fr); row-gap: 30px; }
  .cn-metrics > div:nth-child(2) { border-right: 0; }
  .cn-product-grid, .cn-product-pair, .cn-blog-grid, .cn-service-strip, .cn-post-grid { grid-template-columns: 1fr; }
  .cn-trust-strip { grid-template-columns: repeat(2,1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 15px !important; }
  .cn-shop-hero { min-height: 290px; }
  .cn-shop-hero h1 { font-size: 52px; }
  .cn-footer-cta__grid { grid-template-columns: 1fr; }
  .cn-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .cn-footer-brand { grid-column: 1 / -1; }
  .cn-footer-bottom { display: block; }
  .cn-footer-bottom span { display: block; margin-top: 6px; }
}

@media (max-width: 420px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .cn-footer-grid { grid-template-columns: 1fr; }
  .cn-footer-brand { grid-column: auto; }
}

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