
/* ---- wr-plugins/1276_hero_about/plugin.css ---- */
/* ============================================================
   Hero About — 1276_hero_about
   Prefix: .ow-about-
   ============================================================ */

/* ========== LAYOUT HELPERS ========== */

.ow-about-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}
.ow-about-wrap h1 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
}
.ow-about-wrap h1 em {
    font-style: normal;
    color: #E8193C;
}
.ow-about-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
}
.ow-about-section.bg {
    background: #f9fafb;
}
.ow-about-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ow-about-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}
.ow-about-body-text {
    font-size: .97rem;
    color: #6b7280;
    line-height: 1.8;
}

/* ========== HERO ========== */

.ow-about-hero-section {
    position: relative;
    overflow: hidden;
}
.ow-about-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #eaeced 0.8px, transparent 0.8px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(ellipse 68% 68% at 50% 50%, rgba(0,0,0,.28) 0%, transparent 75%);
    mask-image: radial-gradient(ellipse 68% 68% at 50% 50%, rgba(0,0,0,.28) 0%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}
.ow-about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 56px;
    align-items: start;
    padding-top: 44px;
    padding-bottom: 48px;
}
.ow-about-hero-h1 {
    margin-bottom: 22px;
}
.ow-about-hero-sub {
    font-size: 1.05rem;
    color: #6b7280;
    line-height: 1.78;
    max-width: 480px;
    margin-bottom: 36px;
}
.ow-about-trust-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 8px;
}
.ow-about-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
    font-weight: 600;
    color: #374151;
    padding-right: 18px;
}
.ow-about-trust-item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: none;
    stroke: #16a34a;
    stroke-width: 2.5;
    stroke-linecap: round;
}
.ow-about-trust-sep {
    width: 1px;
    height: 13px;
    background: #e5e7eb;
    margin-right: 18px;
    flex-shrink: 0;
}

/* ========== STATS ========== */

.ow-about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    min-width: 240px;
}
.ow-about-stat {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ow-about-stat-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ow-about-stat-icon-wrap svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: #003a66;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ow-about-stat-n {
    font-size: 1.55rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    letter-spacing: -.03em;
}
.ow-about-stat-n sup {
    font-size: .8rem;
    color: #E8193C;
    font-weight: 700;
}
.ow-about-stat-label {
    font-size: .8rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1px;
    display: block;
}
.ow-about-stat-sub {
    font-size: .74rem;
    color: #6b7280;
    display: block;
    line-height: 1.4;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 900px) {
    .ow-about-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ow-about-stats {
        min-width: 0;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 640px) {
    .ow-about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .ow-about-hero-sub {
        font-size: .97rem;
    }
}

@media (max-width: 400px) {
    .ow-about-trust-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .ow-about-trust-sep {
        display: none;
    }
}


/* ---- wr-plugins/1277_story_section/plugin.css ---- */
/* ============================================================
   Story Section — 1277_story_section
   Prefix: .ow-about-story-  (shared eyebrow: .ow-about-eyebrow)
   ============================================================ */

.ow-about-eyebrow {
    margin-top: 0;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ow-about-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}

/* ── Section wrapper ──────────────────────────────────────── */

.ow-about-story-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
}
.ow-about-story-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Two-column grid ──────────────────────────────────────── */

.ow-about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}
.ow-about-story-h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}
.ow-about-story-h2 em {
    font-style: normal;
    color: #E8193C;
}
.ow-about-story-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ow-about-body-text {
    font-size: .97rem;
    color: #6b7280;
    line-height: 1.8;
    padding: 0;
    margin: 0;
}

/* ── Image column ─────────────────────────────────────────── */

.ow-about-story-img {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative;
    background: #f9fafb;
}
.ow-about-story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Overlay badge ────────────────────────────────────────── */

.ow-about-story-tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #fff;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
}
.ow-about-story-tag-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eef4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ow-about-story-tag-icon svg {
    width: 15px;
    height: 15px;
    stroke: #003a66;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
}
.ow-about-story-tag-n {
    font-size: .96rem;
    font-weight: 800;
    color: #003a66;
    line-height: 1;
}
.ow-about-story-tag-l {
    font-size: .63rem;
    color: #6b7280;
    margin-top: 2px;
}

/* ── Bottom two-column row ────────────────────────────────── */

.ow-about-story-full-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #e5e7eb;
}
.ow-about-story-full-col p {
    font-size: .91rem;
    color: #6b7280;
    line-height: 1.8;
    margin: 0;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 880px) {
    .ow-about-story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ow-about-story-img {
        display: none;
    }
    .ow-about-story-full-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .ow-about-story-section {
        padding: 64px 0;
    }
}


/* ---- wr-plugins/1278_approach_deck/plugin.css ---- */
/* ============================================================
   Approach Deck — 1278_approach_deck
   Prefix: .ow-about-approach-
   ============================================================ */

.ow-about-approach-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}
.ow-about-approach-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Section header ───────────────────────────────────────── */

.ow-about-approach-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
}
.ow-about-approach-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}
.ow-about-approach-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    margin-bottom: 44px;
    max-width: 480px;
    margin-top: 0;
}
.ow-about-approach-title em {
    font-style: normal;
    color: #E8193C;
}

/* ── Grid ─────────────────────────────────────────────────── */

.ow-about-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}

/* ── Item ─────────────────────────────────────────────────── */

.ow-about-approach-item {
    padding: 36px 32px;
    border-right: 1px solid #e5e7eb;
    transition: background .15s;
}
.ow-about-approach-item:last-child {
    border-right: none;
}
.ow-about-approach-item:hover {
    background: #f9fafb;
}
.ow-about-approach-num {
    font-size: .72rem;
    font-weight: 800;
    color: #6b7280;
    letter-spacing: .05em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ow-about-approach-num::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}
.ow-about-approach-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ow-about-approach-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ow-about-approach-item h3 {
    font-size: .97rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 9px;
    letter-spacing: -0.015em;
    line-height: 1.3;
}
.ow-about-approach-item p {
    font-size: .83rem;
    color: #6b7280;
    line-height: 1.72;
}

/* ── Icon colour variants ─────────────────────────────────── */

.ow-about-ai-blue          { background: #eff6ff; }
.ow-about-ai-blue svg      { stroke: #1d4ed8; }
.ow-about-ai-red           { background: #fdeef2; }
.ow-about-ai-red svg       { stroke: #E8193C; }
.ow-about-ai-green         { background: #f0fdf4; }
.ow-about-ai-green svg     { stroke: #16a34a; }

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 880px) {
    .ow-about-approach-grid {
        grid-template-columns: 1fr;
    }
    .ow-about-approach-item {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
    .ow-about-approach-item:last-child {
        border-bottom: none;
    }
}


/* ---- wr-plugins/1279_dual_grid/plugin.css ---- */
/* ============================================================
   Dual Grid — 1279_dual_grid
   Prefix: .ow-about-mv-
   ============================================================ */

.ow-about-mv-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
}
.ow-about-mv-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Section header ───────────────────────────────────────── */

.ow-about-mv-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ow-about-mv-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}
.ow-about-mv-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    margin-bottom: 40px;
}
.ow-about-mv-title em {
    font-style: normal;
    color: #E8193C;
}

/* ── Grid ─────────────────────────────────────────────────── */

.ow-about-mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* ── Card ─────────────────────────────────────────────────── */

.ow-about-mv-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 36px 32px;
    transition: border-color .15s, transform .15s;
}
.ow-about-mv-card:hover {
    border-color: #d1d5db;
    transform: translateY(-2px);
}
.ow-about-mv-tag {
    display: inline-block;
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 5px;
    padding: 3px 9px;
    margin-bottom: 16px;
}
.ow-about-mv-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 11px;
    line-height: 1.28;
    letter-spacing: -0.02em;
}
.ow-about-mv-card p {
    font-size: .87rem;
    color: #6b7280;
    line-height: 1.77;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 880px) {
    .ow-about-mv-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


/* ---- wr-plugins/1280_info_points/plugin.css ---- */
/* ============================================================
   Info Points — 1280_info_points
   Prefix: .ow-about-why-
   ============================================================ */

.ow-about-why-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
}
.ow-about-why-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Intro row ────────────────────────────────────────────── */

.ow-about-why-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}
.ow-about-why-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
}
.ow-about-why-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}
.ow-about-why-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    margin: 0;
}
.ow-about-why-title em {
    font-style: normal;
    color: #E8193C;
}
.ow-about-why-intro-note {
    font-size: .9rem;
    color: #6b7280;
    line-height: 1.7;
    max-width: 320px;
    text-align: right;
    flex-shrink: 0;
    margin: 0;
}

/* ── Two-column grid ──────────────────────────────────────── */

.ow-about-why-compact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
}

/* ── List ─────────────────────────────────────────────────── */

.ow-about-why-compact-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #e5e7eb;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ow-about-why-compact-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: .84rem;
    color: #6b7280;
    line-height: 1.58;
}
.ow-about-why-compact-list li strong {
    color: #111827;
    font-weight: 700;
}
.ow-about-wc-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
    margin-top: 5px;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 880px) {
    .ow-about-why-intro {
        flex-direction: column;
        gap: 12px;
    }
    .ow-about-why-intro-note {
        text-align: left;
    }
    .ow-about-why-compact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* ---- wr-plugins/1281_split_expandable_panels/plugin.css ---- */
/* ============================================================
   Split Expandable Panels — 1281_split_expandable_panels
   Prefix: .ow-about-who-
   ============================================================ */

.ow-about-who-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
}
.ow-about-who-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Two-column split grid ────────────────────────────────── */

.ow-about-who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
}

/* ── Left: image column ───────────────────────────────────── */

.ow-about-who-img-col {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.ow-about-who-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* ── Right: content column ────────────────────────────────── */

.ow-about-who-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ── Eyebrow ──────────────────────────────────────────────── */

.ow-about-who-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ow-about-who-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}

/* ── Heading ──────────────────────────────────────────────── */

.ow-about-who-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin: 0 0 16px;
}
.ow-about-who-title em {
    font-style: normal;
    color: #E8193C;
}

/* ── Intro paragraph ──────────────────────────────────────── */

.ow-about-who-intro {
    font-size: .9rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* ── Accordion ────────────────────────────────────────────── */

.ow-about-who-accordion {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e5e7eb;
}

.ow-about-who-panel {
    border-bottom: 1px solid #e5e7eb;
}

.ow-about-who-panel-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    cursor: pointer;
    text-align: left;
    font-size: .93rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
    transition: color .15s;
}
.ow-about-who-panel-btn:hover {
    color: #E8193C;
}
.ow-about-who-panel-btn .ow-about-who-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .15s, background .15s;
}
.ow-about-who-panel-btn .ow-about-who-icon::after {
    content: '';
    display: block;
    width: 8px;
    height: 1.5px;
    background: #6b7280;
    transition: background .15s;
}
.ow-about-who-panel-btn[aria-expanded="false"] .ow-about-who-icon::before {
    content: '';
    display: block;
    width: 1.5px;
    height: 8px;
    background: #6b7280;
    position: absolute;
    transition: background .15s;
}
.ow-about-who-panel-btn[aria-expanded="true"] .ow-about-who-icon {
    border-color: #E8193C;
    background: #E8193C;
}
.ow-about-who-panel-btn[aria-expanded="true"] .ow-about-who-icon::after {
    background: #fff;
}

/* ── Panel body ───────────────────────────────────────────── */

.ow-about-who-panel-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease, padding .3s ease;
}
.ow-about-who-panel.ow-about-open .ow-about-who-panel-body {
    max-height: 400px;
    padding-bottom: 16px;
}
.ow-about-who-panel-body p {
    font-size: .875rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 880px) {
    .ow-about-who-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ow-about-who-img {
        height: 280px;
    }
}


/* ---- wr-plugins/1282_credence_grid/plugin.css ---- */
/* ============================================================
   Credence Grid — 1282_credence_grid
   Prefix: .ow-about-certs-
   ============================================================ */

.ow-about-certs-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}
.ow-about-certs-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}
.ow-about-certs-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 44px;
}
.ow-about-certs-note {
    font-size: .81rem;
    color: #6b7280;
    line-height: 1.65;
    max-width: 300px;
    text-align: right;
    flex-shrink: 0;
    margin: 0;
}
.ow-about-certs-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
}
.ow-about-certs-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}
.ow-about-certs-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    margin: 0;
}
.ow-about-certs-title em {
    font-style: normal;
    color: #E8193C;
}

/* ── Grid ─────────────────────────────────────────────────── */

.ow-about-certs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* ── Card ─────────────────────────────────────────────────── */

.ow-about-cert {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    cursor: zoom-in;
    transition: border-color .16s, transform .16s, box-shadow .16s;
}
.ow-about-cert:hover,
.ow-about-cert:focus-visible {
    border-color: #d1d5db;
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .07);
}

/* ── Frame link wrapper ───────────────────────────────────── */

.ow-about-cert-frame-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* ── Frame ────────────────────────────────────────────────── */

.ow-about-cert-frame {
    aspect-ratio: 1145 / 1600;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}
.ow-about-cert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
/* Placeholder fallback keeps the decorative parchment look */
.ow-about-cert-frame:has(.ow-about-cert-placeholder) {
    background: linear-gradient(135deg, #f7f3ea 0%, #ede7d5 100%);
}
.ow-about-cert-frame:has(.ow-about-cert-placeholder)::before {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(200, 168, 75, .28);
    border-radius: 2px;
    pointer-events: none;
}
.ow-about-cert-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.ow-about-cert-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(200, 168, 75, .12);
    border: 1.5px solid rgba(200, 168, 75, .3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ow-about-cert-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: rgba(140, 110, 50, .6);
    stroke-width: 1.6;
    stroke-linecap: round;
}
.ow-about-cert-doc-title {
    font-size: .68rem;
    font-weight: 700;
    color: rgba(110, 85, 35, .6);
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.4;
}

/* ── Zoom hint ────────────────────────────────────────────── */

.ow-about-zoom-hint {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .38);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .15s;
}
.ow-about-zoom-hint svg {
    width: 13px;
    height: 13px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}
.ow-about-cert:hover .ow-about-zoom-hint {
    opacity: 1;
}

/* ── Card body ────────────────────────────────────────────── */

.ow-about-cert-body {
    padding: 16px 18px 18px;
}
.ow-about-cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #003a66;
    background: #eef4fb;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 9px;
}
.ow-about-cert-badge svg {
    width: 9px;
    height: 9px;
    stroke: #003a66;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}
.ow-about-cert-title {
    font-size: .88rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    margin-bottom: 5px;
    margin-top: 0;
}
.ow-about-cert-desc {
    font-size: .75rem;
    color: #6b7280;
    line-height: 1.55;
    margin: 0;
}
.ow-about-cert-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    font-size: .73rem;
    font-weight: 700;
    color: #003a66;
    transition: gap .13s;
    text-decoration: none;
}
.ow-about-cert-link:hover {
    gap: 7px;
}
.ow-about-cert-link svg {
    width: 9px;
    height: 9px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 880px) {
    .ow-about-certs-top {
        flex-direction: column;
        gap: 12px;
    }
    .ow-about-certs-note {
        text-align: left;
    }
    .ow-about-certs-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 560px) {
    .ow-about-certs-grid {
        grid-template-columns: 1fr;
    }
}


/* ---- wr-plugins/1283_legal_frame/plugin.css ---- */
/* ============================================================
   Legal Frame — 1283_legal_frame
   Prefix: .ow-about-legal-  /  .ow-about-sic-  /  .ow-about-id-
   ============================================================ */

.ow-about-legal-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
}
.ow-about-legal-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Eyebrow ──────────────────────────────────────────────── */

.ow-about-legal-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
}
.ow-about-legal-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}

/* ── Heading ──────────────────────────────────────────────── */

.ow-about-legal-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    max-width: 420px;
    margin-top: 0;
}
.ow-about-legal-title em {
    font-style: normal;
    color: #E8193C;
}

/* ── Subtitle ─────────────────────────────────────────────── */

.ow-about-legal-sub {
    font-size: .96rem;
    color: #6b7280;
    line-height: 1.74;
    max-width: 560px;
    margin-top: 10px;
    margin-bottom: 0;
}

/* ── Two-column grid ──────────────────────────────────────── */

.ow-about-legal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-top: 44px;
}

/* ── SIC list ─────────────────────────────────────────────── */

.ow-about-sic-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}
.ow-about-sic-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    transition: border-color .14s, box-shadow .14s;
}
.ow-about-sic-row:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 40, 90, .05);
}
.ow-about-sic-code {
    font-family: ui-monospace, monospace;
    font-size: .76rem;
    font-weight: 700;
    color: #003a66;
    background: #eef4fb;
    padding: 4px 10px;
    border-radius: 5px;
    flex-shrink: 0;
    min-width: 52px;
    text-align: center;
}
.ow-about-sic-desc {
    font-size: .84rem;
    color: #6b7280;
    line-height: 1.4;
}

/* ── Right column: note + ID grid ────────────────────────── */

.ow-about-legal-note {
    font-size: .82rem;
    color: #6b7280;
    line-height: 1.74;
    margin-bottom: 22px;
}
.ow-about-id-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.ow-about-id-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 18px;
    transition: border-color .14s;
}
.ow-about-id-box:hover {
    border-color: #d1d5db;
}
.ow-about-id-label {
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #6b7280;
    margin-bottom: 7px;
    display: block;
}
.ow-about-id-val {
    font-size: 1.3rem;
    font-weight: 800;
    color: #003a66;
    letter-spacing: -0.02em;
    margin: 0;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 880px) {
    .ow-about-legal-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media (max-width: 560px) {
    .ow-about-id-grid {
        grid-template-columns: 1fr;
    }
}


/* ---- wr-plugins/1284_affiliated_cards/plugin.css ---- */
/* ============================================================
   Affiliated Cards — 1284_affiliated_cards
   Prefix: .ow-about-logos-  /  .ow-about-logo-  /  .ow-about-inline-
   ============================================================ */

.ow-about-logos-section {
    padding: 52px 0;
    border-top: 1px solid #e5e7eb;
}
.ow-about-logos-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Header ───────────────────────────────────────────────── */

.ow-about-logos-head {
    text-align: center;
    margin-bottom: 36px;
}
.ow-about-logos-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin-top: 0;
}
.ow-about-logos-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}
.ow-about-logos-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: 1.4rem;
    margin-top: 4px;
    margin-bottom: 0;
}
.ow-about-logos-title em {
    font-style: normal;
    color: #E8193C;
}

/* ── Cards grid ───────────────────────────────────────────── */

.ow-about-logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.ow-about-logo-box {
    width: 160px;
    height: 88px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
    flex-shrink: 0;
}
.ow-about-logo-box:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 12px rgba(0, 40, 90, .06);
}
.ow-about-logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
}
.ow-about-logo-text-main {
    font-size: .8rem;
    font-weight: 800;
    color: #374151;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.ow-about-logo-text-sub {
    font-size: .58rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* ── Inline style modifiers (applied via main_class / sub_class) */

.ow-about-inline-10 {
    color: #E8193C;
    font-size: 1.1rem;
    font-style: italic;
}
.ow-about-inline-11 {
    font-size: .95rem;
}
.ow-about-inline-12 {
    font-style: normal;
    font-weight: 300;
}
.ow-about-inline-13 {
    background: #00635b;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: .72rem;
    letter-spacing: .06em;
}
.ow-about-inline-14 {
    margin-top: 4px;
}
.ow-about-inline-15 {
    font-size: .68rem;
}
.ow-about-inline-16 {
    font-size: .72rem;
}

