/* Global image placeholder (renders when a media field is empty) */
.img-placeholder {
    display: grid; place-items: center;
    width: 100%; height: 100%;
    background:
        repeating-linear-gradient(45deg, rgba(26,23,20,0.05) 0 10px, rgba(26,23,20,0.02) 10px 20px);
    border: 1px dashed rgba(26,23,20,0.22);
    border-radius: inherit;
    color: rgba(26,23,20,0.45);
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    min-height: 120px;
}
.img-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 49.5%, rgba(26,23,20,0.12) 49.5% 50.5%, transparent 50.5%),
                linear-gradient(45deg,  transparent 49.5%, rgba(26,23,20,0.12) 49.5% 50.5%, transparent 50.5%);
    pointer-events: none;
    border-radius: inherit;
    opacity: .5;
}
.img-placeholder { position: relative; overflow: hidden; }
.img-placeholder-label { position: relative; z-index: 1; background: rgba(255,253,249,0.9); padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(26,23,20,0.12); }

/* Simplepage Design System - consolidated stylesheet
   Source: simplepage-designs/*.html (inline <style> blocks)
   Each page's rules are scoped under body.page-<name>.
   Pair with site.media.css for responsive styles. */
/* Global reset (unscoped) - must apply to html/body, not just descendants */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
/* Smooth anchor scrolling + offset to account for the fixed floating nav */
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* Heading segment styles (used by _HeroHeading partial across all hero pages) */
.hero h1 .accent,
.blog-hero-title .accent,
.article-header h1 .accent { color: #C85A28; font-weight: 800; }
/* Text selection - brand burnt orange with white text (overrides tokens that don't exist) */
::selection { background: #C85A28; color: #fff; text-shadow: none; }
::-moz-selection { background: #C85A28; color: #fff; text-shadow: none; }
/* CTA "Got an idea" block - single source of truth, applies on every page */
section.cta { display: grid; grid-template-columns: 1.4fr 1fr; background: #1E1E1E; color: #fff; position: relative; overflow: hidden; margin: 80px 40px 40px; border-radius: 24px; align-items: stretch; }
section.cta .cta-left { padding: 72px 60px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
section.cta h2 { font-size: 3.2rem; font-weight: 800; letter-spacing: -2px; line-height: 1.05; margin: 0 0 20px; color: #fff; max-width: 9em; }
section.cta h2 .block { display: block; }
section.cta h2 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
section.cta p { color: rgba(255,255,255,0.55); font-size: 1rem; line-height: 1.7; margin: 0 0 32px; max-width: 420px; }
section.cta .btn-burnt { background: #C85A28; color: #fff; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-self: flex-start; align-items: center; gap: 10px; transition: all 0.3s; }
section.cta .btn-burnt:hover { background: #D97B4A; transform: translateY(-2px); }
section.cta .cta-details, section.cta .cta-meta { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 40px; }
section.cta .cta-detail-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.35); margin-bottom: 4px; }
section.cta .cta-detail-value { font-size: 0.9rem; color: rgba(255,255,255,0.7); }
section.cta .cta-right, section.cta .cta-img-col { position: relative; }
section.cta .cta-right img, section.cta .cta-img-col img { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; display: block; position: absolute; inset: 0; }
section.cta .cta-right::before, section.cta .cta-img-col::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, #1E1E1E, transparent 60%); z-index: 1; }
@media (max-width: 860px) {
    section.cta { grid-template-columns: 1fr; margin: 40px 20px; }
    section.cta .cta-left { padding: 60px 32px; }
    section.cta h2 { font-size: 2.4rem; }
    section.cta .cta-right, section.cta .cta-img-col { display: none; }
}
/* Rich Text block wrapper - padding + max-width + typography */
body section.rich-text-block,
body div.rich-text-block { max-width: 900px; margin: 0 auto; padding: 80px 80px; position: relative; z-index: 1; }
body .rich-text-block h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; line-height: 1.1; margin: 0 0 20px; color: #1E1E1E; }
body .rich-text-block h3 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.5px; margin: 36px 0 12px; color: #1E1E1E; }
body .rich-text-block h4 { font-size: 1.15rem; font-weight: 700; margin: 28px 0 8px; color: #1E1E1E; }
body .rich-text-block p { font-size: 1.05rem; line-height: 1.8; color: #555; margin: 0 0 20px; }
body .rich-text-block ul, body .rich-text-block ol { padding-left: 22px; margin: 0 0 20px; }
body .rich-text-block li { font-size: 1.05rem; line-height: 1.8; color: #555; margin-bottom: 6px; }
body .rich-text-block a { color: #C85A28; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
body .rich-text-block a:hover { color: #D97B4A; }
body .rich-text-block blockquote { border-left: 3px solid #C85A28; padding: 14px 0 14px 24px; margin: 28px 0; font-style: italic; color: #333; }
body .rich-text-block code { background: #F5F0EA; padding: 2px 6px; border-radius: 4px; font-size: 0.95rem; }
body .rich-text-block em { font-style: italic; color: #C85A28; }
@media (max-width: 768px) { body section.rich-text-block, body div.rich-text-block { padding: 48px 24px; } }

/* Tables inside rich-text blocks and article bodies - comparison grids etc */
body .rich-text-block table,
body .article-body table { width: 100%; border-collapse: collapse; margin: 32px 0; font-size: 0.95rem; background: #fff; border: 1px solid #E8E4DE; border-radius: 12px; overflow: hidden; }
body .rich-text-block thead,
body .article-body thead { background: #1E1E1E; color: #fff; }
body .rich-text-block th,
body .article-body th { text-align: left; padding: 14px 18px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.9); }
body .rich-text-block td,
body .article-body td { padding: 14px 18px; border-top: 1px solid #E8E4DE; color: #333; }
body .rich-text-block tbody tr:nth-child(even),
body .article-body tbody tr:nth-child(even) { background: #FDF9F2; }
body .rich-text-block tbody tr:hover,
body .article-body tbody tr:hover { background: rgba(200,90,40,0.06); }
body .rich-text-block td strong,
body .article-body td strong { color: #C85A28; font-weight: 800; }
/* Stats row inside article body */
body .article-body .stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; margin: 36px 0; padding: 28px; background: #FDF9F2; border-radius: 16px; border: 1px solid #E8E4DE; }
body .article-body .stats-row .stat { text-align: center; }
body .article-body .stats-row .stat .number { font-size: 2.2rem; font-weight: 800; color: #C85A28; letter-spacing: -0.5px; }
body .article-body .stats-row .stat .label { font-size: 0.75rem; font-weight: 600; color: #666; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
@media (max-width: 640px) {
    body .rich-text-block table,
    body .article-body table { font-size: 0.85rem; }
    body .rich-text-block th, body .article-body th,
    body .rich-text-block td, body .article-body td { padding: 10px 12px; }
}
/* Icon card description - always visible (unlike the hover-only arrow-hint) */
body .icon-card { display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; color: inherit; }
body .icon-card-desc { font-size: 0.9rem; line-height: 1.6; color: #555; margin: 12px 0 0; }
body div.icon-card { cursor: default; }
body div.icon-card:hover { transform: translateY(-4px); }
body div.icon-card h4 { font-size: 1.05rem; font-weight: 800; margin: 14px 0 0; letter-spacing: -0.3px; }
/* Wider cards on product/about pages - 3 columns rather than 6 */
body.page-product-page .icon-grid,
body.page-service-page .icon-grid,
body.page-about .icon-grid,
body.page-platform-page .icon-grid,
body.page-blog-template-sidebar .icon-grid,
body.page-blog .icon-grid { grid-template-columns: repeat(3, 1fr) !important; max-width: 1200px !important; gap: 24px !important; padding: 0 80px; }
body.page-product-page .icon-card,
body.page-service-page .icon-card,
body.page-about .icon-card,
body.page-platform-page .icon-card,
body.page-blog-template-sidebar .icon-card,
body.page-blog .icon-card { padding: 36px 28px; background: var(--cream, #FFFCF7); border: 1px solid var(--border, #E8E4DE); border-radius: 16px; text-align: left; align-items: flex-start; }
body.page-product-page .icon-card h4,
body.page-service-page .icon-card h4,
body.page-about .icon-card h4,
body.page-platform-page .icon-card h4,
body.page-blog-template-sidebar .icon-card h4,
body.page-blog .icon-card h4 { font-size: 1.15rem; }
body.page-product-page .icon-card-desc,
body.page-service-page .icon-card-desc,
body.page-about .icon-card-desc,
body.page-platform-page .icon-card-desc,
body.page-blog-template-sidebar .icon-card-desc,
body.page-blog .icon-card-desc { max-width: none; text-align: left; }
@media (max-width: 900px) {
    body.page-product-page .icon-grid,
    body.page-about .icon-grid,
    body.page-platform-page .icon-grid { grid-template-columns: repeat(2, 1fr) !important; padding: 0 32px; }
}
@media (max-width: 600px) {
    body.page-product-page .icon-grid,
    body.page-about .icon-grid,
    body.page-platform-page .icon-grid { grid-template-columns: 1fr !important; padding: 0 16px; }
}
/* Related products / services section (view-rendered below pageBuilder on product/service pages) */
body section.related-products, body section.related-services { padding: 120px 80px; background: #FFFCF7; position: relative; z-index: 1; }
body .related-products-inner, body .related-services-inner { max-width: 1280px; margin: 0 auto; }
body .related-products h2, body .related-services h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 8px; }
body .related-products-sub, body .related-services-sub { color: #666; font-size: 1.05rem; margin: 0 0 48px; }
body .related-products-grid, body .related-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
body .related-product-card, body .related-service-card { display: block; background: #fff; border: 1px solid #E8E4DE; border-radius: 16px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.related-product-card:hover, .related-service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); border-color: #C85A28; }
.related-product-card-img { height: 160px; background: #1E1E1E center/cover no-repeat; }
body .related-product-card-body, body .related-service-card-body { padding: 24px; }
.related-product-card-meta { display: flex; gap: 8px; align-items: center; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #C85A28; margin-bottom: 12px; }
.related-product-card-pill { background: rgba(200,90,40,0.1); padding: 3px 10px; border-radius: 999px; }
.related-product-card-domain { color: #999; text-transform: none; letter-spacing: 0; font-weight: 500; font-size: 0.8rem; }
body .related-product-card h3, body .related-service-card h3 { font-size: 1.3rem; font-weight: 800; margin: 0 0 8px; letter-spacing: -0.5px; }
body .related-product-card p, body .related-service-card p { font-size: 0.95rem; line-height: 1.6; color: #555; margin: 0 0 16px; }
body .related-product-card-arrow, body .related-service-card-arrow { font-size: 0.85rem; font-weight: 700; color: #C85A28; }
@media (max-width: 768px) {
    body section.related-products, body section.related-services { padding: 80px 24px; }
    body .related-products-grid, body .related-services-grid { grid-template-columns: 1fr; }
}
/* ============================================================
   page-404
   ============================================================ */
.page-404 * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-404 { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-404 { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-404 .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-404 nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-404 .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-404 .nav-logo span { color: var(--burnt-soft); }
.page-404 .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-404 .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-404 .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-404 .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.page-404 .error-page { min-height: 100vh; display: flex; align-items: center; justify-content: center;
            padding: 120px 80px; text-align: center; }
.page-404 .error-inner { max-width: 560px; }
.page-404 .error-code { font-size: 8rem; font-weight: 900; letter-spacing: -4px; line-height: 1;
            color: var(--burnt); opacity: 0.15; margin-bottom: -20px; }
.page-404 .error-inner h1 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.page-404 .error-inner h1 .thin { font-weight: 300; color: var(--text-light); }
.page-404 .error-inner p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 36px; }
.page-404 .error-links { display: flex; gap: 12px; justify-content: center; margin-bottom: 48px; }
.page-404 .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px;
            border-radius: 100px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: all 0.3s; }
.page-404 .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-404 .btn-outline { color: var(--text-mid); padding: 14px 28px; border-radius: 100px;
            font-weight: 600; font-size: 0.9rem; text-decoration: none;
            border: 1px solid var(--border); transition: all 0.2s; }
.page-404 .btn-outline:hover { border-color: var(--burnt); color: var(--burnt); }
.page-404 .error-suggestions { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.page-404 .error-suggestions a { font-size: 0.85rem; color: var(--text-light); text-decoration: none;
            transition: color 0.2s; }
.page-404 .error-suggestions a:hover { color: var(--burnt); }
/* Mobile menu button - hidden on desktop */
.page-404 .mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }
/* TABLET */
/* NAV MOBILE - 860px */
/* MOBILE */
/* SKIP LINK */
.page-404 .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-404 .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-404 .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-404 .mobile-menu.open { visibility: visible; opacity: 1; }
.page-404 .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-404 .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-404 .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-404 .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-404 .mobile-menu-close:hover { color: #fff; }
.page-404 .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-404 .mobile-menu-link:hover { color: #fff; }
.page-404 .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-404 .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.page-404 .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-404 .back-to-top.visible { opacity: 1; visibility: visible; }
.page-404 .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-about
   ============================================================ */
.page-about * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-about { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --sage: #7A9E7E;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-about { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-about .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-about nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-about .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-about .nav-logo span { color: var(--burnt-soft); }
.page-about .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-about .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-about .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-about .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.page-about .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
/* HERO */
.page-about .hero { min-height: 60vh; background: var(--charcoal); color: var(--white);
            padding: 160px 80px 80px; position: relative; overflow: hidden; }
.page-about .hero::before { content: ""; position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&q=80") center/cover; opacity: 0.15; }
.page-about .hero-inner { position: relative; z-index: 2; max-width: 700px; }
.page-about .hero-breadcrumb { display: flex; align-items: center; gap: 8px;
            font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 32px; }
.page-about .hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.page-about .hero-breadcrumb a:hover { color: var(--burnt-soft); }
.page-about .hero-breadcrumb .current { color: var(--burnt-soft); }
.page-about .hero h1 { font-size: 3.6rem; font-weight: 800; line-height: 1.1;
            letter-spacing: -2px; margin-bottom: 20px; }
.page-about .hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.page-about .hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.45); line-height: 1.8;
            max-width: 540px; }
/* STORY */
.page-about .story { padding: 120px 80px; }
.page-about .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.page-about .story-text h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 24px; line-height: 1.1; }
.page-about .story-text h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-about .story-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.page-about .story-image { position: sticky; top: 140px; border-radius: 20px; overflow: hidden;
            height: 500px; box-shadow: 0 20px 48px rgba(0,0,0,0.06); }
.page-about .story-image img { width: 100%; height: 100%; object-fit: cover; }
/* TEAM */
.page-about .team { padding: 120px 80px; background: var(--warm); }
.page-about .team h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.page-about .team h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-about .team-subtitle { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 48px; max-width: 500px; }
.page-about .team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; }
.page-about .team-card { background: var(--cream); border: 1px solid var(--border); border-radius: 20px;
            overflow: hidden; transition: all 0.3s; }
.page-about .team-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.page-about .team-card-img { height: 280px; overflow: hidden; }
.page-about .team-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.page-about .team-card:hover .team-card-img img { transform: scale(1.04); }
.page-about .team-card-body { padding: 28px; }
.page-about .team-card-body h4 { font-size: 1.3rem; font-weight: 800; margin-bottom: 2px; }
.page-about .team-card-body .role { font-size: 0.85rem; color: var(--burnt); font-weight: 600; margin-bottom: 12px; }
.page-about .team-card-body p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.page-about .team-links { display: flex; gap: 8px; }
.page-about .team-links a { display: flex; align-items: center; justify-content: center;
            width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 8px;
            text-decoration: none; transition: all 0.2s; font-size: 0.8rem; color: var(--text-mid); }
.page-about .team-links a:hover { border-color: var(--burnt); color: var(--burnt); background: rgba(200,90,40,0.04); }
/* VALUES */
.page-about .values { padding: 120px 80px; }
.page-about .values h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.page-about .values h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-about .values-subtitle { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 48px; max-width: 500px; }
.page-about .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
            max-width: 1000px; }
.page-about .value-card { padding: 36px; border: 1px solid var(--border); border-radius: 16px;
            transition: all 0.3s; cursor: default; }
.page-about .value-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.page-about .value-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.page-about .value-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
/* NUMBERS */
.page-about .numbers { padding: 100px 80px; background: var(--charcoal); color: var(--white);
            border-radius: 32px; margin: 0 40px; }
.page-about .numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
            max-width: 900px; margin: 0 auto; }
.page-about .numbers-stat { text-align: center; }
.page-about .numbers-stat .number { font-size: 2.4rem; font-weight: 800; color: var(--burnt-soft); }
.page-about .numbers-stat .label { font-size: 0.8rem; color: rgba(255,255,255,0.4); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
/* CTA */
.page-about .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.page-about .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-about footer { padding: 60px 80px 32px; }
.page-about .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-about .footer-brand { max-width: 280px; }
.page-about .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-about .footer-brand h3 span { color: var(--burnt); }
.page-about .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-about .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-about .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-about .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-about .footer-col a:hover { color: var(--burnt); }
.page-about .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-about .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-about .reveal.visible { opacity: 1; transform: translateY(0); }
.page-about .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-about .reveal-left.visible { opacity: 1; transform: translateX(0); }
.page-about .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-about .reveal-right.visible { opacity: 1; transform: translateX(0); }
/* Mobile menu button - hidden on desktop */
.page-about .mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }
/* TABLET */
/* NAV MOBILE - 860px */
/* MOBILE */
/* SKIP LINK */
.page-about .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-about .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-about .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-about .mobile-menu.open { visibility: visible; opacity: 1; }
.page-about .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-about .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-about .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-about .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-about .mobile-menu-close:hover { color: #fff; }
.page-about .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-about .mobile-menu-link:hover { color: #fff; }
.page-about .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-about .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
/* ACTIVE NAV STATE */
.page-about .nav-links a.active { color: var(--white, #fff); background: rgba(255,255,255,0.1); }
.page-about .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-about .back-to-top.visible { opacity: 1; visibility: visible; }
.page-about .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-blog-template-sidebar
   ============================================================ */
.page-blog-template-sidebar * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-blog-template-sidebar { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --text: #1E1E1E;
            --text-mid: #555; --text-light: #999; --white: #fff; --border: #E8E4DE; }
body.page-blog-template-sidebar { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-blog-template-sidebar .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-blog-template-sidebar nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-blog-template-sidebar .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-blog-template-sidebar .nav-logo span { color: var(--burnt-soft); }
.page-blog-template-sidebar .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-blog-template-sidebar .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-blog-template-sidebar .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-blog-template-sidebar .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
/* HEADER */
.page-blog-template-sidebar .article-header { max-width: 1200px; margin: 0 auto; padding: 160px 24px 48px; }
.page-blog-template-sidebar .article-meta { display: flex; align-items: center; gap: 16px; font-size: 0.8rem; color: var(--text-light); margin-bottom: 20px; }
.page-blog-template-sidebar .article-category { background: rgba(200,90,40,0.08); color: var(--burnt); padding: 4px 12px; border-radius: 50px; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; }
.page-blog-template-sidebar .article-meta .dot { width: 3px; height: 3px; background: var(--text-light); border-radius: 50%; }
.page-blog-template-sidebar .article-header h1 { font-size: 3rem; font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; max-width: 700px; }
/* LAYOUT */
.page-blog-template-sidebar .article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 60px;
            max-width: 1200px; margin: 0 auto; padding: 0 24px;
            align-items: start; width: 100%; }
/* BODY */
.page-blog-template-sidebar .article-body { min-width: 0; overflow: hidden; }
.page-blog-template-sidebar .article-body p { font-size: 1.05rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 24px; }
.page-blog-template-sidebar .article-body h2 { font-size: 1.7rem; font-weight: 800; margin: 40px 0 14px; letter-spacing: -0.5px; }
.page-blog-template-sidebar .article-body h3 { font-size: 1.25rem; font-weight: 700; margin: 32px 0 10px; }
.page-blog-template-sidebar .article-body img { width: 100%; border-radius: 14px; margin-bottom: 24px; display: block; }
.page-blog-template-sidebar .article-body blockquote { border-left: 3px solid var(--burnt); padding: 14px 0 14px 24px; margin: 32px 0; font-size: 1.1rem; font-style: italic; color: var(--text); line-height: 1.7; }
.page-blog-template-sidebar .article-body pre { background: var(--charcoal); color: rgba(255,255,255,0.8); padding: 20px; border-radius: 12px; overflow-x: auto; margin-bottom: 24px; font-size: 0.85rem; line-height: 1.6; }
.page-blog-template-sidebar .article-body ul, .page-blog-template-sidebar .article-body ol { padding-left: 24px; margin-bottom: 24px; }
.page-blog-template-sidebar .article-body li { font-size: 1.05rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 6px; }
.page-blog-template-sidebar .img-caption { font-size: 0.8rem; color: var(--text-light); text-align: center; margin-top: -16px; margin-bottom: 24px; }
/* SIDEBAR */
.page-blog-template-sidebar .sidebar { position: sticky; top: 120px; min-width: 0; }
.page-blog-template-sidebar .sidebar-section { margin-bottom: 36px; }
.page-blog-template-sidebar .sidebar-section h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-blog-template-sidebar .sidebar-author { display: flex; align-items: center; gap: 12px; padding: 20px;
            background: var(--white); border-radius: 14px; border: 1px solid var(--border); }
.page-blog-template-sidebar .sidebar-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.page-blog-template-sidebar .sidebar-author-name { font-weight: 700; font-size: 0.9rem; }
.page-blog-template-sidebar .sidebar-author-role { font-size: 0.8rem; color: var(--text-light); }
.page-blog-template-sidebar .sidebar-share { display: flex; gap: 8px; }
.page-blog-template-sidebar .sidebar-share a { display: flex; align-items: center; justify-content: center;
            width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 10px;
            text-decoration: none; transition: all 0.2s; }
.page-blog-template-sidebar .sidebar-share a:hover { border-color: var(--burnt); background: rgba(200,90,40,0.04); }
.page-blog-template-sidebar .sidebar-share a svg { width: 18px; height: 18px; fill: var(--text-mid); }
.page-blog-template-sidebar .sidebar-share a:hover svg { fill: var(--burnt); }
.page-blog-template-sidebar .sidebar-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.page-blog-template-sidebar .sidebar-tags span { background: var(--warm); border: 1px solid var(--border); padding: 4px 12px;
            border-radius: 50px; font-size: 0.75rem; font-weight: 600; color: var(--text-mid); }
.page-blog-template-sidebar .sidebar-related-wrap { position: relative; }
.page-blog-template-sidebar .sidebar-scroll-hint { display: none; }
.page-blog-template-sidebar .sidebar-related { display: flex; flex-direction: column; gap: 12px; }
.page-blog-template-sidebar .sidebar-related-item { display: flex; gap: 12px; padding: 12px; background: var(--white);
            border-radius: 10px; border: 1px solid var(--border); cursor: pointer; transition: all 0.2s; }
.page-blog-template-sidebar .sidebar-related-item:hover { border-color: var(--burnt); }
.page-blog-template-sidebar .sidebar-related-img { width: 64px; height: 64px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.page-blog-template-sidebar .sidebar-related-img img { width: 100%; height: 100%; object-fit: cover; }
.page-blog-template-sidebar .sidebar-related-tag { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--burnt); margin-bottom: 2px; }
.page-blog-template-sidebar .sidebar-related-title { font-size: 0.85rem; font-weight: 700; line-height: 1.3; }
.page-blog-template-sidebar .sidebar-info { font-size: 0.85rem; color: var(--text-light); }
.page-blog-template-sidebar .sidebar-info strong { color: var(--text); display: block; margin-bottom: 2px; }
/* BLOCK LIST */
.page-blog-template-sidebar .block-list { max-width: 1200px; margin: 60px auto 0; padding: 0 24px 80px; }
.page-blog-template-sidebar .bl-placeholder { border: 2px dashed var(--border); border-radius: 16px; padding: 48px; text-align: center; color: var(--text-light); font-size: 0.9rem; }
.page-blog-template-sidebar footer { padding: 60px 80px 32px; }
.page-blog-template-sidebar .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-blog-template-sidebar .footer-brand { max-width: 280px; }
.page-blog-template-sidebar .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-blog-template-sidebar .footer-brand h3 span { color: var(--burnt); }
.page-blog-template-sidebar .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-blog-template-sidebar .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-blog-template-sidebar .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-blog-template-sidebar .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-blog-template-sidebar .footer-col a:hover { color: var(--burnt); }
.page-blog-template-sidebar .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-blog-template-sidebar .mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
/* TABLET */
/* NAV MOBILE - 860px */
/* MOBILE */
/* SKIP LINK */
.page-blog-template-sidebar .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-blog-template-sidebar .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-blog-template-sidebar .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-blog-template-sidebar .mobile-menu.open { visibility: visible; opacity: 1; }
.page-blog-template-sidebar .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-blog-template-sidebar .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-blog-template-sidebar .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-blog-template-sidebar .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-blog-template-sidebar .mobile-menu-close:hover { color: #fff; }
.page-blog-template-sidebar .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-blog-template-sidebar .mobile-menu-link:hover { color: #fff; }
.page-blog-template-sidebar .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-blog-template-sidebar .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
/* SCROLL PROGRESS */
.page-blog-template-sidebar .scroll-progress { position: fixed; top: 0; left: 0; height: 3px; z-index: 101;
            background: var(--burnt, #C85A28); width: 0%;
            transition: width 0.1s linear; }
.page-blog-template-sidebar .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-blog-template-sidebar .back-to-top.visible { opacity: 1; visibility: visible; }
.page-blog-template-sidebar .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-blog
   ============================================================ */
.page-blog * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-blog { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
        --burnt: #C85A28; --burnt-soft: #D97B4A; --burnt-dark: #9f3c09;
        --sage: #7A9E7E;
        --text: #1E1E1E; --text-mid: #666; --text-light: #999;
        --white: #fff; --border: #E8E4DE;
        --surface: #FFFCF7; --surface-low: #F5F0EA; --surface-mid: #f0eded; --surface-high: #e5e2e1;
        --primary-fixed: #ffdbce; --on-primary-fixed: #370e00; }
body.page-blog { font-family: "Outfit", sans-serif; color: var(--text); background: var(--surface); overflow-x: hidden; }
body.page-blog::selection, .page-blog ::selection { background: #C85A28; color: #fff; }
.page-blog a { color: inherit; }
.page-blog img { display: block; max-width: 100%; }
.page-blog .material-symbols-outlined { font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.page-blog .editorial-mask { border-radius: 1.5rem 1.5rem 1.5rem 0; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-blog .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
        background-image:
            repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
            repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
            repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
            repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
            repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
            repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
            repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
/* SKIP LINK */
.page-blog .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
        background: var(--burnt); color: #fff; padding: 12px 24px;
        border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
        text-decoration: none; transition: top 0.2s; }
.page-blog .skip-link:focus { top: 0; }
/* NAV */
.page-blog nav.site-nav { position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100;
        background: rgba(30,30,30,0.85); backdrop-filter: blur(16px);
        border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-blog nav.site-nav .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; }
.page-blog .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); text-decoration: none; }
.page-blog .nav-logo span { color: var(--burnt-soft); }
.page-blog .nav-links { display: flex; gap: 8px; align-items: center; }
.page-blog .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-blog .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-blog .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.page-blog .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 8px 22px !important; border-radius: 8px; font-weight: 600 !important; margin-left: 8px; }
.page-blog .nav-cta:hover { background: var(--burnt-soft) !important; }
.page-blog .mobile-menu-btn { display: none; background: none; border: none; color: #fff; font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
/* MAIN LAYOUT */
.page-blog main { padding-top: 128px; max-width: 1440px; margin: 0 auto; position: relative; z-index: 1; }
/* HERO */
.page-blog .blog-hero-section { padding: 0 48px; margin-bottom: 96px; }
.page-blog .blog-hero-inner { display: flex; flex-direction: column; gap: 32px; }
.page-blog .blog-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: rgba(102,102,102,0.5); margin-bottom: 32px; }
.page-blog .blog-breadcrumb a { text-decoration: none; color: inherit; transition: color 0.2s; }
.page-blog .blog-breadcrumb a:hover { color: var(--burnt); }
.page-blog .blog-breadcrumb .current { color: var(--burnt); }
.page-blog .blog-hero-title { font-size: clamp(4rem, 10vw, 10rem); font-weight: 900;
        letter-spacing: -0.05em; line-height: 0.8; margin-bottom: 48px; }
.page-blog .blog-hero-title .dot { color: var(--burnt); }
/* FEATURED ARTICLE */
.page-blog .featured-article { position: relative; cursor: pointer; overflow: hidden;
        border-radius: 1.5rem; background: var(--surface-low);
        display: flex; flex-direction: column; min-height: 480px; }
.page-blog .featured-img-wrap { overflow: hidden; }
.page-blog .featured-img-wrap img { width: 100%; height: 100%; object-fit: cover;
        transition: transform 0.7s; }
.page-blog .featured-article:hover .featured-img-wrap img { transform: scale(1.05); }
.page-blog .featured-body { padding: 40px; display: flex; flex-direction: column;
        justify-content: center; gap: 20px; }
.page-blog .featured-label { color: var(--burnt); font-weight: 700;
        letter-spacing: 0.1em; font-size: 0.875rem; text-transform: uppercase; }
.page-blog .featured-body h2 { font-size: 1.875rem; font-weight: 800;
        letter-spacing: -0.025em; line-height: 1.1; }
.page-blog .featured-body p { color: var(--text-mid); line-height: 1.625;
        opacity: 0.8; max-width: 36rem; font-size: 1.125rem; }
.page-blog .featured-cta { margin-top: 32px;
        display: inline-flex; align-items: center; gap: 12px;
        color: var(--burnt); font-weight: 700;
        transition: gap 0.3s; }
.page-blog .featured-article:hover .featured-cta { gap: 20px; }
/* CATEGORY FILTER */
.page-blog .blog-category-filter { padding: 0 48px; margin-bottom: 48px; }
.page-blog .blog-category-filter-inner { display: flex; flex-wrap: wrap; gap: 8px; }
.page-blog .blog-category-filter-inner a { padding: 10px 20px; border-radius: 999px; font-size: 0.85rem;
        font-weight: 600; text-decoration: none; color: var(--text-mid);
        background: var(--surface-low); transition: all 0.2s; }
.page-blog .blog-category-filter-inner a.active { background: var(--burnt); color: var(--white); }
.page-blog .blog-category-filter-inner a:hover:not(.active) { background: var(--surface-mid); color: var(--text); }
/* ARTICLE GRID */
.page-blog .blog-article-grid { padding: 0 48px; margin-bottom: 128px; }
.page-blog .blog-article-grid .grid { display: grid;
        grid-template-columns: 1fr;
        column-gap: 32px; row-gap: 96px; }
.page-blog .article-card { display: flex; flex-direction: column; gap: 24px; cursor: pointer; }
.page-blog .article-card.offset { margin-top: 48px; }
.page-blog .article-card .thumb { overflow: hidden; aspect-ratio: 4/5;
        background: var(--surface-mid);
        border-radius: 1.5rem 1.5rem 1.5rem 0; }
.page-blog .article-card .thumb img { width: 100%; height: 100%; object-fit: cover;
        transition: transform 0.5s; }
.page-blog .article-card:hover .thumb img { transform: scale(1.1); }
.page-blog .article-meta { display: flex; flex-direction: column; gap: 12px; }
.page-blog .article-category { color: var(--burnt); font-weight: 700; font-size: 0.75rem;
        text-transform: uppercase; letter-spacing: 0.1em; }
.page-blog .article-card h3 { font-size: 1.5rem; font-weight: 700;
        letter-spacing: -0.025em; line-height: 1.2;
        transition: color 0.2s; }
.page-blog .article-card:hover h3 { color: var(--burnt); }
.page-blog .article-card p { color: var(--text-mid); font-weight: 300;
        display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
        overflow: hidden; }
/* CTA */
/* FOOTER */
.page-blog footer.site-footer { width: 100%; padding: 96px 0 48px; background: var(--surface-low); position: relative; z-index: 1; }
.page-blog footer .footer-grid { display: grid; grid-template-columns: 1fr; gap: 48px;
        max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.page-blog .footer-brand .logo { font-size: 1.5rem; font-weight: 900; color: var(--charcoal); margin-bottom: 24px; }
.page-blog .footer-brand .logo span { color: var(--burnt); }
.page-blog .footer-brand p { color: rgba(30,30,30,0.5); font-weight: 300; line-height: 1.625; }
.page-blog .footer-col { display: flex; flex-direction: column; gap: 16px; }
.page-blog .footer-col .heading { font-weight: 300; font-size: 0.875rem; text-transform: uppercase;
        letter-spacing: 0.1em; color: var(--burnt); }
.page-blog .footer-col a { color: rgba(30,30,30,0.5); text-decoration: none;
        transition: color 0.2s; }
.page-blog .footer-col a:hover { color: var(--burnt); }
.page-blog .footer-bottom { max-width: 1440px; margin: 96px auto 0; padding: 48px 48px 0;
        display: flex; flex-direction: column; justify-content: space-between;
        align-items: center; gap: 32px; border-top: 1px solid var(--border); }
.page-blog .footer-bottom .legal { font-weight: 300; font-size: 0.875rem; text-transform: uppercase;
        letter-spacing: 0.1em; color: rgba(30,30,30,0.5); }
/* BACK TO TOP */
.page-blog .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
        width: 44px; height: 44px; border-radius: 50%;
        background: var(--burnt); color: #fff; border: none;
        font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        display: flex; align-items: center; justify-content: center; }
.page-blog .back-to-top.visible { opacity: 1; visibility: visible; }
.page-blog .back-to-top:hover { background: var(--burnt-soft); transform: translateY(-2px); }
/* MOBILE MENU OVERLAY */
.page-blog .mobile-menu { position: fixed; inset: 0; z-index: 200;
        visibility: hidden; opacity: 0;
        transition: opacity 0.3s, visibility 0.3s; }
.page-blog .mobile-menu.open { visibility: visible; opacity: 1; }
.page-blog .mobile-menu-backdrop { position: absolute; inset: 0;
        background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-blog .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
        background: var(--charcoal); padding: 80px 32px 40px;
        transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex; flex-direction: column; gap: 8px; }
.page-blog .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-blog .mobile-menu-close { position: absolute; top: 20px; right: 20px;
        background: none; border: none; color: rgba(255,255,255,0.5);
        font-size: 1.5rem; cursor: pointer; padding: 8px;
        transition: color 0.2s; }
.page-blog .mobile-menu-close:hover { color: #fff; }
.page-blog .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
        text-decoration: none; font-size: 1.1rem; font-weight: 500;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: color 0.2s; }
.page-blog .mobile-menu-link:hover { color: #fff; }
.page-blog .mobile-menu-link.active { color: #fff; }
.page-blog .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
        gap: 8px; margin-top: 16px; padding: 14px 28px;
        background: var(--burnt); color: #fff; border-radius: 100px;
        text-decoration: none; font-weight: 600; font-size: 0.95rem;
        transition: background 0.3s; }
.page-blog .mobile-menu-cta:hover { background: var(--burnt-soft); }
/* TABLET */
/* NAV MOBILE - 860px */
/* MOBILE - 768px */
/* ============================================================
   page-contact-page
   ============================================================ */
.page-contact-page * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-contact-page { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --sage: #7A9E7E;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-contact-page { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-contact-page .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-contact-page nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-contact-page .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-contact-page .nav-logo span { color: var(--burnt-soft); }
.page-contact-page .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-contact-page .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-contact-page .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-contact-page .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
/* HERO */
.page-contact-page .hero { padding: 160px 80px 80px;
            background: var(--charcoal);
            color: var(--white);
            position: relative;
            overflow: hidden; }
.page-contact-page .hero::before { content: ""; position: absolute; inset: 0;
            background: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1920&q=80") center/cover;
            opacity: 0.15; }
.page-contact-page .hero-inner { position: relative; z-index: 2; }
.page-contact-page .hero-breadcrumb { display: flex; align-items: center; gap: 8px;
            font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 24px; }
.page-contact-page .hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.page-contact-page .hero-breadcrumb a:hover { color: var(--burnt-soft); }
.page-contact-page .hero-breadcrumb .current { color: var(--burnt-soft); }
.page-contact-page .hero h1 { font-size: 3.6rem; font-weight: 800; line-height: 1.05;
            letter-spacing: -2px; margin-bottom: 16px; }
.page-contact-page .hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.page-contact-page .hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.45); line-height: 1.8;
            max-width: 540px; }
/* MAIN LAYOUT */
.page-contact-page .contact-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px;
            padding: 60px 80px 120px; align-items: start; }
/* FORM */
.page-contact-page .form-section h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 6px; }
.page-contact-page .form-intro { font-size: 0.95rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 40px; }
.page-contact-page .form-group { margin-bottom: 28px; }
.page-contact-page .form-label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text);
            margin-bottom: 10px; }
.page-contact-page .form-input, .page-contact-page .form-textarea, .page-contact-page .form-select { width: 100%; padding: 16px 20px;
            border-radius: 14px; font-family: "Outfit", sans-serif; font-size: 0.95rem;
            color: var(--text); background: var(--warm); transition: all 0.25s;
            outline: none; border: 2px solid transparent; }
.page-contact-page .form-input:focus, .page-contact-page .form-textarea:focus, .page-contact-page .form-select:focus { border-color: var(--burnt); background: var(--white);
            box-shadow: 0 0 0 4px rgba(200,90,40,0.06); }
.page-contact-page .form-input::placeholder, .page-contact-page .form-textarea::placeholder { color: #aaa; }
.page-contact-page .form-textarea { min-height: 160px; resize: vertical; }
.page-contact-page .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.page-contact-page .form-submit { background: var(--burnt); color: var(--white); padding: 18px 40px;
            border-radius: 100px; font-weight: 700; font-size: 1rem;
            border: none; cursor: pointer; font-family: "Outfit", sans-serif;
            transition: all 0.3s; display: inline-flex; align-items: center; gap: 10px;
            box-shadow: 0 6px 20px rgba(200,90,40,0.2);
            margin-top: 8px; }
.page-contact-page .form-submit:hover { background: var(--burnt-soft); transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(200,90,40,0.25); }
.page-contact-page .form-note { font-size: 0.8rem; color: var(--text-light); margin-top: 20px; line-height: 1.6; }
.page-contact-page .form-footer { display: flex; align-items: center; justify-content: space-between;
            margin-top: 36px; }
/* DETAILS SIDE */
.page-contact-page .details-section { position: sticky; top: 140px; }
.page-contact-page .detail-block { margin-bottom: 40px; padding-bottom: 40px;
            border-bottom: 1px solid var(--border); }
.page-contact-page .detail-block:last-child { border-bottom: none; padding-bottom: 0; }
.page-contact-page .detail-block h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
            letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-contact-page .detail-item { margin-bottom: 16px; }
.page-contact-page .detail-item .label { font-size: 0.8rem; color: var(--text-light); margin-bottom: 2px; }
.page-contact-page .detail-item .value { font-size: 1rem; font-weight: 600; color: var(--text); }
.page-contact-page .detail-item .value a { color: var(--burnt); text-decoration: none; }
.page-contact-page .detail-item .value a:hover { text-decoration: underline; }
/* QUICK OPTIONS */
.page-contact-page .quick-options { display: flex; flex-direction: column; gap: 12px; }
.page-contact-page .quick-option { display: flex; align-items: center; gap: 16px; padding: 20px;
            background: var(--white); border: 1px solid var(--border);
            border-radius: 14px; cursor: pointer; transition: all 0.2s;
            text-decoration: none; color: var(--text); }
.page-contact-page .quick-option:hover { border-color: var(--burnt-soft); transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.page-contact-page .quick-option-icon { width: 44px; height: 44px; border-radius: 10px;
            display: flex; align-items: center; justify-content: center;
            font-size: 1.2rem; flex-shrink: 0; }
.page-contact-page .quick-option-icon.idea { background: rgba(200,90,40,0.08); }
.page-contact-page .quick-option-icon.product { background: rgba(122,158,126,0.1); }
.page-contact-page .quick-option-icon.support { background: rgba(91,164,217,0.1); }
.page-contact-page .quick-option h5 { font-size: 0.95rem; font-weight: 700; margin-bottom: 2px; }
.page-contact-page .quick-option p { font-size: 0.8rem; color: var(--text-mid); }
/* FAQ */
.page-contact-page .faq { padding: 100px 80px; background: var(--warm); }
.page-contact-page .faq-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.page-contact-page .faq-header { position: sticky; top: 140px; }
.page-contact-page .faq h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px;
            margin-bottom: 16px; }
.page-contact-page .faq h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-contact-page .faq-desc { font-size: 1.05rem; color: var(--text-mid); line-height: 1.7; }
.page-contact-page .faq-list { display: flex; flex-direction: column; }
.page-contact-page .faq-item { border-bottom: 1px solid var(--border); overflow: hidden; }
.page-contact-page .faq-question { display: flex; align-items: center; justify-content: space-between;
            padding: 24px 0; cursor: pointer; transition: color 0.2s;
            user-select: none; }
.page-contact-page .faq-question:hover { color: var(--burnt); }
.page-contact-page .faq-question h4 { font-size: 1.05rem; font-weight: 700; flex: 1; padding-right: 20px; }
.page-contact-page .faq-toggle { width: 32px; height: 32px; border-radius: 50%;
            background: var(--cream); border: 1px solid var(--border);
            display: flex; align-items: center; justify-content: center;
            font-size: 1.2rem; color: var(--text-mid); flex-shrink: 0;
            transition: all 0.3s; }
.page-contact-page .faq-item.active .faq-toggle { background: var(--burnt); border-color: var(--burnt); color: var(--white);
            transform: rotate(45deg); }
.page-contact-page .faq-answer { max-height: 0; overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s;
            padding: 0 0 0 0; }
.page-contact-page .faq-item.active .faq-answer { max-height: 200px;
            padding: 0 0 24px 0; }
.page-contact-page .faq-answer p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.8;
            padding-right: 52px; }
.page-contact-page footer { padding: 60px 80px 32px; }
.page-contact-page .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-contact-page .footer-brand { max-width: 280px; }
.page-contact-page .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-contact-page .footer-brand h3 span { color: var(--burnt); }
.page-contact-page .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-contact-page .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-contact-page .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-contact-page .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-contact-page .footer-col a:hover { color: var(--burnt); }
.page-contact-page .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-contact-page .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-contact-page .reveal.visible { opacity: 1; transform: translateY(0); }
.page-contact-page .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-contact-page .reveal-left.visible { opacity: 1; transform: translateX(0); }
.page-contact-page .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-contact-page .reveal-right.visible { opacity: 1; transform: translateX(0); }
.page-contact-page .mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
/* TABLET */
/* NAV MOBILE - 860px */
/* MOBILE */
/* SKIP LINK */
.page-contact-page .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-contact-page .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-contact-page .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-contact-page .mobile-menu.open { visibility: visible; opacity: 1; }
.page-contact-page .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-contact-page .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-contact-page .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-contact-page .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-contact-page .mobile-menu-close:hover { color: #fff; }
.page-contact-page .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-contact-page .mobile-menu-link:hover { color: #fff; }
.page-contact-page .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-contact-page .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.page-contact-page .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-contact-page .back-to-top.visible { opacity: 1; visibility: visible; }
.page-contact-page .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-homepage
   ============================================================ */
.page-homepage * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-homepage { --charcoal: #1E1E1E;
            --warm: #F5F0EA;
            --cream: #FFFCF7;
            --burnt: #C85A28;
            --burnt-soft: #D97B4A;
            --sage: #7A9E7E;
            --slate: #4A5568;
            --text: #1E1E1E;
            --text-mid: #666;
            --text-light: #999;
            --white: #fff; }
body.page-homepage { font-family: "Outfit", sans-serif;
            color: var(--text);
            background: var(--cream);
            overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-homepage .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
/* NAV */
.page-homepage nav { display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 40px;
            position: fixed;
            top: 16px; left: 40px; right: 40px;
            z-index: 100;
            background: rgba(30, 30, 30, 0.85);
            backdrop-filter: blur(16px);
            border-radius: 14px;
            border: 1px solid rgba(255,255,255,0.06); }
.page-homepage .nav-logo { font-size: 1.3rem;
            font-weight: 800;
            color: var(--white);
            letter-spacing: -0.5px; }
.page-homepage .nav-logo span { color: var(--burnt-soft); }
.page-homepage .nav-links { display: flex;
            gap: 8px;
            list-style: none;
            align-items: center; }
.page-homepage .nav-links a { text-decoration: none;
            color: rgba(255,255,255,0.6);
            font-weight: 500;
            font-size: 0.88rem;
            padding: 8px 16px;
            border-radius: 8px;
            transition: all 0.2s; }
.page-homepage .nav-links a:hover { color: var(--white);
            background: rgba(255,255,255,0.08); }
.page-homepage .nav-cta { background: var(--burnt) !important;
            color: var(--white) !important;
            padding: 9px 22px !important;
            border-radius: 8px;
            font-weight: 600 !important;
            transition: background 0.2s; }
.page-homepage .nav-cta:hover { background: var(--burnt-soft) !important; }
/* HERO - FULL DARK */
.page-homepage .hero { min-height: 100vh;
            background: var(--charcoal);
            color: var(--white);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 0 80px 80px;
            position: relative;
            overflow: hidden; }
.page-homepage .hero::before { content: "";
            position: absolute;
            inset: 0;
            background: url("https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1920&q=80") center/cover;
            opacity: 0.15; }
.page-homepage .hero-bg-text { display: none; }
.page-homepage .scatter-container { position: absolute;
            top: 18%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            z-index: 0;
            white-space: nowrap; }
.page-homepage .scatter-letter { font-family: "Outfit", sans-serif;
            font-size: 14vw;
            font-weight: 900;
            letter-spacing: -8px;
            display: inline-block;
            will-change: transform, opacity;
            color: rgba(255,255,255,0.4); }
.page-homepage .scatter-letter.orange { color: rgba(200, 90, 40, 0.5); }
@keyframes page-homepage-letterFloat { 0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); } }
.page-homepage .hero-content { position: relative;
            z-index: 2;
            max-width: 800px; }
.page-homepage .hero-label { font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--burnt-soft);
            margin-bottom: 28px; }
.page-homepage .hero h1 { font-size: clamp(2.8rem, 6vw, 5.5rem);
            font-weight: 800;
            line-height: 0.95;
            letter-spacing: -2px;
            margin-bottom: 20px; }
.page-homepage .hero h1 .thin { font-weight: 300;
            color: rgba(255,255,255,0.5); }
.page-homepage .hero-desc { font-size: 1rem;
            color: rgba(255,255,255,0.45);
            line-height: 1.8;
            max-width: 500px;
            margin-bottom: 40px;
            font-weight: 400; }
.page-homepage .hero-cta { display: inline-flex;
            align-items: center;
            align-self: flex-start;
            gap: 12px;
            background: var(--burnt);
            color: var(--white);
            padding: 14px 28px;
            border-radius: 100px;
            font-weight: 600;
            font-size: 0.95rem;
            text-decoration: none;
            transition: all 0.3s; }
.page-homepage .hero-cta:hover { background: var(--burnt-soft);
            transform: translateY(-2px); }
.page-homepage .hero-cta .arrow { width: 32px;
            height: 32px;
            background: rgba(255,255,255,0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem; }
/* FLOATING PRODUCT PREVIEWS - overlapping hero bottom */
.page-homepage .hero-previews { position: absolute;
            right: 80px;
            bottom: 60px;
            display: flex;
            gap: 16px;
            z-index: 3; }
.page-homepage .preview-card { background: rgba(255,255,255,0.06);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px;
            padding: 24px 28px;
            min-width: 180px;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.page-homepage .preview-card:nth-child(1) { animation: page-homepage-cardFloat1 5s ease-in-out infinite; }
.page-homepage .preview-card:nth-child(2) { animation: page-homepage-cardFloat2 6s ease-in-out 0.5s infinite; transform: translateY(-30px); }
.page-homepage .preview-card:nth-child(3) { animation: page-homepage-cardFloat3 5.5s ease-in-out 1s infinite; transform: translateY(-10px); }
@keyframes page-homepage-cardFloat1 { 0%, 100% { transform: translate(0, 0); }
            25% { transform: translate(6px, -10px); }
            50% { transform: translate(-4px, -6px); }
            75% { transform: translate(3px, 8px); } }
@keyframes page-homepage-cardFloat2 { 0%, 100% { transform: translate(0, -30px); }
            25% { transform: translate(-8px, -38px); }
            50% { transform: translate(5px, -24px); }
            75% { transform: translate(-3px, -34px); } }
@keyframes page-homepage-cardFloat3 { 0%, 100% { transform: translate(0, -10px); }
            25% { transform: translate(7px, -4px); }
            50% { transform: translate(-6px, -16px); }
            75% { transform: translate(4px, -8px); } }
.page-homepage .preview-card h4 { font-size: 1rem;
            font-weight: 700;
            margin-bottom: 4px; }
.page-homepage .preview-card p { font-size: 0.75rem;
            color: rgba(255,255,255,0.35); }
.page-homepage .preview-card .dot { width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--sage);
            display: inline-block;
            margin-right: 6px; }
.page-homepage .preview-card .dot.orange { background: var(--burnt-soft); }
.page-homepage .preview-card .dot.blue { background: #5BA4D9; }
/* PROOF STRIP */
.page-homepage .proof-strip { padding: 48px 80px;
            display: flex;
            justify-content: center;
            gap: 64px;
            border-bottom: 1px solid rgba(0,0,0,0.06); }
.page-homepage .proof-item { text-align: center; }
.page-homepage .proof-item .num { font-size: 2.4rem;
            font-weight: 800;
            color: var(--burnt);
            letter-spacing: -1px; }
.page-homepage .proof-item .label { font-size: 0.8rem;
            color: var(--text-light);
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px; }
/* MARQUEE */
.page-homepage .marquee { padding: 32px 0;
            overflow: hidden;
            border-bottom: 1px solid rgba(0,0,0,0.06);
            position: relative; }
.page-homepage .marquee-inner { display: flex;
            width: max-content;
            animation: page-homepage-marquee-scroll 25s linear infinite; }
.page-homepage .marquee-track { display: flex;
            gap: 48px;
            padding-right: 48px;
            flex-shrink: 0; }
.page-homepage .marquee-item { font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-light);
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 10px; }
.page-homepage .marquee-item .mdot { width: 5px;
            height: 5px;
            background: var(--burnt);
            border-radius: 50%; }
@keyframes page-homepage-marquee-scroll { 0% { transform: translateX(0); }
            100% { transform: translateX(-50%); } }
.page-homepage .marquee:hover .marquee-inner { animation-play-state: paused; }
/* SERVICES - TABBED */
.page-homepage .services-tabbed { padding: 120px 80px; }
.page-homepage .services-tabbed h2 { font-size: 3rem;
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 48px; }
.page-homepage .services-tabbed h2 em { font-style: italic;
            font-weight: 300;
            color: var(--burnt); }
.page-homepage .service-tabs { display: flex;
            gap: 0;
            border-bottom: 1px solid rgba(0,0,0,0.08);
            margin-bottom: 48px; }
.page-homepage .service-tab { padding: 16px 28px;
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-light);
            cursor: pointer;
            border-bottom: 2px solid transparent;
            transition: all 0.2s;
            white-space: nowrap; }
.page-homepage .service-tab:hover, .page-homepage .service-tab.active { color: var(--burnt);
            border-bottom-color: var(--burnt); }
.page-homepage .service-detail { display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center; }
.page-homepage .service-detail-text h3 { font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 16px;
            letter-spacing: -0.5px; }
.page-homepage .service-detail-text p { font-size: 1rem;
            color: var(--text-mid);
            line-height: 1.8;
            margin-bottom: 24px; }
.page-homepage .service-detail-text .sa-link { display: inline-flex;
            align-items: center;
            gap: 6px;
            color: var(--burnt);
            font-weight: 600;
            text-decoration: none;
            font-size: 0.9rem;
            margin-bottom: 24px; }
.page-homepage .service-detail-text .sa-link:hover { text-decoration: underline; }
.page-homepage .service-detail-img { border-radius: 20px;
            overflow: hidden;
            height: 360px; }
.page-homepage .service-detail-img img { width: 100%;
            height: 100%;
            object-fit: cover; }
.page-homepage .service-features { display: flex;
            flex-wrap: wrap;
            gap: 8px; }
.page-homepage .service-features span { background: var(--warm);
            border: 1px solid rgba(0,0,0,0.06);
            padding: 6px 14px;
            border-radius: 8px;
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--text-mid); }
.page-homepage .service-panel { display: none; }
.page-homepage .service-panel.active { display: grid; }
/* PRODUCTS - LARGE OVERLAPPING CARDS */
.page-homepage .products { padding: 80px 80px 120px;
            position: relative; }
.page-homepage .products-header { margin-bottom: 80px;
            display: flex;
            justify-content: space-between;
            align-items: flex-end; }
.page-homepage .products-header h2 { font-size: 3.2rem;
            font-weight: 800;
            letter-spacing: -1.5px; }
.page-homepage .products-header h2 .light { font-weight: 300;
            color: var(--text-mid); }
.page-homepage .products-header a { color: var(--burnt);
            font-weight: 600;
            text-decoration: none;
            font-size: 0.95rem; }
.page-homepage .product-stack { display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px; }
.page-homepage .p-card { border-radius: 20px;
            padding: 48px;
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden; }
.page-homepage .p-card:hover { transform: translateY(-8px); }
.page-homepage .p-card.dark { background: var(--charcoal);
            color: var(--white);
            grid-row: span 2; }
.page-homepage .p-card.warm { background: var(--warm); }
.page-homepage .p-card.sage-bg { background: #EDF2EE; }
.page-homepage .p-card.burnt-bg { background: #FFF0E8; }
.page-homepage .p-card-img { position: absolute;
            top: 0; right: 0;
            width: 50%;
            height: 100%;
            object-fit: cover;
            border-radius: 0 20px 20px 0;
            pointer-events: none;
            mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.7) 100%);
            -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.7) 100%); }
.page-homepage .p-card.dark .p-card-img { opacity: 0.4; }
.page-homepage .p-card-tag { position: absolute;
            top: 32px;
            right: 32px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 100px;
            background: rgba(0,0,0,0.06);
            color: var(--text-mid); }
.page-homepage .p-card.dark .p-card-tag { background: rgba(255,255,255,0.08);
            color: rgba(255,255,255,0.5); }
.page-homepage .p-card h3 { font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 8px;
            letter-spacing: -0.5px; }
.page-homepage .p-card .domain { font-size: 0.85rem;
            color: var(--burnt);
            font-weight: 600;
            margin-bottom: 12px; }
.page-homepage .p-card.dark .domain { color: var(--burnt-soft); }
.page-homepage .p-card p { font-size: 0.9rem;
            color: var(--text-mid);
            line-height: 1.7;
            max-width: 360px; }
.page-homepage .p-card.dark p { color: rgba(255,255,255,0.4); }
/* QUOTE */
.page-homepage .quote-section { padding: 120px 80px;
            max-width: 900px;
            margin: 0 auto;
            text-align: center; }
.page-homepage .quote-mark { font-size: 4rem;
            color: var(--burnt);
            line-height: 1;
            margin-bottom: 20px; }
.page-homepage .quote-text { font-size: 1.8rem;
            font-weight: 500;
            line-height: 1.5;
            letter-spacing: -0.5px;
            margin-bottom: 24px;
            color: var(--charcoal); }
.page-homepage .quote-author { font-size: 0.9rem;
            color: var(--text-light); }
/* BLOG - SCATTERED LAYOUT */
.page-homepage .blog { padding: 80px 80px 120px;
            background: var(--warm); }
.page-homepage .blog-header { margin-bottom: 60px; }
.page-homepage .blog-header h2 { font-size: 3.2rem;
            font-weight: 800;
            letter-spacing: -1.5px; }
.page-homepage .blog-masonry { display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 24px; }
.page-homepage .blog-masonry .b-card:nth-child(2) { margin-top: 48px; }
.page-homepage .b-card { background: var(--white);
            border-radius: 16px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s; }
.page-homepage .b-card:hover { transform: translateY(-6px); }
.page-homepage .b-card-img { height: 220px;
            background: var(--cream);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: var(--text-light); }
.page-homepage .b-card-body { padding: 28px; }
.page-homepage .b-card-tag { font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--burnt);
            margin-bottom: 10px; }
.page-homepage .b-card h4 { font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 8px;
            line-height: 1.35; }
.page-homepage .b-card p { font-size: 0.85rem;
            color: var(--text-mid);
            line-height: 1.6; }
/* CTA - BOXED GRID (aligned with blocklist partial) */
/* FOOTER */
.page-homepage footer { padding: 60px 80px 32px; }
.page-homepage .footer-top { display: grid;
            grid-template-columns: 2.5fr 1fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 48px; }
.page-homepage .footer-brand { max-width: 280px; }
.page-homepage .footer-brand h3 { font-size: 1.3rem;
            font-weight: 800;
            margin-bottom: 12px;
            letter-spacing: -0.5px; }
.page-homepage .footer-brand p { font-size: 0.85rem;
            color: var(--text-mid);
            line-height: 1.7; }
.page-homepage .footer-col h5 { font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--text-light);
            margin-bottom: 16px; }
.page-homepage .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-homepage .footer-col a { color: var(--text-mid);
            text-decoration: none;
            font-size: 0.85rem;
            transition: color 0.2s; }
.page-homepage .footer-col a:hover { color: var(--burnt); }
.page-homepage .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08);
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
            color: var(--text-light); }
/* SCROLL ANIMATIONS */
.page-homepage .reveal { opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.7s ease, transform 0.7s ease; }
.page-homepage .reveal.visible { opacity: 1; transform: translateY(0); }
.page-homepage .reveal-left { opacity: 0;
            transform: translateX(-40px);
            transition: opacity 0.7s ease, transform 0.7s ease; }
.page-homepage .reveal-left.visible { opacity: 1; transform: translateX(0); }
.page-homepage .reveal-right { opacity: 0;
            transform: translateX(40px);
            transition: opacity 0.7s ease, transform 0.7s ease; }
.page-homepage .reveal-right.visible { opacity: 1; transform: translateX(0); }
.page-homepage .stagger > * { transition-delay: calc(var(--i, 0) * 0.08s); }
/* MOBILE MENU BUTTON (hidden on desktop) */
.page-homepage .mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.page-homepage .mobile-menu-btn span, .page-homepage .mobile-menu-btn::before, .page-homepage .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.page-homepage .mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.page-homepage .mobile-menu-btn::before { top: 0; }
.page-homepage .mobile-menu-btn::after { bottom: 0; }
/* ACCORDION STYLES (hidden on desktop, shown on tablet+mobile) */
.page-homepage .service-accordion { display: none; }
.page-homepage .accordion-item { border-bottom: 1px solid rgba(0,0,0,0.08); }
.page-homepage .accordion-trigger { display: flex; align-items: center; justify-content: space-between;
            padding: 20px 0; cursor: pointer; user-select: none; transition: color 0.2s; }
.page-homepage .accordion-trigger:hover { color: var(--burnt); }
.page-homepage .accordion-trigger h4 { font-size: 1.1rem; font-weight: 700; }
.page-homepage .accordion-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--warm);
            display: flex; align-items: center; justify-content: center;
            font-size: 1rem; color: var(--text-mid); flex-shrink: 0; transition: all 0.3s; }
.page-homepage .accordion-item.active .accordion-toggle { background: var(--burnt); color: var(--white); transform: rotate(45deg); }
.page-homepage .accordion-body { max-height: 0; overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.page-homepage .accordion-item.active .accordion-body { max-height: 600px; }
.page-homepage .accordion-body-inner { padding: 0 0 24px; }
.page-homepage .accordion-body-inner p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.page-homepage .accordion-body-inner img { width: 100%; border-radius: 12px; margin-bottom: 16px; }
.page-homepage .accordion-body-inner .service-features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.page-homepage .accordion-body-inner .service-features span { background: var(--warm); border: 1px solid rgba(0,0,0,0.06);
            padding: 4px 12px; border-radius: 8px; font-size: 0.75rem; font-weight: 600; color: var(--text-mid); }
/* TABLET - 1024px */
/* NAV MOBILE - 860px */
/* MOBILE - 768px */
/* SKIP LINK */
.page-homepage .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-homepage .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-homepage .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-homepage .mobile-menu.open { visibility: visible; opacity: 1; }
.page-homepage .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-homepage .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-homepage .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-homepage .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-homepage .mobile-menu-close:hover { color: #fff; }
.page-homepage .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-homepage .mobile-menu-link:hover { color: #fff; }
.page-homepage .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-homepage .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
/* ACTIVE NAV STATE */
.page-homepage .nav-links a.active { color: var(--white, #fff); background: rgba(255,255,255,0.1); }
.page-homepage .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-homepage .back-to-top.visible { opacity: 1; visibility: visible; }
.page-homepage .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-platform-page
   ============================================================ */
.page-platform-page * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-platform-page { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --sage: #7A9E7E;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-platform-page { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-platform-page .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-platform-page nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-platform-page .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-platform-page .nav-logo span { color: var(--burnt-soft); }
.page-platform-page .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-platform-page .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-platform-page .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-platform-page .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.page-platform-page .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
/* HERO */
.page-platform-page .hero { padding: 160px 80px 80px; display: grid; grid-template-columns: 1fr 1fr;
            gap: 60px; align-items: center; }
.page-platform-page .hero-left { position: relative; z-index: 2; }
.page-platform-page .hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-light); margin-bottom: 24px; }
.page-platform-page .hero-breadcrumb a { color: var(--text-light); text-decoration: none; }
.page-platform-page .hero-breadcrumb a:hover { color: var(--burnt); }
.page-platform-page .hero-breadcrumb .current { color: var(--burnt); }
.page-platform-page .hero-top-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.page-platform-page .hero-pill { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 5px 12px; border-radius: 50px; background: rgba(74,222,128,0.1); color: #16A34A; }
.page-platform-page .hero h1 { font-size: 3.4rem; font-weight: 800; line-height: 1.05; letter-spacing: -2px; margin-bottom: 16px; }
.page-platform-page .hero-tagline { font-size: 1.3rem; font-weight: 300; color: var(--text-mid); margin-bottom: 20px; }
.page-platform-page .hero-desc { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; max-width: 480px; margin-bottom: 32px; }
.page-platform-page .hero-buttons { display: flex; gap: 12px; align-items: center; margin-bottom: 40px; }
.page-platform-page .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.page-platform-page .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-platform-page .btn-outline { color: var(--text-mid); padding: 16px 32px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; border: 1px solid var(--border); transition: all 0.2s; }
.page-platform-page .btn-outline:hover { border-color: var(--burnt); color: var(--burnt); }
.page-platform-page .hero-stats { display: flex; gap: 32px; padding-top: 24px; border-top: 1px solid var(--border); }
.page-platform-page .hero-stat .number { font-size: 1.5rem; font-weight: 800; color: var(--burnt); }
.page-platform-page .hero-stat .label { font-size: 0.75rem; color: var(--text-light); margin-top: 2px; }
/* HERO VISUAL - STACKED SCREENSHOTS */
.page-platform-page .hero-right { position: relative; height: 460px; }
.page-platform-page .hero-screen { position: absolute; border-radius: 14px; overflow: hidden;
            box-shadow: 0 16px 48px rgba(0,0,0,0.1); border: 1px solid var(--border); }
.page-platform-page .hero-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-platform-page .hero-screen-1 { width: 340px; height: 240px; top: 0; left: 0; z-index: 3; }
.page-platform-page .hero-screen-2 { width: 300px; height: 220px; top: 80px; right: 0; z-index: 2; }
.page-platform-page .hero-screen-3 { width: 280px; height: 200px; bottom: 0; left: 60px; z-index: 1; }
.page-platform-page .hero-screen-label { position: absolute; bottom: 12px; left: 12px; background: rgba(30,30,30,0.85);
            backdrop-filter: blur(6px); padding: 6px 12px; border-radius: 8px;
            font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,0.8); }
/* LIVE EXAMPLES */
.page-platform-page .live-examples { padding: 120px 80px; background: var(--charcoal); color: var(--white); border-radius: 32px; margin: 0 40px; }
.page-platform-page .live-examples h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.page-platform-page .live-examples h2 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.page-platform-page .live-examples-desc { font-size: 1.05rem; color: rgba(255,255,255,0.4); margin-bottom: 56px; max-width: 500px; line-height: 1.7; }
.page-platform-page .examples-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.page-platform-page .example-card { border-radius: 20px; overflow: hidden; position: relative; height: 320px;
            cursor: pointer; transition: transform 0.3s; }
.page-platform-page .example-card:hover { transform: translateY(-6px); }
.page-platform-page .example-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.page-platform-page .example-card:hover img { transform: scale(1.04); }
.page-platform-page .example-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); }
.page-platform-page .example-domain { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--burnt-soft); margin-bottom: 6px; }
.page-platform-page .example-overlay h4 { font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.page-platform-page .example-overlay p { font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.page-platform-page .example-pill { position: absolute; top: 16px; right: 16px; font-size: 0.65rem;
            font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
            padding: 5px 12px; border-radius: 50px; backdrop-filter: blur(8px); }
.page-platform-page .example-pill.live { background: rgba(74,222,128,0.15); color: #4ADE80; }
.page-platform-page .example-pill.coming { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); }
/* FEATURES */
.page-platform-page .features { padding: 120px 80px; }
.page-platform-page .features h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 56px; }
.page-platform-page .features h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-platform-page .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.page-platform-page .feature-card { padding: 36px; border: 1px solid var(--border); border-radius: 16px;
            transition: all 0.3s; cursor: default; }
.page-platform-page .feature-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.page-platform-page .feature-icon { font-size: 1.5rem; margin-bottom: 16px; }
.page-platform-page .feature-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.page-platform-page .feature-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
/* ARCHITECTURE */
.page-platform-page .architecture { padding: 120px 80px; background: var(--warm); }
.page-platform-page .arch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.page-platform-page .arch-text h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.page-platform-page .arch-text h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-platform-page .arch-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; }
.page-platform-page .arch-diagram { background: var(--cream); border: 1px solid var(--border); border-radius: 20px;
            padding: 40px; position: sticky; top: 140px; }
.page-platform-page .arch-core { background: var(--charcoal); color: var(--white); border-radius: 14px;
            padding: 28px; text-align: center; margin-bottom: 24px; }
.page-platform-page .arch-core h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.page-platform-page .arch-core p { font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.page-platform-page .arch-arrow { text-align: center; font-size: 1.2rem; color: var(--text-light); margin-bottom: 24px; }
.page-platform-page .arch-sites { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.page-platform-page .arch-site { background: var(--white); border: 1px solid var(--border); border-radius: 10px;
            padding: 16px; text-align: center; }
.page-platform-page .arch-site h5 { font-size: 0.85rem; font-weight: 700; margin-bottom: 2px; }
.page-platform-page .arch-site p { font-size: 0.7rem; color: var(--text-light); }
/* HOW TO GET ONE */
.page-platform-page .get-one { padding: 120px 80px; }
.page-platform-page .get-one h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 56px; text-align: center; }
.page-platform-page .get-one h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-platform-page .get-one-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.page-platform-page .get-one-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px;
            padding: 40px; text-align: center; transition: all 0.3s; }
.page-platform-page .get-one-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.page-platform-page .get-one-num { width: 48px; height: 48px; border-radius: 50%; background: rgba(200,90,40,0.08);
            color: var(--burnt); display: flex; align-items: center; justify-content: center;
            font-size: 1.2rem; font-weight: 800; margin: 0 auto 20px; }
.page-platform-page .get-one-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.page-platform-page .get-one-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
/* TECH */
.page-platform-page .tech { padding: 100px 80px; background: var(--warm); }
.page-platform-page .tech h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 24px; text-align: center; }
.page-platform-page .tech-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 700px; margin: 0 auto; }
.page-platform-page .tech-tags span { background: var(--cream); border: 1px solid var(--border); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; color: var(--text-mid); }
/* CTA */
.page-platform-page footer { padding: 60px 80px 32px; }
.page-platform-page .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-platform-page .footer-brand { max-width: 280px; }
.page-platform-page .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-platform-page .footer-brand h3 span { color: var(--burnt); }
.page-platform-page .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-platform-page .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-platform-page .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-platform-page .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-platform-page .footer-col a:hover { color: var(--burnt); }
.page-platform-page .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-platform-page .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-platform-page .reveal.visible { opacity: 1; transform: translateY(0); }
.page-platform-page .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-platform-page .reveal-left.visible { opacity: 1; transform: translateX(0); }
.page-platform-page .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-platform-page .reveal-right.visible { opacity: 1; transform: translateX(0); }
/* MOBILE MENU BUTTON (hidden on desktop) */
.page-platform-page .mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.page-platform-page .mobile-menu-btn span, .page-platform-page .mobile-menu-btn::before, .page-platform-page .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.page-platform-page .mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.page-platform-page .mobile-menu-btn::before { top: 0; }
.page-platform-page .mobile-menu-btn::after { bottom: 0; }
/* TABLET - 1024px */
/* NAV MOBILE - 860px */
/* MOBILE - 768px */
/* SKIP LINK */
.page-platform-page .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-platform-page .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-platform-page .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-platform-page .mobile-menu.open { visibility: visible; opacity: 1; }
.page-platform-page .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-platform-page .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-platform-page .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-platform-page .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-platform-page .mobile-menu-close:hover { color: #fff; }
.page-platform-page .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-platform-page .mobile-menu-link:hover { color: #fff; }
.page-platform-page .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-platform-page .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.page-platform-page .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-platform-page .back-to-top.visible { opacity: 1; visibility: visible; }
.page-platform-page .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-product-page
   ============================================================ */
.page-product-page * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-product-page { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --sage: #7A9E7E;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-product-page { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-product-page .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-product-page nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-product-page .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-product-page .nav-logo span { color: var(--burnt-soft); }
.page-product-page .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-product-page .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-product-page .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-product-page .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.page-product-page .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
/* HERO */
.page-product-page .hero { padding: 160px 80px 80px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative; }
.page-product-page .hero-left { position: relative; z-index: 2; }
.page-product-page .hero-breadcrumb { display: flex; align-items: center; gap: 8px;
            font-size: 0.8rem; color: var(--text-light); margin-bottom: 24px; }
.page-product-page .hero-breadcrumb a { color: var(--text-light); text-decoration: none; }
.page-product-page .hero-breadcrumb a:hover { color: var(--burnt); }
.page-product-page .hero-breadcrumb .current { color: var(--burnt); }
.page-product-page .hero-top-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.page-product-page .hero-pill { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
            padding: 5px 12px; border-radius: 50px;
            background: rgba(74,222,128,0.1); color: #16A34A; }
.page-product-page .hero-domain { font-size: 0.9rem; font-weight: 600; color: var(--burnt); text-decoration: none;
            display: inline-flex; align-items: center; gap: 4px; }
.page-product-page .hero-domain:hover { text-decoration: underline; }
.page-product-page .hero h1 { font-size: 3.6rem; font-weight: 800; line-height: 1.05;
            letter-spacing: -2px; margin-bottom: 16px; }
.page-product-page .hero-tagline { font-size: 1.3rem; font-weight: 300; color: var(--text-mid); margin-bottom: 20px; }
.page-product-page .hero-desc { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8;
            max-width: 480px; margin-bottom: 32px; }
.page-product-page .hero-buttons { display: flex; gap: 12px; align-items: center; margin-bottom: 40px; }
.page-product-page .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px;
            border-radius: 100px; font-weight: 600; font-size: 0.95rem;
            text-decoration: none; display: inline-flex; align-items: center;
            align-self: flex-start; gap: 10px; transition: all 0.3s; }
.page-product-page .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-product-page .btn-outline { color: var(--text-mid); padding: 16px 32px; border-radius: 100px;
            font-weight: 600; font-size: 0.95rem; text-decoration: none;
            border: 1px solid var(--border); transition: all 0.2s; }
.page-product-page .btn-outline:hover { border-color: var(--burnt); color: var(--burnt); }
.page-product-page .hero-stats { display: flex; gap: 32px; padding-top: 24px; border-top: 1px solid var(--border); }
.page-product-page .hero-stat .number { font-size: 1.5rem; font-weight: 800; color: var(--burnt); }
.page-product-page .hero-stat .label { font-size: 0.75rem; color: var(--text-light); margin-top: 2px; }
/* HERO VISUAL */
.page-product-page .hero-right { position: relative; }
.page-product-page .hero-screenshot { width: 100%; border-radius: 16px; overflow: hidden;
            box-shadow: 0 24px 64px rgba(0,0,0,0.1);
            border: 1px solid var(--border); }
.page-product-page .hero-screenshot img { width: 100%; display: block; }
.page-product-page .hero-float-card { position: absolute; background: var(--white); padding: 16px 20px;
            border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,0.08);
            border: 1px solid var(--border); font-size: 0.8rem; font-weight: 600; }
.page-product-page .hero-float-card.top { top: -20px; right: -20px; }
.page-product-page .hero-float-card.bottom { bottom: -20px; left: -20px; }
.page-product-page .hero-float-card .fc-label { color: var(--text-light); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.page-product-page .hero-float-card .fc-value { color: var(--text); }
/* FEATURES */
.page-product-page .features { padding: 120px 80px; }
.page-product-page .features h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px;
            margin-bottom: 56px; text-align: center; }
.page-product-page .features h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-product-page .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
            max-width: 1100px; margin: 0 auto; }
.page-product-page .feature-card { padding: 36px; border: 1px solid var(--border); border-radius: 16px;
            transition: all 0.3s; cursor: default; }
.page-product-page .feature-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.page-product-page .feature-icon { font-size: 1.5rem; margin-bottom: 16px; }
.page-product-page .feature-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.page-product-page .feature-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
/* HOW IT WORKS */
.page-product-page .how-it-works { padding: 120px 80px; background: var(--warm); }
.page-product-page .how-it-works h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.page-product-page .how-it-works h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-product-page .how-subtitle { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 56px; max-width: 500px; }
.page-product-page .how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.page-product-page .how-steps { display: flex; flex-direction: column; }
.page-product-page .how-step { display: flex; gap: 20px; padding: 32px 0;
            border-bottom: 1px solid var(--border); transition: padding-left 0.3s;
            cursor: default; }
.page-product-page .how-step:hover { padding-left: 8px; }
.page-product-page .how-step:last-child { border-bottom: none; }
.page-product-page .how-step-num { width: 40px; height: 40px; border-radius: 10px; display: flex;
            align-items: center; justify-content: center; font-size: 1rem;
            font-weight: 800; flex-shrink: 0; background: rgba(200,90,40,0.08); color: var(--burnt); }
.page-product-page .how-step h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.page-product-page .how-step:hover h4 { color: var(--burnt); }
.page-product-page .how-step p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }
.page-product-page .how-image { border-radius: 20px; overflow: hidden; position: sticky; top: 140px;
            box-shadow: 0 20px 48px rgba(0,0,0,0.06); }
.page-product-page .how-image img { width: 100%; display: block; }
/* SHOWCASE / DEMO */
.page-product-page .showcase { padding: 120px 80px; }
.page-product-page .showcase-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.page-product-page .showcase-text h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; }
.page-product-page .showcase-text h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-product-page .showcase-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.page-product-page .showcase-img { border-radius: 16px; overflow: hidden;
            box-shadow: 0 16px 40px rgba(0,0,0,0.06); border: 1px solid var(--border); }
.page-product-page .showcase-img img { width: 100%; display: block; }
/* PRICING */
.page-product-page .pricing { padding: 120px 80px; background: var(--charcoal); color: var(--white); border-radius: 32px; margin: 0 40px; }
.page-product-page .pricing h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px;
            text-align: center; margin-bottom: 12px; }
.page-product-page .pricing h2 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.page-product-page .pricing-subtitle { text-align: center; color: rgba(255,255,255,0.4); font-size: 1.05rem; margin-bottom: 56px; }
.page-product-page .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
            max-width: 1000px; margin: 0 auto; }
.page-product-page .price-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
            border-radius: 20px; padding: 40px; transition: all 0.3s; }
.page-product-page .price-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px); }
.page-product-page .price-card.featured { background: rgba(200,90,40,0.1); border-color: var(--burnt-soft); }
.page-product-page .price-card-name { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.page-product-page .price-card-price { font-size: 2.4rem; font-weight: 800; margin-bottom: 4px; }
.page-product-page .price-card-price span { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.4); }
.page-product-page .price-card-desc { font-size: 0.85rem; color: rgba(255,255,255,0.4); margin-bottom: 24px; line-height: 1.5; }
.page-product-page .price-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.page-product-page .price-card li { font-size: 0.85rem; color: rgba(255,255,255,0.6); padding-left: 20px; position: relative; }
.page-product-page .price-card li::before { content: ""; position: absolute; left: 0; top: 7px;
            width: 8px; height: 8px; border-radius: 50%; background: var(--burnt-soft); }
.page-product-page .price-card-cta { display: block; text-align: center; padding: 14px; border-radius: 100px;
            font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.2s; }
.page-product-page .price-card-cta.outline { border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); }
.page-product-page .price-card-cta.outline:hover { border-color: var(--burnt-soft); color: var(--white); }
.page-product-page .price-card-cta.filled { background: var(--burnt); color: var(--white); }
.page-product-page .price-card-cta.filled:hover { background: var(--burnt-soft); }
/* TECH STACK */
.page-product-page .tech { padding: 100px 80px; }
.page-product-page .tech h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 24px; text-align: center; }
.page-product-page .tech-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 700px; margin: 0 auto; }
.page-product-page .tech-tags span { background: var(--warm); border: 1px solid var(--border); padding: 8px 18px;
            border-radius: 50px; font-size: 0.85rem; font-weight: 600; color: var(--text-mid); }
/* RELATED */
.page-product-page .related { padding: 100px 80px; background: var(--warm); }
.page-product-page .related h2 { font-size: 2rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 40px; }
.page-product-page .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.page-product-page .related-card { background: var(--cream); border: 1px solid var(--border); border-radius: 16px;
            overflow: hidden; transition: all 0.3s; cursor: pointer; }
.page-product-page .related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); border-color: var(--burnt-soft); }
.page-product-page .related-card-img { height: 160px; overflow: hidden; }
.page-product-page .related-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.page-product-page .related-card:hover .related-card-img img { transform: scale(1.04); }
.page-product-page .related-card-body { padding: 24px; }
.page-product-page .related-card-type { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--burnt); margin-bottom: 6px; }
.page-product-page .related-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.page-product-page .related-card p { font-size: 0.8rem; color: var(--text-mid); line-height: 1.5; }
/* CTA */
.page-product-page footer { padding: 60px 80px 32px; }
.page-product-page .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-product-page .footer-brand { max-width: 280px; }
.page-product-page .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-product-page .footer-brand h3 span { color: var(--burnt); }
.page-product-page .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-product-page .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-product-page .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-product-page .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-product-page .footer-col a:hover { color: var(--burnt); }
.page-product-page .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-product-page .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-product-page .reveal.visible { opacity: 1; transform: translateY(0); }
.page-product-page .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-product-page .reveal-left.visible { opacity: 1; transform: translateX(0); }
.page-product-page .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-product-page .reveal-right.visible { opacity: 1; transform: translateX(0); }
/* MOBILE MENU BUTTON (hidden on desktop) */
.page-product-page .mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.page-product-page .mobile-menu-btn span, .page-product-page .mobile-menu-btn::before, .page-product-page .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.page-product-page .mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.page-product-page .mobile-menu-btn::before { top: 0; }
.page-product-page .mobile-menu-btn::after { bottom: 0; }
/* TABLET - 1024px */
/* NAV MOBILE - 860px */
/* MOBILE - 768px */
/* SKIP LINK */
.page-product-page .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-product-page .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-product-page .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-product-page .mobile-menu.open { visibility: visible; opacity: 1; }
.page-product-page .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-product-page .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-product-page .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-product-page .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-product-page .mobile-menu-close:hover { color: #fff; }
.page-product-page .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-product-page .mobile-menu-link:hover { color: #fff; }
.page-product-page .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-product-page .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.page-product-page .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-product-page .back-to-top.visible { opacity: 1; visibility: visible; }
.page-product-page .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-products-hub
   ============================================================ */
.page-products-hub * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-products-hub { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --sage: #7A9E7E;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-products-hub { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-products-hub .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-products-hub nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-products-hub .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-products-hub .nav-logo span { color: var(--burnt-soft); }
.page-products-hub .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-products-hub .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-products-hub .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-products-hub .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.page-products-hub .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
/* HERO */
.page-products-hub .hero { padding: 160px 80px 80px; position: relative; }
.page-products-hub .hero h1 { font-size: 4.2rem; font-weight: 800; line-height: 1; letter-spacing: -2px; margin-bottom: 20px; }
.page-products-hub .hero h1 .thin { font-weight: 300; color: var(--text-light); }
.page-products-hub .hero-desc { font-size: 1.15rem; color: var(--text-mid); line-height: 1.8; max-width: 560px; margin-bottom: 32px; }
.page-products-hub .hero-stats { display: flex; gap: 40px; padding-top: 24px; border-top: 1px solid var(--border); }
.page-products-hub .hero-stat .number { font-size: 1.8rem; font-weight: 800; color: var(--burnt); }
.page-products-hub .hero-stat .label { font-size: 0.75rem; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
/* MASONRY */
.page-products-hub .masonry { padding: 40px 80px 120px;
            columns: 3;
            column-gap: 24px; }
.page-products-hub .product-card { break-inside: avoid;
            margin-bottom: 24px;
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 20px;
            overflow: hidden;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s, border-color 0.3s;
            cursor: pointer;
            display: inline-block;
            width: 100%;
            position: relative; }
.page-products-hub .product-card:hover { transform: translateY(-6px);
            box-shadow: 0 20px 48px rgba(0,0,0,0.08);
            border-color: transparent; }
/* COLOUR-CODED CARDS */
.page-products-hub .product-card.tint-dark { background: #EDE8E3; border-color: #DDD6CE; }
.page-products-hub .product-card.tint-dark:hover { border-color: var(--burnt-soft); }
.page-products-hub .product-card.tint-green { background: #F0F7F1; border-color: #E0EDE2; }
.page-products-hub .product-card.tint-green:hover { border-color: #7A9E7E; }
.page-products-hub .product-card.tint-green .s-num { color: #4A8A56; }
.page-products-hub .product-card.tint-warm { background: #FDF6F0; border-color: #F0E4D8; }
.page-products-hub .product-card.tint-warm:hover { border-color: var(--burnt-soft); }
.page-products-hub .product-card.tint-blue { background: #F0F4FA; border-color: #DDE6F0; }
.page-products-hub .product-card.tint-blue:hover { border-color: #5BA4D9; }
.page-products-hub .product-card.tint-blue .s-num { color: #3B82B0; }
.page-products-hub .product-card.tint-purple { background: #F4F0F8; border-color: #E4DCF0; }
.page-products-hub .product-card.tint-purple:hover { border-color: #8B7BA8; }
.page-products-hub .product-card.tint-purple .s-num { color: #7B6B98; }
.page-products-hub .product-card.tint-rose { background: #FDF0F0; border-color: #F0DCDC; }
.page-products-hub .product-card.tint-rose:hover { border-color: #D97B7B; }
/* HOVER REVEAL - overlay style to prevent masonry reflow */
.page-products-hub .product-card-body { position: relative; }
.page-products-hub .product-card-reveal { position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 28px;
            background: inherit;
            border-radius: 0 0 20px 20px;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.3s, transform 0.3s;
            pointer-events: none;
            z-index: 3; }
.page-products-hub .product-card:hover .product-card-reveal { opacity: 1;
            transform: translateY(0);
            pointer-events: auto; }
/* Inherit tint backgrounds */
.page-products-hub .product-card.tint-dark .product-card-reveal { background: #EDE8E3; }
.page-products-hub .product-card.tint-green .product-card-reveal { background: #F0F7F1; }
.page-products-hub .product-card.tint-warm .product-card-reveal { background: #FDF6F0; }
.page-products-hub .product-card.tint-blue .product-card-reveal { background: #F0F4FA; }
.page-products-hub .product-card.tint-purple .product-card-reveal { background: #F4F0F8; }
.page-products-hub .product-card.tint-rose .product-card-reveal { background: #FDF0F0; }
.page-products-hub .product-card-reveal .highlight { font-size: 0.85rem;
            line-height: 1.6;
            padding: 16px;
            background: rgba(0,0,0,0.03);
            border-radius: 10px;
            color: var(--text-mid); }
.page-products-hub .product-card.tint-dark .product-card-reveal .highlight { background: rgba(0,0,0,0.04); }
.page-products-hub .product-card-img { width: 100%; overflow: hidden; }
.page-products-hub .product-card-img img { width: 100%; display: block; transition: transform 0.5s; }
.page-products-hub .product-card:hover .product-card-img img { transform: scale(1.04); }
.page-products-hub .product-card-body { padding: 28px; }
.page-products-hub .product-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.page-products-hub .product-card-pill { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
            padding: 4px 10px; border-radius: 50px; }
.page-products-hub .pill-live { background: rgba(74,222,128,0.1); color: #16A34A; }
.page-products-hub .pill-soon { background: rgba(200,90,40,0.08); color: var(--burnt); }
.page-products-hub .pill-scoping { background: rgba(0,0,0,0.04); color: var(--text-light); }
.page-products-hub .product-card-domain { font-size: 0.8rem; font-weight: 600; color: var(--burnt); text-decoration: none;
            display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.page-products-hub .product-card-domain:hover { gap: 8px; }
.page-products-hub .product-card h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.5px; }
.page-products-hub .product-card-type { font-size: 0.75rem; font-weight: 600; color: var(--text-light); text-transform: uppercase;
            letter-spacing: 1px; margin-bottom: 12px; }
.page-products-hub .product-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.page-products-hub .product-card-features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.page-products-hub .product-card-features span { background: var(--warm); border: 1px solid var(--border); padding: 4px 10px;
            border-radius: 6px; font-size: 0.7rem; font-weight: 600; color: var(--text-mid); }
.page-products-hub .product-card-link { font-size: 0.85rem; font-weight: 700; color: var(--burnt); text-decoration: none;
            display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.page-products-hub .product-card-link:hover { gap: 10px; }
.page-products-hub .product-card-stat { display: flex; gap: 24px; padding-top: 16px; border-top: 1px solid var(--border); margin-top: 16px; }
.page-products-hub .product-card-stat .s-num { font-size: 1.1rem; font-weight: 800; color: var(--burnt); }
.page-products-hub .product-card-stat .s-label { font-size: 0.7rem; color: var(--text-light); }
/* CTA */
.page-products-hub .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.page-products-hub .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-products-hub footer { padding: 60px 80px 32px; }
.page-products-hub .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-products-hub .footer-brand { max-width: 280px; }
.page-products-hub .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-products-hub .footer-brand h3 span { color: var(--burnt); }
.page-products-hub .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-products-hub .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-products-hub .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-products-hub .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-products-hub .footer-col a:hover { color: var(--burnt); }
.page-products-hub .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-products-hub .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-products-hub .reveal.visible { opacity: 1; transform: translateY(0); }
/* MOBILE MENU BUTTON (hidden on desktop) */
.page-products-hub .mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.page-products-hub .mobile-menu-btn span, .page-products-hub .mobile-menu-btn::before, .page-products-hub .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.page-products-hub .mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.page-products-hub .mobile-menu-btn::before { top: 0; }
.page-products-hub .mobile-menu-btn::after { bottom: 0; }
/* TABLET - 1024px */
/* NAV MOBILE - 860px */
/* MOBILE - 768px */
/* SKIP LINK */
.page-products-hub .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-products-hub .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-products-hub .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-products-hub .mobile-menu.open { visibility: visible; opacity: 1; }
.page-products-hub .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-products-hub .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-products-hub .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-products-hub .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-products-hub .mobile-menu-close:hover { color: #fff; }
.page-products-hub .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-products-hub .mobile-menu-link:hover { color: #fff; }
.page-products-hub .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-products-hub .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.page-products-hub .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-products-hub .back-to-top.visible { opacity: 1; visibility: visible; }
.page-products-hub .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-service-page
   ============================================================ */
.page-service-page * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-service-page { --charcoal: #1E1E1E;
            --warm: #F5F0EA;
            --cream: #FFFCF7;
            --burnt: #C85A28;
            --burnt-soft: #D97B4A;
            --sage: #7A9E7E;
            --text: #1E1E1E;
            --text-mid: #666;
            --text-light: #999;
            --white: #fff;
            --border: #E8E4DE; }
body.page-service-page { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-service-page .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-service-page nav { display: flex; align-items: center; justify-content: space-between;
            padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px;
            z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px);
            border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-service-page .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-service-page .nav-logo span { color: var(--burnt-soft); }
.page-service-page .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-service-page .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-service-page .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-service-page .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.page-service-page .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.page-service-page .nav-cta:hover { background: var(--burnt-soft) !important; }
.page-service-page .hero { min-height: 70vh; background: var(--charcoal); color: var(--white);
            padding: 160px 80px 80px; display: grid; grid-template-columns: 1fr 1fr;
            gap: 60px; align-items: center; position: relative; overflow: hidden; }
.page-service-page .hero::before { content: ""; position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1920&q=80") center/cover; opacity: 0.15; }
.page-service-page .hero-left { position: relative; z-index: 2; }
.page-service-page .hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 32px; }
.page-service-page .hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.page-service-page .hero-breadcrumb a:hover { color: var(--burnt-soft); }
.page-service-page .hero-breadcrumb .current { color: var(--burnt-soft); }
.page-service-page .hero h1 { font-size: 4.2rem; font-weight: 800; line-height: 1; letter-spacing: -2px; margin-bottom: 24px; }
.page-service-page .hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.45); }
.page-service-page .hero-desc { font-size: 1.1rem; color: rgba(255,255,255,0.45); line-height: 1.8; max-width: 480px; margin-bottom: 36px; }
.page-service-page .hero-cta { display: inline-flex; align-items: center; align-self: flex-start; gap: 12px; background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: all 0.3s; }
.page-service-page .hero-cta:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-service-page .hero-cta .arrow { width: 28px; height: 28px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; }
.page-service-page .hero-stats { display: flex; gap: 32px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); }
.page-service-page .hero-stat .number { font-size: 1.5rem; font-weight: 800; }
.page-service-page .hero-stat .label { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 2px; }
.page-service-page .hero-right { position: relative; z-index: 2; }
.page-service-page .hero-image { width: 100%; height: 440px; border-radius: 20px; overflow: hidden; position: relative; }
.page-service-page .hero-image img { width: 100%; height: 100%; object-fit: cover; }
.page-service-page .hero-image-tag { position: absolute; bottom: 20px; left: 20px; background: rgba(30,30,30,0.8); backdrop-filter: blur(8px); padding: 10px 18px; border-radius: 10px; font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.7); }
.page-service-page .hero-overlap { width: 200px; height: 200px; border-radius: 16px; overflow: hidden; position: absolute; bottom: -40px; right: -30px; border: 4px solid var(--charcoal); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.page-service-page .hero-overlap img { width: 100%; height: 100%; object-fit: cover; }
.page-service-page .section { padding: 120px 80px; }
.page-service-page .section.warm-bg { background: var(--warm); }
.page-service-page .section h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; line-height: 1.1; margin-bottom: 16px; }
.page-service-page .section h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-service-page .section-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.page-service-page .section-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.page-service-page .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.page-service-page .tags span { background: var(--warm); border: 1px solid var(--border); padding: 6px 14px; border-radius: 6px; font-size: 0.8rem; font-weight: 600; color: var(--text-mid); }
.page-service-page .section-img { border-radius: 20px; overflow: hidden; height: 380px; }
.page-service-page .section-img img { width: 100%; height: 100%; object-fit: cover; }
.page-service-page .stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 32px; border-top: 1px solid var(--border); }
.page-service-page .stat .number { font-size: 2rem; font-weight: 800; color: var(--burnt); }
.page-service-page .stat .label { font-size: 0.8rem; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.page-service-page .product-row { display: flex; gap: 20px; margin-top: 48px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
.page-service-page .product-row::-webkit-scrollbar { display: none; }
.page-service-page .prod-card { min-width: 280px; background: var(--cream); border-radius: 16px; padding: 32px; flex-shrink: 0; scroll-snap-align: start; transition: transform 0.3s; cursor: pointer; border: 1px solid var(--border); }
.page-service-page .prod-card:hover { transform: translateY(-4px); }
.page-service-page .prod-card h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; }
.page-service-page .prod-card .domain { font-size: 0.8rem; color: var(--burnt); font-weight: 600; margin-bottom: 8px; }
.page-service-page .prod-card p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }
.page-service-page .prod-card .built-in { font-size: 0.75rem; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; }
.page-service-page .steps { display: flex; flex-direction: column; }
.page-service-page .step { display: flex; gap: 24px; padding: 36px 0; border-bottom: 1px solid var(--border); cursor: pointer; transition: padding-left 0.3s; }
.page-service-page .step:hover { padding-left: 12px; }
.page-service-page .step-num { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 800; flex-shrink: 0; }
.page-service-page .step:nth-child(1) .step-num { background: #FFF0E8; color: var(--burnt); }
.page-service-page .step:nth-child(2) .step-num { background: #EDF2EE; color: var(--sage); }
.page-service-page .step:nth-child(3) .step-num { background: #F0EBF5; color: #8B7BA8; }
.page-service-page .step:nth-child(4) .step-num { background: #E8F4F0; color: #5BA4D9; }
.page-service-page .step h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; transition: color 0.2s; }
.page-service-page .step:hover h4 { color: var(--burnt); }
.page-service-page .step p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }
.page-service-page .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.page-service-page .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-service-page footer { padding: 60px 80px 32px; }
.page-service-page .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-service-page .footer-brand { max-width: 280px; }
.page-service-page .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-service-page .footer-brand h3 span { color: var(--burnt); }
.page-service-page .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-service-page .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-service-page .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-service-page .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-service-page .footer-col a:hover { color: var(--burnt); }
.page-service-page .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-service-page .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-service-page .reveal.visible { opacity: 1; transform: translateY(0); }
.page-service-page .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-service-page .reveal-left.visible { opacity: 1; transform: translateX(0); }
.page-service-page .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-service-page .reveal-right.visible { opacity: 1; transform: translateX(0); }
/* MOBILE MENU BUTTON (hidden on desktop) */
.page-service-page .mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.page-service-page .mobile-menu-btn span, .page-service-page .mobile-menu-btn::before, .page-service-page .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.page-service-page .mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.page-service-page .mobile-menu-btn::before { top: 0; }
.page-service-page .mobile-menu-btn::after { bottom: 0; }
/* TABLET - 1024px */
/* NAV MOBILE - 860px */
/* MOBILE - 768px */
/* SKIP LINK */
.page-service-page .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-service-page .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-service-page .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-service-page .mobile-menu.open { visibility: visible; opacity: 1; }
.page-service-page .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-service-page .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-service-page .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-service-page .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-service-page .mobile-menu-close:hover { color: #fff; }
.page-service-page .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-service-page .mobile-menu-link:hover { color: #fff; }
.page-service-page .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-service-page .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
/* ACTIVE NAV STATE */
.page-service-page .nav-links a.active { color: var(--white, #fff); background: rgba(255,255,255,0.1); }
.page-service-page .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-service-page .back-to-top.visible { opacity: 1; visibility: visible; }
.page-service-page .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-services-hub
   ============================================================ */
.page-services-hub * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-services-hub { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --sage: #7A9E7E;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-services-hub { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-services-hub .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-services-hub nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-services-hub .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-services-hub .nav-logo span { color: var(--burnt-soft); }
.page-services-hub .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-services-hub .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-services-hub .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-services-hub .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.page-services-hub .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
/* HERO - DARK */
.page-services-hub .hero { min-height: 75vh; background: var(--charcoal); color: var(--white);
            padding: 160px 80px 80px; position: relative; overflow: hidden;
            display: flex; flex-direction: column; justify-content: center; }
.page-services-hub .hero::before { content: ""; position: absolute; inset: 0;
            background: url("https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1920&q=80") center/cover;
            opacity: 0.15; }
.page-services-hub .hero-inner { position: relative; z-index: 2; max-width: 700px; }
.page-services-hub .hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 28px; }
.page-services-hub .hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.page-services-hub .hero-breadcrumb a:hover { color: var(--burnt-soft); }
.page-services-hub .hero-breadcrumb .current { color: var(--burnt-soft); }
.page-services-hub .hero h1 { font-size: 4.5rem; font-weight: 800; line-height: 1; letter-spacing: -2px; margin-bottom: 20px; }
.page-services-hub .hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.page-services-hub .hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.45); line-height: 1.8; margin-bottom: 36px; }
.page-services-hub .hero-cta { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: all 0.3s; }
.page-services-hub .hero-cta:hover { background: var(--burnt-soft); transform: translateY(-2px); }
/* STATS STRIP */
.page-services-hub .stats-strip { background: var(--white); padding: 48px 80px;
            display: flex; justify-content: center; gap: 64px;
            border-bottom: 1px solid var(--border); }
.page-services-hub .stat-item { text-align: center; }
.page-services-hub .stat-item .num { font-size: 2.6rem; font-weight: 800; color: var(--burnt); letter-spacing: -1px; }
.page-services-hub .stat-item .label { font-size: 0.75rem; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
/* SERVICE ICON STRIP */
.page-services-hub .icon-strip { padding: 60px 80px; background: var(--warm); }
.page-services-hub .icon-strip h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; text-align: center; margin-bottom: 40px; }
.page-services-hub .icon-strip h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-services-hub .icon-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto; }
.page-services-hub .icon-card { text-align: center; padding: 28px 16px; background: var(--cream);
            border-radius: 16px; border: 1px solid var(--border);
            cursor: pointer; transition: all 0.3s;
            text-decoration: none; color: var(--text); display: flex;
            flex-direction: column; align-items: center; gap: 12px; }
.page-services-hub .icon-card:hover { transform: translateY(-6px); border-color: var(--burnt); box-shadow: 0 12px 32px rgba(0,0,0,0.04); background: var(--white); }
.page-services-hub .icon-card svg { width: 32px; height: 32px; fill: var(--burnt); transition: transform 0.3s; }
.page-services-hub .icon-card:hover svg { transform: scale(1.15); }
.page-services-hub .icon-card h4 { font-size: 0.8rem; font-weight: 700; line-height: 1.3; }
.page-services-hub .icon-card .arrow-hint { font-size: 0.7rem; color: var(--burnt); font-weight: 600; opacity: 0; transition: opacity 0.2s; }
.page-services-hub .icon-card:hover .arrow-hint { opacity: 1; }
/* SERVICE SECTIONS - alternating */
.page-services-hub .svc-section { padding: 100px 80px; }
.page-services-hub .svc-section.alt { background: var(--warm); }
.page-services-hub .svc-section.green { background: #F0F7F1; }
.page-services-hub .svc-section.blue { background: #F0F4FA; }
.page-services-hub .svc-section.dark { background: #FFF0E8; }
.page-services-hub .svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
            max-width: 1200px; margin: 0 auto; }
.page-services-hub .svc-text h3 { font-size: 2.2rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.1; }
.page-services-hub .svc-text h3 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-services-hub .svc-section.dark h3 em { color: var(--burnt); }
.page-services-hub .svc-text p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.page-services-hub .svc-section.dark .svc-text p { color: var(--text-mid); }
.page-services-hub .svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.page-services-hub .svc-tags span { padding: 6px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 600;
            background: var(--warm); border: 1px solid var(--border); color: var(--text-mid); }
.page-services-hub .svc-section.dark .svc-tags span { background: var(--white); border: 1px solid var(--border); color: var(--text-mid); }
.page-services-hub .svc-link { font-size: 0.9rem; font-weight: 700; color: var(--burnt); text-decoration: none;
            display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.page-services-hub .svc-link:hover { gap: 12px; }
.page-services-hub .svc-section.dark .svc-link { color: var(--burnt); }
.page-services-hub .svc-visual { border-radius: 20px; overflow: hidden; height: 380px; }
.page-services-hub .svc-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.page-services-hub .svc-section:hover .svc-visual img { transform: scale(1.03); }
.page-services-hub .svc-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.page-services-hub .svc-highlight { display: flex; align-items: center; gap: 10px;
            font-size: 0.85rem; font-weight: 500; color: var(--text-mid); }
.page-services-hub .svc-section.dark .svc-highlight { color: var(--text-mid); }
.page-services-hub .svc-highlight .check { width: 20px; height: 20px; border-radius: 50%;
            background: rgba(200,90,40,0.1); color: var(--burnt);
            display: flex; align-items: center; justify-content: center;
            font-size: 0.7rem; font-weight: 800; flex-shrink: 0; }
/* PROCESS */
.page-services-hub .process { padding: 100px 80px; background: #F4F0F8; }
.page-services-hub .process-header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.page-services-hub .process h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.page-services-hub .process h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-services-hub .process-sub { color: var(--text-mid); font-size: 1rem; margin-bottom: 24px; }
.page-services-hub .process-steps { display: flex; flex-direction: column; position: relative;
            max-width: 900px; margin: 0 auto; }
.page-services-hub .process-steps::before { content: ""; position: absolute; left: 50%; top: 24px; bottom: 24px; width: 3px;
            transform: translateX(-50%);
            background: linear-gradient(to bottom, var(--burnt), var(--border));
            border-radius: 3px; }
.page-services-hub .process-step { position: relative; z-index: 2; padding: 16px 0 48px 0;
            width: 45%; }
.page-services-hub .process-step:last-child { padding-bottom: 0; }
/* Odd steps (1, 3) - left side, right-aligned text */
.page-services-hub .process-step:nth-child(odd) { align-self: flex-start; text-align: right; padding-right: 56px; }
/* Even steps (2, 4) - right side, left-aligned text */
.page-services-hub .process-step:nth-child(even) { align-self: flex-end; text-align: left; padding-left: 56px; }
.page-services-hub .process-step-num { position: absolute; top: 16px;
            width: 48px; height: 48px; border-radius: 50%;
            background: var(--cream); border: 3px solid var(--burnt);
            display: flex; align-items: center; justify-content: center;
            font-size: 0.85rem; font-weight: 800; color: var(--burnt);
            transition: all 0.3s; }
/* Num position: odd steps - right edge (near centre line) */
.page-services-hub .process-step:nth-child(odd) .process-step-num { right: -24px; }
/* Num position: even steps - left edge (near centre line) */
.page-services-hub .process-step:nth-child(even) .process-step-num { left: -24px; }
.page-services-hub .process-step:hover .process-step-num { background: var(--burnt); color: var(--white); transform: scale(1.1);
            box-shadow: 0 4px 16px rgba(200,90,40,0.25); }
.page-services-hub .process-step-dot { display: none; }
.page-services-hub .process-step h4 { font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; transition: color 0.2s; }
.page-services-hub .process-step:hover h4 { color: var(--burnt); }
.page-services-hub .process-step p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
.page-services-hub .process-step-connector { display: none; }
/* PROOF BAR */
.page-services-hub .proof-bar { padding: 60px 80px; background: #FFF0E8; color: var(--text);
            display: flex; justify-content: center; align-items: center; gap: 60px; }
.page-services-hub .proof-bar h3 { font-size: 1.3rem; font-weight: 800; }
.page-services-hub .proof-bar h3 .thin { font-weight: 300; color: var(--text-light); }
.page-services-hub .proof-bar .pb-stat .num { font-size: 1.8rem; font-weight: 800; color: var(--burnt); }
.page-services-hub .proof-bar .pb-stat .label { font-size: 0.7rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; }
.page-services-hub .proof-bar .pb-divider { width: 1px; height: 40px; background: var(--border); }
/* FAQ */
.page-services-hub .faq { padding: 100px 80px; }
.page-services-hub .faq-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; max-width: 1200px; margin: 0 auto; }
.page-services-hub .faq-header { position: sticky; top: 140px; }
.page-services-hub .faq h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.page-services-hub .faq h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-services-hub .faq-desc { font-size: 1rem; color: var(--text-mid); line-height: 1.7; }
.page-services-hub .faq-list { display: flex; flex-direction: column; }
.page-services-hub .faq-item { border-bottom: 1px solid var(--border); }
.page-services-hub .faq-question { display: flex; align-items: center; justify-content: space-between;
            padding: 22px 0; cursor: pointer; transition: color 0.2s; user-select: none; }
.page-services-hub .faq-question:hover { color: var(--burnt); }
.page-services-hub .faq-question h4 { font-size: 1rem; font-weight: 700; flex: 1; padding-right: 16px; }
.page-services-hub .faq-toggle { width: 28px; height: 28px; border-radius: 50%;
            background: var(--warm); display: flex; align-items: center; justify-content: center;
            font-size: 1rem; color: var(--text-mid); flex-shrink: 0; transition: all 0.3s; }
.page-services-hub .faq-item.active .faq-toggle { background: var(--burnt); color: var(--white); transform: rotate(45deg); }
.page-services-hub .faq-answer { max-height: 0; overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.page-services-hub .faq-item.active .faq-answer { max-height: 200px; }
.page-services-hub .faq-answer p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; padding-bottom: 22px; }
/* CTA */
.page-services-hub .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.page-services-hub .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-services-hub footer { padding: 60px 80px 32px; }
.page-services-hub .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-services-hub .footer-brand { max-width: 280px; }
.page-services-hub .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-services-hub .footer-brand h3 span { color: var(--burnt); }
.page-services-hub .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-services-hub .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-services-hub .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-services-hub .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-services-hub .footer-col a:hover { color: var(--burnt); }
.page-services-hub .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-services-hub .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-services-hub .reveal.visible { opacity: 1; transform: translateY(0); }
.page-services-hub .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-services-hub .reveal-left.visible { opacity: 1; transform: translateX(0); }
.page-services-hub .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-services-hub .reveal-right.visible { opacity: 1; transform: translateX(0); }
.page-services-hub .mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
/* TABLET */
/* NAV MOBILE - 860px */
/* MOBILE */
/* SKIP LINK */
.page-services-hub .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-services-hub .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-services-hub .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-services-hub .mobile-menu.open { visibility: visible; opacity: 1; }
.page-services-hub .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-services-hub .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-services-hub .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-services-hub .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-services-hub .mobile-menu-close:hover { color: #fff; }
.page-services-hub .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-services-hub .mobile-menu-link:hover { color: #fff; }
.page-services-hub .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-services-hub .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
/* ACTIVE NAV STATE */
.page-services-hub .nav-links a.active { color: var(--white, #fff); background: rgba(255,255,255,0.1); }
.page-services-hub .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-services-hub .back-to-top.visible { opacity: 1; visibility: visible; }
.page-services-hub .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-showcase-page
   ============================================================ */
.page-showcase-page * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-showcase-page { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --sage: #7A9E7E;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-showcase-page { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-showcase-page .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.page-showcase-page nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-showcase-page .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.page-showcase-page .nav-logo span { color: var(--burnt-soft); }
.page-showcase-page .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-showcase-page .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-showcase-page .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-showcase-page .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
/* HERO */
.page-showcase-page .hero { min-height: 70vh; background: var(--charcoal); color: var(--white);
            padding: 160px 80px 80px; position: relative; overflow: hidden; }
.page-showcase-page .hero::before { content: ""; position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1920&q=80") center/cover; opacity: 0.15; }
.page-showcase-page .hero-inner { position: relative; z-index: 2; max-width: 700px; }
.page-showcase-page .hero-breadcrumb { display: flex; align-items: center; gap: 8px;
            font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 32px; }
.page-showcase-page .hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.page-showcase-page .hero-breadcrumb a:hover { color: var(--burnt-soft); }
.page-showcase-page .hero-breadcrumb .current { color: var(--burnt-soft); }
.page-showcase-page .hero-product-name { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
            color: var(--burnt-soft); margin-bottom: 16px; }
.page-showcase-page .hero h1 { font-size: 4.2rem; font-weight: 800; line-height: 1.05;
            letter-spacing: -2px; margin-bottom: 20px; }
.page-showcase-page .hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.page-showcase-page .hero-tagline { font-size: 1.2rem; color: rgba(255,255,255,0.45); line-height: 1.7;
            max-width: 540px; }
.page-showcase-page .hero-domain { display: inline-flex; align-items: center; gap: 6px; margin-top: 24px;
            font-size: 0.95rem; font-weight: 600; color: var(--burnt-soft); text-decoration: none; }
.page-showcase-page .hero-domain:hover { text-decoration: underline; }
.page-showcase-page .hero-stats-bar { display: flex; align-items: center; gap: 16px; margin-top: 28px;
            padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
            font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.45);
            flex-wrap: wrap; }
.page-showcase-page .hero-stats-bar .divider { color: rgba(255,255,255,0.15); }
/* TIMELINE SECTIONS */
.page-showcase-page .timeline-section { padding: 120px 80px; }
.page-showcase-page .timeline-section.warm-bg { background: var(--warm); }
.page-showcase-page .timeline-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.page-showcase-page .timeline-inner.reverse { direction: rtl; }
.page-showcase-page .timeline-inner.reverse > * { direction: ltr; }
.page-showcase-page .timeline-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
            color: var(--burnt); margin-bottom: 12px; }
.page-showcase-page .timeline-text h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.1; }
.page-showcase-page .timeline-text h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-showcase-page .timeline-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; }
.page-showcase-page .timeline-text ul { padding-left: 24px; margin-bottom: 20px; }
.page-showcase-page .timeline-text li { font-size: 0.95rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 6px; }
.page-showcase-page .timeline-img { border-radius: 20px; overflow: hidden; height: 400px;
            box-shadow: 0 20px 48px rgba(0,0,0,0.06); }
.page-showcase-page .timeline-img img { width: 100%; height: 100%; object-fit: cover; }
/* BUILD STATS */
.page-showcase-page .build-stats { padding: 100px 80px; background: var(--charcoal); color: var(--white);
            border-radius: 32px; margin: 0 40px; }
.page-showcase-page .build-stats h2 { font-size: 2rem; font-weight: 800; text-align: center; margin-bottom: 48px;
            letter-spacing: -0.5px; }
.page-showcase-page .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
            max-width: 900px; margin: 0 auto; }
.page-showcase-page .stat-card { text-align: center; padding: 32px 20px;
            background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px; }
.page-showcase-page .stat-card .stat-number { font-size: 2.4rem; font-weight: 800; color: var(--burnt-soft); margin-bottom: 4px; }
.page-showcase-page .stat-card .stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.4); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
/* REFLECTION */
.page-showcase-page .reflection { padding: 60px 80px 120px; }
.page-showcase-page .reflection-inner { max-width: 700px; }
.page-showcase-page .reflection h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; }
.page-showcase-page .reflection h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.page-showcase-page .reflection p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; }
.page-showcase-page .reflection ul { padding-left: 24px; margin-bottom: 24px; }
.page-showcase-page .reflection li { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 8px; }
.page-showcase-page .live-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px;
            background: var(--burnt); color: var(--white); padding: 16px 32px;
            border-radius: 100px; font-weight: 600; font-size: 0.95rem;
            text-decoration: none; transition: all 0.3s; }
.page-showcase-page .live-link:hover { background: var(--burnt-soft); transform: translateY(-2px); }
/* RELATED SHOWCASES */
.page-showcase-page .related { padding: 100px 80px; background: var(--warm); }
.page-showcase-page .related h2 { font-size: 2rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 40px; }
.page-showcase-page .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.page-showcase-page .related-card { background: var(--cream); border: 1px solid var(--border); border-radius: 16px;
            overflow: hidden; transition: all 0.3s; cursor: pointer; text-decoration: none; color: var(--text); }
.page-showcase-page .related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); border-color: var(--burnt-soft); }
.page-showcase-page .related-card-img { height: 160px; overflow: hidden; }
.page-showcase-page .related-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.page-showcase-page .related-card:hover .related-card-img img { transform: scale(1.04); }
.page-showcase-page .related-card-body { padding: 24px; }
.page-showcase-page .related-card-type { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--burnt); margin-bottom: 6px; }
.page-showcase-page .related-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.page-showcase-page .related-card p { font-size: 0.8rem; color: var(--text-mid); line-height: 1.5; }
/* CTA */
.page-showcase-page .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.page-showcase-page .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-showcase-page footer { padding: 60px 80px 32px; }
.page-showcase-page .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-showcase-page .footer-brand { max-width: 280px; }
.page-showcase-page .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-showcase-page .footer-brand h3 span { color: var(--burnt); }
.page-showcase-page .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-showcase-page .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-showcase-page .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-showcase-page .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-showcase-page .footer-col a:hover { color: var(--burnt); }
.page-showcase-page .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-showcase-page .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-showcase-page .reveal.visible { opacity: 1; transform: translateY(0); }
.page-showcase-page .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-showcase-page .reveal-left.visible { opacity: 1; transform: translateX(0); }
.page-showcase-page .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-showcase-page .reveal-right.visible { opacity: 1; transform: translateX(0); }
/* Mobile menu button - hidden on desktop */
.page-showcase-page .mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }
/* TABLET */
/* NAV MOBILE - 860px */
/* MOBILE */
/* SKIP LINK */
.page-showcase-page .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-showcase-page .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-showcase-page .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-showcase-page .mobile-menu.open { visibility: visible; opacity: 1; }
.page-showcase-page .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-showcase-page .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-showcase-page .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-showcase-page .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-showcase-page .mobile-menu-close:hover { color: #fff; }
.page-showcase-page .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-showcase-page .mobile-menu-link:hover { color: #fff; }
.page-showcase-page .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-showcase-page .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.page-showcase-page .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-showcase-page .back-to-top.visible { opacity: 1; visibility: visible; }
.page-showcase-page .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
/* ============================================================
   page-text-page
   ============================================================ */
.page-text-page * { margin: 0; padding: 0; box-sizing: border-box; }
body.page-text-page { --charcoal: #1E1E1E; --warm: #F5F0EA; --cream: #FFFCF7;
            --burnt: #C85A28; --burnt-soft: #D97B4A; --sage: #7A9E7E;
            --text: #1E1E1E; --text-mid: #555; --text-light: #999;
            --white: #fff; --border: #E8E4DE; }
body.page-text-page { font-family: "Outfit", sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }
.page-text-page nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.page-text-page .nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); text-decoration: none; }
.page-text-page .nav-logo span { color: var(--burnt-soft); }
.page-text-page .nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.page-text-page .nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.page-text-page .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.page-text-page .nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.page-text-page .mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
/* HERO */
.page-text-page .hero { padding: 160px 24px 60px; max-width: 720px; margin: 0 auto; }
.page-text-page .hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-light); margin-bottom: 24px; }
.page-text-page .hero-breadcrumb a { color: var(--text-light); text-decoration: none; }
.page-text-page .hero-breadcrumb a:hover { color: var(--burnt); }
.page-text-page .hero-breadcrumb .current { color: var(--burnt); }
.page-text-page .hero h1 { font-size: 3.6rem; font-weight: 800; line-height: 1.05; letter-spacing: -2px; margin-bottom: 8px; }
.page-text-page .hero-subtitle { font-size: 1.3rem; font-weight: 300; color: var(--text-light); margin-bottom: 16px; }
.page-text-page .hero-desc { font-size: 1.1rem; color: var(--text-mid); line-height: 1.8; }
/* SECTION WRAPPERS */
.page-text-page .section-wrap { position: relative; overflow: hidden;
            padding: 60px 0; }
.page-text-page .section-wrap .article-inner { max-width: 720px; margin: 0 auto; padding: 0 24px; }
/* ARTICLE TEXT STYLES */
.page-text-page .article-inner p { font-size: 1.1rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 28px; }
.page-text-page .article-inner h2 { font-size: 1.8rem; font-weight: 800; margin: 0 0 16px; letter-spacing: -0.5px; }
.page-text-page .article-inner h3 { font-size: 1.3rem; font-weight: 700; margin: 40px 0 12px; }
.page-text-page .article-inner blockquote { border-left: 3px solid var(--burnt); padding: 20px 0 20px 28px;
            margin: 40px 0; font-size: 1.15rem; font-style: italic;
            color: var(--text); line-height: 1.7; }
.page-text-page .article-inner ul, .page-text-page .article-inner ol { padding-left: 24px; margin-bottom: 28px; }
.page-text-page .article-inner li { font-size: 1.1rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 8px; }
/* BREAKOUT IMAGES */
.page-text-page .article-img { width: calc(100% + 160px); margin-left: -80px;
            border-radius: 20px; overflow: hidden; margin-bottom: 8px; margin-top: 40px; }
.page-text-page .article-img img { width: 100%; display: block; }
.page-text-page .article-img-caption { font-size: 0.8rem; color: var(--text-light); text-align: center;
            margin-bottom: 40px; margin-top: 8px; }
.page-text-page .article-img:first-child { margin-top: 0; }
/* (section labels removed) */
/* GLOBAL TOPOGRAPHIC LINES BACKGROUND */
.page-text-page .bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
/* Tinted section */
.page-text-page .section-tinted { background-color: var(--warm); }
/* CTA */
.page-text-page .btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.page-text-page .btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.page-text-page footer { padding: 60px 80px 32px; }
.page-text-page .footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.page-text-page .footer-brand { max-width: 280px; }
.page-text-page .footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.page-text-page .footer-brand h3 span { color: var(--burnt); }
.page-text-page .footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.page-text-page .footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.page-text-page .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.page-text-page .footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.page-text-page .footer-col a:hover { color: var(--burnt); }
.page-text-page .footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.page-text-page .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.page-text-page .reveal.visible { opacity: 1; transform: translateY(0); }
/* SKIP LINK */
.page-text-page .skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.page-text-page .skip-link:focus { top: 0; }
/* MOBILE MENU OVERLAY */
.page-text-page .mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.page-text-page .mobile-menu.open { visibility: visible; opacity: 1; }
.page-text-page .mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.page-text-page .mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.page-text-page .mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.page-text-page .mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.page-text-page .mobile-menu-close:hover { color: #fff; }
.page-text-page .mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.page-text-page .mobile-menu-link:hover { color: #fff; }
.page-text-page .mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.page-text-page .mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
/* SCROLL PROGRESS */
.page-text-page .scroll-progress { position: fixed; top: 0; left: 0; height: 3px; z-index: 101;
            background: var(--burnt, #C85A28); width: 0%;
            transition: width 0.1s linear; }
.page-text-page .back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.page-text-page .back-to-top.visible { opacity: 1; visibility: visible; }
.page-text-page .back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }

/* ============================================================
   UNSCOPED DUPLICATES - so blocks work on any page
   ============================================================ */
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.error-page { min-height: 100vh; display: flex; align-items: center; justify-content: center;
            padding: 120px 80px; text-align: center; }
.error-inner { max-width: 560px; }
.error-code { font-size: 8rem; font-weight: 900; letter-spacing: -4px; line-height: 1;
            color: var(--burnt); opacity: 0.15; margin-bottom: -20px; }
.error-inner h1 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.error-inner h1 .thin { font-weight: 300; color: var(--text-light); }
.error-inner p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 36px; }
.error-links { display: flex; gap: 12px; justify-content: center; margin-bottom: 48px; }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px;
            border-radius: 100px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.btn-outline { color: var(--text-mid); padding: 14px 28px; border-radius: 100px;
            font-weight: 600; font-size: 0.9rem; text-decoration: none;
            border: 1px solid var(--border); transition: all 0.2s; }
.btn-outline:hover { border-color: var(--burnt); color: var(--burnt); }
.error-suggestions { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.error-suggestions a { font-size: 0.85rem; color: var(--text-light); text-decoration: none;
            transition: color 0.2s; }
.error-suggestions a:hover { color: var(--burnt); }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.hero { min-height: 60vh; background: var(--charcoal); color: var(--white);
            padding: 160px 80px 80px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&q=80") center/cover; opacity: 0.15; }
.hero-inner { position: relative; z-index: 2; max-width: 700px; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px;
            font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 32px; }
.hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--burnt-soft); }
.hero-breadcrumb .current { color: var(--burnt-soft); }
.hero h1 { font-size: 3.6rem; font-weight: 800; line-height: 1.1;
            letter-spacing: -2px; margin-bottom: 20px; }
.hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.45); line-height: 1.8;
            max-width: 540px; }
.story { padding: 120px 80px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.story-text h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 24px; line-height: 1.1; }
.story-text h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.story-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.story-image { position: sticky; top: 140px; border-radius: 20px; overflow: hidden;
            height: 500px; box-shadow: 0 20px 48px rgba(0,0,0,0.06); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.team { padding: 120px 80px; background: var(--warm); }
.team h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.team h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.team-subtitle { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 48px; max-width: 500px; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; }
.team-card { background: var(--cream); border: 1px solid var(--border); border-radius: 20px;
            overflow: hidden; transition: all 0.3s; }
.team-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.team-card-img { height: 280px; overflow: hidden; }
.team-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.team-card:hover .team-card-img img { transform: scale(1.04); }
.team-card-body { padding: 28px; }
.team-card-body h4 { font-size: 1.3rem; font-weight: 800; margin-bottom: 2px; }
.team-card-body .role { font-size: 0.85rem; color: var(--burnt); font-weight: 600; margin-bottom: 12px; }
.team-card-body p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.team-links { display: flex; gap: 8px; }
.team-links a { display: flex; align-items: center; justify-content: center;
            width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 8px;
            text-decoration: none; transition: all 0.2s; font-size: 0.8rem; color: var(--text-mid); }
.team-links a:hover { border-color: var(--burnt); color: var(--burnt); background: rgba(200,90,40,0.04); }
.values { padding: 120px 80px; }
.values h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.values h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.values-subtitle { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 48px; max-width: 500px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
            max-width: 1000px; }
.value-card { padding: 36px; border: 1px solid var(--border); border-radius: 16px;
            transition: all 0.3s; cursor: default; }
.value-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.value-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.value-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
.numbers { padding: 100px 80px; background: var(--charcoal); color: var(--white);
            border-radius: 32px; margin: 0 40px; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
            max-width: 900px; margin: 0 auto; }
.numbers-stat { text-align: center; }
.numbers-stat .number { font-size: 2.4rem; font-weight: 800; color: var(--burnt-soft); }
.numbers-stat .label { font-size: 0.8rem; color: rgba(255,255,255,0.4); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.nav-links a.active { color: var(--white, #fff); background: rgba(255,255,255,0.1); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.article-header { max-width: 1200px; margin: 0 auto; padding: 160px 24px 48px; }
.article-meta { display: flex; align-items: center; gap: 16px; font-size: 0.8rem; color: var(--text-light); margin-bottom: 20px; }
.article-category { background: rgba(200,90,40,0.08); color: var(--burnt); padding: 4px 12px; border-radius: 50px; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; }
.article-meta .dot { width: 3px; height: 3px; background: var(--text-light); border-radius: 50%; }
.article-header h1 { font-size: 3rem; font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; max-width: 700px; }
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 60px;
            max-width: 1200px; margin: 0 auto; padding: 0 24px;
            align-items: start; width: 100%; }
.article-body { min-width: 0; overflow: hidden; }
.article-body p { font-size: 1.05rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 24px; }
.article-body h2 { font-size: 1.7rem; font-weight: 800; margin: 40px 0 14px; letter-spacing: -0.5px; }
.article-body h3 { font-size: 1.25rem; font-weight: 700; margin: 32px 0 10px; }
.article-body img { width: 100%; border-radius: 14px; margin-bottom: 24px; display: block; }
.article-body blockquote { border-left: 3px solid var(--burnt); padding: 14px 0 14px 24px; margin: 32px 0; font-size: 1.1rem; font-style: italic; color: var(--text); line-height: 1.7; }
.article-body pre { background: var(--charcoal); color: rgba(255,255,255,0.8); padding: 20px; border-radius: 12px; overflow-x: auto; margin-bottom: 24px; font-size: 0.85rem; line-height: 1.6; }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 24px; }
.article-body li { font-size: 1.05rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 6px; }
.img-caption { font-size: 0.8rem; color: var(--text-light); text-align: center; margin-top: -16px; margin-bottom: 24px; }
.sidebar { position: sticky; top: 120px; min-width: 0; }
.sidebar-section { margin-bottom: 36px; }
.sidebar-section h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.sidebar-author { display: flex; align-items: center; gap: 12px; padding: 20px;
            background: var(--white); border-radius: 14px; border: 1px solid var(--border); }
.sidebar-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.sidebar-author-name { font-weight: 700; font-size: 0.9rem; }
.sidebar-author-role { font-size: 0.8rem; color: var(--text-light); }
.sidebar-share { display: flex; gap: 8px; }
.sidebar-share a { display: flex; align-items: center; justify-content: center;
            width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 10px;
            text-decoration: none; transition: all 0.2s; }
.sidebar-share a:hover { border-color: var(--burnt); background: rgba(200,90,40,0.04); }
.sidebar-share a svg { width: 18px; height: 18px; fill: var(--text-mid); }
.sidebar-share a:hover svg { fill: var(--burnt); }
.sidebar-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.sidebar-tags span { background: var(--warm); border: 1px solid var(--border); padding: 4px 12px;
            border-radius: 50px; font-size: 0.75rem; font-weight: 600; color: var(--text-mid); }
.sidebar-related-wrap { position: relative; }
.sidebar-scroll-hint { display: none; }
.sidebar-related { display: flex; flex-direction: column; gap: 12px; }
.sidebar-related-item { display: flex; gap: 12px; padding: 12px; background: var(--white);
            border-radius: 10px; border: 1px solid var(--border); cursor: pointer; transition: all 0.2s; }
.sidebar-related-item:hover { border-color: var(--burnt); }
.sidebar-related-img { width: 64px; height: 64px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.sidebar-related-img img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-related-tag { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--burnt); margin-bottom: 2px; }
.sidebar-related-title { font-size: 0.85rem; font-weight: 700; line-height: 1.3; }
.sidebar-info { font-size: 0.85rem; color: var(--text-light); }
.sidebar-info strong { color: var(--text); display: block; margin-bottom: 2px; }
.block-list { max-width: 1200px; margin: 60px auto 0; padding: 0 24px 80px; }
.bl-placeholder { border: 2px dashed var(--border); border-radius: 16px; padding: 48px; text-align: center; color: var(--text-light); font-size: 0.9rem; }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; z-index: 101;
            background: var(--burnt, #C85A28); width: 0%;
            transition: width 0.1s linear; }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
body::selection, ::selection { background: #C85A28; color: #fff; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.material-symbols-outlined { font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.editorial-mask { border-radius: 1.5rem 1.5rem 1.5rem 0; }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
        background-image:
            repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
            repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
            repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
            repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
            repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
            repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
            repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
        background: var(--burnt); color: #fff; padding: 12px 24px;
        border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
        text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
nav.site-nav { position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100;
        background: rgba(30,30,30,0.85); backdrop-filter: blur(16px);
        border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
nav.site-nav .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); text-decoration: none; }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 8px 22px !important; border-radius: 8px; font-weight: 600 !important; margin-left: 8px; }
.nav-cta:hover { background: var(--burnt-soft) !important; }
.mobile-menu-btn { display: none; background: none; border: none; color: #fff; font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
main { position: relative; z-index: 1; }
.blog-hero-section { padding: 0 48px; margin-bottom: 96px; }
.blog-hero-inner { display: flex; flex-direction: column; gap: 32px; }
.blog-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: rgba(102,102,102,0.5); margin-bottom: 32px; }
.blog-breadcrumb a { text-decoration: none; color: inherit; transition: color 0.2s; }
.blog-breadcrumb a:hover { color: var(--burnt); }
.blog-breadcrumb .current { color: var(--burnt); }
.blog-hero-title { font-size: clamp(4rem, 10vw, 10rem); font-weight: 900;
        letter-spacing: -0.05em; line-height: 0.8; margin-bottom: 48px; }
.blog-hero-title .dot { color: var(--burnt); }
.featured-article { position: relative; cursor: pointer; overflow: hidden;
        border-radius: 1.5rem; background: var(--surface-low);
        display: flex; flex-direction: column; min-height: 480px; }
.featured-img-wrap { overflow: hidden; }
.featured-img-wrap img { width: 100%; height: 100%; object-fit: cover;
        transition: transform 0.7s; }
.featured-article:hover .featured-img-wrap img { transform: scale(1.05); }
.featured-body { padding: 40px; display: flex; flex-direction: column;
        justify-content: center; gap: 20px; }
.featured-label { color: var(--burnt); font-weight: 700;
        letter-spacing: 0.1em; font-size: 0.875rem; text-transform: uppercase; }
.featured-body h2 { font-size: 1.875rem; font-weight: 800;
        letter-spacing: -0.025em; line-height: 1.1; }
.featured-body p { color: var(--text-mid); line-height: 1.625;
        opacity: 0.8; max-width: 36rem; font-size: 1.125rem; }
.featured-cta { margin-top: 32px;
        display: inline-flex; align-items: center; gap: 12px;
        color: var(--burnt); font-weight: 700;
        transition: gap 0.3s; }
.featured-article:hover .featured-cta { gap: 20px; }
.blog-category-filter { padding: 0 48px; margin-bottom: 48px; }
.blog-category-filter-inner { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-category-filter-inner a { padding: 10px 20px; border-radius: 999px; font-size: 0.85rem;
        font-weight: 600; text-decoration: none; color: var(--text-mid);
        background: var(--surface-low); transition: all 0.2s; }
.blog-category-filter-inner a.active { background: var(--burnt); color: var(--white); }
.blog-category-filter-inner a:hover:not(.active) { background: var(--surface-mid); color: var(--text); }
.blog-article-grid { padding: 0 48px; margin-bottom: 128px; }
.blog-article-grid .grid { display: grid;
        grid-template-columns: 1fr;
        column-gap: 32px; row-gap: 96px; }
.article-card { display: flex; flex-direction: column; gap: 24px; cursor: pointer; }
.article-card.offset { margin-top: 48px; }
.article-card .thumb { overflow: hidden; aspect-ratio: 4/5;
        background: var(--surface-mid);
        border-radius: 1.5rem 1.5rem 1.5rem 0; }
.article-card .thumb img { width: 100%; height: 100%; object-fit: cover;
        transition: transform 0.5s; }
.article-card:hover .thumb img { transform: scale(1.1); }
.article-meta { display: flex; flex-direction: column; gap: 12px; }
.article-category { color: var(--burnt); font-weight: 700; font-size: 0.75rem;
        text-transform: uppercase; letter-spacing: 0.1em; }
.article-card h3 { font-size: 1.5rem; font-weight: 700;
        letter-spacing: -0.025em; line-height: 1.2;
        transition: color 0.2s; }
.article-card:hover h3 { color: var(--burnt); }
.article-card p { color: var(--text-mid); font-weight: 300;
        display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
        overflow: hidden; }
footer.site-footer { width: 100%; padding: 96px 0 48px; background: var(--surface-low); position: relative; z-index: 1; }
footer .footer-grid { display: grid; grid-template-columns: 1fr; gap: 48px;
        max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.footer-brand .logo { font-size: 1.5rem; font-weight: 900; color: var(--charcoal); margin-bottom: 24px; }
.footer-brand .logo span { color: var(--burnt); }
.footer-brand p { color: rgba(30,30,30,0.5); font-weight: 300; line-height: 1.625; }
.footer-col { display: flex; flex-direction: column; gap: 16px; }
.footer-col .heading { font-weight: 300; font-size: 0.875rem; text-transform: uppercase;
        letter-spacing: 0.1em; color: var(--burnt); }
.footer-col a { color: rgba(30,30,30,0.5); text-decoration: none;
        transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { max-width: 1440px; margin: 96px auto 0; padding: 48px 48px 0;
        display: flex; flex-direction: column; justify-content: space-between;
        align-items: center; gap: 32px; border-top: 1px solid var(--border); }
.footer-bottom .legal { font-weight: 300; font-size: 0.875rem; text-transform: uppercase;
        letter-spacing: 0.1em; color: rgba(30,30,30,0.5); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
        width: 44px; height: 44px; border-radius: 50%;
        background: var(--burnt); color: #fff; border: none;
        font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
        visibility: hidden; opacity: 0;
        transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
        background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
        background: var(--charcoal); padding: 80px 32px 40px;
        transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
        background: none; border: none; color: rgba(255,255,255,0.5);
        font-size: 1.5rem; cursor: pointer; padding: 8px;
        transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
        text-decoration: none; font-size: 1.1rem; font-weight: 500;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-link.active { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
        gap: 8px; margin-top: 16px; padding: 14px 28px;
        background: var(--burnt); color: #fff; border-radius: 100px;
        text-decoration: none; font-weight: 600; font-size: 0.95rem;
        transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.hero { padding: 160px 80px 80px;
            background: var(--charcoal);
            color: var(--white);
            position: relative;
            overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0;
            background: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1920&q=80") center/cover;
            opacity: 0.15; }
.hero-inner { position: relative; z-index: 2; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px;
            font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 24px; }
.hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--burnt-soft); }
.hero-breadcrumb .current { color: var(--burnt-soft); }
.hero h1 { font-size: 3.6rem; font-weight: 800; line-height: 1.05;
            letter-spacing: -2px; margin-bottom: 16px; }
.hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.45); line-height: 1.8;
            max-width: 540px; }
.contact-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px;
            padding: 60px 80px 120px; align-items: start; }
.form-section h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 6px; }
.form-intro { font-size: 0.95rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 40px; }
.form-group { margin-bottom: 28px; }
.form-label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text);
            margin-bottom: 10px; }
.form-input, .form-textarea, .form-select { width: 100%; padding: 16px 20px;
            border-radius: 14px; font-family: "Outfit", sans-serif; font-size: 0.95rem;
            color: var(--text); background: var(--warm); transition: all 0.25s;
            outline: none; border: 2px solid transparent; }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--burnt); background: var(--white);
            box-shadow: 0 0 0 4px rgba(200,90,40,0.06); }
.form-input::placeholder, .form-textarea::placeholder { color: #aaa; }
.form-textarea { min-height: 160px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-submit { background: var(--burnt); color: var(--white); padding: 18px 40px;
            border-radius: 100px; font-weight: 700; font-size: 1rem;
            border: none; cursor: pointer; font-family: "Outfit", sans-serif;
            transition: all 0.3s; display: inline-flex; align-items: center; gap: 10px;
            box-shadow: 0 6px 20px rgba(200,90,40,0.2);
            margin-top: 8px; }
.form-submit:hover { background: var(--burnt-soft); transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(200,90,40,0.25); }
.form-note { font-size: 0.8rem; color: var(--text-light); margin-top: 20px; line-height: 1.6; }
.form-footer { display: flex; align-items: center; justify-content: space-between;
            margin-top: 36px; }
.details-section { position: sticky; top: 140px; }
.detail-block { margin-bottom: 40px; padding-bottom: 40px;
            border-bottom: 1px solid var(--border); }
.detail-block:last-child { border-bottom: none; padding-bottom: 0; }
.detail-block h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
            letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.detail-item { margin-bottom: 16px; }
.detail-item .label { font-size: 0.8rem; color: var(--text-light); margin-bottom: 2px; }
.detail-item .value { font-size: 1rem; font-weight: 600; color: var(--text); }
.detail-item .value a { color: var(--burnt); text-decoration: none; }
.detail-item .value a:hover { text-decoration: underline; }
.quick-options { display: flex; flex-direction: column; gap: 12px; }
.quick-option { display: flex; align-items: center; gap: 16px; padding: 20px;
            background: var(--white); border: 1px solid var(--border);
            border-radius: 14px; cursor: pointer; transition: all 0.2s;
            text-decoration: none; color: var(--text); }
.quick-option:hover { border-color: var(--burnt-soft); transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.quick-option-icon { width: 44px; height: 44px; border-radius: 10px;
            display: flex; align-items: center; justify-content: center;
            font-size: 1.2rem; flex-shrink: 0; }
.quick-option-icon.idea { background: rgba(200,90,40,0.08); }
.quick-option-icon.product { background: rgba(122,158,126,0.1); }
.quick-option-icon.support { background: rgba(91,164,217,0.1); }
.quick-option h5 { font-size: 0.95rem; font-weight: 700; margin-bottom: 2px; }
.quick-option p { font-size: 0.8rem; color: var(--text-mid); }
.faq { padding: 100px 80px; background: var(--warm); }
.faq-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.faq-header { position: sticky; top: 140px; }
.faq h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px;
            margin-bottom: 16px; }
.faq h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.faq-desc { font-size: 1.05rem; color: var(--text-mid); line-height: 1.7; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); overflow: hidden; }
.faq-question { display: flex; align-items: center; justify-content: space-between;
            padding: 24px 0; cursor: pointer; transition: color 0.2s;
            user-select: none; }
.faq-question:hover { color: var(--burnt); }
.faq-question h4 { font-size: 1.05rem; font-weight: 700; flex: 1; padding-right: 20px; }
.faq-toggle { width: 32px; height: 32px; border-radius: 50%;
            background: var(--cream); border: 1px solid var(--border);
            display: flex; align-items: center; justify-content: center;
            font-size: 1.2rem; color: var(--text-mid); flex-shrink: 0;
            transition: all 0.3s; }
.faq-item.active .faq-toggle { background: var(--burnt); border-color: var(--burnt); color: var(--white);
            transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s;
            padding: 0 0 0 0; }
.faq-item.active .faq-answer { max-height: 200px;
            padding: 0 0 24px 0; }
.faq-answer p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.8;
            padding-right: 52px; }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 40px;
            position: fixed;
            top: 16px; left: 40px; right: 40px;
            z-index: 100;
            background: rgba(30, 30, 30, 0.85);
            backdrop-filter: blur(16px);
            border-radius: 14px;
            border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem;
            font-weight: 800;
            color: var(--white);
            letter-spacing: -0.5px; }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex;
            gap: 8px;
            list-style: none;
            align-items: center; }
.nav-links a { text-decoration: none;
            color: rgba(255,255,255,0.6);
            font-weight: 500;
            font-size: 0.88rem;
            padding: 8px 16px;
            border-radius: 8px;
            transition: all 0.2s; }
.nav-links a:hover { color: var(--white);
            background: rgba(255,255,255,0.08); }
.nav-cta { background: var(--burnt) !important;
            color: var(--white) !important;
            padding: 9px 22px !important;
            border-radius: 8px;
            font-weight: 600 !important;
            transition: background 0.2s; }
.nav-cta:hover { background: var(--burnt-soft) !important; }
.hero { min-height: 100vh;
            background: var(--charcoal);
            color: var(--white);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 0 80px 80px;
            position: relative;
            overflow: hidden; }
.hero::before { content: "";
            position: absolute;
            inset: 0;
            background: url("https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1920&q=80") center/cover;
            opacity: 0.15; }
.hero-bg-text { display: none; }
.scatter-container { position: absolute;
            top: 18%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            z-index: 0;
            white-space: nowrap; }
.scatter-letter { font-family: "Outfit", sans-serif;
            font-size: 14vw;
            font-weight: 900;
            letter-spacing: -8px;
            display: inline-block;
            will-change: transform, opacity;
            color: rgba(255,255,255,0.4); }
.scatter-letter.orange { color: rgba(200, 90, 40, 0.5); }
.hero-content { position: relative;
            z-index: 2;
            max-width: 800px; }
.hero-label { font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--burnt-soft);
            margin-bottom: 28px; }
.hero h1 { font-size: clamp(2.8rem, 6vw, 5.5rem);
            font-weight: 800;
            line-height: 0.95;
            letter-spacing: -2px;
            margin-bottom: 20px; }
.hero h1 .thin { font-weight: 300;
            color: rgba(255,255,255,0.5); }
.hero-desc { font-size: 1rem;
            color: rgba(255,255,255,0.45);
            line-height: 1.8;
            max-width: 500px;
            margin-bottom: 40px;
            font-weight: 400; }
.hero-cta { display: inline-flex;
            align-items: center;
            align-self: flex-start;
            gap: 12px;
            background: var(--burnt);
            color: var(--white);
            padding: 14px 28px;
            border-radius: 100px;
            font-weight: 600;
            font-size: 0.95rem;
            text-decoration: none;
            transition: all 0.3s; }
.hero-cta:hover { background: var(--burnt-soft);
            transform: translateY(-2px); }
.hero-cta .arrow { width: 32px;
            height: 32px;
            background: rgba(255,255,255,0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem; }
.hero-previews { position: absolute;
            right: 80px;
            bottom: 60px;
            display: flex;
            gap: 16px;
            z-index: 3; }
.preview-card { background: rgba(255,255,255,0.06);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px;
            padding: 24px 28px;
            min-width: 180px;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.preview-card:nth-child(1) { animation: page-homepage-cardFloat1 5s ease-in-out infinite; }
.preview-card:nth-child(2) { animation: page-homepage-cardFloat2 6s ease-in-out 0.5s infinite; transform: translateY(-30px); }
.preview-card:nth-child(3) { animation: page-homepage-cardFloat3 5.5s ease-in-out 1s infinite; transform: translateY(-10px); }
.preview-card h4 { font-size: 1rem;
            font-weight: 700;
            margin-bottom: 4px; }
.preview-card p { font-size: 0.75rem;
            color: rgba(255,255,255,0.35); }
.preview-card .dot { width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--sage);
            display: inline-block;
            margin-right: 6px; }
.preview-card .dot.orange { background: var(--burnt-soft); }
.preview-card .dot.blue { background: #5BA4D9; }
.proof-strip { padding: 48px 80px;
            display: flex;
            justify-content: center;
            gap: 64px;
            border-bottom: 1px solid rgba(0,0,0,0.06); }
.proof-item { text-align: center; }
.proof-item .num { font-size: 2.4rem;
            font-weight: 800;
            color: var(--burnt);
            letter-spacing: -1px; }
.proof-item .label { font-size: 0.8rem;
            color: var(--text-light);
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px; }
.marquee { padding: 32px 0;
            overflow: hidden;
            border-bottom: 1px solid rgba(0,0,0,0.06);
            position: relative; }
.marquee-inner { display: flex;
            width: max-content;
            animation: page-homepage-marquee-scroll 25s linear infinite; }
.marquee-track { display: flex;
            gap: 48px;
            padding-right: 48px;
            flex-shrink: 0; }
.marquee-item { font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-light);
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 10px; }
.marquee-item .mdot { width: 5px;
            height: 5px;
            background: var(--burnt);
            border-radius: 50%; }
.marquee:hover .marquee-inner { animation-play-state: paused; }
.services-tabbed { padding: 120px 80px; }
.services-tabbed h2 { font-size: 3rem;
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 48px; }
.services-tabbed h2 em { font-style: italic;
            font-weight: 300;
            color: var(--burnt); }
.service-tabs { display: flex;
            gap: 0;
            border-bottom: 1px solid rgba(0,0,0,0.08);
            margin-bottom: 48px; }
.service-tab { padding: 16px 28px;
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-light);
            cursor: pointer;
            border-bottom: 2px solid transparent;
            transition: all 0.2s;
            white-space: nowrap; }
.service-tab:hover, .service-tab.active { color: var(--burnt);
            border-bottom-color: var(--burnt); }
.service-detail { display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center; }
.service-detail-text h3 { font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 16px;
            letter-spacing: -0.5px; }
.service-detail-text p { font-size: 1rem;
            color: var(--text-mid);
            line-height: 1.8;
            margin-bottom: 24px; }
.service-detail-text .sa-link { display: inline-flex;
            align-items: center;
            gap: 6px;
            color: var(--burnt);
            font-weight: 600;
            text-decoration: none;
            font-size: 0.9rem;
            margin-bottom: 24px; }
.service-detail-text .sa-link:hover { text-decoration: underline; }
.service-detail-img { border-radius: 20px;
            overflow: hidden;
            height: 360px; }
.service-detail-img img { width: 100%;
            height: 100%;
            object-fit: cover; }
.service-features { display: flex;
            flex-wrap: wrap;
            gap: 8px; }
.service-features span { background: var(--warm);
            border: 1px solid rgba(0,0,0,0.06);
            padding: 6px 14px;
            border-radius: 8px;
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--text-mid); }
.service-panel { display: none; }
.service-panel.active { display: grid; }
.products { padding: 80px 80px 120px;
            position: relative; }
.products-header { margin-bottom: 80px;
            display: flex;
            justify-content: space-between;
            align-items: flex-end; }
.products-header h2 { font-size: 3.2rem;
            font-weight: 800;
            letter-spacing: -1.5px; }
.products-header h2 .light { font-weight: 300;
            color: var(--text-mid); }
.products-header a { color: var(--burnt);
            font-weight: 600;
            text-decoration: none;
            font-size: 0.95rem; }
.product-stack { display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px; }
.p-card { border-radius: 20px;
            padding: 48px;
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden; }
.p-card:hover { transform: translateY(-8px); }
.p-card.dark { background: var(--charcoal);
            color: var(--white);
            grid-row: span 2; }
.p-card.warm { background: var(--warm); }
.p-card.sage-bg { background: #EDF2EE; }
.p-card.burnt-bg { background: #FFF0E8; }
.p-card-img { position: absolute;
            top: 0; right: 0;
            width: 50%;
            height: 100%;
            object-fit: cover;
            border-radius: 0 20px 20px 0;
            pointer-events: none;
            mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.7) 100%);
            -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.7) 100%); }
.p-card.dark .p-card-img { opacity: 0.4; }
.p-card-tag { position: absolute;
            top: 32px;
            right: 32px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 100px;
            background: rgba(0,0,0,0.06);
            color: var(--text-mid); }
.p-card.dark .p-card-tag { background: rgba(255,255,255,0.08);
            color: rgba(255,255,255,0.5); }
.p-card h3 { font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 8px;
            letter-spacing: -0.5px; }
.p-card .domain { font-size: 0.85rem;
            color: var(--burnt);
            font-weight: 600;
            margin-bottom: 12px; }
.p-card.dark .domain { color: var(--burnt-soft); }
.p-card p { font-size: 0.9rem;
            color: var(--text-mid);
            line-height: 1.7;
            max-width: 360px; }
.p-card.dark p { color: rgba(255,255,255,0.4); }
.quote-section { padding: 120px 80px;
            max-width: 900px;
            margin: 0 auto;
            text-align: center; }
.quote-mark { font-size: 4rem;
            color: var(--burnt);
            line-height: 1;
            margin-bottom: 20px; }
.quote-text { font-size: 1.8rem;
            font-weight: 500;
            line-height: 1.5;
            letter-spacing: -0.5px;
            margin-bottom: 24px;
            color: var(--charcoal); }
.quote-author { font-size: 0.9rem;
            color: var(--text-light); }
.blog { padding: 80px 80px 120px;
            background: var(--warm); }
.blog-header { margin-bottom: 60px; }
.blog-header h2 { font-size: 3.2rem;
            font-weight: 800;
            letter-spacing: -1.5px; }
.blog-masonry { display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 24px; }
.blog-masonry .b-card:nth-child(2) { margin-top: 48px; }
.b-card { background: var(--white);
            border-radius: 16px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s; }
.b-card:hover { transform: translateY(-6px); }
.b-card-img { height: 220px;
            background: var(--cream);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: var(--text-light); }
.b-card-body { padding: 28px; }
.b-card-tag { font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--burnt);
            margin-bottom: 10px; }
.b-card h4 { font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 8px;
            line-height: 1.35; }
.b-card p { font-size: 0.85rem;
            color: var(--text-mid);
            line-height: 1.6; }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid;
            grid-template-columns: 2.5fr 1fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem;
            font-weight: 800;
            margin-bottom: 12px;
            letter-spacing: -0.5px; }
.footer-brand p { font-size: 0.85rem;
            color: var(--text-mid);
            line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--text-light);
            margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid);
            text-decoration: none;
            font-size: 0.85rem;
            transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08);
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
            color: var(--text-light); }
.reveal { opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0;
            transform: translateX(-40px);
            transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0;
            transform: translateX(40px);
            transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.stagger > * { transition-delay: calc(var(--i, 0) * 0.08s); }
.mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.mobile-menu-btn span, .mobile-menu-btn::before, .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.mobile-menu-btn::before { top: 0; }
.mobile-menu-btn::after { bottom: 0; }
.service-accordion { display: none; }
.accordion-item { border-bottom: 1px solid rgba(0,0,0,0.08); }
.accordion-trigger { display: flex; align-items: center; justify-content: space-between;
            padding: 20px 0; cursor: pointer; user-select: none; transition: color 0.2s; }
.accordion-trigger:hover { color: var(--burnt); }
.accordion-trigger h4 { font-size: 1.1rem; font-weight: 700; }
.accordion-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--warm);
            display: flex; align-items: center; justify-content: center;
            font-size: 1rem; color: var(--text-mid); flex-shrink: 0; transition: all 0.3s; }
.accordion-item.active .accordion-toggle { background: var(--burnt); color: var(--white); transform: rotate(45deg); }
.accordion-body { max-height: 0; overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.accordion-item.active .accordion-body { max-height: 600px; }
.accordion-body-inner { padding: 0 0 24px; }
.accordion-body-inner p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.accordion-body-inner img { width: 100%; border-radius: 12px; margin-bottom: 16px; }
.accordion-body-inner .service-features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.accordion-body-inner .service-features span { background: var(--warm); border: 1px solid rgba(0,0,0,0.06);
            padding: 4px 12px; border-radius: 8px; font-size: 0.75rem; font-weight: 600; color: var(--text-mid); }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.nav-links a.active { color: var(--white, #fff); background: rgba(255,255,255,0.1); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.hero { padding: 160px 80px 80px; display: grid; grid-template-columns: 1fr 1fr;
            gap: 60px; align-items: center; }
.hero-left { position: relative; z-index: 2; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-light); margin-bottom: 24px; }
.hero-breadcrumb a { color: var(--text-light); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--burnt); }
.hero-breadcrumb .current { color: var(--burnt); }
.hero-top-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.hero-pill { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 5px 12px; border-radius: 50px; background: rgba(74,222,128,0.1); color: #16A34A; }
.hero h1 { font-size: 3.4rem; font-weight: 800; line-height: 1.05; letter-spacing: -2px; margin-bottom: 16px; }
.hero-tagline { font-size: 1.3rem; font-weight: 300; color: var(--text-mid); margin-bottom: 20px; }
.hero-desc { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; max-width: 480px; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 12px; align-items: center; margin-bottom: 40px; }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.btn-outline { color: var(--text-mid); padding: 16px 32px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; border: 1px solid var(--border); transition: all 0.2s; }
.btn-outline:hover { border-color: var(--burnt); color: var(--burnt); }
.hero-stats { display: flex; gap: 32px; padding-top: 24px; border-top: 1px solid var(--border); }
.hero-stat .number { font-size: 1.5rem; font-weight: 800; color: var(--burnt); }
.hero-stat .label { font-size: 0.75rem; color: var(--text-light); margin-top: 2px; }
.hero-right { position: relative; height: 460px; }
.hero-screen { position: absolute; border-radius: 14px; overflow: hidden;
            box-shadow: 0 16px 48px rgba(0,0,0,0.1); border: 1px solid var(--border); }
.hero-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-screen-1 { width: 340px; height: 240px; top: 0; left: 0; z-index: 3; }
.hero-screen-2 { width: 300px; height: 220px; top: 80px; right: 0; z-index: 2; }
.hero-screen-3 { width: 280px; height: 200px; bottom: 0; left: 60px; z-index: 1; }
.hero-screen-label { position: absolute; bottom: 12px; left: 12px; background: rgba(30,30,30,0.85);
            backdrop-filter: blur(6px); padding: 6px 12px; border-radius: 8px;
            font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,0.8); }
.live-examples { padding: 120px 80px; background: var(--charcoal); color: var(--white); border-radius: 32px; margin: 0 40px; }
.live-examples h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.live-examples h2 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.live-examples-desc { font-size: 1.05rem; color: rgba(255,255,255,0.4); margin-bottom: 56px; max-width: 500px; line-height: 1.7; }
.examples-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.example-card { border-radius: 20px; overflow: hidden; position: relative; height: 320px;
            cursor: pointer; transition: transform 0.3s; }
.example-card:hover { transform: translateY(-6px); }
.example-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.example-card:hover img { transform: scale(1.04); }
.example-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); }
.example-domain { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--burnt-soft); margin-bottom: 6px; }
.example-overlay h4 { font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.example-overlay p { font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.example-pill { position: absolute; top: 16px; right: 16px; font-size: 0.65rem;
            font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
            padding: 5px 12px; border-radius: 50px; backdrop-filter: blur(8px); }
.example-pill.live { background: rgba(74,222,128,0.15); color: #4ADE80; }
.example-pill.coming { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); }
.features { padding: 120px 80px; }
.features h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 56px; }
.features h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { padding: 36px; border: 1px solid var(--border); border-radius: 16px;
            transition: all 0.3s; cursor: default; }
.feature-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.feature-icon { font-size: 1.5rem; margin-bottom: 16px; }
.feature-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
.architecture { padding: 120px 80px; background: var(--warm); }
.arch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.arch-text h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.arch-text h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.arch-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; }
.arch-diagram { background: var(--cream); border: 1px solid var(--border); border-radius: 20px;
            padding: 40px; position: sticky; top: 140px; }
.arch-core { background: var(--charcoal); color: var(--white); border-radius: 14px;
            padding: 28px; text-align: center; margin-bottom: 24px; }
.arch-core h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.arch-core p { font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.arch-arrow { text-align: center; font-size: 1.2rem; color: var(--text-light); margin-bottom: 24px; }
.arch-sites { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.arch-site { background: var(--white); border: 1px solid var(--border); border-radius: 10px;
            padding: 16px; text-align: center; }
.arch-site h5 { font-size: 0.85rem; font-weight: 700; margin-bottom: 2px; }
.arch-site p { font-size: 0.7rem; color: var(--text-light); }
.get-one { padding: 120px 80px; }
.get-one h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 56px; text-align: center; }
.get-one h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.get-one-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.get-one-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px;
            padding: 40px; text-align: center; transition: all 0.3s; }
.get-one-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.get-one-num { width: 48px; height: 48px; border-radius: 50%; background: rgba(200,90,40,0.08);
            color: var(--burnt); display: flex; align-items: center; justify-content: center;
            font-size: 1.2rem; font-weight: 800; margin: 0 auto 20px; }
.get-one-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.get-one-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
.tech { padding: 100px 80px; background: var(--warm); }
.tech h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 24px; text-align: center; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 700px; margin: 0 auto; }
.tech-tags span { background: var(--cream); border: 1px solid var(--border); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; color: var(--text-mid); }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.mobile-menu-btn span, .mobile-menu-btn::before, .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.mobile-menu-btn::before { top: 0; }
.mobile-menu-btn::after { bottom: 0; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.hero { padding: 160px 80px 80px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative; }
.hero-left { position: relative; z-index: 2; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px;
            font-size: 0.8rem; color: var(--text-light); margin-bottom: 24px; }
.hero-breadcrumb a { color: var(--text-light); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--burnt); }
.hero-breadcrumb .current { color: var(--burnt); }
.hero-top-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.hero-pill { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
            padding: 5px 12px; border-radius: 50px;
            background: rgba(74,222,128,0.1); color: #16A34A; }
.hero-domain { font-size: 0.9rem; font-weight: 600; color: var(--burnt); text-decoration: none;
            display: inline-flex; align-items: center; gap: 4px; }
.hero-domain:hover { text-decoration: underline; }
.hero h1 { font-size: 3.6rem; font-weight: 800; line-height: 1.05;
            letter-spacing: -2px; margin-bottom: 16px; }
.hero-tagline { font-size: 1.3rem; font-weight: 300; color: var(--text-mid); margin-bottom: 20px; }
.hero-desc { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8;
            max-width: 480px; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 12px; align-items: center; margin-bottom: 40px; }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px;
            border-radius: 100px; font-weight: 600; font-size: 0.95rem;
            text-decoration: none; display: inline-flex; align-items: center;
            align-self: flex-start; gap: 10px; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.btn-outline { color: var(--text-mid); padding: 16px 32px; border-radius: 100px;
            font-weight: 600; font-size: 0.95rem; text-decoration: none;
            border: 1px solid var(--border); transition: all 0.2s; }
.btn-outline:hover { border-color: var(--burnt); color: var(--burnt); }
.hero-stats { display: flex; gap: 32px; padding-top: 24px; border-top: 1px solid var(--border); }
.hero-stat .number { font-size: 1.5rem; font-weight: 800; color: var(--burnt); }
.hero-stat .label { font-size: 0.75rem; color: var(--text-light); margin-top: 2px; }
.hero-right { position: relative; }
.hero-screenshot { width: 100%; border-radius: 16px; overflow: hidden;
            box-shadow: 0 24px 64px rgba(0,0,0,0.1);
            border: 1px solid var(--border); }
.hero-screenshot img { width: 100%; display: block; }
.hero-float-card { position: absolute; background: var(--white); padding: 16px 20px;
            border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,0.08);
            border: 1px solid var(--border); font-size: 0.8rem; font-weight: 600; }
.hero-float-card.top { top: -20px; right: -20px; }
.hero-float-card.bottom { bottom: -20px; left: -20px; }
.hero-float-card .fc-label { color: var(--text-light); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.hero-float-card .fc-value { color: var(--text); }
.features { padding: 120px 80px; }
.features h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px;
            margin-bottom: 56px; text-align: center; }
.features h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
            max-width: 1100px; margin: 0 auto; }
.feature-card { padding: 36px; border: 1px solid var(--border); border-radius: 16px;
            transition: all 0.3s; cursor: default; }
.feature-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.04); }
.feature-icon { font-size: 1.5rem; margin-bottom: 16px; }
.feature-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
.how-it-works { padding: 120px 80px; background: var(--warm); }
.how-it-works h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.how-it-works h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.how-subtitle { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 56px; max-width: 500px; }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.how-steps { display: flex; flex-direction: column; }
.how-step { display: flex; gap: 20px; padding: 32px 0;
            border-bottom: 1px solid var(--border); transition: padding-left 0.3s;
            cursor: default; }
.how-step:hover { padding-left: 8px; }
.how-step:last-child { border-bottom: none; }
.how-step-num { width: 40px; height: 40px; border-radius: 10px; display: flex;
            align-items: center; justify-content: center; font-size: 1rem;
            font-weight: 800; flex-shrink: 0; background: rgba(200,90,40,0.08); color: var(--burnt); }
.how-step h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.how-step:hover h4 { color: var(--burnt); }
.how-step p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }
.how-image { border-radius: 20px; overflow: hidden; position: sticky; top: 140px;
            box-shadow: 0 20px 48px rgba(0,0,0,0.06); }
.how-image img { width: 100%; display: block; }
.showcase { padding: 120px 80px; }
.showcase-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.showcase-text h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; }
.showcase-text h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.showcase-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.showcase-img { border-radius: 16px; overflow: hidden;
            box-shadow: 0 16px 40px rgba(0,0,0,0.06); border: 1px solid var(--border); }
.showcase-img img { width: 100%; display: block; }
.pricing { padding: 120px 80px; background: var(--charcoal); color: var(--white); border-radius: 32px; margin: 0 40px; }
.pricing h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px;
            text-align: center; margin-bottom: 12px; }
.pricing h2 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.pricing-subtitle { text-align: center; color: rgba(255,255,255,0.4); font-size: 1.05rem; margin-bottom: 56px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
            max-width: 1000px; margin: 0 auto; }
.price-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
            border-radius: 20px; padding: 40px; transition: all 0.3s; }
.price-card:hover { border-color: var(--burnt-soft); transform: translateY(-4px); }
.price-card.featured { background: rgba(200,90,40,0.1); border-color: var(--burnt-soft); }
.price-card-name { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.price-card-price { font-size: 2.4rem; font-weight: 800; margin-bottom: 4px; }
.price-card-price span { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.4); }
.price-card-desc { font-size: 0.85rem; color: rgba(255,255,255,0.4); margin-bottom: 24px; line-height: 1.5; }
.price-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.price-card li { font-size: 0.85rem; color: rgba(255,255,255,0.6); padding-left: 20px; position: relative; }
.price-card li::before { content: ""; position: absolute; left: 0; top: 7px;
            width: 8px; height: 8px; border-radius: 50%; background: var(--burnt-soft); }
.price-card-cta { display: block; text-align: center; padding: 14px; border-radius: 100px;
            font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.2s; }
.price-card-cta.outline { border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); }
.price-card-cta.outline:hover { border-color: var(--burnt-soft); color: var(--white); }
.price-card-cta.filled { background: var(--burnt); color: var(--white); }
.price-card-cta.filled:hover { background: var(--burnt-soft); }
.tech { padding: 100px 80px; }
.tech h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 24px; text-align: center; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 700px; margin: 0 auto; }
.tech-tags span { background: var(--warm); border: 1px solid var(--border); padding: 8px 18px;
            border-radius: 50px; font-size: 0.85rem; font-weight: 600; color: var(--text-mid); }
.related { padding: 100px 80px; background: var(--warm); }
.related h2 { font-size: 2rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 40px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { background: var(--cream); border: 1px solid var(--border); border-radius: 16px;
            overflow: hidden; transition: all 0.3s; cursor: pointer; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); border-color: var(--burnt-soft); }
.related-card-img { height: 160px; overflow: hidden; }
.related-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.related-card:hover .related-card-img img { transform: scale(1.04); }
.related-card-body { padding: 24px; }
.related-card-type { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--burnt); margin-bottom: 6px; }
.related-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.related-card p { font-size: 0.8rem; color: var(--text-mid); line-height: 1.5; }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.mobile-menu-btn span, .mobile-menu-btn::before, .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.mobile-menu-btn::before { top: 0; }
.mobile-menu-btn::after { bottom: 0; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.hero { padding: 160px 80px 80px; position: relative; }
.hero h1 { font-size: 4.2rem; font-weight: 800; line-height: 1; letter-spacing: -2px; margin-bottom: 20px; }
.hero h1 .thin { font-weight: 300; color: var(--text-light); }
.hero-desc { font-size: 1.15rem; color: var(--text-mid); line-height: 1.8; max-width: 560px; margin-bottom: 32px; }
.hero-stats { display: flex; gap: 40px; padding-top: 24px; border-top: 1px solid var(--border); }
.hero-stat .number { font-size: 1.8rem; font-weight: 800; color: var(--burnt); }
.hero-stat .label { font-size: 0.75rem; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.masonry { padding: 40px 80px 120px;
            columns: 3;
            column-gap: 24px; }
.product-card { break-inside: avoid;
            margin-bottom: 24px;
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 20px;
            overflow: hidden;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s, border-color 0.3s;
            cursor: pointer;
            display: inline-block;
            width: 100%;
            position: relative; }
.product-card:hover { transform: translateY(-6px);
            box-shadow: 0 20px 48px rgba(0,0,0,0.08);
            border-color: transparent; }
.product-card.tint-dark { background: #EDE8E3; border-color: #DDD6CE; }
.product-card.tint-dark:hover { border-color: var(--burnt-soft); }
.product-card.tint-green { background: #F0F7F1; border-color: #E0EDE2; }
.product-card.tint-green:hover { border-color: #7A9E7E; }
.product-card.tint-green .s-num { color: #4A8A56; }
.product-card.tint-warm { background: #FDF6F0; border-color: #F0E4D8; }
.product-card.tint-warm:hover { border-color: var(--burnt-soft); }
.product-card.tint-blue { background: #F0F4FA; border-color: #DDE6F0; }
.product-card.tint-blue:hover { border-color: #5BA4D9; }
.product-card.tint-blue .s-num { color: #3B82B0; }
.product-card.tint-purple { background: #F4F0F8; border-color: #E4DCF0; }
.product-card.tint-purple:hover { border-color: #8B7BA8; }
.product-card.tint-purple .s-num { color: #7B6B98; }
.product-card.tint-rose { background: #FDF0F0; border-color: #F0DCDC; }
.product-card.tint-rose:hover { border-color: #D97B7B; }
.product-card-body { position: relative; }
.product-card-reveal { position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 28px;
            background: inherit;
            border-radius: 0 0 20px 20px;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.3s, transform 0.3s;
            pointer-events: none;
            z-index: 3; }
.product-card:hover .product-card-reveal { opacity: 1;
            transform: translateY(0);
            pointer-events: auto; }
.product-card.tint-dark .product-card-reveal { background: #EDE8E3; }
.product-card.tint-green .product-card-reveal { background: #F0F7F1; }
.product-card.tint-warm .product-card-reveal { background: #FDF6F0; }
.product-card.tint-blue .product-card-reveal { background: #F0F4FA; }
.product-card.tint-purple .product-card-reveal { background: #F4F0F8; }
.product-card.tint-rose .product-card-reveal { background: #FDF0F0; }
.product-card-reveal .highlight { font-size: 0.85rem;
            line-height: 1.6;
            padding: 16px;
            background: rgba(0,0,0,0.03);
            border-radius: 10px;
            color: var(--text-mid); }
.product-card.tint-dark .product-card-reveal .highlight { background: rgba(0,0,0,0.04); }
.product-card-img { width: 100%; overflow: hidden; }
.product-card-img img { width: 100%; display: block; transition: transform 0.5s; }
.product-card:hover .product-card-img img { transform: scale(1.04); }
.product-card-body { padding: 28px; }
.product-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.product-card-pill { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
            padding: 4px 10px; border-radius: 50px; }
.pill-live { background: rgba(74,222,128,0.1); color: #16A34A; }
.pill-soon { background: rgba(200,90,40,0.08); color: var(--burnt); }
.pill-scoping { background: rgba(0,0,0,0.04); color: var(--text-light); }
.product-card-domain { font-size: 0.8rem; font-weight: 600; color: var(--burnt); text-decoration: none;
            display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.product-card-domain:hover { gap: 8px; }
.product-card h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.5px; }
.product-card-type { font-size: 0.75rem; font-weight: 600; color: var(--text-light); text-transform: uppercase;
            letter-spacing: 1px; margin-bottom: 12px; }
.product-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.product-card-features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.product-card-features span { background: var(--warm); border: 1px solid var(--border); padding: 4px 10px;
            border-radius: 6px; font-size: 0.7rem; font-weight: 600; color: var(--text-mid); }
.product-card-link { font-size: 0.85rem; font-weight: 700; color: var(--burnt); text-decoration: none;
            display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.product-card-link:hover { gap: 10px; }
.product-card-stat { display: flex; gap: 24px; padding-top: 16px; border-top: 1px solid var(--border); margin-top: 16px; }
.product-card-stat .s-num { font-size: 1.1rem; font-weight: 800; color: var(--burnt); }
.product-card-stat .s-label { font-size: 0.7rem; color: var(--text-light); }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.mobile-menu-btn span, .mobile-menu-btn::before, .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.mobile-menu-btn::before { top: 0; }
.mobile-menu-btn::after { bottom: 0; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between;
            padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px;
            z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px);
            border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--burnt-soft) !important; }
.hero { min-height: 70vh; background: var(--charcoal); color: var(--white);
            padding: 160px 80px 80px; display: grid; grid-template-columns: 1fr 1fr;
            gap: 60px; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1920&q=80") center/cover; opacity: 0.15; }
.hero-left { position: relative; z-index: 2; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 32px; }
.hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--burnt-soft); }
.hero-breadcrumb .current { color: var(--burnt-soft); }
.hero h1 { font-size: 4.2rem; font-weight: 800; line-height: 1; letter-spacing: -2px; margin-bottom: 24px; }
.hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.45); }
.hero-desc { font-size: 1.1rem; color: rgba(255,255,255,0.45); line-height: 1.8; max-width: 480px; margin-bottom: 36px; }
.hero-cta { display: inline-flex; align-items: center; align-self: flex-start; gap: 12px; background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: all 0.3s; }
.hero-cta:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.hero-cta .arrow { width: 28px; height: 28px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; }
.hero-stats { display: flex; gap: 32px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); }
.hero-stat .number { font-size: 1.5rem; font-weight: 800; }
.hero-stat .label { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 2px; }
.hero-right { position: relative; z-index: 2; }
.hero-image { width: 100%; height: 440px; border-radius: 20px; overflow: hidden; position: relative; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-tag { position: absolute; bottom: 20px; left: 20px; background: rgba(30,30,30,0.8); backdrop-filter: blur(8px); padding: 10px 18px; border-radius: 10px; font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.7); }
.hero-overlap { width: 200px; height: 200px; border-radius: 16px; overflow: hidden; position: absolute; bottom: -40px; right: -30px; border: 4px solid var(--charcoal); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.hero-overlap img { width: 100%; height: 100%; object-fit: cover; }
.section { padding: 120px 80px; }
.section.warm-bg { background: var(--warm); }
.section h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; line-height: 1.1; margin-bottom: 16px; }
.section h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.section-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.section-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.tags span { background: var(--warm); border: 1px solid var(--border); padding: 6px 14px; border-radius: 6px; font-size: 0.8rem; font-weight: 600; color: var(--text-mid); }
.section-img { border-radius: 20px; overflow: hidden; height: 380px; }
.section-img img { width: 100%; height: 100%; object-fit: cover; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 32px; border-top: 1px solid var(--border); }
.stat .number { font-size: 2rem; font-weight: 800; color: var(--burnt); }
.stat .label { font-size: 0.8rem; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.product-row { display: flex; gap: 20px; margin-top: 48px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
.product-row::-webkit-scrollbar { display: none; }
.prod-card { min-width: 280px; background: var(--cream); border-radius: 16px; padding: 32px; flex-shrink: 0; scroll-snap-align: start; transition: transform 0.3s; cursor: pointer; border: 1px solid var(--border); }
.prod-card:hover { transform: translateY(-4px); }
.prod-card h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; }
.prod-card .domain { font-size: 0.8rem; color: var(--burnt); font-weight: 600; margin-bottom: 8px; }
.prod-card p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }
.prod-card .built-in { font-size: 0.75rem; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; }
.steps { display: flex; flex-direction: column; }
.step { display: flex; gap: 24px; padding: 36px 0; border-bottom: 1px solid var(--border); cursor: pointer; transition: padding-left 0.3s; }
.step:hover { padding-left: 12px; }
.step-num { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 800; flex-shrink: 0; }
.step:nth-child(1) .step-num { background: #FFF0E8; color: var(--burnt); }
.step:nth-child(2) .step-num { background: #EDF2EE; color: var(--sage); }
.step:nth-child(3) .step-num { background: #F0EBF5; color: #8B7BA8; }
.step:nth-child(4) .step-num { background: #E8F4F0; color: #5BA4D9; }
.step h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; transition: color 0.2s; }
.step:hover h4 { color: var(--burnt); }
.step p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.mobile-menu-btn { display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 24px;
            position: relative;
            flex-shrink: 0; }
.mobile-menu-btn span, .mobile-menu-btn::before, .mobile-menu-btn::after { content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--white);
            border-radius: 2px; }
.mobile-menu-btn span { top: 50%; transform: translateY(-50%); }
.mobile-menu-btn::before { top: 0; }
.mobile-menu-btn::after { bottom: 0; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.nav-links a.active { color: var(--white, #fff); background: rgba(255,255,255,0.1); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.hero { min-height: 75vh; background: var(--charcoal); color: var(--white);
            padding: 160px 80px 80px; position: relative; overflow: hidden;
            display: flex; flex-direction: column; justify-content: center; }
.hero::before { content: ""; position: absolute; inset: 0;
            background: url("https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1920&q=80") center/cover;
            opacity: 0.15; }
.hero-inner { position: relative; z-index: 2; max-width: 700px; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 28px; }
.hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--burnt-soft); }
.hero-breadcrumb .current { color: var(--burnt-soft); }
.hero h1 { font-size: 4.5rem; font-weight: 800; line-height: 1; letter-spacing: -2px; margin-bottom: 20px; }
.hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.45); line-height: 1.8; margin-bottom: 36px; }
.hero-cta { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: all 0.3s; }
.hero-cta:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.stats-strip { background: var(--white); padding: 48px 80px;
            display: flex; justify-content: center; gap: 64px;
            border-bottom: 1px solid var(--border); }
.stat-item { text-align: center; }
.stat-item .num { font-size: 2.6rem; font-weight: 800; color: var(--burnt); letter-spacing: -1px; }
.stat-item .label { font-size: 0.75rem; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.icon-strip { padding: 60px 80px; background: var(--warm); }
.icon-strip h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; text-align: center; margin-bottom: 40px; }
.icon-strip h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.icon-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto; }
.icon-card { text-align: center; padding: 28px 16px; background: var(--cream);
            border-radius: 16px; border: 1px solid var(--border);
            cursor: pointer; transition: all 0.3s;
            text-decoration: none; color: var(--text); display: flex;
            flex-direction: column; align-items: center; gap: 12px; }
.icon-card:hover { transform: translateY(-6px); border-color: var(--burnt); box-shadow: 0 12px 32px rgba(0,0,0,0.04); background: var(--white); }
.icon-card svg { width: 32px; height: 32px; fill: var(--burnt); transition: transform 0.3s; }
.icon-card:hover svg { transform: scale(1.15); }
.icon-card h4 { font-size: 0.8rem; font-weight: 700; line-height: 1.3; }
.icon-card .arrow-hint { font-size: 0.7rem; color: var(--burnt); font-weight: 600; opacity: 0; transition: opacity 0.2s; }
.icon-card:hover .arrow-hint { opacity: 1; }
.svc-section { padding: 100px 80px; }
.svc-section.alt { background: var(--warm); }
.svc-section.green { background: #F0F7F1; }
.svc-section.blue { background: #F0F4FA; }
.svc-section.dark { background: #FFF0E8; }
.svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
            max-width: 1200px; margin: 0 auto; }
.svc-text h3 { font-size: 2.2rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.1; }
.svc-text h3 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.svc-section.dark h3 em { color: var(--burnt); }
.svc-text p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.svc-section.dark .svc-text p { color: var(--text-mid); }
.svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.svc-tags span { padding: 6px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 600;
            background: var(--warm); border: 1px solid var(--border); color: var(--text-mid); }
.svc-section.dark .svc-tags span { background: var(--white); border: 1px solid var(--border); color: var(--text-mid); }
.svc-link { font-size: 0.9rem; font-weight: 700; color: var(--burnt); text-decoration: none;
            display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.svc-link:hover { gap: 12px; }
.svc-section.dark .svc-link { color: var(--burnt); }
.svc-visual { border-radius: 20px; overflow: hidden; height: 380px; }
.svc-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.svc-section:hover .svc-visual img { transform: scale(1.03); }
.svc-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.svc-highlight { display: flex; align-items: center; gap: 10px;
            font-size: 0.85rem; font-weight: 500; color: var(--text-mid); }
.svc-section.dark .svc-highlight { color: var(--text-mid); }
.svc-highlight .check { width: 20px; height: 20px; border-radius: 50%;
            background: rgba(200,90,40,0.1); color: var(--burnt);
            display: flex; align-items: center; justify-content: center;
            font-size: 0.7rem; font-weight: 800; flex-shrink: 0; }
.process { padding: 100px 80px; background: #F4F0F8; }
.process-header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.process h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.process h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.process-sub { color: var(--text-mid); font-size: 1rem; margin-bottom: 24px; }
.process-steps { display: flex; flex-direction: column; position: relative;
            max-width: 900px; margin: 0 auto; }
.process-steps::before { content: ""; position: absolute; left: 50%; top: 24px; bottom: 24px; width: 3px;
            transform: translateX(-50%);
            background: linear-gradient(to bottom, var(--burnt), var(--border));
            border-radius: 3px; }
.process-step { position: relative; z-index: 2; padding: 16px 0 48px 0;
            width: 45%; }
.process-step:last-child { padding-bottom: 0; }
.process-step:nth-child(odd) { align-self: flex-start; text-align: right; padding-right: 56px; }
.process-step:nth-child(even) { align-self: flex-end; text-align: left; padding-left: 56px; }
.process-step-num { position: absolute; top: 16px;
            width: 48px; height: 48px; border-radius: 50%;
            background: var(--cream); border: 3px solid var(--burnt);
            display: flex; align-items: center; justify-content: center;
            font-size: 0.85rem; font-weight: 800; color: var(--burnt);
            transition: all 0.3s; }
.process-step:nth-child(odd) .process-step-num { right: -24px; }
.process-step:nth-child(even) .process-step-num { left: -24px; }
.process-step:hover .process-step-num { background: var(--burnt); color: var(--white); transform: scale(1.1);
            box-shadow: 0 4px 16px rgba(200,90,40,0.25); }
.process-step-dot { display: none; }
.process-step h4 { font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; transition: color 0.2s; }
.process-step:hover h4 { color: var(--burnt); }
.process-step p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
.process-step-connector { display: none; }
/* PROCESS GRID (homepage two-column layout) */
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.process-sticky { position: sticky; top: 140px; }
.process-sticky h2 { font-size: 3.2rem; font-weight: 800; letter-spacing: -1.5px; margin-bottom: 16px; line-height: 1.1; }
.process-sticky p { color: var(--text-mid); font-size: 1.05rem; line-height: 1.8; margin-bottom: 32px; }
.process-grid .process-steps { display: flex; flex-direction: column; }
.process-grid .process-step { display: flex !important; flex-direction: row !important; gap: 24px; padding: 40px 0 !important; border-bottom: 1px solid rgba(0,0,0,0.08); align-items: flex-start !important; width: 100% !important; text-align: left !important; align-self: auto !important; padding-right: 0 !important; padding-left: 0 !important; position: static !important; }
.process-grid .process-step:last-child { border-bottom: none; padding-bottom: 0 !important; }
.process-grid .process-step:nth-child(odd), .process-grid .process-step:nth-child(even) { align-self: auto !important; text-align: left !important; padding-right: 0 !important; padding-left: 0 !important; width: 100% !important; }
.process-grid .process-step-num { width: 64px !important; height: 64px !important; border-radius: 14px !important; display: flex !important; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.6rem; font-weight: 800; color: var(--burnt); background: #FFF0E8; position: static !important; top: auto !important; right: auto !important; left: auto !important; }
.process-grid .process-step:nth-child(1) .process-step-num { background: #FFF0E8 !important; color: var(--burnt) !important; }
.process-grid .process-step:nth-child(2) .process-step-num { background: #EDF2EE !important; color: #4a7c59 !important; }
.process-grid .process-step:nth-child(3) .process-step-num { background: #F0EBF5 !important; color: #8B7BA8 !important; }
.process-grid .process-step:nth-child(4) .process-step-num { background: #E8F4F0 !important; color: #5BA4D9 !important; }
.process-grid .process-step h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 6px; }
.process-grid .process-step p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin: 0; }
/* SP PROCESS (homepage two-col steps) */
.sp-process { padding: 120px 80px; }
.sp-process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.sp-process-steps { display: flex; flex-direction: column; }
.sp-process-step { display: flex; gap: 24px; padding: 40px 0; border-bottom: 1px solid rgba(0,0,0,0.08); align-items: flex-start; }
.sp-process-step:last-child { border-bottom: none; padding-bottom: 0; }
.sp-step-num { width: 64px; height: 64px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.6rem; font-weight: 800; background: #FFF0E8; color: #c85a28; }
.sp-step-num.c1 { background: #FFF0E8; color: #c85a28; }
.sp-step-num.c2 { background: #EDF2EE; color: #4a7c59; }
.sp-step-num.c3 { background: #F0EBF5; color: #8B7BA8; }
.sp-step-num.c4 { background: #E8F4F0; color: #5BA4D9; }
.sp-step-body h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 6px; }
.sp-step-body p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin: 0; }
.sp-process-sticky { position: sticky; top: 140px; }
.sp-process-sticky h2 { font-size: 3.2rem; font-weight: 800; letter-spacing: -1.5px; margin-bottom: 16px; line-height: 1.1; }
.sp-process-sticky p { color: var(--text-mid); font-size: 1.05rem; line-height: 1.8; margin-bottom: 32px; }
.sp-process-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--burnt); font-weight: 700; text-decoration: none; font-size: 0.95rem; }
/* MASONRY SHOWCASE (homepage photo grid) */
.masonry-showcase { padding: 120px 80px; }
.masonry-showcase-header { margin-bottom: 64px; }
.masonry-showcase-header h2 { font-size: 3.2rem; font-weight: 800; letter-spacing: -1.5px; }
.masonry-showcase-header h2 .light { font-weight: 300; color: var(--text-mid); }
.masonry-showcase-row { display: grid; gap: 24px; margin-bottom: 24px; }
.masonry-showcase-row:last-child { margin-bottom: 0; }
.row-wide-left { grid-template-columns: 1.2fr 0.8fr; }
.row-wide-right { grid-template-columns: 0.8fr 1.2fr; }
.masonry-card { border-radius: 20px; overflow: hidden; position: relative; min-height: 400px; cursor: pointer; transition: transform 0.3s; background: #1a1a1a; background-size: cover; background-position: center; }
.masonry-showcase-row.row-wide-right .masonry-card { min-height: 340px; }
.masonry-card:hover { transform: translateY(-6px); }
.masonry-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px; background: linear-gradient(to top, rgba(0,0,0,0.75), transparent); }
.masonry-card-tag { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--burnt-soft); margin-bottom: 8px; }
.masonry-card h3 { font-size: 1.6rem; font-weight: 800; color: white; margin-bottom: 6px; }
.masonry-card p { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin: 0; line-height: 1.6; }
@media (max-width: 900px) {
    .masonry-showcase { padding: 80px 24px; }
    .row-wide-left, .row-wide-right { grid-template-columns: 1fr; }
    .masonry-card, .masonry-showcase-row.row-wide-right .masonry-card { min-height: 280px; }
}
.proof-bar { padding: 60px 80px; background: #FFF0E8; color: var(--text);
            display: flex; justify-content: center; align-items: center; gap: 60px; }
.proof-bar h3 { font-size: 1.3rem; font-weight: 800; }
.proof-bar h3 .thin { font-weight: 300; color: var(--text-light); }
.proof-bar .pb-stat .num { font-size: 1.8rem; font-weight: 800; color: var(--burnt); }
.proof-bar .pb-stat .label { font-size: 0.7rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; }
.proof-bar .pb-divider { width: 1px; height: 40px; background: var(--border); }
.faq { padding: 100px 80px; }
.faq-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; max-width: 1200px; margin: 0 auto; }
.faq-header { position: sticky; top: 140px; }
.faq h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.faq h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.faq-desc { font-size: 1rem; color: var(--text-mid); line-height: 1.7; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { display: flex; align-items: center; justify-content: space-between;
            padding: 22px 0; cursor: pointer; transition: color 0.2s; user-select: none; }
.faq-question:hover { color: var(--burnt); }
.faq-question h4 { font-size: 1rem; font-weight: 700; flex: 1; padding-right: 16px; }
.faq-toggle { width: 28px; height: 28px; border-radius: 50%;
            background: var(--warm); display: flex; align-items: center; justify-content: center;
            font-size: 1rem; color: var(--text-mid); flex-shrink: 0; transition: all 0.3s; }
.faq-item.active .faq-toggle { background: var(--burnt); color: var(--white); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.faq-item.active .faq-answer { max-height: 200px; }
.faq-answer p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; padding-bottom: 22px; }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.nav-links a.active { color: var(--white, #fff); background: rgba(255,255,255,0.1); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.hero { min-height: 70vh; background: var(--charcoal); color: var(--white);
            padding: 160px 80px 80px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1920&q=80") center/cover; opacity: 0.15; }
.hero-inner { position: relative; z-index: 2; max-width: 700px; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px;
            font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 32px; }
.hero-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--burnt-soft); }
.hero-breadcrumb .current { color: var(--burnt-soft); }
.hero-product-name { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
            color: var(--burnt-soft); margin-bottom: 16px; }
.hero h1 { font-size: 4.2rem; font-weight: 800; line-height: 1.05;
            letter-spacing: -2px; margin-bottom: 20px; }
.hero h1 .thin { font-weight: 300; color: rgba(255,255,255,0.4); }
.hero-tagline { font-size: 1.2rem; color: rgba(255,255,255,0.45); line-height: 1.7;
            max-width: 540px; }
.hero-domain { display: inline-flex; align-items: center; gap: 6px; margin-top: 24px;
            font-size: 0.95rem; font-weight: 600; color: var(--burnt-soft); text-decoration: none; }
.hero-domain:hover { text-decoration: underline; }
.hero-stats-bar { display: flex; align-items: center; gap: 16px; margin-top: 28px;
            padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
            font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.45);
            flex-wrap: wrap; }
.hero-stats-bar .divider { color: rgba(255,255,255,0.15); }
.timeline-section { padding: 120px 80px; }
.timeline-section.warm-bg { background: var(--warm); }
.timeline-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.timeline-inner.reverse { direction: rtl; }
.timeline-inner.reverse > * { direction: ltr; }
.timeline-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
            color: var(--burnt); margin-bottom: 12px; }
.timeline-text h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.1; }
.timeline-text h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.timeline-text p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; }
.timeline-text ul { padding-left: 24px; margin-bottom: 20px; }
.timeline-text li { font-size: 0.95rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 6px; }
.timeline-img { border-radius: 20px; overflow: hidden; height: 400px;
            box-shadow: 0 20px 48px rgba(0,0,0,0.06); }
.timeline-img img { width: 100%; height: 100%; object-fit: cover; }
.build-stats { padding: 100px 80px; background: var(--charcoal); color: var(--white);
            border-radius: 32px; margin: 0 40px; }
.build-stats h2 { font-size: 2rem; font-weight: 800; text-align: center; margin-bottom: 48px;
            letter-spacing: -0.5px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
            max-width: 900px; margin: 0 auto; }
.stat-card { text-align: center; padding: 32px 20px;
            background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px; }
.stat-card .stat-number { font-size: 2.4rem; font-weight: 800; color: var(--burnt-soft); margin-bottom: 4px; }
.stat-card .stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.4); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.reflection { padding: 60px 80px 120px; }
.reflection-inner { max-width: 700px; }
.reflection h2 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; }
.reflection h2 em { font-style: italic; font-weight: 300; color: var(--burnt); }
.reflection p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; }
.reflection ul { padding-left: 24px; margin-bottom: 24px; }
.reflection li { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 8px; }
.live-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px;
            background: var(--burnt); color: var(--white); padding: 16px 32px;
            border-radius: 100px; font-weight: 600; font-size: 0.95rem;
            text-decoration: none; transition: all 0.3s; }
.live-link:hover { background: var(--burnt-soft); transform: translateY(-2px); }
.related { padding: 100px 80px; background: var(--warm); }
.related h2 { font-size: 2rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 40px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { background: var(--cream); border: 1px solid var(--border); border-radius: 16px;
            overflow: hidden; transition: all 0.3s; cursor: pointer; text-decoration: none; color: var(--text); }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.04); border-color: var(--burnt-soft); }
.related-card-img { height: 160px; overflow: hidden; }
.related-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.related-card:hover .related-card-img img { transform: scale(1.04); }
.related-card-body { padding: 24px; }
.related-card-type { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--burnt); margin-bottom: 6px; }
.related-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.related-card p { font-size: 0.8rem; color: var(--text-mid); line-height: 1.5; }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100; background: rgba(30,30,30,0.85); backdrop-filter: blur(16px); border-radius: 14px; border: 1px solid rgba(255,255,255,0.06); }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); text-decoration: none; }
.nav-logo span { color: var(--burnt-soft); }
.nav-links { display: flex; gap: 8px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.88rem; padding: 8px 16px; border-radius: 8px; transition: all 0.2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-cta { background: var(--burnt) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important; }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; line-height: 1; }
.hero { padding: 160px 24px 60px; max-width: 720px; margin: 0 auto; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-light); margin-bottom: 24px; }
.hero-breadcrumb a { color: var(--text-light); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--burnt); }
.hero-breadcrumb .current { color: var(--burnt); }
.hero h1 { font-size: 3.6rem; font-weight: 800; line-height: 1.05; letter-spacing: -2px; margin-bottom: 8px; }
.hero-subtitle { font-size: 1.3rem; font-weight: 300; color: var(--text-light); margin-bottom: 16px; }
.hero-desc { font-size: 1.1rem; color: var(--text-mid); line-height: 1.8; }
.section-wrap { position: relative; overflow: hidden;
            padding: 60px 0; }
.section-wrap .article-inner { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.article-inner p { font-size: 1.1rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 28px; }
.article-inner h2 { font-size: 1.8rem; font-weight: 800; margin: 0 0 16px; letter-spacing: -0.5px; }
.article-inner h3 { font-size: 1.3rem; font-weight: 700; margin: 40px 0 12px; }
.article-inner blockquote { border-left: 3px solid var(--burnt); padding: 20px 0 20px 28px;
            margin: 40px 0; font-size: 1.15rem; font-style: italic;
            color: var(--text); line-height: 1.7; }
.article-inner ul, .article-inner ol { padding-left: 24px; margin-bottom: 28px; }
.article-inner li { font-size: 1.1rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 8px; }
.article-img { width: calc(100% + 160px); margin-left: -80px;
            border-radius: 20px; overflow: hidden; margin-bottom: 8px; margin-top: 40px; }
.article-img img { width: 100%; display: block; }
.article-img-caption { font-size: 0.8rem; color: var(--text-light); text-align: center;
            margin-bottom: 40px; margin-top: 8px; }
.article-img:first-child { margin-top: 0; }
.bg-topo { position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 80px, rgba(200,90,40,0.06) 80px, rgba(200,90,40,0.06) 82px, transparent 82px, transparent 160px),
                repeating-radial-gradient(circle at 85% 15%, transparent 0, transparent 120px, rgba(200,90,40,0.05) 120px, rgba(200,90,40,0.05) 122px, transparent 122px, transparent 240px),
                repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 60px, rgba(200,90,40,0.06) 60px, rgba(200,90,40,0.06) 62px, transparent 62px, transparent 120px),
                repeating-radial-gradient(circle at 25% 75%, transparent 0, transparent 100px, rgba(122,158,126,0.05) 100px, rgba(122,158,126,0.05) 102px, transparent 102px, transparent 200px),
                repeating-radial-gradient(circle at 75% 60%, transparent 0, transparent 90px, rgba(122,158,126,0.05) 90px, rgba(122,158,126,0.05) 92px, transparent 92px, transparent 180px),
                repeating-radial-gradient(circle at 60% 85%, transparent 0, transparent 140px, rgba(200,90,40,0.04) 140px, rgba(200,90,40,0.04) 142px, transparent 142px, transparent 280px),
                repeating-radial-gradient(circle at 10% 55%, transparent 0, transparent 110px, rgba(122,158,126,0.04) 110px, rgba(122,158,126,0.04) 112px, transparent 112px, transparent 220px); }
.section-tinted { background-color: var(--warm); }
.btn-burnt { background: var(--burnt); color: var(--white); padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; transition: all 0.3s; }
.btn-burnt:hover { background: var(--burnt-soft); transform: translateY(-2px); }
footer { padding: 60px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-brand h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--burnt); }
.footer-brand p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.footer-col h5 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--burnt); }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-light); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 999;
            background: var(--burnt, #C85A28); color: #fff; padding: 12px 24px;
            border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem;
            text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 200;
            visibility: hidden; opacity: 0;
            transition: opacity 0.3s, visibility 0.3s; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-backdrop { position: absolute; inset: 0;
            background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.mobile-menu-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
            background: var(--charcoal, #1E1E1E); padding: 80px 32px 40px;
            transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close { position: absolute; top: 20px; right: 20px;
            background: none; border: none; color: rgba(255,255,255,0.5);
            font-size: 1.5rem; cursor: pointer; padding: 8px;
            transition: color 0.2s; }
.mobile-menu-close:hover { color: #fff; }
.mobile-menu-link { display: block; padding: 14px 0; color: rgba(255,255,255,0.6);
            text-decoration: none; font-size: 1.1rem; font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            transition: color 0.2s; }
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta { display: inline-flex; align-items: center; align-self: flex-start;
            gap: 8px; margin-top: 16px; padding: 14px 28px;
            background: var(--burnt, #C85A28); color: #fff; border-radius: 100px;
            text-decoration: none; font-weight: 600; font-size: 0.95rem;
            transition: background 0.3s; }
.mobile-menu-cta:hover { background: var(--burnt-soft, #D97B4A); }
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; z-index: 101;
            background: var(--burnt, #C85A28); width: 0%;
            transition: width 0.1s linear; }
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 99;
            width: 44px; height: 44px; border-radius: 50%;
            background: var(--burnt, #C85A28); color: #fff; border: none;
            font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            display: flex; align-items: center; justify-content: center; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--burnt-soft, #D97B4A); transform: translateY(-2px); }

/* ============================================================
   Hero overrides - force page-specific hero heights
   (the unscoped .hero duplicates can confuse browser cascade
    if rule evaluation order or caching gets in the way)
   ============================================================ */
/* Every page's hero must fill width - the unscoped .hero duplicates in the
   block above leak max-width:720px from text-page into every other page.
   Force full width here and let per-page scoped rules set padding. */
body:not(.page-text-page) section.hero,
body:not(.page-text-page) > section.hero {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page-homepage section.hero { min-height: 100vh !important; }
body.page-about section.hero,
body.page-contact-page section.hero,
body.page-services-hub section.hero,
body.page-showcase-page section.hero,
body.page-blog section.hero { min-height: 60vh !important; }
body.page-text-page section.hero { min-height: 40vh !important; }

body.page-service-page section.hero { min-height: 70vh !important; }
body.page-platform-page section.hero,
body.page-product-page section.hero { min-height: 75vh !important; }

body.page-products-hub section.hero { min-height: 65vh !important; }

/* Home hero-content - align to left */
body.page-homepage .hero-content {
    align-self: flex-start !important;
    max-width: 640px;
}

/* JS-driven animation aliases - the inline JS on the home page uses the
   original keyframe name, so expose it globally alongside the scoped copy. */
@keyframes letterFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Utility: force inline element to behave as block (used in CTA h2 line breaks) */
.block { display: block; }

/* CTA h2 .thin - unscoped so it works on any page */

/* ============================================================
   Added 2026-04-20: component styles extracted from partial inline styles
   ============================================================ */

/* --- productGrid block --- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-grid-card { border-radius: 20px; overflow: hidden; text-decoration: none; color: inherit; display: block; background: #fff; border: 1px solid var(--border); }
.product-grid-card-image { height: 160px; overflow: hidden; }
.product-grid-card-image img { width: 100%; height: 100%; object-fit: cover; }
.product-grid-card-body { padding: 24px; }
.product-grid-card-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.product-grid-card-tag { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 50px; background: rgba(74,222,128,0.1); color: #16A34A; }
.product-grid-card-subheading { font-size: 0.8rem; font-weight: 600; color: var(--burnt); }
.product-grid-card-title { font-size: 1.2rem; font-weight: 800; margin-bottom: 4px; }
.product-grid-card-text { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; margin-bottom: 8px; }
@media (max-width: 1024px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .product-grid { grid-template-columns: 1fr; } }

/* --- processSteps block: step number colour palette (cycles c1..c4) --- */
.sp-step-num.c1 { background: #FFF0E8; color: #c85a28; }
.sp-step-num.c2 { background: #EDF2EE; color: #4a7c59; }
.sp-step-num.c3 { background: #F0EBF5; color: #8B7BA8; }
.sp-step-num.c4 { background: #E8F4F0; color: #5BA4D9; }
.sp-process-bg-cream  { background: #FDFAF5; }
.sp-process-bg-warm   { background: #FFF8F3; }
.sp-process-bg-green  { background: #EDF2EE; }
.sp-process-bg-peach  { background: #FFF0E8; }
.sp-process-bg-blue   { background: #E8F4F0; }
.sp-process-bg-purple { background: #F4F0F8; }

/* --- masonryProductGrid block: dynamic image via CSS custom property --- */
.masonry-card { background-image: var(--card-bg); }

/* --- contactForm block: errors + success + note layout --- */
.form-errors { background: #fff4f0; border: 1px solid rgba(200,90,40,0.3); color: #7a3010; padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-size: 0.9rem; }
.form-errors ul { margin: 0; padding-left: 1.2em; }
.form-success { background: #f0f7f1; border: 1px solid rgba(122,158,126,0.4); padding: 24px; border-radius: 16px; }
.form-success h3 { margin: 0 0 8px; font-size: 1.15rem; font-weight: 800; }
.form-success p { margin: 0; color: var(--text-mid); }
.form-note { margin-top: 0; max-width: 240px; text-align: right; }
.field-validation-error { display: block; color: #b44f28; font-size: 0.8rem; margin-top: 6px; }
.input-validation-error { border-color: #b44f28 !important; }

/* --- articleGrid + featuredArticleCard: neutralise link styling (was inline on <a>) --- */
.article-card, .featured-article { text-decoration: none; color: inherit; }

/* --- cardCarousel: horizontal scroll viewport + controls --- */
.card-carousel-viewport { position: relative; }
.card-carousel-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 16px; -webkit-overflow-scrolling: touch; padding: 4px 4px 16px; scrollbar-width: thin; }
.card-carousel-track > .carousel-card { flex: 0 0 calc(33.333% - 14px); scroll-snap-align: start; min-width: 260px; }
.card-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--border); background: var(--white); cursor: pointer; font-size: 1.1rem; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.card-carousel-btn:hover { background: var(--cream); }
.card-carousel-btn[disabled] { opacity: 0.35; cursor: default; pointer-events: none; }
.card-carousel-prev { left: -12px; }
.card-carousel-next { right: -12px; }
@media (max-width: 1024px) { .card-carousel-track > .carousel-card { flex-basis: calc(50% - 10px); } }
@media (max-width: 768px) { .card-carousel-track > .carousel-card { flex-basis: 80%; } .card-carousel-btn { display: none; } }

/* --- contact page body: centre + constrain, two-column when both form + sidebar present --- */
.page-contact-page .contact-page-body { max-width: 1200px; margin: 0 auto; padding: 80px 40px; }
@media (min-width: 1024px) {
    .page-contact-page .contact-page-body:has(.form-section):has(.details-section) {
        display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: start;
    }
    .page-contact-page .contact-page-body:has(.form-section):has(.details-section) > :not(.form-section):not(.details-section) {
        grid-column: 1 / -1;
    }
}
@media (max-width: 1024px) { .page-contact-page .contact-page-body { padding: 60px 24px; } }
@media (max-width: 768px) { .page-contact-page .contact-page-body { padding: 40px 16px; } }

/* products-hub: the masonryProductGrid block is still present in content but its
   markup (.masonry-showcase) is the homepage style, not the tinted-card grid the
   canonical page-products-hub CSS expects. Hide it here while the template renders
   the correct grid directly. Remove this once the block is removed from content. */
.page-products-hub .masonry-showcase { display: none; }
/* Product card anchor — neutralise link-default decoration */
.page-products-hub .product-card { text-decoration: none; color: inherit; }

/* FAQ: .faq-question is now a <button> for a11y (keyboard + aria-expanded).
   Strip default button chrome so the canonical flex row + border-bottom design lands. */
button.faq-question { background: transparent; border: 0; padding: 0; margin: 0; width: 100%; text-align: left; font: inherit; color: inherit; cursor: pointer; }
button.faq-question:focus-visible { outline: 2px solid var(--burnt); outline-offset: 4px; border-radius: 4px; }

/* page-blog footer: the scoped .page-blog footer.site-footer rule sets 0 side padding,
   which was designed for a different footer markup (.footer-grid + .footer-bottom).
   The shared _Footer partial uses .footer-top/.footer-col, so we need the same 80px
   gutter every other page uses. */
.page-blog footer,
.page-blog footer.site-footer { padding: 60px 80px 32px; }

/* page-blog nav: the existing .page-blog nav.site-nav + .nav-inner rules target a
   markup the shared _Header partial doesn't emit. Use the same shape the other
   page scopes (homepage, contact) use — plain `.page-blog nav` matching the
   bare <nav> element. */
.page-blog nav {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 40px;
    position: fixed; top: 16px; left: 40px; right: 40px; z-index: 100;
    background: rgba(30,30,30,0.85); backdrop-filter: blur(16px);
    border-radius: 14px; border: 1px solid rgba(255,255,255,0.06);
}

/* Skip to content: make the scroll jump clear the fixed nav, and suppress the focus
   outline on programmatic focus (only fires after clicking the skip link). */
#main-content { scroll-margin-top: 120px; }
#main-content:focus { outline: none; }
