.elementor-118 .elementor-element.elementor-element-a4c1663{--display:flex;--margin-top:123px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-66232dc */.rby-abt-hero {
            position: relative;
            background-image: url('https://webbackup.rubypos.shop/wp-content/uploads/2026/09/sample-2.png');
            background-size: cover;
            background-position: center;
            padding: 0;
            overflow: hidden;
        }
        .rby-abt-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(
                120deg,
                rgba(15, 3, 3, 0.95) 0%,
                rgba(26, 6, 6, 0.9) 55%,
                rgba(127, 29, 29, 0.85) 100%
            );
            z-index: 1;
        }
        .rby-abt-hero-grid {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
            background-size: 56px 56px;
            z-index: 2;
            pointer-events: none;
            mask-image: radial-gradient(ellipse at center, black 40%, transparent 88%);
            -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 88%);
        }
        .rby-abt-hero-inner {
            position: relative;
            z-index: 3;
            padding: 54px 0 50px;
            text-align: center;
        }
        .rby-abt-breadcrumb {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.76rem;
            color: rgba(255,255,255,0.65);
            margin-bottom: 14px;
            font-weight: 500;
        }
        .rby-abt-breadcrumb a { color: rgba(255,255,255,0.82); transition: color .2s; }
        .rby-abt-breadcrumb a:hover { color: #fff; }
        .rby-abt-breadcrumb i { font-size: 0.55rem; opacity: 0.5; }
        .rby-abt-hero h1 {
            color: #fff;
            font-size: 2.5rem;
            margin-bottom: 0.8rem;
            letter-spacing: -0.028em;
            font-weight: 800;
            line-height: 1.15;
            text-shadow: 0 2px 24px rgba(0,0,0,0.55);
        }
        .rby-abt-hero h1 span { color: var(--rby-accent); }
        .rby-abt-hero-lead {
            font-size: 1.02rem;
            color: rgba(255,255,255,0.88);
            max-width: 720px;
            margin: 0 auto;
            line-height: 1.75;
            text-shadow: 0 1px 12px rgba(0,0,0,0.55);
        }

        /* ===== SEC HEAD ===== */
        .rby-abt-sec-head { margin-bottom: 1.75rem; text-align: center; }
        .rby-abt-sec-head .rby-eyebrow { margin-bottom: 8px; }
        .rby-abt-sec-head h2 {
            font-size: 1.9rem;
            margin-bottom: 0.5rem;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }
        .rby-abt-sec-head h2 span { color: var(--rby-red); }
        .rby-abt-sec-head .rby-rule {
            display: block;
            width: 44px;
            height: 3px;
            background: var(--rby-red);
            margin: 14px auto 0;
            border-radius: 2px;
        }
        .rby-abt-sec-head.rby-left { text-align: left; }
        .rby-abt-sec-head.rby-left .rby-rule { margin-left: 0; }

        /* ===== STORY ===== */
        .rby-abt-story { padding: 58px 0 52px; background: var(--rby-white); }
        .rby-abt-story-inner {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 56px;
            align-items: start;
        }
        .rby-abt-story-content p {
            font-size: 1rem;
            color: var(--rby-text);
            line-height: 1.85;
            margin-bottom: 1.15rem;
        }
        .rby-abt-story-content p:last-of-type { margin-bottom: 0; }
        .rby-abt-story-content .rby-abt-drop {
            font-size: 1.1rem;
            color: var(--rby-wine);
            font-weight: 500;
            line-height: 1.75;
        }
        .rby-abt-story-content strong { color: var(--rby-wine); font-weight: 700; }
        .rby-abt-story-side {
            background: var(--rby-off-white);
            border: 1px solid rgba(127,29,29,0.08);
            border-radius: var(--rby-radius-lg);
            padding: 30px 28px;
            position: sticky;
            top: 92px;
        }
        .rby-abt-timeline {
            list-style: none;
            padding: 0;
            margin: 0;
            position: relative;
        }
        .rby-abt-timeline::before {
            content: '';
            position: absolute;
            left: 8px;
            top: 8px;
            bottom: 8px;
            width: 1px;
            background: linear-gradient(180deg, rgba(220,38,38,0.35), rgba(220,38,38,0.05));
        }
        .rby-abt-timeline li {
            position: relative;
            padding: 0 0 22px 32px;
        }
        .rby-abt-timeline li:last-child { padding-bottom: 0; }
        .rby-abt-timeline-dot {
            position: absolute;
            left: 0;
            top: 4px;
            width: 17px;
            height: 17px;
            background: #fff;
            border: 2px solid var(--rby-red);
            border-radius: 50%;
            box-shadow: 0 0 0 3px rgba(220,38,38,0.1);
        }
        .rby-abt-timeline-year {
            display: block;
            font-family: 'SF Mono', Menlo, monospace;
            font-size: 0.72rem;
            font-weight: 800;
            color: var(--rby-red);
            letter-spacing: 0.08em;
            margin-bottom: 4px;
        }
        .rby-abt-timeline-text {
            font-size: 0.88rem;
            color: var(--rby-slate);
            line-height: 1.6;
            margin: 0;
            font-weight: 500;
        }

        /* ===== BUILT BY MERUT (two cards) ===== */
        .rby-abt-makers { padding: 58px 0; background: var(--rby-off-white); }
        .rby-abt-makers-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 26px;
        }
        .rby-abt-maker {
            background: #fff;
            border: 1px solid rgba(127,29,29,0.08);
            border-radius: var(--rby-radius-lg);
            padding: 34px 32px 30px;
            position: relative;
            overflow: hidden;
            transition: var(--rby-transition);
        }
        .rby-abt-maker::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 3px;
            background: linear-gradient(90deg, var(--rby-red), transparent);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .35s ease;
        }
        .rby-abt-maker:hover::before { transform: scaleX(1); }
        .rby-abt-maker:hover {
            transform: translateY(-4px);
            box-shadow: var(--rby-shadow-md);
            border-color: rgba(220,38,38,0.22);
        }
        .rby-abt-maker-head {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(127,29,29,0.08);
        }
        .rby-abt-maker-icon {
            width: 64px; height: 64px;
            border-radius: 14px;
            background: linear-gradient(135deg, var(--rby-wine) 0%, var(--rby-red) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.5rem;
            flex-shrink: 0;
            box-shadow: 0 8px 20px rgba(127,29,29,0.25);
        }
        .rby-abt-maker-name { flex-grow: 1; }
        .rby-abt-maker-name h3 {
            font-size: 1.2rem;
            margin-bottom: 3px;
            color: var(--rby-wine);
            line-height: 1.2;
        }
        .rby-abt-maker-role {
            font-size: 0.76rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--rby-red);
        }
        .rby-abt-maker-bio {
            font-size: 0.94rem;
            color: var(--rby-text);
            line-height: 1.8;
            margin-bottom: 1rem;
        }
        .rby-abt-maker-bio:last-of-type { margin-bottom: 0; }
        .rby-abt-maker-focus {
            display: flex;
            gap: 7px;
            flex-wrap: wrap;
            margin-top: 20px;
            padding-top: 18px;
            border-top: 1px solid rgba(127,29,29,0.06);
        }
        .rby-abt-maker-tag {
            font-size: 0.72rem;
            font-weight: 600;
            color: var(--rby-slate);
            background: var(--rby-off-white);
            border: 1px solid rgba(127,29,29,0.08);
            padding: 4px 10px;
            border-radius: 100px;
            white-space: nowrap;
        }

        /* ===== NUMBERS ===== */
        .rby-abt-numbers {
            padding: 46px 0;
            background: var(--rby-red);
            position: relative;
            overflow: hidden;
        }
        .rby-abt-numbers::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
            background-size: 44px 44px;
            pointer-events: none;
        }
        .rby-abt-numbers-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 28px;
            position: relative;
            z-index: 1;
        }
        .rby-abt-number { text-align: center; }
        .rby-abt-number strong {
            display: block;
            font-size: 2.3rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            margin-bottom: 8px;
            letter-spacing: -0.03em;
        }
        .rby-abt-number strong span { color: var(--rby-accent-bright); }
        .rby-abt-number-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: rgba(255,255,255,0.85);
            font-weight: 600;
            line-height: 1.4;
        }

        /* ===== PULL QUOTE ===== */
        .rby-abt-pull { padding: 52px 0; background: var(--rby-white); }
        .rby-abt-pull-inner {
            max-width: 880px;
            margin: 0 auto;
            position: relative;
            padding-left: 36px;
        }
        .rby-abt-pull-inner::before {
            content: '\"';
            position: absolute;
            left: 0;
            top: -14px;
            font-size: 5rem;
            line-height: 1;
            color: rgba(220,38,38,0.18);
            font-family: Georgia, serif;
            font-weight: 700;
        }
        .rby-abt-pull blockquote {
            font-size: 1.35rem;
            line-height: 1.55;
            color: var(--rby-wine);
            font-weight: 500;
            letter-spacing: -0.012em;
            margin: 0 0 20px;
            font-style: normal;
        }
        .rby-abt-pull cite {
            display: block;
            font-size: 0.85rem;
            color: var(--rby-text-muted);
            font-style: normal;
            font-weight: 600;
            letter-spacing: 0.02em;
        }
        .rby-abt-pull cite strong { color: var(--rby-wine); font-weight: 700; }

        /* ===== PRODUCT PHILOSOPHY ===== */
        .rby-abt-philosophy { padding: 58px 0; background: var(--rby-off-white); }
        .rby-abt-phil-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 22px;
        }
        .rby-abt-phil-card {
            background: #fff;
            border: 1px solid rgba(127,29,29,0.08);
            border-radius: var(--rby-radius-lg);
            padding: 30px 30px 28px;
            transition: var(--rby-transition);
            position: relative;
            overflow: hidden;
        }
        .rby-abt-phil-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 3px; height: 100%;
            background: linear-gradient(180deg, var(--rby-red), transparent);
            transform: scaleY(0);
            transform-origin: top;
            transition: transform .35s ease;
        }
        .rby-abt-phil-card:hover::before { transform: scaleY(1); }
        .rby-abt-phil-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--rby-shadow-md);
            border-color: rgba(220,38,38,0.22);
        }
        .rby-abt-phil-head {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 16px;
        }
        .rby-abt-phil-icon {
            width: 46px; height: 46px;
            background: var(--rby-red-light);
            color: var(--rby-red);
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.15rem;
            flex-shrink: 0;
            transition: var(--rby-transition);
        }
        .rby-abt-phil-card:hover .rby-abt-phil-icon {
            background: var(--rby-red);
            color: #fff;
            transform: scale(1.05) rotate(-3deg);
        }
        .rby-abt-phil-num {
            font-family: 'SF Mono', Menlo, monospace;
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            color: rgba(220,38,38,0.35);
        }
        .rby-abt-phil-card h3 {
            font-size: 1.15rem;
            margin-bottom: 10px;
            color: var(--rby-wine);
            line-height: 1.3;
        }
        .rby-abt-phil-card p {
            font-size: 0.92rem;
            color: var(--rby-text-muted);
            line-height: 1.75;
            margin-bottom: 0.9rem;
        }
        .rby-abt-phil-card p:last-of-type { margin-bottom: 0; }
        .rby-abt-phil-card strong { color: var(--rby-slate); font-weight: 600; }

        /* ===== BUILT BY BANNER ===== */
        .rby-abt-parent {
            padding: 58px 0;
            background: linear-gradient(135deg, var(--rby-wine-deep) 0%, var(--rby-wine) 100%);
            position: relative;
            overflow: hidden;
        }
        .rby-abt-parent::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
            background-size: 48px 48px;
            pointer-events: none;
            mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
            -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
        }
        .rby-abt-parent-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 56px;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        .rby-abt-parent-content .rby-eyebrow { color: var(--rby-accent); }
        .rby-abt-parent-content h2 {
            color: #fff;
            font-size: 1.9rem;
            margin-bottom: 1rem;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }
        .rby-abt-parent-content h2 span { color: var(--rby-accent); }
        .rby-abt-parent-content p {
            font-size: 0.97rem;
            color: rgba(255,255,255,0.85);
            line-height: 1.85;
            margin-bottom: 1.1rem;
        }
        .rby-abt-parent-content p:last-of-type { margin-bottom: 0; }
        .rby-abt-parent-content strong { color: #fff; font-weight: 700; }
        .rby-abt-parent-content .rby-abt-parent-cta {
            display: flex;
            gap: 12px;
            margin-top: 1.6rem;
            flex-wrap: wrap;
        }
        .rby-abt-parent-visual {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: var(--rby-radius-lg);
            padding: 34px 30px;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }
        .rby-abt-parent-visual h3 {
            color: #fff;
            font-size: 1.05rem;
            margin-bottom: 18px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .rby-abt-parent-visual h3 i { color: var(--rby-accent); font-size: 1rem; }
        .rby-abt-parent-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .rby-abt-parent-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            font-size: 0.88rem;
            color: rgba(255,255,255,0.88);
            line-height: 1.55;
        }
        .rby-abt-parent-list li:last-child { border-bottom: none; padding-bottom: 0; }
        .rby-abt-parent-list li:first-child { padding-top: 0; }
        .rby-abt-parent-list i {
            color: var(--rby-accent);
            font-size: 0.9rem;
            margin-top: 4px;
            flex-shrink: 0;
            width: 16px;
            text-align: center;
        }
        .rby-abt-parent-list strong { color: #fff; font-weight: 600; }

        /* ===== PRINCIPLES ===== */
        .rby-abt-principles { padding: 58px 0; background: var(--rby-white); }
        .rby-abt-principles-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 8px;
        }
        .rby-abt-principle {
            background: var(--rby-off-white);
            border: 1px solid rgba(127,29,29,0.07);
            border-radius: 12px;
            padding: 26px 24px 24px;
            transition: var(--rby-transition);
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .rby-abt-principle:hover {
            transform: translateY(-3px);
            box-shadow: var(--rby-shadow-sm);
            border-color: rgba(220,38,38,0.25);
            background: #fff;
        }
        .rby-abt-principle-num {
            font-family: 'SF Mono', Menlo, monospace;
            font-size: 0.7rem;
            font-weight: 800;
            color: var(--rby-red);
            letter-spacing: 0.1em;
            margin-bottom: 12px;
        }
        .rby-abt-principle h4 {
            font-size: 1rem;
            color: var(--rby-wine);
            margin-bottom: 8px;
            line-height: 1.35;
        }
        .rby-abt-principle p {
            font-size: 0.86rem;
            color: var(--rby-text-muted);
            line-height: 1.7;
            margin-bottom: 0;
            flex-grow: 1;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .rby-abt-hero { background-attachment: scroll; }
            .rby-abt-hero h1 { font-size: 2.15rem; }
            .rby-abt-story-inner { grid-template-columns: 1fr; gap: 32px; }
            .rby-abt-story-side { position: static; }
            .rby-abt-makers-grid { grid-template-columns: 1fr; }
            .rby-abt-numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
            .rby-abt-phil-grid { grid-template-columns: 1fr; }
            .rby-abt-parent-inner { grid-template-columns: 1fr; gap: 34px; }
            .rby-abt-principles-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            .rby-abt-hero-inner { padding: 40px 0 38px; }
            .rby-abt-hero h1 { font-size: 1.8rem; }
            .rby-abt-hero-lead { font-size: 0.96rem; }
            .rby-abt-story, .rby-abt-makers, .rby-abt-parent,
            .rby-abt-philosophy, .rby-abt-principles { padding: 44px 0; }
            .rby-abt-numbers { padding: 38px 0; }
            .rby-abt-number strong { font-size: 1.85rem; }
            .rby-abt-sec-head h2 { font-size: 1.6rem; }
            .rby-abt-maker { padding: 28px 24px 24px; }
            .rby-abt-phil-card { padding: 26px 24px 24px; }
            .rby-abt-pull-inner { padding-left: 28px; }
            .rby-abt-pull blockquote { font-size: 1.15rem; }
            .rby-abt-parent-visual { padding: 28px 22px; }
            .rby-abt-principles-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 560px) {
            .rby-abt-hero h1 { font-size: 1.55rem; }
            .rby-abt-numbers-grid { grid-template-columns: 1fr; gap: 22px; }
            .rby-abt-maker-head { gap: 14px; }
            .rby-abt-maker-icon { width: 56px; height: 56px; font-size: 1.25rem; }
            .rby-abt-maker-name h3 { font-size: 1.08rem; }
            .rby-abt-pull { padding: 38px 0; }
            .rby-abt-pull-inner { padding-left: 22px; }
            .rby-abt-pull-inner::before { font-size: 3.5rem; top: -8px; }
            .rby-abt-pull blockquote { font-size: 1.05rem; line-height: 1.6; }
            .rby-abt-parent-content .rby-abt-parent-cta { flex-direction: column; }
            .rby-abt-parent-content .rby-abt-parent-cta .rby-btn { width: 100%; justify-content: center; }
        }/* End custom CSS */