:root {
  --rd-red: #ef2b2d;
  --rd-black: #090909;
  --rd-ink: #151515;
  --rd-paper: #f7f7f3;
  --rd-line: #deded8;
  --rd-muted: #6d6d69;
  --rd-blue: #173dd8;
  --rd-radius: 0;
  --rd-shell: min(1440px, calc(100vw - 48px));
}

html { scroll-behavior: smooth; }
body.rd-storefront { color: var(--rd-ink); background: #fff; overflow-x: hidden; }
body.rd-storefront, body.rd-storefront button, body.rd-storefront input, body.rd-storefront select, body.rd-storefront textarea {
  font-family: Arial, Helvetica, sans-serif;
}
body.rd-storefront a { color: inherit; }
body.rd-storefront img { display: block; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.rd-shell { width: var(--rd-shell); margin-inline: auto; }
.rd-storefront .brxe-container > .brxe-container { width: 100%; max-width: none; }
.rd-section { padding: clamp(64px, 8vw, 128px) 0; }
.rd-section--tight { padding: clamp(40px, 5vw, 72px) 0; }
.rd-kicker { font-size: 11px; line-height: 1; letter-spacing: .19em; text-transform: uppercase; font-weight: 700; color: var(--rd-muted); }
.rd-display { max-width: 900px; font-size: clamp(44px, 7vw, 108px); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; font-weight: 800; margin: 0; }
.rd-section-title { font-size: clamp(30px, 4.2vw, 64px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; font-weight: 800; margin: 0; }
.rd-section-copy { max-width: 640px; color: var(--rd-muted); line-height: 1.6; font-size: 15px; }
.rd-button, body.rd-storefront .bricks-button, body.rd-storefront .button, body.rd-storefront button[type="submit"] {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--rd-black); border-radius: 0; background: var(--rd-black); color: #fff; font-size: 11px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}
.rd-button:hover, body.rd-storefront .bricks-button:hover, body.rd-storefront .button:hover, body.rd-storefront button[type="submit"]:hover { background: var(--rd-red); border-color: var(--rd-red); color: #fff; transform: translateY(-2px); }
.rd-button--light { background: #fff !important; border-color: #fff !important; color: var(--rd-black) !important; }
.rd-button--light:hover { background: var(--rd-red) !important; border-color: var(--rd-red) !important; color: #fff !important; }

/* Header */
.rd-announcement { background: transparent; color: #fff; min-height: 34px; display: flex; align-items: center; overflow: hidden; }
.rd-announcement__track { display: flex; width: max-content; gap: 56px; white-space: nowrap; animation: rd-marquee 28s linear infinite; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.rd-announcement__track span::before { content: "✦"; margin-right: 56px; }
@keyframes rd-marquee { to { transform: translateX(-50%); } }
.rd-header-main { min-height: 92px; background: #fff; border-bottom: 1px solid var(--rd-line); }
.rd-header-main > .brxe-container, .rd-header-main.rd-header-inner { width: var(--rd-shell); margin-inline: auto; min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.rd-brand-wordmark { color: var(--rd-black); font-size: clamp(26px, 2.8vw, 42px); line-height: 1; letter-spacing: -.07em; text-transform: uppercase; font-weight: 900; text-decoration: none; white-space: nowrap; }
.rd-brand-wordmark em { color: var(--rd-red); font-style: normal; }
.rd-header-actions { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.rd-header-action { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-size: 10px; line-height: 1; letter-spacing: .11em; text-transform: uppercase; font-weight: 700; }
.rd-header-action svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.rd-cart-count { width: 19px; height: 19px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--rd-red); color: #fff; font-size: 10px; }
.rd-nav-band { min-height: 54px; background: var(--rd-black); color: #fff; position: relative; z-index: 20; }
.rd-nav-band > .brxe-container, .rd-nav-inner { width: var(--rd-shell); min-height: 54px; margin-inline: auto; display: flex; align-items: stretch; }
.rd-primary-nav { width: 100%; }
.rd-primary-nav { position: relative; }
.rd-primary-nav .bricks-nav-menu > li.menu-item-has-children { position: static; }
.rd-primary-nav .bricks-nav-menu { display: flex; align-items: stretch; justify-content: center; gap: clamp(10px, 1.35vw, 20px); }
.rd-primary-nav .bricks-nav-menu > li { flex: 0 0 auto; margin: 0 !important; padding: 0 !important; }
.rd-primary-nav .bricks-nav-menu > li > a, .rd-primary-nav .bricks-nav-menu > li > .brx-submenu-toggle, .rd-primary-nav .bricks-nav-menu > li > .brx-submenu-toggle > a { margin: 0 !important; padding-inline: 0 !important; }
.rd-primary-nav .bricks-nav-menu > li > a { min-height: 54px; display: flex; align-items: center; color: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
.rd-primary-nav .bricks-nav-menu > li > a:hover, .rd-primary-nav .bricks-nav-menu > li.current-menu-item > a { color: var(--rd-red); }
.rd-primary-nav .sub-menu { min-width: 230px; padding: 18px; background: #fff; color: var(--rd-black); border: 1px solid var(--rd-line); box-shadow: 0 18px 50px rgba(0,0,0,.12); }
.rd-primary-nav .sub-menu a { display: block; padding: 8px 10px; font-size: 11px; line-height: 1.25; letter-spacing: .04em; text-transform: uppercase; }
.rd-primary-nav .sub-menu a:hover { color: var(--rd-red); background: #f4f4f0; }
.rd-primary-nav .bricks-nav-menu > li.menu-item-has-children > .sub-menu { width: min(1100px, calc(100vw - 48px)); left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(5, minmax(150px, 1fr)); gap: 4px 16px; max-height: min(68vh, 680px); overflow-y: auto; }
.rd-primary-nav .bricks-mobile-menu-toggle { color: #fff; margin-left: auto; }

/* Hero */
.rd-hero { position: relative; min-height: min(790px, calc(100vh - 180px)); overflow: hidden; background: var(--rd-blue); color: #fff; }
.rd-hero-media, .rd-hero-media figure, .rd-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rd-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,60,.78) 0%, rgba(7,16,60,.25) 52%, rgba(7,16,60,.08) 100%); }
.rd-hero-content { position: relative; z-index: 2; width: var(--rd-shell); min-height: inherit; margin-inline: auto; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-bottom: clamp(56px, 8vw, 110px); }
.rd-hero .rd-display { max-width: 830px; text-wrap: balance; }
.rd-hero-copy { max-width: 520px; margin: 24px 0 32px; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.82); }
.rd-hero--campaign-art { min-height: clamp(420px, 53vw, 765px); background: #133bd5; }
.rd-hero--campaign-art::after { background: linear-gradient(0deg, rgba(0,0,0,.22), transparent 28%); }
.rd-hero--campaign-art .rd-hero-media img { object-position: center center; }
.rd-hero--campaign-art .rd-hero-content { align-items: center; padding-bottom: clamp(20px, 3vw, 42px); }
.rd-hero--campaign-art .rd-button { min-width: 210px; }

/* 9:16 social wall */
.rd-social-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; margin-bottom: 34px; }
.rd-social-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: clamp(8px, 1vw, 16px); }
.rd-social-card { position: relative; aspect-ratio: 9/16; overflow: hidden; background: #e8e8e4; color: #fff; text-decoration: none; isolation: isolate; }
.rd-social-card > .brxe-image, .rd-social-card > .brxe-image figure { position: absolute; inset: 0; width: 100%; height: 100%; }
.rd-social-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.rd-social-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.7)); }
.rd-social-card:hover img { transform: scale(1.045); }
.rd-social-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--rd-black); display: grid; place-items: center; font-size: 13px; }
.rd-social-card__copy { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 16px; }
.rd-social-card__copy strong { display: block; font-size: 13px; line-height: 1.15; text-transform: uppercase; letter-spacing: .02em; }
.rd-social-card__copy span { display: block; margin-top: 6px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.72); }

/* Category editorial */
.rd-category-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 16px; }
.rd-category-card { position: relative; min-height: 480px; overflow: hidden; background: #ecece7; color: #fff; text-decoration: none; }
.rd-category-card:first-child { grid-row: span 2; min-height: 976px; }
.rd-category-card > .brxe-image, .rd-category-card > .brxe-image figure { position: absolute; inset: 0; width: 100%; height: 100%; }
.rd-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.rd-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.75)); }
.rd-category-card:hover img { transform: scale(1.035); }
.rd-category-card__copy { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; }
.rd-category-card .rd-category-card__copy, .rd-category-card .rd-category-card__copy strong, .rd-category-card .rd-category-card__copy span { color: #fff; }
.rd-category-card__copy strong { display: block; font-size: clamp(22px, 2.6vw, 42px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.rd-category-card__copy span { display: inline-block; margin-top: 14px; padding-bottom: 4px; border-bottom: 1px solid; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

/* Product grids */
.rd-products-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.rd-products-head a { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid; text-decoration: none; }
body.rd-storefront ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 36px 16px; margin: 0; }
body.rd-storefront ul.products::before, body.rd-storefront ul.products::after { display: none; }
body.rd-storefront ul.products li.product { float: none; width: auto; margin: 0; }
body.rd-storefront ul.products li.product a img { margin: 0 0 16px; aspect-ratio: 4/5; object-fit: cover; background: var(--rd-paper); transition: transform .45s ease; }
body.rd-storefront ul.products li.product a:hover img { transform: translateY(-5px); }
body.rd-storefront ul.products li.product .woocommerce-loop-product__title { padding: 0; font-size: 12px; line-height: 1.3; text-transform: uppercase; letter-spacing: .045em; font-weight: 700; }
body.rd-storefront ul.products li.product .price { color: var(--rd-muted); font-size: 12px; margin-top: 8px; }
body.rd-storefront ul.products li.product .button { width: 100%; margin-top: 14px; }
body.rd-storefront .onsale { min-width: auto; min-height: auto; line-height: 1; padding: 8px 10px; border-radius: 0; background: var(--rd-red); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

/* Trust, editorial and footer */
.rd-editorial-band { background: var(--rd-black); color: #fff; }
.rd-editorial-inner { width: var(--rd-shell); margin-inline: auto; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; }
.rd-editorial-media, .rd-editorial-media figure, .rd-editorial-media img { width: 100%; height: 100%; object-fit: cover; }
.rd-editorial-copy { padding: clamp(48px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.rd-editorial-copy p { color: #aaa; max-width: 500px; line-height: 1.65; }
.rd-benefits { width: var(--rd-shell); margin-inline: auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--rd-line); border-bottom: 1px solid var(--rd-line); }
.rd-benefit { padding: 42px 28px; border-right: 1px solid var(--rd-line); }
.rd-benefit:last-child { border-right: 0; }
.rd-benefit strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.rd-benefit span { display: block; margin-top: 10px; color: var(--rd-muted); font-size: 12px; line-height: 1.5; }
.rd-footer { background: var(--rd-black); color: #fff; }
.rd-footer-main { width: var(--rd-shell); margin-inline: auto; padding: clamp(64px,8vw,112px) 0 42px; display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 52px; }
.rd-footer-brand { font-size: clamp(38px,5vw,74px); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; font-weight: 900; }
.rd-footer-brand em { font-style: normal; color: var(--rd-red); }
.rd-footer-title { margin: 0 0 22px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: #888; }
.rd-footer-links { display: flex; flex-direction: column; gap: 12px; }
.rd-footer-links a { color: #fff; text-decoration: none; font-size: 12px; }
.rd-footer-links a:hover { color: var(--rd-red); }
.rd-footer-newsletter { width: var(--rd-shell); margin-inline: auto; border-top: 1px solid #292929; padding: 38px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.rd-footer-newsletter h3 { margin: 0; font-size: clamp(24px,3.2vw,46px); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.rd-newsletter-form { display: flex; }
.rd-newsletter-form input { min-width: 0; flex: 1; height: 50px; padding: 0 16px; border: 1px solid #444; border-right: 0; border-radius: 0; background: transparent; color: #fff; }
.rd-newsletter-form button { height: 50px; background: var(--rd-red) !important; border-color: var(--rd-red) !important; }
.rd-form-note, .rd-form-message { margin: 9px 0 0; font-size: 10px; line-height: 1.4; color: #888; }
.rd-form-success { color: #b6e6b2; }
.rd-form-error { color: #ff9a9a; }
.rd-footer-bottom { width: var(--rd-shell); margin-inline: auto; padding: 22px 0; border-top: 1px solid #292929; color: #777; display: flex; justify-content: space-between; gap: 24px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

/* Woo templates and operational pages */
.rd-page-hero { background: var(--rd-paper); padding: clamp(64px,8vw,120px) 0 48px; border-bottom: 1px solid var(--rd-line); }
.rd-content-shell { width: min(1040px, calc(100vw - 48px)); margin-inline: auto; padding: clamp(48px,7vw,96px) 0; }
.rd-shop-shell { width: var(--rd-shell); margin-inline: auto; padding: 48px 0 clamp(80px,9vw,140px); }
.rd-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.rd-shop-toolbar select, body.rd-storefront select { min-height: 44px; padding: 0 42px 0 14px; border: 1px solid var(--rd-line); border-radius: 0; background: #fff; }
.rd-product-layout { width: var(--rd-shell); margin-inline: auto; padding: 48px 0 clamp(80px,9vw,140px); display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: clamp(40px,7vw,110px); align-items: start; }
.rd-product-summary { position: sticky; top: 32px; }
.rd-product-summary .product_title { font-size: clamp(34px,4.5vw,66px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.rd-product-summary .price { color: var(--rd-ink); font-size: 18px; }
.rd-product-summary .woocommerce-product-details__short-description { color: var(--rd-muted); line-height: 1.65; }
.rd-product-summary .quantity input { min-height: 48px; border-radius: 0; }
.rd-product-summary .single_add_to_cart_button { min-width: 230px; }
.rd-product-meta { margin-top: 22px; padding: 18px 0; border-top: 1px solid var(--rd-line); border-bottom: 1px solid var(--rd-line); color: var(--rd-muted); font-size: 12px; line-height: 1.7; }
.rd-product-lower { width: min(1120px, calc(100vw - 48px)); margin-inline: auto; padding-bottom: clamp(72px,9vw,140px); }
.rd-content-shell h2 { margin-top: 46px; font-size: 24px; letter-spacing: -.03em; text-transform: uppercase; }
.rd-content-shell h3 { margin-top: 30px; font-size: 17px; text-transform: uppercase; }
.rd-content-shell p, .rd-content-shell li { color: #4f4f4c; line-height: 1.75; }
.rd-content-shell a { text-decoration: underline; text-underline-offset: 3px; }
.rd-checkout-status { margin: 0 0 28px; padding: 18px 20px; border-left: 4px solid var(--rd-red); background: #fff1f1; display: flex; flex-direction: column; gap: 5px; font-size: 13px; }
.rd-tracking-form { max-width: 720px; }
body.rd-storefront .woocommerce-message, body.rd-storefront .woocommerce-info, body.rd-storefront .woocommerce-error { border-top-color: var(--rd-red); background: var(--rd-paper); }
body.rd-storefront .woocommerce-message::before, body.rd-storefront .woocommerce-info::before { color: var(--rd-red); }
body.rd-storefront table.shop_table { border-radius: 0; border-color: var(--rd-line); }
body.rd-storefront .woocommerce form .form-row input.input-text, body.rd-storefront .woocommerce form .form-row textarea { min-height: 48px; border: 1px solid var(--rd-line); border-radius: 0; padding: 12px 14px; }

@media (max-width: 1180px) {
  .rd-primary-nav .bricks-nav-menu { gap: 12px; }
  .rd-primary-nav .bricks-nav-menu > li > a { font-size: 8px; }
  .rd-social-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 991px) {
  :root { --rd-shell: min(100% - 32px, 1440px); }
  .rd-header-main > .brxe-container, .rd-header-main.rd-header-inner { min-height: 78px; grid-template-columns: 1fr auto; }
  .rd-header-logo { justify-self: start !important; }
  .rd-header-actions { gap: 14px; }
  .rd-header-shop, .rd-action-label { display: none; }
  .rd-nav-band { min-height: 52px; }
  .rd-nav-band > .brxe-container, .rd-nav-inner { align-items: center; min-height: 52px; }
  .rd-primary-nav .bricks-nav-menu { display: none; }
  .rd-primary-nav .bricks-mobile-menu-toggle { display: flex; }
  .rd-primary-nav .bricks-mobile-menu-wrapper { background: var(--rd-black); color: #fff; }
  .rd-primary-nav .bricks-mobile-menu a { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
  .rd-primary-nav .bricks-mobile-menu .sub-menu { background: #151515; color: #fff; border: 0; box-shadow: none; }
  .rd-hero { min-height: 690px; }
  .rd-hero--campaign-art { min-height: clamp(420px, 53vw, 620px); }
  .rd-category-grid { grid-template-columns: 1fr 1fr; }
  .rd-category-card:first-child { grid-column: span 2; grid-row: auto; min-height: 700px; }
  .rd-editorial-inner { grid-template-columns: 1fr; }
  .rd-editorial-media { min-height: 540px; }
  .rd-benefits { grid-template-columns: 1fr 1fr; }
  .rd-benefit:nth-child(2) { border-right: 0; }
  .rd-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--rd-line); }
  .rd-footer-main { grid-template-columns: 1fr 1fr; }
  .rd-footer-newsletter { grid-template-columns: 1fr; }
  .rd-product-layout { grid-template-columns: 1fr; }
  .rd-product-summary { position: static; }
}

@media (max-width: 767px) {
  :root { --rd-shell: calc(100vw - 24px); }
  .rd-section { padding: 64px 0; }
  .rd-announcement__track { gap: 38px; }
  .rd-announcement__track span::before { margin-right: 38px; }
  .rd-brand-wordmark { font-size: 27px; }
  .rd-hero { min-height: 620px; }
  .rd-hero::after { background: linear-gradient(0deg, rgba(7,16,60,.82) 0%, rgba(7,16,60,.08) 75%); }
  .rd-hero-content { padding-bottom: 44px; }
  .rd-hero--campaign-art { min-height: 520px; }
  .rd-hero--campaign-art::after { background: linear-gradient(0deg, rgba(0,0,0,.34), transparent 36%); }
  .rd-hero--campaign-art .rd-hero-media img { object-position: center center; }
  .rd-hero--campaign-art .rd-hero-content { justify-content: flex-end; padding-bottom: 24px; }
  .rd-hero .rd-display { font-size: clamp(48px,16vw,76px); }
  .rd-social-head { grid-template-columns: 1fr; }
  .rd-social-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; margin-right: -12px; }
  .rd-social-card { flex: 0 0 min(70vw,280px); scroll-snap-align: start; }
  .rd-category-grid { grid-template-columns: 1fr; }
  .rd-category-card, .rd-category-card:first-child { grid-column: auto; min-height: 520px; }
  body.rd-storefront ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 10px; }
  .rd-products-head { align-items: start; flex-direction: column; }
  .rd-editorial-media { min-height: 420px; }
  .rd-editorial-copy { padding: 56px 20px; }
  .rd-benefits { width: 100%; grid-template-columns: 1fr; }
  .rd-benefit { border-right: 0; border-bottom: 1px solid var(--rd-line); }
  .rd-benefit:last-child { border-bottom: 0; }
  .rd-footer-main { grid-template-columns: 1fr 1fr; gap: 42px 22px; }
  .rd-footer-main > :first-child { grid-column: span 2; }
  .rd-footer-newsletter { gap: 28px; }
  .rd-newsletter-form { flex-direction: column; gap: 8px; }
  .rd-newsletter-form input { border-right: 1px solid #444; }
  .rd-footer-bottom { flex-direction: column; }
  .rd-product-layout { width: 100%; padding-top: 0; gap: 30px; }
  .rd-product-summary { padding-inline: 12px; }
  .rd-content-shell { width: calc(100vw - 24px); }
}

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