/* ============================================================
   FIXORA — Shared site stylesheet (light / North American B2B)
   ============================================================ */
:root {
    --primary-orange: #FF6B35;
    --dark-gray: #1a1a1a;
    --light-gray: #f5f5f5;
    --warm-bg: #fafafa;
    --warm-panel: #faf9f7;
    --border-color: #e0ddd8;
    --text-dark: #1a1a1a;
    --text-light: #666666;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text-dark); line-height: 1.6; background: #fff; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: 'Inter', sans-serif; transition: all 0.3s ease; cursor: pointer; border: none; }

/* Layout helpers */
.section-container { max-width: 1300px; margin: 0 auto; padding: 0 2rem; }
section { padding: 5.5rem 0; }
.eyebrow { display: block; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 2px; color: var(--primary-orange); font-weight: 600; margin-bottom: 1rem; }

.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 { font-family: 'Marcellus', serif; font-size: 2.7rem; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 1rem; color: var(--text-dark); }
.section-header p { font-size: 1.05rem; color: var(--text-light); max-width: 720px; margin: 0 auto; }
.section-cta { text-align: center; margin-top: 3rem; }

/* ---------- Navigation ---------- */
.navbar { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--border-color); backdrop-filter: blur(10px); background-color: rgba(255,255,255,0.95); }
.nav-container { max-width: 1400px; margin: 0 auto; padding: 1.2rem 2rem; display: flex; justify-content: space-between; align-items: center; position: relative; }
.logo { display: flex; align-items: center; gap: 0.6rem; cursor: pointer; }
.logo-img { height: 30px; width: auto; display: block; }
.logo-fixora { font-family: 'Marcellus', serif; font-size: 1.5rem; letter-spacing: 2px; color: var(--text-dark); }
.nav-menu { display: flex; list-style: none; gap: 2rem; align-items: center; }
.nav-menu a { font-size: 0.85rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.8px; color: var(--text-dark); position: relative; }
.nav-menu a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px; background: var(--primary-orange); transition: width 0.3s ease; }
.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }
.nav-menu a.active { color: var(--primary-orange); }
.language-selector { margin-left: 0.8rem; padding-left: 1.4rem; border-left: 1px solid var(--border-color); }
.language-selector select { font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; background: transparent; border: none; cursor: pointer; color: var(--text-dark); padding: 0.25rem; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-dark); line-height: 1; }

/* ---------- Products mega-menu ---------- */
.nav-item.has-mega { position: static; }
.mega-menu {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid var(--border-color);
    box-shadow: 0 22px 46px rgba(0,0,0,0.12);
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 1100;
}
.nav-item.has-mega:hover > .mega-menu,
.nav-item.has-mega:focus-within > .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-inner { max-width: 1280px; margin: 0 auto; padding: 2.4rem 2rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.mega-menu a { text-transform: none; letter-spacing: normal; }
.mega-menu a::after { content: none; }
.mega-thumb { display: block; height: 200px; border-radius: 5px; overflow: hidden; margin-bottom: 1.2rem; }
.mega-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mega-col:hover .mega-thumb img { transform: scale(1.05); }
.mega-cat { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; font-family: 'Marcellus', serif; font-size: 1.25rem; color: var(--text-dark); padding-bottom: 0.7rem; margin-bottom: 0.5rem; border-bottom: 1px solid var(--border-color); }
.mega-cat:hover { color: var(--primary-orange); }
.mega-cat .status { font-family: 'Inter', sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 0.25rem 0.6rem; border-radius: 20px; white-space: nowrap; }
.mega-cat .status.available { background: var(--primary-orange); color: #fff; }
.mega-cat .status.soon { color: var(--text-light); border: 1px solid var(--border-color); }
.mega-list { list-style: none; }
.mega-list li a { display: block; padding: 0.5rem 0; color: var(--text-light); font-size: 0.95rem; font-weight: 500; }
.mega-list li a:hover { color: var(--primary-orange); padding-left: 6px; }
.mega-list .has-sub { position: relative; }
.mega-list .has-sub > a::after { content: '\25B8'; position: static; background: none; width: auto; height: auto; margin-left: 0.45rem; font-size: 0.72rem; color: var(--text-light); vertical-align: middle; transition: color 0.2s ease; }
.mega-list .has-sub:hover > a::after { color: var(--primary-orange); }
.mega-sub { list-style: none; position: absolute; left: 100%; top: -0.6rem; min-width: 210px; background: #fff; border: 1px solid var(--border-color); border-radius: 6px; box-shadow: 0 16px 36px rgba(0,0,0,0.14); padding: 0.5rem 0.4rem; opacity: 0; visibility: hidden; transform: translateX(-8px); transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; z-index: 30; }
.mega-list .has-sub:hover > .mega-sub { opacity: 1; visibility: visible; transform: translateX(0); }
.mega-sub li a { display: block; padding: 0.4rem 0.85rem; font-size: 0.88rem; color: var(--text-light); font-weight: 500; white-space: nowrap; border-radius: 4px; }
.mega-sub li a:hover { color: var(--primary-orange); background: var(--warm-bg); padding-left: 0.85rem; }
.product-group { scroll-margin-top: 100px; }

/* ---------- Buttons ---------- */
.btn { padding: 1rem 2.2rem; border-radius: 2px; font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; display: inline-block; transition: all 0.3s ease; }
.btn-primary { background-color: var(--primary-orange); color: #fff; }
.btn-primary:hover { background-color: #ff5722; transform: translateY(-3px); box-shadow: 0 12px 30px rgba(255,107,53,0.3); }
.btn-secondary { background-color: transparent; color: #fff; border: 2px solid #fff; }
.btn-secondary:hover { background-color: #fff; color: var(--primary-orange); }
.btn-outline { background-color: transparent; color: var(--text-dark); border: 1px solid var(--border-color); }
.btn-outline:hover { border-color: var(--primary-orange); color: var(--primary-orange); }
.learn-more { display: inline-block; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary-orange); padding-bottom: 3px; border-bottom: 2px solid transparent; transition: all 0.3s ease; }
.learn-more:hover { border-color: var(--primary-orange); }

/* ---------- Home hero (cinematic Ken Burns pan) ---------- */
.hero { position: relative; height: auto; min-height: 660px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-image-bg, .hero-video {
    position: absolute; inset: -4%;
    width: 108%; height: 108%;
    object-fit: cover;
    background: url('../images/hero-entry.jpg') center/cover;
    transform-origin: center;
    will-change: transform;
    animation: heroKenBurns 30s ease-in-out infinite alternate;
}
@keyframes heroKenBurns {
    0%   { transform: scale(1.06) translate3d(0, 0, 0); }
    50%  { transform: scale(1.16) translate3d(-2%, -1.2%, 0); }
    100% { transform: scale(1.10) translate3d(1.8%, 0.6%, 0); }
}
.hero::after {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(to top, rgba(40,28,18,0.84) 0%, rgba(62,46,30,0.46) 45%, rgba(40,28,18,0.58) 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; color: #fff; max-width: 860px; padding: 0 2rem; }
@media (prefers-reduced-motion: reduce) {
    .hero-image-bg, .hero-video { animation: none; transform: scale(1.04); }
}
.hero .eyebrow { color: var(--primary-orange); }
.hero h1 { font-family: 'Marcellus', serif; font-size: 3.4rem; font-weight: 400; line-height: 1.14; letter-spacing: 1px; margin-bottom: 1.4rem; text-shadow: 0 2px 20px rgba(0,0,0,0.35); }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.92); margin: 0 auto 2.4rem; line-height: 1.8; max-width: 640px; }
.hero-buttons { display: flex; gap: 1.3rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Inner-page hero (banner band) ---------- */
.page-hero { background: var(--warm-panel); border-bottom: 1px solid var(--border-color); padding: 3.5rem 0 3.8rem; }
.page-hero .breadcrumb { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 1.2rem; }
.page-hero .breadcrumb a:hover { color: var(--primary-orange); }
.page-hero .breadcrumb span { color: var(--primary-orange); }
.page-hero h1 { font-family: 'Marcellus', serif; font-size: 3rem; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 1rem; }
.page-hero p { font-size: 1.1rem; color: var(--text-light); max-width: 720px; }

/* ---------- Feature cards (image-led) ---------- */
.feature-grid { display: grid; gap: 2rem; }
.serve-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.why-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.products-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.feature-card { background: #fff; border-radius: 4px; border: 1px solid var(--border-color); box-shadow: 0 2px 10px rgba(0,0,0,0.05); transition: all 0.3s ease; overflow: hidden; text-align: left; color: inherit; display: block; }
.feature-card:hover { box-shadow: 0 16px 38px rgba(0,0,0,0.12); transform: translateY(-6px); }
.feature-media { height: 230px; background: #ece9e4; overflow: hidden; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.feature-card:hover .feature-media img { transform: scale(1.05); }
.feature-body { padding: 1.8rem; }
.feature-card h3 { font-size: 1.2rem; margin-bottom: 0.7rem; font-weight: 600; }
.feature-card p { color: var(--text-light); line-height: 1.7; font-size: 0.97rem; }
.card-cta { display: inline-block; margin-top: 1rem; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary-orange); }
.product-model { display: block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary-orange); margin-bottom: 0.4rem; }

/* Why reasons — large image cards */
.reasons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; }
.reason-card { background: #fff; border: 1px solid var(--border-color); border-radius: 6px; overflow: hidden; transition: all 0.3s ease; }
.reason-card:hover { box-shadow: 0 18px 42px rgba(0,0,0,0.12); transform: translateY(-6px); }
.reason-media { height: 210px; overflow: hidden; background: #ece9e4; }
.reason-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.reason-card:hover .reason-media img { transform: scale(1.05); }
.reason-body { padding: 1.9rem 2.1rem 2.3rem; }
.reason-body .num { font-family: 'Marcellus', serif; font-size: 2rem; color: var(--primary-orange); line-height: 1; margin-bottom: 0.7rem; display: block; }
.reason-body h3 { font-size: 1.35rem; font-weight: 600; margin-bottom: 0.7rem; }
.reason-body p { color: var(--text-light); line-height: 1.8; font-size: 1rem; }

/* Compact value cards (home Why preview / generic) */
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.value-card { background: #fff; border: 1px solid var(--border-color); border-top: 3px solid var(--primary-orange); border-radius: 4px; padding: 2rem 1.6rem; transition: all 0.3s ease; }
.value-card:hover { box-shadow: 0 14px 32px rgba(0,0,0,0.1); transform: translateY(-5px); }
.value-card .n { font-family: 'Marcellus', serif; font-size: 1.2rem; color: var(--text-light); margin-bottom: 0.8rem; }
.value-card h3 { font-size: 1.12rem; font-weight: 600; margin-bottom: 0.6rem; }
.value-card p { color: var(--text-light); font-size: 0.95rem; line-height: 1.7; }

/* Resource cards */
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.resource-card { display: flex; flex-direction: column; text-align: center; background: #fff; border: 1px solid var(--border-color); border-radius: 8px; padding: 3rem 2rem; transition: all 0.3s ease; }
.resource-card:hover { box-shadow: 0 18px 42px rgba(0,0,0,0.1); transform: translateY(-6px); }
.resource-icon { width: 84px; height: 84px; margin: 0 auto 1.6rem; border-radius: 50%; background: rgba(255,107,53,0.1); display: flex; align-items: center; justify-content: center; font-size: 2.2rem; }
.resource-card h3 { font-family: 'Marcellus', serif; font-size: 1.5rem; font-weight: 400; margin-bottom: 0.9rem; color: var(--text-dark); }
.resource-card p { color: var(--text-light); line-height: 1.75; font-size: 0.97rem; margin-bottom: 2rem; flex-grow: 1; }
.resource-card .btn { align-self: center; }
@media (max-width: 900px) { .resource-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1180px; margin: 0 auto; }
@media (max-width: 1060px) { .catalog-grid { grid-template-columns: repeat(2, 1fr); max-width: 800px; } }
@media (max-width: 760px) { .catalog-grid { grid-template-columns: 1fr; max-width: 460px; } }
.catalog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; transition: all 0.3s ease; }
.catalog-card:hover { box-shadow: 0 18px 42px rgba(0,0,0,0.1); transform: translateY(-6px); }
.catalog-media { height: 250px; overflow: hidden; background: var(--warm-bg); }
.catalog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.catalog-card:hover .catalog-media img { transform: scale(1.05); }
.catalog-body { display: flex; flex-direction: column; flex-grow: 1; text-align: center; padding: 2.2rem 2rem 2.4rem; }
.catalog-body h3 { font-family: 'Marcellus', serif; font-size: 1.4rem; font-weight: 400; margin-bottom: 0.9rem; color: var(--text-dark); line-height: 1.3; }
.catalog-body p { color: var(--text-light); line-height: 1.75; font-size: 0.95rem; margin-bottom: 1.8rem; flex-grow: 1; }
.catalog-body .btn { align-self: center; }

/* FAQ accordion */
.faq-group { max-width: 860px; margin: 0 auto; }
.faq-cat { margin-bottom: 3rem; }
.faq-cat:last-child { margin-bottom: 0; }
.faq-cat-title { font-family: 'Marcellus', serif; font-size: 1.5rem; font-weight: 400; color: var(--text-dark); margin-bottom: 1.3rem; padding-bottom: 0.6rem; border-bottom: 2px solid var(--primary-orange); display: inline-block; }
.faq-item { border: 1px solid var(--border-color); border-radius: 6px; background: #fff; margin-bottom: 0.9rem; overflow: hidden; transition: box-shadow 0.3s ease; }
.faq-item[open] { box-shadow: 0 10px 28px rgba(0,0,0,0.08); }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.2rem 1.4rem; font-weight: 600; font-size: 1rem; color: var(--text-dark); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.6rem; color: var(--primary-orange); font-weight: 400; line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item summary:hover { color: var(--primary-orange); }
.faq-answer { padding: 0 1.4rem 1.3rem; color: var(--text-light); line-height: 1.75; font-size: 0.95rem; }

/* Icon fact cards (Quick Facts / Product Strategy) */
.qf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.qf-card { text-align: center; background: #fff; border: 1px solid var(--border-color); border-radius: 6px; padding: 2.4rem 1.5rem; transition: all 0.3s ease; }
.qf-card:hover { box-shadow: 0 14px 32px rgba(0,0,0,0.1); transform: translateY(-5px); }
.qf-icon { width: 62px; height: 62px; margin: 0 auto 1.3rem; border-radius: 50%; background: rgba(255,107,53,0.1); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; }
.qf-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.55rem; }
.qf-card p { color: var(--text-light); font-size: 0.92rem; line-height: 1.65; }
@media (max-width: 900px) { .qf-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .qf-grid { grid-template-columns: 1fr; } }

/* Product groups / status */
.products { background: #fff; }
.product-group { margin-bottom: 3.5rem; }
.product-group:last-child { margin-bottom: 0; }
.product-group-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border-color); }
.product-group-title { font-family: 'Marcellus', serif; font-size: 1.7rem; font-weight: 400; letter-spacing: 0.5px; }
.product-status { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; padding: 0.4rem 0.9rem; border-radius: 2px; white-space: nowrap; }
.product-status.available { background: var(--primary-orange); color: #fff; }
.product-status:not(.available) { color: var(--text-light); border: 1px solid var(--border-color); }
.product-group.is-upcoming .products-grid { opacity: 0.6; }

/* Applications / project cards */
.projects, .applications { background: var(--warm-bg); }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.projects-grid.projects-4 { grid-template-columns: repeat(4, 1fr); }
.projects-grid.projects-4 .project-image { height: 210px; }
.projects-grid.projects-4 .project-card h3 { font-size: 1.2rem; padding: 1.4rem 1.4rem 0.5rem; }
.projects-grid.projects-4 .project-card p { padding: 0 1.4rem 1.6rem; font-size: 0.95rem; }
@media (max-width: 640px) { .projects-grid { grid-template-columns: 1fr; } }
@media (max-width: 1000px) { .projects-grid.projects-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .projects-grid.projects-4 { grid-template-columns: 1fr; } }
.project-card { overflow: hidden; border-radius: 4px; background: #fff; border: 1px solid var(--border-color); box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.project-card:hover { box-shadow: 0 14px 34px rgba(0,0,0,0.14); transform: translateY(-6px); }
.project-image { width: 100%; height: 340px; object-fit: cover; transition: transform 0.4s ease; }
.project-card:hover .project-image { transform: scale(1.05); }
.project-card h3 { font-size: 1.5rem; padding: 1.8rem 2rem 0.6rem; font-weight: 600; }
.project-card p { padding: 0 2rem 2rem; color: var(--text-light); line-height: 1.7; font-size: 1.05rem; }

/* Support cards */
.support { background: #fff; }
.support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 2rem; }
.support-card { background: #fff; padding: 2.4rem 2rem; border-radius: 4px; border: 1px solid var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: all 0.3s ease; }
.support-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.12); transform: translateY(-6px); }
.support-card h3 { font-family: 'Marcellus', serif; font-size: 1.4rem; font-weight: 400; margin-bottom: 1.3rem; padding-bottom: 0.9rem; border-bottom: 1px solid var(--border-color); }
.support-card ul { list-style: none; }
.support-card li { padding: 0.6rem 0; color: var(--text-light); padding-left: 1.5rem; position: relative; }
.support-card li::before { content: '▸'; position: absolute; left: 0; color: var(--primary-orange); }

/* Comparison */
.compare { background: var(--warm-bg); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: stretch; }
.compare-col { border: 1px solid var(--border-color); border-radius: 6px; padding: 2.5rem 2rem; background: #fff; }
.compare-col.direct { background: var(--warm-panel); }
.compare-col.fixora { border-color: rgba(255,107,53,0.5); box-shadow: 0 14px 36px rgba(0,0,0,0.08); }
.compare-col h3 { font-family: 'Marcellus', serif; font-size: 1.6rem; font-weight: 400; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border-color); }
.compare-col.fixora h3 { color: var(--primary-orange); }
.compare-col ul { list-style: none; }
.compare-col li { padding: 0.9rem 0; padding-left: 2rem; position: relative; color: var(--text-light); border-bottom: 1px solid var(--border-color); }
.compare-col li:last-child { border-bottom: none; }
.compare-col.direct li::before { content: '✕'; position: absolute; left: 0; color: #b0aaa2; font-weight: bold; }
.compare-col.fixora li::before { content: '✓'; position: absolute; left: 0; color: var(--primary-orange); font-weight: bold; }

/* About / generic split content */
.about { background: var(--warm-bg); }
.about-inner { max-width: 840px; margin: 0 auto; text-align: center; }
.about-inner h2 { font-family: 'Marcellus', serif; font-size: 2.5rem; font-weight: 400; margin-bottom: 1.3rem; }
.about-inner p { font-size: 1.12rem; color: var(--text-light); line-height: 1.85; }
.about .backed { margin-top: 1.5rem; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary-orange); font-weight: 700; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split.reverse .split-visual { order: 2; }
.split-visual img { width: 100%; border-radius: 6px; box-shadow: 0 12px 34px rgba(0,0,0,0.12); }
.split-text .eyebrow { text-align: left; }
.split-text h2 { font-family: 'Marcellus', serif; font-size: 2.1rem; font-weight: 400; margin-bottom: 1.2rem; }
.split-text p { color: var(--text-light); line-height: 1.85; margin-bottom: 1rem; }
.split + .split { margin-top: 4.5rem; }

/* Lists with checkmarks */
.values-list { list-style: none; margin-top: 1rem; }
.values-list li { padding: 0.7rem 0; padding-left: 2rem; position: relative; color: var(--text-light); }
.values-list li::before { content: '✓'; position: absolute; left: 0; color: var(--primary-orange); font-weight: bold; font-size: 1.1rem; }

/* Timeline */
.timeline { max-width: 820px; margin: 0 auto; position: relative; padding-left: 2rem; border-left: 2px solid var(--border-color); }
.timeline-item { position: relative; padding: 0 0 2.2rem 1.6rem; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ''; position: absolute; left: -2.55rem; top: 2px; width: 12px; height: 12px; border-radius: 50%; background: var(--primary-orange); border: 3px solid #fff; box-shadow: 0 0 0 1px var(--border-color); }
.timeline-item h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 0.3rem; }
.timeline-item .yr { font-family: 'Marcellus', serif; color: var(--primary-orange); font-size: 0.95rem; margin-bottom: 0.3rem; display: block; }
.timeline-item p { color: var(--text-light); font-size: 0.97rem; line-height: 1.7; }

/* Stats / capability strip */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem; text-align: center; }
.stat .num { font-family: 'Marcellus', serif; font-size: 2.6rem; color: var(--primary-orange); line-height: 1; margin-bottom: 0.5rem; }
.stat p { color: var(--text-light); font-size: 0.95rem; }

/* Partner */
.partner { background: var(--warm-bg); }
.partner-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: start; }
.partner-info h3 { font-family: 'Marcellus', serif; font-size: 1.7rem; font-weight: 400; margin-bottom: 1.2rem; }
.partner-info p { font-size: 1rem; color: var(--text-light); line-height: 1.85; margin-bottom: 1.2rem; }
.partner-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }

/* Contact */
.contact-card { background: #fff; padding: 2.5rem; border-radius: 4px; border: 1px solid var(--border-color); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.contact-card h3 { font-family: 'Marcellus', serif; font-size: 1.4rem; margin-bottom: 2rem; font-weight: 400; }
.contact-item { margin-bottom: 1.8rem; padding-bottom: 1.8rem; border-bottom: 1px solid var(--border-color); }
.contact-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-item strong { display: block; margin-bottom: 0.5rem; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-orange); }
.contact-item p { color: var(--text-light); margin-bottom: 0.25rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 1.1rem; }
.contact-form label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-dark); font-weight: 600; margin-bottom: 0.4rem; display: block; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--border-color); border-radius: 3px; font-family: 'Inter', sans-serif; font-size: 0.95rem; color: var(--text-dark); background: #fff; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: none; border-color: var(--primary-orange); }
.contact-form textarea { resize: vertical; min-height: 130px; }

/* CTA band */
.cta-band { background: var(--dark-gray); color: #fff; text-align: center; }
.cta-band h2 { font-family: 'Marcellus', serif; font-size: 2.2rem; font-weight: 400; margin-bottom: 1rem; }
.cta-band p { color: rgba(255,255,255,0.8); max-width: 620px; margin: 0 auto 2rem; }
.cta-band .btn-outline { color: #fff; border-color: rgba(255,255,255,0.5); }
.cta-band .btn-outline:hover { border-color: var(--primary-orange); color: var(--primary-orange); }
.cta-band .partner-ctas { justify-content: center; margin-bottom: 2.5rem; }
.cta-band .cta-note { font-size: 0.92rem; color: rgba(255,255,255,0.65); max-width: 520px; margin: 0 auto 0.75rem; }

/* ---------- Footer ---------- */
.footer { background: var(--dark-gray); color: rgba(255,255,255,0.9); padding: 3rem 0 1rem; }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 3rem; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { height: 26px; width: auto; display: block; margin-bottom: 1.2rem; }
.footer-tagline { font-family: 'Marcellus', serif; font-size: 1.15rem; color: #fff; letter-spacing: 0.5px; }
.footer-section h4 { font-family: 'Marcellus', serif; font-size: 1.1rem; margin-bottom: 1rem; color: var(--primary-orange); font-weight: 400; letter-spacing: 0.5px; }
.footer-section p { color: rgba(255,255,255,0.8); margin-bottom: 0.5rem; line-height: 1.6; font-size: 0.9rem; }
.footer-section ul { list-style: none; }
.footer-section ul li { margin-bottom: 0.6rem; }
.footer-section a { color: rgba(255,255,255,0.8); font-size: 0.9rem; }
.footer-section a:hover { color: var(--primary-orange); }
.footer-bottom { text-align: center; color: rgba(255,255,255,0.6); font-size: 0.85rem; padding: 1rem 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .menu-toggle { display: block; }
    .nav-menu { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 1.2rem; background: #fff; border-bottom: 1px solid var(--border-color); padding: 1.5rem 2rem; max-height: 0; overflow: hidden; opacity: 0; pointer-events: none; transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease; }
    .nav-menu.active { max-height: 1200px; opacity: 1; pointer-events: auto; }
    .language-selector { margin-left: 0; padding-left: 0; border-left: none; }
    /* mega-menu inline on mobile — collapsible accordion */
    .nav-item.has-mega { position: relative; width: 100%; }
    .nav-item.has-mega > a { display: inline-block; }
    .nav-item.has-mega::after { content: '\25BE'; position: absolute; top: 0.1rem; right: 0; font-size: 0.75rem; color: var(--text-light); padding: 0.2rem 0.3rem; pointer-events: none; transition: transform 0.3s ease; }
    .nav-item.has-mega.open::after { transform: rotate(180deg); color: var(--primary-orange); }
    .mega-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-top: none; background: transparent; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
    .nav-item.has-mega.open > .mega-menu { max-height: 1500px; }
    .mega-inner { display: block; max-width: none; padding: 0.6rem 0 0; }
    .mega-thumb { display: none; }
    .mega-col + .mega-col { margin-top: 1rem; }
    .mega-cat { font-size: 1rem; border-bottom: none; padding-bottom: 0.3rem; margin-bottom: 0.2rem; }
    .mega-list li a { padding: 0.45rem 0 0.45rem 0.8rem; font-size: 0.9rem; }
    .mega-sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; min-width: 0; padding: 0 0 0 0.8rem; }
    .mega-list .has-sub > a::after { content: none; }
    .split, .split.reverse .split-visual { grid-template-columns: 1fr; }
    .split { grid-template-columns: 1fr; gap: 2.5rem; }
    .split.reverse .split-visual { order: 0; }
    .compare-grid, .partner-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
    .hero h1 { font-size: 2.3rem; }
    .hero-buttons { flex-direction: column; }
    .section-header h2 { font-size: 2rem; }
    .page-hero h1 { font-size: 2.1rem; }
    .about-inner h2 { font-size: 1.9rem; }
    .partner-ctas .btn { text-align: center; }

    /* ---------- Swipeable card carousels on mobile ---------- */
    .is-carousel {
        position: relative;
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-auto-columns: 84%;
        gap: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-padding-left: 0;
        padding-bottom: 0.75rem;
        scrollbar-width: none;
    }
    .is-carousel::-webkit-scrollbar { display: none; }
    .is-carousel > * { scroll-snap-align: start; }
}
/* Carousel dot indicators (mobile only; hidden by default) */
.carousel-dots { display: none; }
@media (max-width: 768px) {
    .carousel-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.1rem; }
    .carousel-dots button { width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%; background: var(--border-color); cursor: pointer; transition: background 0.25s ease, transform 0.25s ease; }
    .carousel-dots button.active { background: var(--primary-orange); transform: scale(1.3); }
}
@media (max-width: 480px) {
    .hero { min-height: 500px; }
    .hero h1 { font-size: 1.8rem; }
    section { padding: 3rem 0; }
    .section-header h2 { font-size: 1.5rem; }
    .page-hero h1 { font-size: 1.7rem; }
}

/* ---- Site search ---- */
.nav-search { display: flex; align-items: center; }
.search-toggle { background: none; padding: 6px; display: flex; align-items: center; justify-content: center; color: var(--text-dark); border-radius: 50%; transition: background 0.2s ease, color 0.2s ease; }
.search-toggle:hover, .search-toggle[aria-expanded="true"] { background: rgba(255,107,53,0.1); color: var(--primary-orange); }
.search-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

body.ss-open { overflow: hidden; }
.site-search { position: fixed; inset: 0; z-index: 2000; }
.site-search[hidden] { display: none; }
.ss-backdrop { position: absolute; inset: 0; background: rgba(15,15,15,0.45); animation: ssFade 0.18s ease; }
.ss-panel { position: relative; max-width: 680px; margin: 8vh auto 0; background: #fff; border-radius: 8px; box-shadow: 0 24px 60px rgba(0,0,0,0.28); overflow: hidden; animation: ssRise 0.2s ease; }
@keyframes ssFade { from { opacity: 0; } }
@keyframes ssRise { from { opacity: 0; transform: translateY(-10px); } }

.ss-field { display: flex; align-items: center; gap: 0.75rem; padding: 1rem 1.1rem; border-bottom: 1px solid var(--border-color); }
.ss-icon { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: var(--primary-orange); stroke-width: 2; stroke-linecap: round; }
.ss-field input { flex: 1; min-width: 0; border: none; outline: none; font-family: inherit; font-size: 1.05rem; color: var(--text-dark); background: none; -webkit-appearance: none; appearance: none; }
.ss-field input::-webkit-search-cancel-button { display: none; }
.ss-close { background: none; font-size: 1.6rem; line-height: 1; color: var(--text-light); padding: 0 0.2rem; }
.ss-close:hover { color: var(--text-dark); }

.ss-status { padding: 0.6rem 1.15rem; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.4px; font-weight: 600; color: var(--text-light); background: #faf8f6; border-bottom: 1px solid var(--border-color); }
.ss-list { max-height: 58vh; overflow-y: auto; }
.ss-hint { padding: 1.6rem 1.15rem 2rem; color: var(--text-light); font-size: 0.92rem; }

.ss-hit { display: flex; align-items: center; gap: 0.9rem; padding: 0.7rem 1.15rem; border-bottom: 1px solid #f1efec; transition: background 0.15s ease; }
.ss-hit:last-child { border-bottom: none; }
.ss-hit:hover, .ss-hit.is-active { background: #fdf6f2; }
.ss-thumb { flex: 0 0 46px; width: 46px; height: 46px; border: 1px solid var(--border-color); border-radius: 4px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ss-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 3px; }
.ss-body { flex: 1; min-width: 0; }
.ss-title { display: block; font-weight: 600; font-size: 0.98rem; color: var(--text-dark); }
.ss-title mark { background: rgba(255,107,53,0.22); color: inherit; padding: 0 1px; border-radius: 2px; }
.ss-meta { display: block; font-size: 0.8rem; color: var(--text-light); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ss-kind { flex: 0 0 auto; font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 0.22rem 0.5rem; border-radius: 3px; color: var(--text-light); background: #f1efec; }
.ss-kind.ss-sku { color: var(--primary-orange); background: rgba(255,107,53,0.12); }

@media (max-width: 900px) {
    .nav-search { justify-content: flex-start; }
    .search-toggle { padding: 4px 0; }
}
@media (max-width: 640px) {
    .ss-panel { margin: 0; max-width: none; height: 100%; border-radius: 0; display: flex; flex-direction: column; }
    .ss-list { max-height: none; flex: 1; }
}

.product-group-title a { color: inherit; }
.product-group-title a:hover { color: var(--primary-orange); }
.group-head-aside { display: inline-flex; align-items: center; gap: 1.2rem; }
.group-all { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.4px; color: var(--primary-orange); white-space: nowrap; }
.group-all:hover { text-decoration: underline; }
