:root {
    --primary-fuse: #1A1A1A;
    --secondary-fuse: #F9F9F9;
    --accent-fuse: #000000;
    --bg-fuse: #FFFFFF;
    --surface-fuse: #FAFAFA;
    --text-primary: #111111;
    --text-secondary: #4A4A4A;
    --muted-fuse: #888888;
    --border-fuse: #E5E5E5
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: var(--text-primary);
    background-color: var(--bg-fuse);
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--primary-fuse)
}

.text-muted {
    color: var(--muted-fuse) !important
}

.section-spacing {
    padding: 120px 0
}

.border-top-fuse {
    border-top: 1px solid var(--border-fuse)
}

.border-bottom-fuse {
    border-bottom: 1px solid var(--border-fuse)
}

.btn-fuse {
    background: transparent;
    border: 1px solid var(--accent-fuse);
    border-radius: 0;
    color: var(--accent-fuse);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 15px 35px;
    transition: all .3s ease-out;
    display: inline-block;
    text-decoration: none;
    text-align: center
}

.btn-fuse:hover {
    background: var(--accent-fuse);
    color: var(--bg-fuse)
}

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--bg-fuse)
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.hero-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5) grayscale(0.5)
}

.category-card {
    border: 1px solid var(--border-fuse);
    padding: 3rem;
    height: 100%;
    transition: background .3s ease-out;
    text-decoration: none;
    color: inherit;
    display: block
}

.category-card:hover {
    background: var(--surface-fuse)
}

.category-title {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted-fuse);
    margin-bottom: 1rem;
    display: block
}

.navbar-fuse {
    padding: 1.5rem 0;
    background: var(--bg-fuse);
    border-bottom: 1px solid var(--border-fuse)
}

.editorial-text {
    font-size: 1.1rem;
    color: var(--text-secondary)
}

.serif-italic {
    font-style: italic
}

/* ===== header ===== */
.header-f-notes {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    z-index: 1050;
}

.header-f-notes .navbar {
    background-color: #FFFFFF !important;
}

.header-f-notes .logo-img {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.header-f-notes .brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1A1A1A;
    letter-spacing: -0.01em;
}

.header-f-notes .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4A4A4A !important;
    padding: 0.5rem 1.25rem !important;
    transition: color 0.3s ease-in-out;
}

.header-f-notes .nav-link:hover,
.header-f-notes .nav-link:focus {
    color: #000000 !important;
}

.header-f-notes .dropdown-menu {
    border: 1px solid #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem 0;
    margin-top: 0.5rem;
}

.header-f-notes .dropdown-item {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1.5rem;
    color: #4A4A4A;
}

.header-f-notes .dropdown-item:hover {
    background-color: #FAFAFA;
    color: #000000;
}

.header-f-notes .btn-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    text-decoration: none;
    transition: all 0.3s ease-out;
    white-space: nowrap;
}

.header-f-notes .btn-header-cta:hover {
    background-color: #000000;
    color: #FFFFFF !important;
}

.header-f-notes .navbar-toggler {
    padding: 0.25rem;
    color: #000000;
}

.header-f-notes .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .header-f-notes .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
    }

    .header-f-notes .nav-link {
        padding: 0.75rem 0 !important;
    }

    .header-f-notes .nav-cta-wrapper {
        padding-top: 1rem;
        border-top: 1px solid #E5E5E5;
        margin-top: 1rem;
    }

    .header-f-notes .dropdown-menu {
        border: none;
        padding: 0;
    }
}

/* ===== hero ===== */
.fuse-hero-block {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1A1A1A;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 60px;
}

.fuse-hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fuse-hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fuse-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(26, 26, 26, 0.6) 100%);
    z-index: 1;
}

.fuse-hero-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.fuse-hero-block .container {
    position: relative;
    z-index: 3;
}

.fuse-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    color: #FFFFFF;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.fuse-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #E0E0E0;
    max-width: 600px;
    font-weight: 300;
    line-height: 1.7;
}

.fuse-btn {
    display: inline-block;
    padding: 1rem 3rem;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-align: center;
}

.fuse-btn-primary {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.fuse-btn-primary:hover {
    background-color: #FFFFFF;
    color: #1A1A1A;
}

.fuse-hero-media-wrapper {
    position: relative;
    padding: 20px;
}

.fuse-hero-card {
    position: relative;
    background: #000000;
    aspect-ratio: 4/3;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.fuse-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}

.fuse-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.fuse-play-button {
    width: 80px;
    height: 80px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fuse-play-button svg {
    width: 32px;
    height: 32px;
}

.fuse-play-button:hover {
    background: #FFFFFF;
    color: #000000;
    transform: scale(1.1);
}

.fuse-hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    z-index: 1;
}

.fuse-hero-stats {
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fuse-stat-item {
    padding: 3rem 1.5rem;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.fuse-stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

.fuse-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: #888888;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .fuse-hero-block {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .fuse-hero-media-wrapper {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {
    .fuse-hero-title {
        font-size: 18px !important;
        hyphens: auto;
    }

    .fuse-hero-subtitle {
        font-size: 14px !important;
        margin-bottom: 2rem !important;
    }

    .fuse-btn {
        width: 100%;
        padding: 0.8rem 1.5rem;
    }

    .fuse-hero-stats {
        margin-top: 40px;
    }

    .fuse-stat-item {
        padding: 1.5rem 0.5rem;
    }

    .fuse-stat-value {
        font-size: 1.5rem;
    }

    .fuse-stat-label {
        font-size: 8px;
    }

    .fuse-stat-item:nth-child(2n) {
        border-right: none;
    }
}

/* ===== about-product ===== */
.about-product-block {
    background-color: #FFFFFF;
    overflow: hidden;
}

.about-product-block .about-product-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #111111;
    line-height: 1.1;
    font-weight: 400;
}

.about-product-block .about-product-lead {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4A4A4A;
    max-width: 540px;
}

.about-product-block .btn-fuse-outline {
    display: inline-block;
    padding: 1rem 2rem;
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-out;
}

.about-product-block .btn-fuse-outline:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.about-product-block .about-product-visual-container {
    min-height: 300px;
    border: 1px solid #E5E5E5;
}

.about-product-block .about-product-card {
    height: 100%;
    transition: background-color 0.3s ease;
}

.about-product-block .about-product-card:hover {
    background-color: #FAFAFA;
}

.about-product-block .fuse-icon {
    width: 32px;
    height: 32px;
    color: #111111;
}

.about-product-block .about-product-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #4A4A4A;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
}

.about-product-block .about-product-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 8px;
    height: 1px;
    background-color: #000000;
}

.about-product-block .border-end-md {
    border-right: 1px solid #E5E5E5;
}

@media (max-width: 767px) {
    .about-product-block .border-end-md {
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
    }

    .about-product-block .about-product-heading {
        font-size: 1.5rem;
    }

    .about-product-block .about-product-lead {
        font-size: 1rem;
    }
}

/* ===== categories ===== */
.fuse-categories-grid {
    padding: 120px 0;
    background-color: #FFFFFF;
    color: #111111;
}

.fuse-categories-grid .fuse-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 400;
    color: #111111;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.fuse-categories-grid .fuse-section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #4A4A4A;
    max-width: 600px;
    line-height: 1.7;
    margin-bottom: 3rem;
}

.fuse-categories-grid .fuse-card {
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    transition: background-color 0.3s ease-out;
}

.fuse-categories-grid .fuse-card:hover {
    background-color: #FAFAFA;
}

.fuse-categories-grid .fuse-card-image-wrapper {
    height: 240px;
    overflow: hidden;
    border-bottom: 1px solid #E5E5E5;
}

.fuse-categories-grid .fuse-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease-out;
}

.fuse-categories-grid .fuse-card:hover .fuse-card-img {
    filter: grayscale(0.3);
}

.fuse-categories-grid .fuse-card-body {
    padding: 3rem 2rem;
}

.fuse-categories-grid .fuse-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #111111;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.fuse-categories-grid .fuse-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #4A4A4A;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.fuse-categories-grid .fuse-btn {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    padding: 0.8rem 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.fuse-categories-grid .fuse-btn:hover {
    background: #000000;
    color: #FFFFFF;
}

.fuse-categories-grid .fuse-btn-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    transition: transform 0.3s ease-out;
}

.fuse-categories-grid .fuse-btn:hover .fuse-btn-icon {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .fuse-categories-grid {
        padding: 60px 0;
    }

    .fuse-categories-grid .fuse-section-title {
        font-size: 1.5rem;
    }

    .fuse-categories-grid .fuse-card-body {
        padding: 2rem 1.5rem;
    }
}

/* ===== cta ===== */
.cta-fusepart {
    padding: 120px 0 !important;
    background-color: #FAFAFA;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.cta-fusepart-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #111111;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.cta-fusepart-description {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #4A4A4A;
    max-width: 600px;
    line-height: 1.7;
}

.cta-fusepart-button {
    display: inline-flex;
    align-items: center;
    padding: 1.25rem 2.5rem;
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000 !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    white-space: nowrap;
}

.cta-fusepart-button:hover {
    background-color: #000000;
    color: #FFFFFF !important;
}

.cta-fusepart-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.75rem;
    transition: transform 0.3s ease;
}

.cta-fusepart-button:hover .cta-fusepart-icon {
    transform: translateX(4px);
}

@media (max-width: 767.98px) {
    .cta-fusepart {
        padding: 80px 0 !important;
    }

    .cta-fusepart-title {
        font-size: 1.5rem;
    }

    .cta-fusepart-button {
        width: 100%;
        justify-content: center;
    }
}

/* ===== footer ===== */
.footer-block {
    padding: 120px 0 60px;
    background-color: #FFFFFF;
    border-top: 1px solid #E5E5E5;
}

.footer-disclaimer-wrapper {
    margin-bottom: 80px;
}

.footer-disclaimer-card {
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
    padding: 2.5rem;
    border-radius: 0;
}

.footer-icon-svg {
    width: 24px;
    height: 24px;
    color: #111111;
}

.footer-disclaimer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
    color: #111111;
    margin-bottom: 0.75rem;
    text-transform: none;
}

.footer-disclaimer-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4A4A4A;
    margin: 0;
    max-width: 800px;
}

.footer-logo {
    max-width: 45px;
    height: auto;
    margin-bottom: 1.5rem;
}

.footer-site-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #111111;
    margin-bottom: 1rem;
}

.footer-site-description {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    color: #4A4A4A;
    line-height: 1.7;
    max-width: 320px;
}

.footer-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 2rem;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-link {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    color: #4A4A4A;
    text-decoration: none;
    transition: color 0.3s ease;
    width: fit-content;
    position: relative;
}

.footer-link:hover {
    color: #000000;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-contact-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #111111;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s ease;
}

.footer-contact-link:hover {
    opacity: 0.7;
    color: #111111;
}

.footer-address-info {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #888888;
    margin-top: 0.5rem;
}

.footer-bottom-bar {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #E5E5E5;
}

.footer-copyright {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #888888;
    margin: 0;
}

.footer-legal-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #888888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-link:hover {
    color: #111111;
}

@media (max-width: 991px) {
    .footer-block {
        padding: 80px 0 40px;
    }

    .footer-disclaimer-wrapper {
        margin-bottom: 60px;
    }

    .footer-heading {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .footer-site-description {
        max-width: 100%;
    }

    .footer-main-content {
        text-align: left;
    }

    .footer-legal-links {
        justify-content: flex-start;
    }
}

/* ===== PAGE: brand ===== */
.brand-documentation-block {
  background-color: #FFFFFF;
  color: #111111;
}
.brand-documentation-block__title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
  color: #000000;
}
.brand-documentation-block__intro {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #4A4A4A;
  max-width: 800px;
}
.brand-documentation-block__subtitle {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #111111;
}
.brand-documentation-block__card {
  border-color: #E5E5E5 !important;
  border-radius: 0;
  transition: background-color 0.3s ease-out;
}
.brand-documentation-block__card:hover {
  background-color: #FAFAFA !important;
}
.brand-documentation-block__list li {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #111111;
}
.brand-documentation-block__manual-notice {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #888888;
}
.brand-documentation-block__trademark {
  border-top: 1px solid #E5E5E5 !important;
}
.brand-documentation-block__trademark-text {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #888888;
}
@media (max-width: 768px) {
  .brand-documentation-block__title {
    font-size: 28px !important;
  }
  .brand-documentation-block__subtitle {
    font-size: 20px !important;
  }
}

/* ===== PAGE: about ===== */
.about-section {
  padding: 120px 0;
  background-color: #FFFFFF;
  color: #111111;
}
.about-section .about-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  color: #1A1A1A;
  letter-spacing: -0.02em;
}
.about-section .about-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #4A4A4A;
  max-width: 600px;
}
.about-section .section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #1A1A1A;
}
.about-section .editorial-text {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color: #4A4A4A;
}
.about-section .border-end-md {
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 767.98px) {
  .about-section .border-end-md {
    border-right: none;
  }
  .about-section {
    padding: 60px 0;
  }
}
.about-section .value-card {
  border: 1px solid #E5E5E5;
  transition: background-color 0.3s ease-out;
}
.about-section .value-card:hover {
  background-color: #FAFAFA;
}
.about-section .value-number {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #888888;
}
.about-section .value-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #1A1A1A;
}
.about-section .value-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #4A4A4A;
  margin-bottom: 0;
}
.about-section .grayscale-hover {
  filter: grayscale(100%);
  transition: filter 0.5s ease-out;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.about-section .grayscale-hover:hover {
  filter: grayscale(0%);
}
.about-section .custom-list {
  list-style: none;
  padding-left: 0;
}
.about-section .custom-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #111111;
}
.about-section .custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 1px;
  background-color: #000000;
}

/* ===== PAGE: contact ===== */
.contact-info {
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  color: #111111;
}
.contact-info__heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #1A1A1A;
  line-height: 1.1;
}
.contact-info__subtext {
  font-weight: 300;
  color: #4A4A4A;
  line-height: 1.8;
}
.contact-info__card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  transition: background-color 0.3s ease-out;
}
.contact-info__card:hover {
  background-color: #FAFAFA;
}
.contact-info__icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.contact-info__icon {
  width: 24px;
  height: 24px;
}
.contact-info__card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1A1A1A;
}
.contact-info__card-text {
  font-weight: 300;
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.6;
}
.contact-info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1.25rem 2rem;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.contact-info__btn:hover {
  background-color: #000000;
  color: #FFFFFF !important;
}
.contact-info__btn--alt {
  background-color: #F5F5F5;
  border-color: #E5E5E5;
}
.contact-info__status {
  margin-top: auto;
}
.contact-info__status-dot {
  width: 8px;
  height: 8px;
  background-color: #10B981;
  border-radius: 50%;
  margin-right: 10px;
}
.contact-info__status-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888888;
}
.contact-info__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888888;
  display: block;
  margin-bottom: 4px;
}
.contact-info__value {
  font-weight: 400;
  color: #1A1A1A;
}

/* ===== PAGE: privacy ===== */
.privacy-policy-content {
  background-color: #FFFFFF;
  color: #1A1A1A;
  font-family: 'Inter', sans-serif;
}

.privacy-policy-content__main-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #111111;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.privacy-policy-content__intro {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #4A4A4A;
  font-weight: 300;
  border-left: 2px solid #1A1A1A;
  padding-left: 1.5rem;
}

.privacy-policy-content__section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #111111;
  letter-spacing: -0.01em;
}

.privacy-policy-content__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #4A4A4A;
  font-weight: 300;
}

.privacy-policy-content__list {
  list-style: none;
  padding-left: 0;
}

.privacy-policy-content__list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #4A4A4A;
  font-weight: 300;
}

.privacy-policy-content__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 8px;
  height: 1px;
  background-color: #1A1A1A;
}

.privacy-policy-content__divider {
  height: 1px;
  background-color: #E5E5E5;
  width: 100%;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .privacy-policy-content__main-title {
    font-size: 1.75rem;
  }
  .privacy-policy-content__section-title {
    font-size: 1.4rem;
  }
  .privacy-policy-content__intro {
    font-size: 1.1rem;
    padding-left: 1rem;
  }
}

/* ===== PAGE: terms ===== */
.terms-content {
  background-color: #FFFFFF;
  color: #111111;
  font-family: 'Inter', sans-serif;
}

.terms-content .terms-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #111111;
}

.terms-content .terms-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #111111;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0.75rem;
  display: inline-block;
  width: 100%;
}

.terms-content .terms-last-updated {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.terms-content .terms-divider {
  width: 60px;
  height: 2px;
  background-color: #000000;
  margin-top: 1rem;
}

.terms-content .terms-paragraph {
  font-weight: 300;
  line-height: 1.8;
  color: #4A4A4A;
  margin-bottom: 1.5rem;
}

.terms-content .terms-list {
  list-style: none;
  padding-left: 0;
}

.terms-content .terms-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
  color: #4A4A4A;
  line-height: 1.7;
}

.terms-content .terms-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 1px;
  background-color: #000000;
}

@media (max-width: 768px) {
  .terms-content .terms-title {
    font-size: 2rem;
  }
  .terms-content .terms-heading {
    font-size: 1.25rem;
  }
  .terms-content .terms-paragraph {
    font-size: 0.95rem;
  }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-section {
  background-color: #FFFFFF;
  color: #111111;
  font-family: 'Inter', sans-serif;
}

.disclaimer-section .disclaimer-container {
  padding: 1rem;
}

.disclaimer-section .disclaimer-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
  color: #1A1A1A;
  letter-spacing: -0.02em;
}

.disclaimer-section .disclaimer-date {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.disclaimer-section .disclaimer-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #000000;
}

.disclaimer-section .disclaimer-text {
  line-height: 1.8;
  font-weight: 300;
  color: #4A4A4A;
  margin-bottom: 1.5rem;
  text-align: justify;
  hyphens: auto;
}

.disclaimer-section .border-bottom,
.disclaimer-section .border-top {
  border-color: #E5E5E5 !important;
}

.disclaimer-section .font-italic {
  font-style: italic;
  color: #888888;
}

@media (max-width: 768px) {
  .disclaimer-section .disclaimer-title {
    font-size: 1.75rem;
  }
  
  .disclaimer-section .disclaimer-subtitle {
    font-size: 1.25rem;
  }
  
  .disclaimer-section .disclaimer-text {
    font-size: 0.95rem;
    text-align: left;
  }
}

/* ===== PAGE: project-documentation ===== */
.project-documentation-page {
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #111111;
}
.project-documentation-page .hero-title-main {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #111111;
}
.project-documentation-page .hero-subtitle-main {
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.project-documentation-page .section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
.project-documentation-page .revision-card {
  height: 100%;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-out;
}
.project-documentation-page .revision-card:hover {
  background-color: #fafafa;
}
.project-documentation-page .card-img-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.project-documentation-page .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
  transition: filter 0.3s ease-out;
}
.project-documentation-page .revision-card:hover .card-img-top {
  filter: grayscale(0%);
}
.project-documentation-page .card-body-custom {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.project-documentation-page .revision-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888888;
}
.project-documentation-page .revision-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #111111;
}
.project-documentation-page .revision-comment {
  font-style: italic;
  font-size: 14px;
  color: #4a4a4a;
  border-left: 2px solid #000;
  padding-left: 1rem;
}
.project-documentation-page .btn-custom {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 12px 24px;
  transition: all 0.3s ease-out;
}
.project-documentation-page .btn-custom:hover {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
}
.project-documentation-page .btn-custom-outline {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 12px 24px;
  transition: all 0.3s ease-out;
}
.project-documentation-page .btn-custom-outline:hover {
  background: #000000;
  color: #ffffff;
}

/* ===== PAGE: component-parameters ===== */
.fp-spec-list {
  background-color: #FFFFFF;
  color: #1A1A1A;
}

.fp-spec-list__heading {
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.02em;
  color: #111111;
}

.fp-spec-list__subheading {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  max-width: 600px;
}

.fp-spec-list__search-wrapper {
  min-width: 250px;
}

.fp-spec-list__search-wrapper input {
  border: 1px solid #E5E5E5;
  padding: 0.75rem 1rem;
  font-size: 14px;
  background-color: #FAFAFA;
}

.fp-spec-list__search-wrapper input:focus {
  border-color: #000000;
  box-shadow: none;
  background-color: #FFFFFF;
}

.fp-spec-card {
  height: 100%;
  border: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-out;
}

.fp-spec-card:hover {
  background-color: #FAFAFA;
}

.fp-spec-card__img-container {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
}

.fp-spec-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-out;
}

.fp-spec-card:hover .fp-spec-card__img {
  transform: scale(1.03);
}

.fp-spec-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.fp-spec-card__title {
  font-family: 'Playfair Display', serif;
  color: #111111;
}

.fp-spec-card__meta span {
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.fp-spec-card__link {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.fp-spec-card__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: width 0.3s ease;
}

.fp-spec-card__link:hover::after {
  width: 100%;
}

.fp-spec-list .btn-dark,
.fp-spec-list .btn-outline-dark {
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  border-radius: 0;
}

.fp-spec-list .btn-outline-dark:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* ===== PAGE: design-concepts ===== */
.design-concepts-section {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #111111;
}
.design-concepts-section h1, .design-concepts-section h2 {
  font-family: 'Playfair Display', serif;
}
.design-concepts-section .design-concepts-hero {
  background-color: #fafafa;
}
.design-concepts-section .concept-card {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  transition: background-color 0.3s ease-out;
}
.design-concepts-section .concept-card:hover {
  background-color: #fafafa;
}
.design-concepts-section .card-img-container {
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f5f5f5;
}
.design-concepts-section .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease-out;
}
.design-concepts-section .concept-card:hover .card-img-top {
  filter: grayscale(0%);
}
.design-concepts-section .btn-outline-dark {
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  border: 1px solid #000000;
}
.design-concepts-section .btn-dark {
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.15em;
  transition: all 0.3s ease-out;
}
.design-concepts-section .btn-dark:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.design-concepts-section .italic {
  font-style: italic;
}
@media (max-width: 767.98px) {
  .design-concepts-section h1 {
    font-size: 28px;
  }
  .design-concepts-section h2 {
    font-size: 24px;
  }
}

/* ===== PAGE: production-audit ===== */
.audit-logs-list {
  background-color: #FFFFFF;
  color: #111111;
}
.audit-logs-list .audit-main-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #1A1A1A;
  line-height: 1.1;
}
.audit-logs-list .audit-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  max-width: 600px;
  line-height: 1.7;
}
.audit-logs-list .audit-card {
  border: 1px solid #E5E5E5;
  transition: background-color 0.4s ease-out;
}
.audit-logs-list .audit-card:hover {
  background-color: #FAFAFA;
}
.audit-logs-list .audit-card-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-bottom: 1px solid #E5E5E5;
}
.audit-logs-list .audit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s ease;
}
.audit-logs-list .audit-card:hover .audit-img {
  filter: grayscale(0.5);
}
.audit-logs-list .audit-meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #888888;
}
.audit-logs-list .audit-divider {
  margin: 0 8px;
  color: #E5E5E5;
}
.audit-logs-list .audit-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #1A1A1A;
}
.audit-logs-list .audit-review-snippet {
  border-left: 2px solid #1A1A1A !important;
}
.audit-logs-list .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.audit-logs-list .audit-btn-primary {
  background-color: #1A1A1A;
  color: #FFFFFF;
  border: 1px solid #1A1A1A;
}
.audit-logs-list .audit-btn-primary:hover {
  background-color: #333333;
  border-color: #333333;
  color: #FFFFFF;
}
.audit-logs-list .audit-btn-secondary {
  background-color: transparent;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.audit-logs-list .audit-btn-secondary:hover {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.audit-logs-list .audit-btn-cta {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
  font-size: 14px;
  min-width: 240px;
}
.audit-logs-list .audit-btn-cta:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.audit-logs-list .tracking-widest {
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  .audit-logs-list .audit-card-body {
    padding: 2rem !important;
  }
}

.fusepart-comment-container {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 3rem;
    margin-bottom: -1px;
    transition: background-color 0.3s ease-out;
}

.fusepart-comment-container:hover {
    background-color: #FAFAFA;
}

.fp-avatar-circle {
    width: 56px;
    height: 56px;
    background: #1A1A1A;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-radius: 0;
    text-transform: uppercase;
}

.fp-author-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #111111;
}

.fp-author-label {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #888888;
}

.fp-comment-date {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #888888;
}

.fp-part-id {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #111111;
    margin-top: 4px;
}

.fp-intent-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    margin-bottom: 1rem;
}

.fp-comment-text {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    font-size: 16px;
    color: #4A4A4A;
    max-width: 800px;
}

.fp-action-btn {
    background: transparent;
    border: 1px solid #111111;
    padding: 8px 24px;
    color: #111111;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.15em;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.fp-action-btn:hover {
    background: #111111;
    color: #FFFFFF;
}

.fp-revision-tag {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888888;
}

.fp-reply-indentation {
    padding-left: 100px;
    position: relative;
}

.fp-reply-indentation::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #E5E5E5;
}

.reply-comment-card {
    padding: 2rem 3rem;
    border-top: none;
}

.small-avatar {
    width: 40px;
    height: 40px;
    font-size: 12px;
}

.reply-comment-card .fp-comment-text {
    font-size: 15px;
    color: #4A4A4A;
}

.btn-sm {
    padding: 6px 16px;
    font-size: 9px;
}

@media (max-width: 768px) {
    .fp-reply-indentation {
        padding-left: 20px;
    }

    .fp-reply-indentation::before {
        left: 10px;
    }

    .fusepart-comment-container {
        padding: 1.5rem;
    }
}


/* ===== PAGE TEMPLATE: project-documentation-list ===== */
.fuse-detail-wrapper .fuse-hero-block {
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1A1A1A;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 80px;
}

.fuse-detail-wrapper .fuse-hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fuse-detail-wrapper .fuse-hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fuse-detail-wrapper .fuse-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.fuse-detail-wrapper .fuse-hero-content {
    position: relative;
    z-index: 2;
}

.fuse-detail-wrapper .fuse-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.2;
}

.fuse-detail-wrapper .fuse-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #E0E0E0;
    max-width: 700px;
    font-weight: 300;
}

.fuse-detail-wrapper .fuse-image-container {
    border: 1px solid #E5E5E5;
    padding: 5px;
    background: #FFF;
}

.fuse-detail-wrapper .fuse-rich-text {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #4A4A4A;
}

.fuse-detail-wrapper .fuse-rich-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: #111;
}

.fuse-detail-wrapper .fuse-quote {
    border-left: 2px solid #000;
    padding: 1.5rem 2rem;
    background: #FAFAFA;
    font-style: italic;
}

.fuse-detail-wrapper .fuse-sidebar-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #111;
}

.fuse-detail-wrapper .fuse-btn-action {
    background: #000;
    color: #FFF;
    border-radius: 0;
    padding: 1rem;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.fuse-detail-wrapper .fuse-btn-action:hover {
    background: #333;
    color: #FFF;
}

.fuse-detail-wrapper .fuse-share-link {
    font-size: 0.8rem;
    color: #888;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.fuse-detail-wrapper .fuse-share-link:hover {
    color: #000;
}

.fusepart-comment-container {
    background: #FFF;
    padding: 2.5rem;
    border: 1px solid #E5E5E5;
    margin-bottom: 1.5rem;
}

.fp-avatar-circle {
    width: 48px;
    height: 48px;
    background: #F0F0F0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50%;
}

.fp-author-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #111;
}

.fp-author-label {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fp-comment-date {
    font-size: 0.75rem;
    color: #888;
}

.fp-part-id {
    font-family: monospace;
    font-size: 0.7rem;
    color: #AAA;
}

.fp-intent-title {
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.fp-action-btn {
    background: none;
    border: 1px solid #E5E5E5;
    padding: 0.5rem 1rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
}

.fp-action-btn:hover {
    border-color: #000;
    background: #FAFAFA;
}

.fp-revision-tag {
    font-size: 0.7rem;
    color: #888;
    font-weight: 500;
}

.fp-reply-indentation {
    margin-left: 3rem;
}

.fuse-detail-wrapper .form-control {
    border-radius: 0;
    border: 1px solid #E5E5E5;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

.fuse-detail-wrapper .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

@media (max-width: 768px) {
    .fuse-detail-wrapper .fuse-hero-block {
        padding-top: 100px;
        min-height: 300px;
    }

    .fp-reply-indentation {
        margin-left: 1rem;
    }

    .fusepart-comment-container {
        padding: 1.5rem;
    }
}

/* ===== PAGE TEMPLATE: component-parameters-list ===== */
.fp-detail-page {
    padding-top: 100px;
    background-color: #FFFFFF;
}

.fp-hero-detail {
    padding: 80px 0;
    border-bottom: 1px solid #E5E5E5;
    background-color: #FAFAFA;
}

.fp-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #111111;
    line-height: 1.2;
}

.fp-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #4A4A4A;
    max-width: 700px;
    font-weight: 300;
}

.fp-meta-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888888;
    margin-bottom: 0.25rem;
}

.fp-meta-value {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #111111;
}

.fp-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    border: 1px solid #000000;
}

.fp-cta-btn:hover {
    background-color: transparent;
    color: #000000;
}

.fp-detail-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #E5E5E5;
}

.fp-article-body {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #333333;
    font-weight: 300;
}

.fp-article-body h2,
.fp-article-body h3 {
    font-family: 'Playfair Display', serif;
    color: #111111;
    font-weight: 400;
}

.fp-feature-list {
    list-style: none;
    padding-left: 0;
}

.fp-feature-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.fp-feature-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #888888;
}

.fp-spec-card {
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
}

.fp-spec-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #111111;
}

.fp-spec-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fp-spec-value {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #111111;
}

.fp-share-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: 0.05em;
}

.fp-share-link {
    color: #111111;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.fp-share-link:hover {
    border-bottom-color: #111111;
}

.fp-avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #111111;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.fusepart-comment-container {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.fp-author-name {
    font-weight: 600;
    color: #111111;
}

.fp-author-label {
    font-size: 0.75rem;
    color: #888888;
}

.fp-comment-date {
    font-size: 0.75rem;
    color: #888888;
}

.fp-part-id {
    font-family: monospace;
    font-size: 0.7rem;
    color: #888888;
}

.fp-intent-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #111111;
    margin-bottom: 1rem;
}

.fp-comment-text {
    font-family: 'Inter', sans-serif;
    color: #4A4A4A;
    line-height: 1.6;
}

.fp-action-btn {
    background: transparent;
    border: none;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #111111;
    cursor: pointer;
}

.fp-revision-tag {
    font-size: 0.7rem;
    color: #888888;
    letter-spacing: 0.05em;
}

.fp-input {
    border-radius: 0;
    border: 1px solid #E5E5E5;
    padding: 0.75rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    background-color: #FFFFFF;
}

.fp-input:focus {
    border-color: #000000;
    box-shadow: none;
}

.fp-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888888;
}

.fp-submit-btn {
    width: 100%;
    padding: 1rem;
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.fp-submit-btn:hover {
    background-color: transparent;
    color: #000000;
}

@media (max-width: 767.98px) {
    .fp-hero-detail {
        padding: 40px 0;
    }

    .fp-hero-title {
        font-size: 18px !important;
    }

    .fp-hero-subtitle {
        font-size: 14px !important;
    }

    .fp-cta-btn {
        width: 100%;
        justify-content: center;
        margin-top: 2rem;
    }
}

/* ===== PAGE TEMPLATE: design-concepts-list ===== */
.fp-detail-hero {
    padding: 180px 0 80px;
    background-color: #1A1A1A;
    color: #FFFFFF;
    position: relative;
}

.fp-breadcrumb {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.fp-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.fp-breadcrumb .breadcrumb-item.active {
    color: #FFFFFF;
}

.fp-detail-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.fp-detail-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
}

.fp-meta-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}

.fp-meta-value {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
}

.fp-featured-media img {
    border: 1px solid #E5E5E5;
    object-fit: cover;
    max-height: 500px;
}

.fp-rich-text h2,
.fp-rich-text h3 {
    font-family: 'Playfair Display', serif;
    color: #111111;
}

.fp-rich-text p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 1.5rem;
}

.fp-quote-box {
    border-left: 3px solid #1A1A1A;
    padding-left: 2rem;
    font-style: italic;
}

.fp-quote-box p {
    font-size: 1.25rem;
    color: #111111;
}

.fp-tag {
    padding: 0.4rem 1rem;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #4A4A4A;
}

.fp-widget-title {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #111111;
}

.btn-rationale-cta {
    display: inline-flex;
    padding: 1rem 2rem;
    background: #1A1A1A;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-rationale-cta:hover {
    background: #000000;
    color: #FFFFFF;
}


.fusepart-comment-container {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 2.5rem;
    margin-bottom: 1.5rem;
}

.fp-avatar-circle {
    width: 48px;
    height: 48px;
    background: #1A1A1A;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.fp-avatar-circle.small-avatar {
    width: 36px;
    height: 36px;
    font-size: 12px;
}

.fp-author-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #111111;
}

.fp-author-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #888888;
}

.fp-comment-date {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #888888;
}

.fp-part-id {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #1A1A1A;
    font-weight: 600;
    margin-top: 4px;
}

.fp-intent-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111111;
}

.fp-comment-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4A4A4A;
}

.fp-action-btn {
    background: transparent;
    border: 1px solid #E5E5E5;
    padding: 0.5rem 1.25rem;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.fp-action-btn:hover {
    background: #FAFAFA;
    border-color: #1A1A1A;
}

.fp-revision-tag {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #888888;
    font-style: italic;
}

.fp-reply-indentation {
    margin-left: 3rem;
    border-left: 2px solid #E5E5E5;
    padding-left: 1.5rem;
}

.fp-input {
    border: 1px solid #E5E5E5 !important;
    border-radius: 0 !important;
    padding: 0.8rem 1rem !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
}

.fp-input:focus {
    border-color: #111111 !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .fp-detail-hero {
        padding: 120px 0 60px;
    }

    .fp-detail-title {
        font-size: 24px !important;
    }

    .fp-detail-subtitle {
        font-size: 14px !important;
    }

    .fp-reply-indentation {
        margin-left: 1rem;
    }

    .fusepart-comment-container {
        padding: 1.5rem;
    }
}

/* ===== PAGE TEMPLATE: production-audit-list ===== */
.audit-detail-block {
    background-color: #FFFFFF;
    position: relative;
}

.audit-meta-card {
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
    position: sticky;
    top: 100px;
}

.audit-content-card {
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
}

.audit-meta-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888888;
    display: block;
    margin-bottom: 5px;
}

.audit-meta-value {
    font-family: 'Playfair Display', serif;
    color: #1A1A1A;
    margin: 0;
}

.audit-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1A1A1A;
}

.audit-body-content {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    color: #4A4A4A;
}

.audit-detail-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: 1px solid #E5E5E5;
    filter: grayscale(20%);
    transition: filter 0.5s ease;
}

.audit-detail-img:hover {
    filter: grayscale(0%);
}

.btn-audit-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-audit-cta:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.audit-comments-section {
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
}

.comments-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.comments-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #000000;
}


.fusepart-comment-container {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 2.5rem;
    margin-bottom: 1.5rem;
}

.fp-avatar-circle {
    width: 48px;
    height: 48px;
    background: #1A1A1A;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50%;
}

.fp-author-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #111111;
}

.fp-author-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888888;
}

.fp-comment-date {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #888888;
}

.fp-part-id {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #1A1A1A;
    margin-top: 4px;
}

.fp-intent-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #111111;
}

.fp-comment-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4A4A4A;
}

.fp-action-btn {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.3s;
}

.fp-action-btn:hover {
    opacity: 0.6;
}

.fp-revision-tag {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: #888888;
    letter-spacing: 0.05em;
}

.fp-reply-indentation {
    padding-left: 3rem;
    border-left: 1px solid #E5E5E5;
    margin-bottom: 1.5rem;
}

.js-comment-textarea {
    border: 1px solid #E5E5E5;
    border-radius: 0;
    padding: 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    resize: none;
}

.js-comment-textarea:focus {
    border-color: #000000;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .audit-section-title {
        font-size: 1.5rem;
    }

    .audit-detail-img {
        height: 250px;
    }

    .fuse-hero-title {
        font-size: 18px !important;
    }

    .fuse-hero-subtitle {
        font-size: 14px !important;
    }

    .fp-reply-indentation {
        padding-left: 1.5rem;
    }

    .fusepart-comment-container {
        padding: 1.5rem;
    }
}