/*
Theme Name: Mancote Premium
Theme URI: http://124.221.171.6/
Author: Manus AI
Description: 曼轲特高端汽车配件企业官网定制主题，包含产品分类、产品详情、新闻、品牌故事与联系页面。
Version: 1.6.1
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: mancote
*/

:root {
    --brand: #9e1713;
    --brand-cmyk: #b4000e;
    --brand-dark: #76100d;
    --brand-deep: #420806;
    --ink: #161616;
    --text: #5e5e5e;
    --muted: #8b8783;
    --paper: #ffffff;
    --soft: #f6f4f2;
    --soft-2: #efebe8;
    --line: #e8e4e1;
    --heading: "优设标题黑", "YouSheBiaoTiHei", "Arial Black", "Microsoft YaHei", sans-serif;
    --accent: "演示斜黑体", "YanShiXieHei", "Arial Narrow", "Microsoft YaHei", sans-serif;
    --body: "阿里妈妈数黑体", "Alimama ShuHeiTi", "Microsoft YaHei", "PingFang SC", sans-serif;
    --shell: 1440px;
    --header-height: 92px;
    --shadow: 0 24px 70px rgba(35, 21, 17, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
blockquote,
dl,
dd {
    margin-top: 0;
}

h1,
h2,
h3 {
    margin-bottom: 0;
    font-family: var(--heading);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

h1 {
    font-size: clamp(3rem, 6.3vw, 8rem);
}

h2 {
    font-size: clamp(2.25rem, 3.7vw, 4.8rem);
}

h3 {
    font-size: clamp(1.35rem, 1.7vw, 2rem);
}

::selection {
    color: var(--paper);
    background: var(--brand);
}

.shell {
    width: min(var(--shell), calc(100vw - 96px));
    margin-inline: auto;
}

.shell--narrow {
    max-width: 1120px;
}

.shell--article {
    max-width: 820px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    z-index: 10000;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 10px 16px;
    clip: auto;
    color: var(--paper);
    background: var(--brand);
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.78rem;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.eyebrow--light {
    color: rgba(255, 255, 255, 0.72);
}

.site-header {
    position: relative;
    z-index: 1000;
    height: var(--header-height);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
}

.is-mancote-home .site-header {
    position: absolute;
    inset: 0 0 auto;
    border-bottom-color: rgba(255, 255, 255, 0.18);
    background: transparent;
    backdrop-filter: none;
}

.site-header.is-scrolled {
    position: fixed;
    inset: 0 0 auto;
    border-bottom-color: var(--line);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 34px rgba(22, 22, 22, 0.06);
    backdrop-filter: blur(18px);
    animation: header-in 0.35s ease both;
}

@keyframes header-in {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--header-height);
    gap: 32px;
}

.brand-mark {
    position: relative;
    z-index: 3;
    display: block;
    width: 190px;
    flex: 0 0 auto;
}

.brand-mark img {
    width: 100%;
}

.is-mancote-home .site-header:not(.is-scrolled) .brand-mark img {
    filter: invert(1);
}

/* The settled light header uses the supplied CMYK-equivalent brand red. */
.site-header.is-scrolled .brand-mark,
body:not(.is-mancote-home) .brand-mark {
    background-color: var(--brand-cmyk);
    -webkit-mask: url('assets/images/mancote-logo.png') center / contain no-repeat;
    mask: url('assets/images/mancote-logo.png') center / contain no-repeat;
}

.site-header.is-scrolled .brand-mark img,
body:not(.is-mancote-home) .brand-mark img {
    opacity: 0;
    filter: none;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.site-nav__list,
.site-nav .menu {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2vw, 42px);
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-nav__list a,
.site-nav .menu a {
    position: relative;
    display: block;
    padding: 34px 0 31px;
    font-family: var(--heading);
    font-size: 0.95rem;
    line-height: 1;
}

.site-nav__list a::after,
.site-nav .menu a::after {
    position: absolute;
    right: 0;
    bottom: 23px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.site-nav__list a:hover::after,
.site-nav__list .current-menu-item a::after,
.site-nav .menu a:hover::after,
.site-nav .menu .current-menu-item a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.is-mancote-home .site-header:not(.is-scrolled) .site-nav__list a,
.is-mancote-home .site-header:not(.is-scrolled) .site-nav .menu a {
    color: var(--paper);
}

.is-mancote-home .site-header:not(.is-scrolled) .site-nav__list a::after,
.is-mancote-home .site-header:not(.is-scrolled) .site-nav .menu a::after {
    background: var(--paper);
}

.site-nav__cta,
.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid var(--brand);
    color: var(--paper);
    background: var(--brand);
    font-family: var(--accent);
    font-size: 0.82rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.site-nav__cta:hover,
.button:hover {
    color: var(--paper);
    border-color: var(--brand-dark);
    background: var(--brand-dark);
    transform: translateY(-2px);
}

.is-mancote-home .site-header:not(.is-scrolled) .site-nav__cta {
    color: var(--brand);
    border-color: var(--paper);
    background: var(--paper);
}

.nav-toggle {
    z-index: 3;
    display: none;
    width: 46px;
    height: 46px;
    padding: 12px 10px;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.is-mancote-home .site-header:not(.is-scrolled) .nav-toggle {
    color: var(--paper);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero {
    position: relative;
    min-height: clamp(760px, 100vh, 1080px);
    overflow: hidden;
    color: var(--paper);
    background:
        radial-gradient(circle at 74% 28%, rgba(255, 116, 94, 0.25), transparent 28%),
        linear-gradient(135deg, #6f0b08 0%, var(--brand) 42%, #b72019 73%, #790f0b 100%);
}

.hero::before,
.hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.hero::before {
    inset: -30%;
    background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.12) 50%, transparent 65%);
    transform: translateX(-45%) rotate(-8deg);
    animation: hero-sweep 7s ease-in-out infinite;
}

.hero::after {
    inset: auto -12% -30% 22%;
    height: 70%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 140px rgba(255, 255, 255, 0.08) inset;
    transform: rotate(-12deg);
}

@keyframes hero-sweep {
    0%, 100% { transform: translateX(-46%) rotate(-8deg); opacity: 0.35; }
    50% { transform: translateX(46%) rotate(-8deg); opacity: 0.8; }
}

.hero__canvas,
.hero__glow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__glow {
    background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 255, 255, 0.13), transparent 18%);
    transition: background 0.15s linear;
    pointer-events: none;
}

.hero__vehicle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: max(0px, calc((100vw - var(--shell)) / 2 - 20px));
    width: min(55vw, 860px);
    height: 100%;
    object-fit: cover;
    object-position: 56% center;
    opacity: 0.96;
    filter: saturate(0.94) contrast(1.08);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 18%, #000 38%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 18%, #000 38%, #000 100%);
    pointer-events: none;
}

.hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: clamp(760px, 100vh, 1080px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: var(--header-height);
}

.hero__logo {
    width: clamp(240px, 27vw, 520px);
    margin-bottom: 42px;
    filter: invert(1);
}

.hero__rule {
    width: min(520px, 45vw);
    height: 1px;
    margin-bottom: 42px;
    background: linear-gradient(90deg, var(--paper), transparent);
}

.hero h1 {
    max-width: min(800px, 58vw);
    font-size: clamp(3.6rem, 5.8vw, 7.4rem);
    letter-spacing: -0.055em;
}

.hero p {
    margin-top: 34px;
    margin-bottom: 0;
    font-family: var(--accent);
    font-size: clamp(0.8rem, 1.2vw, 1.1rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.24em;
}

.hero__scroll {
    position: absolute;
    z-index: 3;
    right: max(48px, calc((100vw - var(--shell)) / 2));
    bottom: 46px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: var(--accent);
    font-size: 0.68rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.hero__scroll i {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.hero__scroll i::before {
    position: absolute;
    top: 12px;
    left: 21px;
    width: 1px;
    height: 19px;
    content: "";
    background: var(--paper);
    animation: scroll-line 1.6s ease-in-out infinite;
}

@keyframes scroll-line {
    0%, 100% { transform: scaleY(0.55); transform-origin: top; opacity: 0.45; }
    50% { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
}

.section {
    padding: clamp(90px, 8vw, 160px) 0;
}

.section--tight-top {
    padding-top: clamp(64px, 5.5vw, 100px);
}

.section--soft {
    background: var(--soft);
}

.section--brand,
.story-manifesto {
    color: var(--paper);
    background: var(--ink);
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: clamp(44px, 5vw, 76px);
}

.section-heading > p {
    max-width: 510px;
    margin-bottom: 6px;
    color: var(--text);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(60px, 9vw, 160px);
    align-items: end;
}

.intro-grid h2 em {
    color: var(--brand);
    font-style: normal;
}

.intro-copy {
    max-width: 600px;
    padding-bottom: 8px;
}

.intro-copy > p {
    margin-bottom: 36px;
    color: var(--text);
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}

.text-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 6px;
    color: var(--ink);
    font-family: var(--accent);
    font-size: 0.78rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.text-link::before {
    width: 34px;
    height: 1px;
    content: "";
    background: var(--brand);
    transition: width 0.3s ease;
}

.text-link::after {
    content: "↗";
    color: var(--brand);
}

.text-link:hover::before {
    width: 52px;
}

.text-link--light {
    color: var(--paper);
}

.media-placeholder {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    color: #7a7571;
    border: 1px solid #d8d2ce;
    background:
        linear-gradient(135deg, transparent 49.6%, rgba(115, 106, 100, 0.18) 50%, transparent 50.4%),
        linear-gradient(45deg, transparent 49.6%, rgba(115, 106, 100, 0.18) 50%, transparent 50.4%),
        linear-gradient(135deg, #efedea, #dedad6);
    text-align: center;
}

.media-placeholder::before {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(78, 68, 61, 0.15);
    content: "";
}

.media-placeholder strong,
.media-placeholder small,
.media-placeholder__eyebrow {
    position: relative;
    z-index: 1;
}

.media-placeholder strong {
    padding: 0 20px;
    font-family: var(--heading);
    font-size: clamp(1rem, 1.4vw, 1.35rem);
}

.media-placeholder small,
.media-placeholder__eyebrow {
    font-family: var(--accent);
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.media-placeholder small {
    font-size: 0.72rem;
}

.media-placeholder__eyebrow {
    color: var(--brand);
    font-size: 0.62rem;
}

.ratio-16-9 { aspect-ratio: 16 / 9; }
.ratio-4-3 { aspect-ratio: 4 / 3; }
.ratio-1-1 { aspect-ratio: 1 / 1; }
.ratio-3-2 { aspect-ratio: 3 / 2; }
.ratio-21-9 { aspect-ratio: 21 / 9; }

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    background: var(--line);
}

.category-card {
    position: relative;
    overflow: hidden;
    background: var(--paper);
}

.category-card .media-placeholder {
    border: 0;
    transition: transform 0.65s cubic-bezier(.2,.7,.2,1), filter 0.45s ease;
}

.category-card:hover .media-placeholder {
    filter: contrast(1.03);
    transform: scale(1.025);
}

.category-card__index {
    position: absolute;
    top: 22px;
    left: 24px;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--paper);
    background: var(--brand);
    font-family: var(--accent);
    font-size: 0.7rem;
    font-style: italic;
    font-weight: 900;
}

.category-card__body {
    position: relative;
    z-index: 2;
    padding: 30px clamp(24px, 3vw, 48px) 40px;
    background: var(--paper);
}

.category-card__body p,
.product-card__english {
    margin-bottom: 8px;
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.circle-arrow {
    position: absolute;
    right: clamp(24px, 3vw, 48px);
    bottom: 35px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--brand);
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.category-card:hover .circle-arrow {
    color: var(--paper);
    background: var(--brand);
    transform: rotate(45deg);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.product-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
    min-width: 0;
    background: var(--paper);
}

.product-card__media {
    display: block;
    overflow: hidden;
    background: var(--soft);
}

.product-card__media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}

.product-card:hover .product-card__media img {
    transform: scale(1.035);
}

.product-card__body {
    padding: 28px 0 12px;
}

.product-card__body h2,
.product-card__body h3 {
    margin-bottom: 18px;
}

.product-card__body > p:not(.product-card__english) {
    margin: -4px 0 24px;
    color: var(--text);
    font-size: 0.94rem;
}

.brand-split {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: clamp(70px, 9vw, 150px);
    align-items: center;
}

.brand-split__copy h2 {
    margin-bottom: 34px;
}

.brand-split__copy > p:not(.eyebrow) {
    max-width: 560px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, 0.68);
}

.media-placeholder--dark {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(135deg, transparent 49.7%, rgba(255, 255, 255, 0.12) 50%, transparent 50.3%),
        linear-gradient(45deg, transparent 49.7%, rgba(255, 255, 255, 0.12) 50%, transparent 50.3%),
        linear-gradient(135deg, #262626, #101010);
}

.button--outline {
    color: var(--brand);
    background: transparent;
}

.button--outline:hover {
    color: var(--paper);
}

.button--light {
    color: var(--brand);
    border-color: var(--paper);
    background: var(--paper);
}

.button--light:hover {
    color: var(--paper);
    border-color: rgba(255, 255, 255, 0.35);
    background: transparent;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.news-card time,
.news-list__body time {
    display: block;
    margin: 24px 0 12px;
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.news-card h3 {
    min-height: 2.2em;
    margin-bottom: 26px;
}

.contact-band {
    color: var(--paper);
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.14), transparent 24%),
        linear-gradient(115deg, var(--brand-dark), var(--brand));
}

.contact-band__inner {
    display: flex;
    min-height: 330px;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-block: 70px;
}

.site-footer {
    padding: 34px 0 0;
    color: rgba(255, 255, 255, 0.68);
    background: #111;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.65fr);
    gap: 42px;
    padding-bottom: 20px;
}

.brand-mark--footer {
    width: 184px;
    margin-bottom: 18px;
}

.brand-mark--footer img {
    filter: invert(1);
}

.site-footer__brand p {
    max-width: 500px;
}

.site-footer__title {
    margin-bottom: 16px;
    color: var(--paper);
    font-family: var(--accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.site-footer__nav,
.site-footer .site-nav__list {
    display: grid;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer__nav a,
.site-footer .site-nav__list a {
    line-height: 1.35;
    transition: color 0.25s ease;
}

.site-footer__nav a:hover,
.site-footer .site-nav__list a:hover {
    color: var(--paper);
}

.site-footer__legal {
    margin-top: 20px;
    color: rgba(232, 239, 243, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #111;
}

.site-footer__legal-inner {
    display: grid;
    min-height: 52px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    font-size: 0.68rem;
}

.site-footer__copyright,
.site-footer__signature {
    white-space: nowrap;
}

.site-footer__signature {
    justify-self: end;
    text-align: right;
}

.site-footer__filings,
.site-footer__filings a,
.site-footer__public-security {
    display: flex;
    align-items: center;
}

.site-footer__filings {
    gap: 20px;
    justify-self: center;
    white-space: nowrap;
}

.site-footer__filings a {
    gap: 8px;
    color: inherit;
    transition: color 0.25s ease;
}

.site-footer__filings a:hover {
    color: var(--paper);
}

.site-footer__public-security img {
    width: 18px;
    height: 20px;
    object-fit: contain;
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero--light {
    background: var(--soft);
}

.page-hero--light::after {
    position: absolute;
    top: -55%;
    right: -10%;
    width: 48vw;
    height: 48vw;
    border: 1px solid rgba(158, 23, 19, 0.12);
    border-radius: 50%;
    content: "";
}

.page-hero--brand {
    color: var(--paper);
    background:
        radial-gradient(circle at 74% 40%, rgba(255, 255, 255, 0.13), transparent 26%),
        linear-gradient(135deg, var(--brand-deep), var(--brand));
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: clamp(460px, 47vw, 680px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-block: 100px clamp(76px, 7vw, 120px);
}

.page-hero__inner h1 {
    max-width: 1120px;
}

.page-hero__inner > p:last-child {
    max-width: 700px;
    margin: 30px 0 0;
    color: var(--text);
    font-size: 1.08rem;
}

.page-hero--brand .page-hero__inner > p:last-child {
    color: rgba(255, 255, 255, 0.72);
}

.product-system-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: clamp(90px, 9vw, 150px);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.product-system-nav a {
    position: relative;
    min-height: 190px;
    padding: 34px 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: color 0.3s ease, background 0.3s ease;
}

.product-system-nav a span {
    display: block;
    margin-bottom: 12px;
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.65rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.product-system-nav a strong {
    font-family: var(--heading);
    font-size: 1.55rem;
}

.product-system-nav a i {
    position: absolute;
    right: 28px;
    bottom: 26px;
    color: var(--brand);
    font-style: normal;
}

.product-system-nav a:hover {
    color: var(--paper);
    background: var(--brand);
}

.product-system-nav a:hover span,
.product-system-nav a:hover i {
    color: var(--paper);
}

.catalog-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: clamp(54px, 7vw, 110px);
    align-items: start;
}

.catalog-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 28px);
}

.catalog-sidebar__title {
    padding-bottom: 22px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--ink);
    font-family: var(--heading);
    font-size: 1.25rem;
}

.catalog-sidebar__title span {
    display: block;
    margin-top: 8px;
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.62rem;
    font-style: italic;
    letter-spacing: 0.13em;
}

.catalog-sidebar nav a {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    color: var(--text);
    transition: color 0.25s ease, padding 0.25s ease;
}

.catalog-sidebar nav a:hover,
.catalog-sidebar nav a.is-active {
    padding-left: 12px;
    color: var(--brand);
}

.catalog-sidebar nav a.is-active {
    font-weight: 900;
}

.catalog-sidebar nav i {
    font-style: normal;
}

.catalog-sidebar__all {
    display: inline-flex;
    margin-top: 24px;
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.catalog-main__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 48px;
}

.catalog-main__heading > span {
    color: var(--muted);
    font-family: var(--accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.product-detail-hero {
    padding: clamp(70px, 7vw, 120px) 0;
    background: var(--soft);
}

.product-detail-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(60px, 7vw, 120px);
    align-items: center;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: clamp(56px, 7vw, 100px);
    color: var(--muted);
    font-size: 0.78rem;
}

.breadcrumbs a:hover {
    color: var(--brand);
}

.product-detail-hero h1 {
    margin-bottom: 28px;
    font-size: clamp(2.6rem, 4vw, 5.5rem);
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.product-detail-hero__lead {
    max-width: 560px;
    margin-bottom: 40px;
    color: var(--text);
    font-size: 1.05rem;
}

.product-detail-hero__media > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.product-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.media-placeholder--thumb strong {
    font-size: 0.75rem;
}

.media-placeholder--thumb .media-placeholder__eyebrow,
.media-placeholder--thumb small {
    display: none;
}

.product-intro__grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(60px, 9vw, 160px);
}

.prose {
    color: var(--text);
    font-size: 1.04rem;
}

.prose > *:last-child {
    margin-bottom: 0;
}

.prose h2,
.prose h3 {
    margin: 2.1em 0 0.75em;
    color: var(--ink);
}

.prose a {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.prose--large {
    font-size: clamp(1.08rem, 1.45vw, 1.35rem);
}

.product-feature-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: clamp(60px, 8vw, 130px);
    align-items: center;
}

.feature-list {
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
}

.feature-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.feature-list li span {
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 900;
}

.feature-list li p {
    margin: 0;
}

.detail-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(70px, 10vw, 170px);
}

.spec-table {
    display: grid;
    margin-top: 42px;
    border-top: 2px solid var(--ink);
}

.spec-table > div {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 24px;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
}

.spec-table dt {
    color: var(--text);
}

.spec-table dd {
    margin: 0;
    font-weight: 900;
}

.fitment-list {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 42px 0 26px;
    list-style: none;
    border-top: 2px solid var(--ink);
}

.fitment-list li {
    position: relative;
    padding: 17px 0 17px 24px;
    border-bottom: 1px solid var(--line);
}

.fitment-list li::before {
    position: absolute;
    top: 25px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    background: var(--brand);
}

.field-note {
    color: var(--muted);
    font-size: 0.78rem;
}

.news-list {
    display: grid;
}

.news-list__item {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(40px, 7vw, 110px);
    align-items: center;
    padding: 42px 0;
    border-bottom: 1px solid var(--line);
}

.news-list__item:first-child {
    padding-top: 0;
}

.news-list__body time {
    margin-top: 0;
}

.news-list__body h2 {
    margin-bottom: 20px;
    font-size: clamp(1.7rem, 2.8vw, 3.4rem);
}

.news-list__body p {
    margin-bottom: 26px;
    color: var(--text);
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}

.pagination .page-numbers {
    display: grid;
    min-width: 42px;
    min-height: 42px;
    place-items: center;
    border: 1px solid var(--line);
}

.pagination .current,
.pagination a:hover {
    color: var(--paper);
    border-color: var(--brand);
    background: var(--brand);
}

.story-opening__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(70px, 10vw, 170px);
}

.story-media {
    max-width: 1220px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
}

.value-card {
    min-height: 420px;
    padding: clamp(34px, 4vw, 60px);
    background: var(--paper);
}

.value-card > span {
    display: block;
    margin-bottom: 84px;
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 900;
}

.value-card h2 {
    margin-bottom: 24px;
    font-size: clamp(2rem, 3vw, 3.7rem);
}

.value-card > p:last-child {
    color: var(--text);
}

.story-manifesto__inner {
    padding-block: clamp(100px, 10vw, 180px);
    text-align: center;
}

.story-manifesto blockquote {
    margin: 44px 0 50px;
    font-family: var(--heading);
    font-size: clamp(2.25rem, 4.4vw, 5.6rem);
    line-height: 1.24;
}

.story-manifesto__inner > p:last-child {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(70px, 10vw, 160px);
    align-items: start;
}

.contact-detail-list {
    display: grid;
    margin-top: 55px;
    border-top: 2px solid var(--ink);
}

.contact-detail-list > div {
    display: grid;
    grid-template-columns: 36px 1fr 1fr;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.contact-detail-list span {
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.68rem;
    font-style: italic;
    font-weight: 900;
}

.contact-detail-list p,
.contact-detail-list strong {
    margin: 0;
}

.contact-detail-list p {
    color: var(--text);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
}

.process-grid article {
    min-height: 260px;
    padding: 34px;
    background: var(--paper);
}

.process-grid span {
    color: var(--brand);
    font-family: var(--accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 900;
}

.process-grid h3 {
    margin: 58px 0 16px;
}

.process-grid p {
    margin: 0;
    color: var(--text);
    font-size: 0.92rem;
}

.map-block__heading {
    margin-bottom: 45px;
}

.article-detail__header {
    padding: clamp(90px, 9vw, 150px) 0 clamp(50px, 6vw, 90px);
    background: var(--soft);
}

.article-detail__header .breadcrumbs {
    margin-bottom: 60px;
}

.article-detail__header h1 {
    max-width: 1080px;
    font-size: clamp(2.8rem, 5.5vw, 6.8rem);
}

.article-detail__lead {
    max-width: 760px;
    margin: 30px 0 0;
    color: var(--text);
    font-size: 1.12rem;
}

.article-detail__media {
    margin-top: 70px;
}

.article-detail__content {
    padding-block: 70px 100px;
}

.article-detail__placeholder-note {
    display: grid;
    gap: 6px;
    padding: 26px;
    margin-top: 48px;
    color: var(--text);
    border: 1px dashed #bbb3ad;
    background: var(--soft);
}

.article-detail__footer {
    padding-bottom: 100px;
}

.not-found {
    background: var(--soft);
}

.not-found__inner {
    display: flex;
    min-height: 72vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: 90px;
}

.not-found__code {
    margin-bottom: 0;
    color: var(--brand);
    font-family: var(--heading);
    font-size: clamp(7rem, 18vw, 18rem);
    line-height: 0.8;
    opacity: 0.12;
}

.not-found h1 {
    margin-bottom: 24px;
    font-size: clamp(2.4rem, 4vw, 5rem);
}

.not-found__inner > p:not(.eyebrow):not(.not-found__code) {
    max-width: 620px;
    color: var(--text);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.empty-state {
    padding: 70px 30px;
    color: var(--text);
    border: 1px dashed #c9c2bd;
    background: var(--soft);
    text-align: center;
}

.empty-state p {
    margin: 0;
}

.has-motion .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,.7,.2,1);
}

.has-motion .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

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

@media (max-width: 1279px) {
    :root { --shell: 1200px; }
    .shell { width: min(var(--shell), calc(100vw - 64px)); }
    .site-nav { gap: 22px; }
    .site-nav__list,
    .site-nav .menu { gap: 22px; }
    .site-nav__cta { padding-inline: 18px; }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-grid > :nth-child(4) { grid-column: auto; }
    .product-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-layout { grid-template-columns: 240px minmax(0, 1fr); }
}

@media (max-width: 999px) {
    :root { --header-height: 78px; }
    .nav-toggle { display: block; }
    .site-nav {
        position: fixed;
        inset: 0;
        display: flex;
        padding: 120px 32px 48px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        color: var(--ink);
        background: rgba(255, 255, 255, 0.98);
        visibility: hidden;
        opacity: 0;
        transform: translateY(-14px);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    }
    .site-nav.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .site-nav__list,
    .site-nav .menu {
        display: grid;
        gap: 0;
    }
    .site-nav__list a,
    .site-nav .menu a,
    .is-mancote-home .site-header:not(.is-scrolled) .site-nav__list a,
    .is-mancote-home .site-header:not(.is-scrolled) .site-nav .menu a {
        padding: 18px 0;
        color: var(--ink);
        border-bottom: 1px solid var(--line);
        font-size: 1.55rem;
    }
    .site-nav__list a::after,
    .site-nav .menu a::after { display: none; }
    .site-nav__cta {
        align-self: flex-start;
        margin-top: 24px;
    }
    .menu-open .site-header .brand-mark img,
    .is-mancote-home.menu-open .site-header:not(.is-scrolled) .brand-mark img {
        filter: none;
    }
    .menu-open .nav-toggle,
    .is-mancote-home.menu-open .site-header:not(.is-scrolled) .nav-toggle {
        color: var(--ink);
    }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .product-system-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-layout { grid-template-columns: 1fr; }
    .catalog-sidebar { position: static; }
    .catalog-sidebar nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .catalog-sidebar nav a { padding: 16px 14px; border-right: 1px solid var(--line); }
    .catalog-sidebar nav a:hover,
    .catalog-sidebar nav a.is-active { padding-left: 14px; }
    .catalog-sidebar nav a i { display: none; }
    .catalog-sidebar__all { margin-bottom: 34px; }
    .product-detail-hero__grid,
    .product-feature-grid,
    .contact-layout { grid-template-columns: 1fr; }
    .product-detail-hero__copy { order: 1; }
    .product-detail-hero__media { order: 2; }
    .breadcrumbs { margin-bottom: 48px; }
    .news-list__item { grid-template-columns: 0.85fr 1.15fr; gap: 44px; }
    .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero__vehicle { display: none; }
    .hero h1 { max-width: 1050px; }
}

@media (max-width: 767px) {
    .shell { width: calc(100vw - 40px); }
    .brand-mark { width: 156px; }
    .hero { min-height: 760px; }
    .hero__inner { min-height: 760px; justify-content: center; padding-top: 110px; padding-bottom: 110px; }
    .hero__logo { width: min(78vw, 340px); margin-bottom: 30px; }
    .hero__rule { width: 78vw; margin-bottom: 30px; }
    .hero h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
    .hero p { max-width: 310px; line-height: 1.7; }
    .hero__scroll { right: 20px; bottom: 26px; }
    .hero__scroll span { display: none; }
    .intro-grid,
    .brand-split,
    .product-intro__grid,
    .detail-columns,
    .story-opening__grid { grid-template-columns: 1fr; gap: 48px; }
    .category-grid,
    .product-grid,
    .product-grid--catalog,
    .news-grid,
    .values-grid { grid-template-columns: 1fr; }
    .category-grid,
    .values-grid { gap: 1px; }
    .category-card__body { padding: 24px 22px 30px; }
    .circle-arrow { right: 22px; bottom: 23px; }
    .brand-split__copy { padding-bottom: 8px; }
    .contact-band__inner { min-height: 300px; align-items: flex-start; flex-direction: column; justify-content: center; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 20px; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .site-footer__legal { margin-top: 22px; }
    .site-footer__legal-inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 13px 0;
        text-align: center;
    }
    .site-footer__copyright,
    .site-footer__signature,
    .site-footer__filings { justify-self: center; }
    .site-footer__signature { text-align: center; }
    .site-footer__filings { flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
    .page-hero__inner { min-height: 420px; padding-block: 86px 70px; }
    .product-system-nav { grid-template-columns: 1fr; }
    .product-system-nav a { min-height: 140px; }
    .catalog-sidebar nav { grid-template-columns: 1fr 1fr; }
    .catalog-main__heading { align-items: flex-start; flex-direction: column; }
    .product-thumbnails { gap: 6px; }
    .media-placeholder--thumb::before { inset: 6px; }
    .media-placeholder--thumb strong { padding-inline: 4px; font-size: 0.58rem; }
    .news-list__item { grid-template-columns: 1fr; gap: 26px; padding: 34px 0; }
    .news-list__body time { margin-top: 0; }
    .value-card { min-height: auto; }
    .value-card > span { margin-bottom: 54px; }
    .process-grid { grid-template-columns: 1fr; }
    .contact-detail-list > div { grid-template-columns: 30px 1fr; }
    .contact-detail-list strong { grid-column: 2; }
    .article-detail__media { margin-top: 34px; }
}

@media (max-width: 414px) {
    body { font-size: 15px; }
    .shell { width: calc(100vw - 32px); }
    .site-header__inner { min-height: 72px; }
    :root { --header-height: 72px; }
    .brand-mark { width: 142px; }
    .site-nav { padding-inline: 20px; }
    .hero h1 { font-size: clamp(3rem, 15.7vw, 4.1rem); }
    .hero p { font-size: 0.69rem; letter-spacing: 0.16em; }
    .section { padding-block: 78px; }
    .section--tight-top { padding-top: 56px; }
    .media-placeholder strong { font-size: 0.9rem; }
    .category-card__index { top: 14px; left: 14px; width: 38px; height: 38px; }
    .product-card__body { padding-top: 22px; }
    .catalog-sidebar nav { grid-template-columns: 1fr; }
    .product-detail-hero { padding-top: 54px; }
    .product-detail-hero h1 { font-size: 2.6rem; }
    .button { width: 100%; }
    .button-row { width: 100%; }
    .contact-band .button { width: auto; }
}

/* --------------------------------------------------------------------------
   MANCOTE PREMIUM VISUAL SYSTEM — 2026.09
   Image-free, brand-led art direction for pages awaiting final photography.
   -------------------------------------------------------------------------- */

.category-card,
.product-card,
.news-card,
.news-list__item {
    --visual-red: #b71d17;
}

.category-visual,
.product-visual,
.editorial-visual {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    isolation: isolate;
    color: var(--paper);
    background: #171717;
}

.category-visual::before,
.product-visual::before,
.editorial-visual::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
}

.category-card .category-visual {
    transition: transform 0.75s cubic-bezier(.2,.7,.2,1), filter 0.45s ease;
}

.category-card:hover .category-visual {
    filter: brightness(1.08);
    transform: scale(1.025);
}

.category-visual {
    background:
        radial-gradient(circle at 75% 28%, color-mix(in srgb, var(--visual-red) 85%, white) 0 1px, transparent 1.5px),
        radial-gradient(circle at 76% 29%, color-mix(in srgb, var(--visual-red) 60%, transparent) 0 15%, transparent 40%),
        linear-gradient(118deg, #0a0a0a 0%, #1c1c1c 44%, #101010 100%);
}

.category-visual::before {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 8%),
        linear-gradient(90deg, transparent 0 48%, rgba(255,255,255,.08) 48% 48.25%, transparent 48.25% 100%);
    opacity: .6;
}

.category-visual__beam {
    position: absolute;
    top: 50%;
    left: -13%;
    width: 120%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--visual-red) 30%, rgba(255,255,255,.9) 50%, var(--visual-red) 70%, transparent);
    box-shadow: 0 0 18px var(--visual-red), 0 0 46px color-mix(in srgb, var(--visual-red) 55%, transparent);
    transform: rotate(-18deg);
}

.category-visual__orb {
    position: absolute;
    top: 50%;
    left: 65%;
    width: 37%;
    aspect-ratio: 1;
    border: 1px solid color-mix(in srgb, var(--visual-red) 60%, white);
    border-radius: 50%;
    box-shadow: 0 0 0 15px rgba(255,255,255,.025), 0 0 80px color-mix(in srgb, var(--visual-red) 35%, transparent) inset;
    transform: translate(-50%, -50%);
}

.category-visual__index {
    position: absolute;
    top: 16%;
    right: 8%;
    color: rgba(255,255,255,.58);
    font-family: var(--accent);
    font-size: clamp(1.15rem, 2vw, 2rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: .08em;
}

.category-visual__word {
    position: absolute;
    bottom: -25%;
    left: 6%;
    color: rgba(255,255,255,.075);
    font-family: var(--heading);
    font-size: clamp(11rem, 24vw, 25rem);
    font-style: italic;
    font-weight: 900;
    line-height: .75;
    letter-spacing: -.16em;
}

.category-visual__caption {
    position: absolute;
    bottom: 11%;
    left: 8%;
    max-width: 65%;
    color: rgba(255,255,255,.72);
    font-family: var(--accent);
    font-size: clamp(.58rem, .9vw, .78rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: .18em;
    line-height: 1.35;
}

.category-visual--lighting { --visual-red: #d32a20; }
.category-visual--ambient { --visual-red: #9e1713; }
.category-visual--audio { --visual-red: #c94b36; }
.category-visual--convenience { --visual-red: #a8231b; }
.category-visual--ambient .category-visual__beam { transform: rotate(16deg); }
.category-visual--audio .category-visual__orb { left: 40%; width: 49%; border-style: dashed; }
.category-visual--convenience .category-visual__beam { transform: rotate(0deg); }

.product-card__media {
    border: 1px solid #252525;
    background: #171717;
}

.product-visual {
    min-height: 100%;
    background:
        radial-gradient(circle at 69% 45%, color-mix(in srgb, var(--visual-red) 45%, transparent), transparent 22%),
        linear-gradient(130deg, #0b0b0b, #1e1e1e 53%, #101010);
}

.product-visual::before {
    background:
        linear-gradient(115deg, transparent 41%, rgba(255,255,255,.11) 49.8%, transparent 50.3%),
        repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 11px);
}

.product-visual__grain {
    position: absolute;
    inset: 0;
    opacity: .45;
    background-image: radial-gradient(rgba(255,255,255,.17) .55px, transparent .65px);
    background-size: 5px 5px;
    mix-blend-mode: soft-light;
}

.product-visual__ring {
    position: absolute;
    top: 50%;
    left: 61%;
    width: 62%;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 50%;
    box-shadow: 0 0 40px color-mix(in srgb, var(--visual-red) 42%, transparent) inset;
    transform: translate(-50%, -50%);
}

.product-visual__ring--two {
    width: 41%;
    border: 8px solid rgba(255,255,255,.07);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--visual-red) 65%, white) inset, 0 0 40px rgba(0,0,0,.5);
}

.product-visual__core {
    position: absolute;
    top: 50%;
    left: 61%;
    width: 13%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--visual-red);
    box-shadow: 0 0 24px var(--visual-red), 0 0 55px color-mix(in srgb, var(--visual-red) 65%, transparent);
    transform: translate(-50%, -50%);
}

.product-visual__mark {
    position: absolute;
    bottom: -14%;
    left: 5%;
    color: rgba(255,255,255,.085);
    font-family: var(--heading);
    font-size: clamp(10rem, 22vw, 22rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.17em;
    line-height: .8;
}

.product-visual__number,
.product-visual__caption {
    position: absolute;
    z-index: 2;
    font-family: var(--accent);
    font-style: italic;
    font-weight: 900;
    letter-spacing: .16em;
}

.product-visual__number {
    top: 8%;
    left: 8%;
    font-size: .72rem;
}

.product-visual__caption {
    right: 8%;
    bottom: 8%;
    max-width: 56%;
    color: rgba(255,255,255,.72);
    font-size: clamp(.48rem, .72vw, .63rem);
    line-height: 1.4;
    text-align: right;
}

.product-visual--lighting { --visual-red: #e03225; }
.product-visual--ambient { --visual-red: #a71613; }
.product-visual--audio { --visual-red: #cb4a35; }
.product-visual--convenience { --visual-red: #b41a15; }
.product-visual--ambient .product-visual__ring { left: 45%; }
.product-visual--ambient .product-visual__core { left: 45%; }
.product-visual--audio .product-visual__ring--one { border-style: dashed; }
.product-visual--convenience .product-visual__ring--two { border-radius: 16%; transform: translate(-50%, -50%) rotate(45deg); }

.product-visual--detail .product-visual__mark { font-size: clamp(18rem, 33vw, 35rem); }
.product-visual--detail .product-visual__ring--one { width: 70%; }
.product-visual--detail .product-visual__ring--two { width: 46%; }

.editorial-visual {
    min-height: 100%;
    background:
        radial-gradient(circle at 72% 34%, rgba(185, 35, 26, .72), transparent 19%),
        linear-gradient(120deg, #111 0%, #2a0806 55%, #101010 100%);
}

.editorial-visual::before {
    background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 34%, rgba(255,255,255,.03) 35% 36%, transparent 37%);
}

.editorial-visual__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px);
    background-size: 12.5% 16.666%;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.15), black 55%, rgba(0,0,0,.05));
}

.editorial-visual__arc {
    position: absolute;
    top: 50%;
    left: 67%;
    width: 71%;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    box-shadow: 0 0 80px rgba(195,37,26,.24) inset;
    transform: translate(-50%, -50%);
}

.editorial-visual__arc--two {
    width: 45%;
    border: 9px solid rgba(255,255,255,.08);
    box-shadow: 0 0 0 1px rgba(255,255,255,.35) inset;
}

.editorial-visual__mark {
    position: absolute;
    bottom: -21%;
    left: 5%;
    color: rgba(255,255,255,.1);
    font-family: var(--heading);
    font-size: clamp(13rem, 30vw, 31rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.18em;
    line-height: .75;
}

.editorial-visual__caption {
    position: absolute;
    top: 10%;
    left: 8%;
    max-width: 62%;
    font-family: var(--accent);
    font-size: clamp(.56rem, .9vw, .78rem);
    font-style: italic;
    font-weight: 900;
    letter-spacing: .18em;
    line-height: 1.45;
}

.editorial-visual__line {
    position: absolute;
    right: 8%;
    bottom: 11%;
    width: 24%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.85));
}

.editorial-visual--news {
    background:
        radial-gradient(circle at 76% 30%, rgba(172,25,18,.57), transparent 21%),
        linear-gradient(126deg, #191919, #300806 58%, #151515);
}

.editorial-visual--news .editorial-visual__mark { bottom: -28%; color: rgba(255,255,255,.075); }
.editorial-visual--news .editorial-visual__arc { left: 72%; width: 60%; }
.editorial-visual--story { background: linear-gradient(120deg, #141414, #440907 60%, #161616); }
.editorial-visual--feature { background: linear-gradient(120deg, #111, #1d1d1d 44%, #78100c 100%); }
.editorial-visual--article { background: linear-gradient(122deg, #171717, #58100c 56%, #121212); }
.editorial-visual--detail,
.editorial-visual--material,
.editorial-visual--fitment { background: linear-gradient(135deg, #151515, #5c0d09); }
.editorial-visual--material { background: linear-gradient(135deg, #121212, #2a2a2a); }
.editorial-visual--fitment { background: linear-gradient(135deg, #31100d, #121212); }
.editorial-visual--detail .editorial-visual__mark,
.editorial-visual--material .editorial-visual__mark,
.editorial-visual--fitment .editorial-visual__mark { font-size: clamp(6rem, 13vw, 13rem); }
.editorial-visual--detail .editorial-visual__caption,
.editorial-visual--material .editorial-visual__caption,
.editorial-visual--fitment .editorial-visual__caption { top: 12%; font-size: .54rem; }

.news-card > a,
.news-list__media {
    display: block;
    overflow: hidden;
    border: 1px solid #242424;
    background: #151515;
}

.news-card > a .editorial-visual,
.news-list__media .editorial-visual {
    transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}

.news-card:hover > a .editorial-visual,
.news-list__item:hover .news-list__media .editorial-visual {
    filter: brightness(1.08);
    transform: scale(1.025);
}

.product-thumbnails .editorial-visual { border: 1px solid rgba(255,255,255,.1); }

@media (max-width: 767px) {
    .category-visual__word { font-size: 15rem; }
    .product-visual__mark { font-size: 13rem; }
    .editorial-visual__mark { font-size: 17rem; }
    .category-visual__caption { font-size: .62rem; }
    .product-visual__caption { font-size: .54rem; }
    .editorial-visual__caption { font-size: .59rem; }
}

@media (prefers-reduced-motion: reduce) {
    .category-card .category-visual,
    .news-card > a .editorial-visual,
    .news-list__media .editorial-visual { transition: none; }
}

/* --------------------------------------------------------------------------
   HOMEPAGE CONSOLIDATION — 2026.09
   A shorter editorial sequence: hero → collection → brand philosophy → news.
   -------------------------------------------------------------------------- */

.is-mancote-home .site-header:not(.is-scrolled)::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(27, 4, 3, 0.34) 0%, rgba(27, 4, 3, 0.12) 72%, transparent 100%);
}

.is-mancote-home .site-header:not(.is-scrolled) .site-header__inner {
    position: relative;
    z-index: 1;
}

.hero__fade {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: clamp(230px, 29vh, 370px);
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 22%, rgba(255, 255, 255, 0.22) 54%, rgba(255, 255, 255, 0.66) 80%, var(--paper) 100%);
}

.hero__scroll {
    bottom: clamp(66px, 8vh, 104px);
    text-shadow: 0 2px 18px rgba(30, 4, 3, 0.45);
}

.section--collection {
    position: relative;
    z-index: 4;
    margin-top: -1px;
    padding: clamp(70px, 6.7vw, 118px) 0 clamp(96px, 8vw, 150px);
    background: var(--paper);
}

.collection-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(42px, 8vw, 150px);
    margin-bottom: clamp(42px, 4.5vw, 70px);
}

.collection-heading h2 {
    color: var(--ink);
    font-size: clamp(2.5rem, 4.55vw, 5.75rem);
    letter-spacing: -0.06em;
    white-space: nowrap;
}

.collection-heading__title {
    margin: 18px 0 0;
    color: var(--brand);
    font-family: var(--heading);
    font-size: clamp(1.7rem, 2.7vw, 3.5rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1;
}

.collection-heading__aside {
    display: grid;
    min-width: min(400px, 30vw);
    max-width: 480px;
    gap: 26px;
    padding-bottom: 4px;
}

.collection-heading__aside > p {
    margin: 0;
    color: var(--text);
    font-size: clamp(0.98rem, 1.1vw, 1.12rem);
}

.section--collection .button--outline {
    width: fit-content;
    min-height: 52px;
    gap: 13px;
    padding: 13px 19px;
    border-color: var(--brand);
    color: var(--brand);
    background: transparent;
}

.section--collection .button--outline span {
    font-family: Arial, sans-serif;
    font-size: 1.08rem;
    font-style: normal;
    line-height: 1;
}

.section--collection .button--outline:hover {
    color: var(--paper);
    background: var(--brand);
}

.section--collection .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.8vw, 30px);
}

.section--collection .product-card__body {
    padding: 22px 0 0;
}

.section--collection .product-card__body h3 {
    min-height: 2.2em;
    margin-bottom: 16px;
    font-size: clamp(1.15rem, 1.45vw, 1.65rem);
}

.section--brand .brand-split__copy h2 em {
    color: #e94b40;
    font-style: normal;
}

.news-card__action {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 13px 10px 20px;
    color: var(--ink);
    border: 1px solid #e3dfdc;
    background: #faf9f8;
    font-family: var(--accent);
    font-size: 0.76rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

/* Reset the earlier generic news-image link rule for this explicit action. */
.news-card > .news-card__action {
    display: flex;
    overflow: visible;
    border: 1px solid #e3dfdc;
    background: #faf9f8;
}

.news-card__action i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--paper);
    border-radius: 50%;
    background: var(--brand);
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.news-card__action:hover {
    color: var(--paper);
    border-color: var(--brand);
    background: var(--brand);
    transform: translateY(-2px);
}

.news-card > .news-card__action:hover {
    border-color: var(--brand);
    background: var(--brand);
}

.news-card__action:hover i {
    color: var(--brand);
    background: var(--paper);
    transform: rotate(45deg);
}

@media (max-width: 999px) {
    .collection-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 32px;
    }

    .collection-heading__aside {
        min-width: 0;
        max-width: 610px;
    }

    .section--collection .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hero__fade {
        height: 170px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 40%, rgba(255, 255, 255, 0.54) 76%, var(--paper) 100%);
    }

    .section--collection {
        padding-top: 66px;
    }

    .collection-heading {
        gap: 26px;
    }

    .collection-heading h2 {
        font-size: clamp(2.05rem, 9vw, 3.1rem);
        letter-spacing: -0.055em;
        white-space: normal;
    }

    .collection-heading__title {
        margin-top: 14px;
        font-size: clamp(1.55rem, 7vw, 2.35rem);
    }

    .collection-heading__aside {
        gap: 20px;
    }

    .section--collection .button--outline {
        width: auto;
    }

    .section--collection .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 14px;
    }

    .section--collection .product-card__body h3 {
        min-height: 0;
        font-size: 1.15rem;
    }

    .news-card__action {
        min-height: 54px;
    }
}
