/* ROI Industrial Inc. — recreated static stylesheet matching original design */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@400;600;700&display=swap');

:root {
    --brand-primary: #8c5e2a;
    --brand-primary-dark: #6e4820;
    --header-dark: #2a3342;
    --hotline-bg: #f1f1f1;
    --hotline-border: #d1d1d1;
    --body-text: #6f6f6f;
    --body-dark: #333333;
    --footer-bg: #111111;
    --footer-text: #5e5e5e;
    --border-subtle: #e8e8e8;
    --ff-body: "Open Sans", Arial, sans-serif;
    --ff-heading: "Lato", "Open Sans", Arial, sans-serif;
    --wrapper-max: 1170px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--ff-body);
    font-size: 15px;
    line-height: 1.65;
    color: var(--body-text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a {
    color: var(--brand-primary);
    text-decoration: none;
    transition: color .25s ease;
}
a:hover { color: var(--brand-primary-dark); }
a:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 3px;
    border-radius: 2px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-heading);
    color: var(--body-dark);
    margin: 0 0 .6em;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.005em;
}

p { margin: 0 0 18px; }
::selection { background: var(--brand-primary); color: #fff; }

.wrapper {
    max-width: var(--wrapper-max);
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.clearfix::after { content: ""; display: table; clear: both; }
.pull-left { float: left; }
.pull-right { float: right; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* =================================================================
   HEADER
   ================================================================= */

.kopa-header-top {
    background: #fff;
    position: relative;
}
.kopa-header-top .wrapper {
    position: relative;
    height: 46px;
}

/* Hotline tab — grey box that extends from viewport left to ~55% with a
   right-pointing tab cut. Background extension is done with ::before. */
.hotline-box {
    padding: 13px 45px 13px 0;
    background: var(--hotline-bg);
    position: relative;
    float: left;
    border-right: 3px solid var(--hotline-border);
}
/* Extends hotline background from box to viewport left edge */
.hotline-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    background: var(--hotline-bg);
    width: 100vw;
    height: 100%;
    z-index: 0;
}
.hotline-box h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--body-dark);
    letter-spacing: .04em;
    font-family: var(--ff-body);
    line-height: 20px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.hotline-box h5 a { color: var(--brand-primary); }

/* Outer (darker) triangle — creates the subtle shadow line behind the inner */
.hotline-box .triangle-wrapper {
    position: absolute;
    top: 3px;
    right: -28px;
    width: 0; height: 0;
    border-top: 46px solid var(--hotline-border);
    border-right: 25px solid transparent;
    display: block;
    pointer-events: none;
}
/* Inner (lighter) triangle — sits on top of the darker */
.hotline-box .triangle {
    position: absolute;
    top: 0;
    right: -25px;
    width: 0; height: 0;
    border-top: 46px solid var(--hotline-bg);
    border-right: 25px solid transparent;
    display: block;
    pointer-events: none;
}
.kopa-header-top .kopa-border-bottom {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    z-index: 1;
    left: 0;
    background: rgba(0,0,0,.08);
}

.ss-box {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 46px;
    float: right;
}

.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.social-links a {
    display: inline-flex;
    width: 32px; height: 32px;
    align-items: center; justify-content: center;
    color: var(--header-dark);
    border: 1px solid transparent;
    border-radius: 2px;
    transition: color .25s ease, background .25s ease;
}
.social-links a:hover { color: #fff; background: var(--brand-primary); }
.social-links svg { width: 20px; height: 20px; fill: currentColor; }

.kopa-border-bottom {
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    height: 4px;
    background: rgba(0, 0, 0, .08);
}

/* Main bar */
.kopa-header-bottom {
    background: var(--header-dark);
    position: relative;
    z-index: 50;
    transition: background .3s ease;
}

.kopa-header-bottom .wrapper {
    min-height: 108px;
    position: relative;
}

/* Blue left block with steep diagonal right edge.
   Extends from viewport-left edge to ~280px past wrapper-left, with the
   right edge being WIDER at the top and narrowing toward the bottom
   (so the diagonal sweeps from upper-right downward and to the LEFT). */
.left-color-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(50% + 305px);
    /* Brushed-metal silver finish per customer request */
    background: linear-gradient(175deg,
        #c9cdd1 0%, #dfe2e5 12%, #a8adb3 24%,
        #c4c8cd 36%, #e0e3e6 48%, #b0b5bb 58%,
        #cdd1d5 70%, #dce0e3 82%, #b8bcc1 94%, #c9cdd1 100%);
    z-index: 0;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, calc(100% - 55px) 100%, 0 100%);
}
@media (max-width: 1250px) {
    .left-color-bg { right: auto; width: 300px; }
}
@media (max-width: 900px) {
    .left-color-bg { width: 230px; }
}

.logo-box {
    position: relative;
    z-index: 2;
    padding: 18px 15px 18px 15px;
    margin: 0;
    float: left;
}
.logo-box img {
    max-height: 72px;
    width: auto;
    display: block;
    transition: all .5s ease;
}

.main-nav {
    position: relative;
    z-index: 2;
    float: right;
}
.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.main-nav > ul > li > a {
    display: block;
    padding: 42px 18px;
    color: #fff;
    opacity: .8;
    font-family: var(--ff-heading);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    position: relative;
    transition: opacity .3s ease;
}
.main-nav > ul > li > a::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 34px;
    left: 50%; right: 50%;
    height: 2px;
    background: #fff;
    transition: left .3s ease, right .3s ease;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li > a.active {
    opacity: 1;
}
.main-nav > ul > li > a:hover::before,
.main-nav > ul > li > a.active::before {
    left: 18px; right: 18px;
}
.main-nav > ul > li.has-sub > a:hover::before,
.main-nav > ul > li.has-sub > a.active::before {
    right: 32px;
}

/* Dropdown submenu */
.main-nav li { position: relative; }
.main-nav li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    display: none;
    flex-direction: column;
    z-index: 200;
    border-top: 3px solid var(--brand-primary);
}
.main-nav li:hover > .sub-menu,
.main-nav li:focus-within > .sub-menu { display: flex; }
.main-nav .sub-menu li { border-bottom: 1px solid #eee; }
.main-nav .sub-menu li:last-child { border-bottom: 0; }
.main-nav .sub-menu a {
    display: block;
    padding: 10px 16px;
    font-family: var(--ff-body);
    font-size: 13px;
    font-weight: 600;
    color: var(--body-dark);
    text-transform: none;
    letter-spacing: 0;
    transition: background .2s ease, color .2s ease;
}
.main-nav .sub-menu a:hover { background: var(--brand-primary); color: #fff; }
.main-nav > ul > li.has-sub > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: 0; height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    transition: border-top-color .2s ease;
}
.main-nav > ul > li.has-sub > a::after {
    border-top-color: rgba(255,255,255,.6);
}
.main-nav > ul > li.has-sub:hover > a::after { border-top-color: #fff; }
.kopa-header-bottom.fixed .main-nav > ul > li.has-sub > a::after {
    border-top-color: rgba(74,50,24,.5);
}
.kopa-header-bottom.fixed .main-nav > ul > li.has-sub:hover > a::after {
    border-top-color: #2e1e0e;
}

.kopa-header-bottom.fixed {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: linear-gradient(175deg,
        #c9cdd1 0%, #dfe2e5 12%, #a8adb3 24%,
        #c4c8cd 36%, #e0e3e6 48%, #b0b5bb 58%,
        #cdd1d5 70%, #dce0e3 82%, #b8bcc1 94%, #c9cdd1 100%);
    opacity: .97;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
.kopa-header-bottom.fixed .left-color-bg,
.kopa-header-bottom.fixed .left-color-bg::after { background: transparent; border-top-color: transparent; }
.kopa-header-bottom.fixed .wrapper { min-height: 80px; }
.kopa-header-bottom.fixed .logo-box { padding: 8px 0 8px 15px; }
.kopa-header-bottom.fixed .logo-box img { max-height: 58px; }
.kopa-header-bottom.fixed .main-nav > ul > li > a { padding: 27px 18px; color: #4a3218; opacity: .9; }
.kopa-header-bottom.fixed .main-nav > ul > li > a::before { background: #4a3218; bottom: 20px; }
.kopa-header-bottom.fixed .main-nav > ul > li > a:hover,
.kopa-header-bottom.fixed .main-nav > ul > li > a.active { color: #2e1e0e; opacity: 1; text-decoration: none; }

/* Mobile nav toggle */
.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 3px;
    padding: 10px 12px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin: 32px 15px;
    float: right;
}
.nav-toggle svg { display: block; }

@media (max-width: 900px) {
    .hotline-box { padding-right: 18px; margin-right: 0; border-right: 0; font-size: 12px; }
    .triangle-wrapper, .triangle { display: none; }
    .nav-toggle { display: inline-block; }
    .main-nav {
        display: none;
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: var(--header-dark);
        z-index: 1000;
        padding: 0;
    }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; }
    .main-nav > ul > li > a {
        padding: 14px 20px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: #fff !important;
        opacity: 1 !important;
    }
    .main-nav > ul > li > a::before { display: none !important; }
    .main-nav li .sub-menu {
        position: static;
        box-shadow: none;
        border-top: 0;
        background: rgba(0,0,0,.15);
        padding: 0;
        display: none;
    }
    .main-nav li:hover > .sub-menu,
    .main-nav li:focus-within > .sub-menu { display: flex; }
    .main-nav .sub-menu a {
        color: rgba(255,255,255,.85) !important;
        padding: 12px 20px 12px 36px;
    }
    .main-nav .sub-menu a:hover { background: rgba(255,255,255,.1); color: #fff !important; }
    .left-color-bg { width: 180px; }
    .logo-box img { max-height: 54px; }
    .kopa-header-bottom .wrapper { min-height: 90px; }
}

@media (max-width: 600px) {
    .ss-box { display: none; }
    .kopa-header-top { background: var(--hotline-bg); }
    .hotline-box {
        margin: 0;
        padding: 10px 15px;
        text-align: center;
        float: none;
        display: block;
        width: 100%;
    }
}

/* =================================================================
   HERO SLIDER (fractionslider-style)
   ================================================================= */

.hero-slider {
    position: relative;
    overflow: hidden;
    background: #000;
    width: 100%;
    height: 520px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: none;
    z-index: 1;
}
.hero-slide.active { display: block; z-index: 2; }

.hero-slide > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    opacity: 0;
    transition: opacity .7s ease;
}
.hero-slide.active > img { opacity: 1; }

/* Reframe variant: shift the cover crop toward the bottom of the image
   so subjects/workers at the bottom stay in view instead of being cropped. */
.hero-slide.frame-bottom > img { object-position: center 78%; }

.hero-layer {
    position: absolute;
    opacity: 0;
    will-change: transform, opacity;
    transition: transform .6s ease, opacity .6s ease;
    z-index: 3;
    pointer-events: none;
}
.hero-layer.in { opacity: 1; transform: translate(0,0) !important; }
.hero-layer.out { opacity: 0; }

.hero-overlay {
    background: rgba(0,0,0,.6);
}

/* Caption typography (original classes) */
.slider-intro-2 {
    display: inline-block;
    font-family: var(--ff-body);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg,
        #b87333 0%, #d4956a 18%, #a0622a 32%,
        #c8854f 48%, #daa06d 62%, #a56b2f 76%,
        #c07838 88%, #b87333 100%);
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
    border-radius: 4px;
}
/* Varied metallic finishes for different slides */
.slider-intro-2.metal-gold {
    background: linear-gradient(135deg,
        #c5a04e 0%, #e2c97a 18%, #a8872e 32%,
        #d4b45c 48%, #e8d48a 62%, #b89430 76%,
        #c9a84a 88%, #c5a04e 100%);
}
.slider-intro-2.metal-champagne {
    background: linear-gradient(135deg,
        #c2a67e 0%, #e0cba8 18%, #a8905e 32%,
        #d4ba90 48%, #e8d4b2 62%, #b89868 76%,
        #ccac80 88%, #c2a67e 100%);
}
.slider-intro-2.metal-bronze {
    background: linear-gradient(135deg,
        #8c5e2a 0%, #b8834a 18%, #6e4820 32%,
        #a47238 48%, #c99858 62%, #7a5225 76%,
        #966430 88%, #8c5e2a 100%);
}
.slider-intro-2.metal-rosegold {
    background: linear-gradient(135deg,
        #b76e79 0%, #dba0a8 18%, #9e5a64 32%,
        #cc8a92 48%, #e4b0b8 62%, #a8646e 76%,
        #c07a84 88%, #b76e79 100%);
}
.slider-caption-2 {
    font-family: var(--ff-body);
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.slider-caption-3 {
    font-family: var(--ff-body);
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}
.slider-caption-4 {
    display: inline-block;
    font-family: var(--ff-body);
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 12px 20px;
    border-radius: 4px;
    background: linear-gradient(135deg,
        #c9cdd1 0%, #dfe2e5 14%, #a8adb3 28%,
        #c4c8cd 42%, #e0e3e6 56%, #b0b5bb 70%,
        #cdd1d5 84%, #c9cdd1 100%);
    color: #2a3342;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.slider-caption-4::after {
    display: none;
}

/* Slider nav */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px; height: 56px;
    background: rgba(255,255,255,.25);
    border: 1px solid #fff;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
    text-align: center;
    z-index: 20;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease, background .2s ease;
    border-radius: 0;
}
.hero-slider:hover .hero-arrow { opacity: 1; }
.hero-arrow:hover { background: var(--brand-primary); border-color: var(--brand-primary); }
.hero-arrow.prev { left: 20px; }
.hero-arrow.next { right: 20px; }

.hero-pager {
    position: absolute;
    left: 20px; bottom: 18px;
    z-index: 20;
    display: flex;
    gap: 8px;
}
.hero-dot {
    width: 14px; height: 14px;
    background: rgba(255,255,255,.5);
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: background .2s ease, border-color .2s ease;
}
.hero-dot:hover { background: rgba(255,255,255,.8); }
.hero-dot.active { background: var(--brand-primary); border-color: #fff; }

@media (max-width: 900px) {
    .hero-slider { height: 432px; }
    .slider-caption-4 { font-size: 28px; line-height: 34px; padding-bottom: 16px; }
    .slider-caption-4::after { width: 80px; }
    .slider-caption-3 { font-size: 18px; line-height: 24px; }
    .slider-intro-2 { font-size: 18px; line-height: 24px; padding: 8px 12px; }
    .slider-caption-2 { font-size: 14px; line-height: 20px; }
}
@media (max-width: 600px) {
    .hero-slider { height: 360px; }
    .hero-arrow { display: none; }
}

/* =================================================================
   SECTIONS / COMMON
   ================================================================= */

.kopa-area {
    padding: 80px 0;
}
.kopa-area + .kopa-area { padding-top: 60px; }
.kopa-area-2 {
    background: #f5f7fa;
    background-image: linear-gradient(180deg, rgba(140,94,42,.02), transparent 50%);
}
@media (max-width: 700px) {
    .kopa-area { padding: 50px 0; }
}

.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.row > [class*="col-"] { padding: 0 15px; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
@media (max-width: 900px) { .col-md-6 { flex: 0 0 100%; max-width: 100%; } }

.widget { margin-bottom: 30px; }

.widget-title {
    font-family: var(--ff-heading);
    font-weight: 700;
    color: var(--body-dark);
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .04em;
    margin-bottom: 28px;
    position: relative;
    text-align: left;
}
.widget-title.style3 {
    font-size: 24px;
    letter-spacing: .02em;
    margin-bottom: 32px;
}
.widget-title::before {
    content: "";
    position: absolute;
    left: 0; bottom: -12px;
    width: 56px; height: 3px;
    background: var(--brand-primary);
    border-radius: 2px;
}

.mission-txt {
    color: var(--body-dark);
    line-height: 1.75;
    margin-bottom: 16px;
    font-size: 15px;
}
.mission-txt strong { color: var(--body-dark); font-weight: 700; }
.mission-lead {
    font-size: 17px;
    line-height: 1.7;
    color: var(--body-dark);
}
.mission-signature {
    color: var(--body-text);
    font-size: 14px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--border-subtle);
}
.mission-signature strong { color: var(--body-dark); }

/* Two-column mission layout: text on left, IRA badge as side card */
.mission-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 50px;
    align-items: start;
}
.mission-body { margin: 0; }
.mission-aside { position: sticky; top: 130px; }
.mission-card {
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-top: 4px solid var(--brand-primary);
    border-radius: 4px;
    padding: 24px 22px;
    text-align: center;
    box-shadow: 0 2px 14px rgba(20, 35, 55, .06);
}
.mission-card-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand-primary);
    margin-bottom: 14px;
}
.mission-card-link {
    display: block;
    margin: 0 auto 16px;
    transition: opacity .25s ease;
}
.mission-card-link:hover { opacity: .85; }
.mission-card img {
    margin: 0 auto;
    max-width: 220px;
    width: 100%;
    height: auto;
}
.mission-card-text {
    margin: 14px 0 0;
    color: var(--body-text);
    font-size: 13px;
    line-height: 1.55;
    font-style: italic;
}
@media (max-width: 850px) {
    .mission-grid { grid-template-columns: 1fr; gap: 32px; }
    .mission-aside { position: static; max-width: 320px; margin: 0 auto; }
}

.kopa-mission-list {
    list-style: none;
    margin: 24px 0;
    padding: 0;
}
.kopa-mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 14px 0;
    padding: 14px 16px;
    background: rgba(140, 94, 42, .04);
    border-left: 3px solid var(--brand-primary);
    border-radius: 0 4px 4px 0;
    color: var(--body-dark);
    line-height: 1.55;
    transition: background .25s ease, transform .25s ease;
}
.kopa-mission-list li:hover {
    background: rgba(140, 94, 42, .08);
    transform: translateX(3px);
}
.kopa-mission-list .fa-check {
    display: inline-flex;
    width: 22px; height: 22px;
    align-items: center; justify-content: center;
    background: var(--brand-primary);
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
}
.kopa-mission-list .fa-check::before {
    content: "";
    display: block;
    width: 5px; height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-1px, -1px);
}
.kopa-mission-list a {
    font-weight: 700;
    color: var(--header-dark);
    font-size: 15px;
}
.kopa-mission-list a:hover {
    color: var(--brand-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =================================================================
   WHAT WE DO — owl carousel with thumb-hover
   ================================================================= */

.owl-carousel-1 {
    position: relative;
    overflow: hidden;
    background: #0a0f14;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow:
        0 1px 0 rgba(255,255,255,.06) inset,
        0 8px 30px rgba(20, 35, 55, .15),
        0 2px 8px rgba(0,0,0,.1);
}
.owl-track {
    position: relative;
    height: 380px;
}
.owl-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1;
}
.owl-item.active { opacity: 1; z-index: 2; }
.owl-item img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.thumb-hover {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,.6);
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-item:hover .thumb-hover { opacity: 1; }
.thumb-hover ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transform: scale(.2);
    transition: transform .4s ease;
    text-align: center;
}
.owl-item:hover .thumb-hover ul { transform: scale(1); }
.thumb-hover li { display: flex; align-items: center; gap: 8px; }
.thumb-hover .pf-gallery {
    display: inline-flex;
    width: 57px; height: 57px;
    align-items: center; justify-content: center;
    background: var(--brand-primary);
    color: #fff !important;
    border-radius: 50%;
    font-size: 22px;
    transition: background .2s ease;
}
.thumb-hover .pf-gallery:hover { background: var(--header-dark); }
.thumb-hover .see-all {
    color: var(--header-dark);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 14px;
    background: #fff;
    border-radius: 2px;
}
.thumb-hover .see-all:hover { background: var(--brand-primary); color: #fff; }

.owl-nav {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 4;
}
.owl-prev, .owl-next {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px; height: 44px;
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease;
}
.owl-prev:hover, .owl-next:hover { background: var(--brand-primary); border-color: var(--brand-primary); }
.owl-prev { left: 10px; }
.owl-next { right: 10px; }

@media (max-width: 900px) {
    .owl-track { height: 320px; }
}
@media (max-width: 600px) {
    .owl-track { height: 240px; }
}

/* =================================================================
   BREADCRUMB BANNER (inner pages)
   ================================================================= */

.kopa-breadcrumb {
    background: url("../images/bg-m.jpg") repeat;
    color: var(--body-dark);
    padding: 56px 0 50px;
    border-bottom: 3px solid var(--brand-primary);
    position: relative;
}
.kopa-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,.4) 100%);
    pointer-events: none;
}
.kopa-breadcrumb .wrapper { position: relative; z-index: 1; }
.kopa-breadcrumb span {
    display: block;
    font-family: var(--ff-heading);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--body-dark);
    text-transform: none;
    letter-spacing: -.005em;
    margin-bottom: 10px;
}
.kopa-breadcrumb p {
    margin: 0;
    color: var(--body-text);
    font-family: var(--ff-body);
    font-size: 15px;
    line-height: 1.55;
    max-width: 720px;
}
@media (max-width: 700px) {
    .kopa-breadcrumb { padding: 36px 0 32px; }
    .kopa-breadcrumb span { font-size: 22px; }
}

/* =================================================================
   ACCORDION (metal id)
   ================================================================= */
.panel-group {
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(20, 35, 55, .04);
}
.panel { border-bottom: 1px solid var(--border-subtle); }
.panel:last-child { border-bottom: 0; }
.panel.open { background: rgba(140, 94, 42, .03); }
.panel-heading { position: relative; }
.panel-heading a {
    display: block;
    padding: 18px 22px 18px 60px;
    color: var(--body-dark);
    font-weight: 700;
    font-family: var(--ff-heading);
    font-size: 15px;
    position: relative;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}
.panel-heading a:hover { color: var(--brand-primary); background: rgba(140, 94, 42, .04); }
.panel-heading .b-collapse {
    position: absolute;
    left: 18px; top: 50%;
    transform: translateY(-50%);
    width: 26px; height: 26px;
    background: var(--brand-primary);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center; justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    transition: transform .25s ease, background .25s ease;
}
.panel.open .panel-heading .b-collapse {
    transform: translateY(-50%) rotate(180deg);
    background: var(--brand-primary-dark);
}
.panel-body {
    padding: 4px 22px 22px 60px;
    color: var(--body-text);
    line-height: 1.65;
    display: none;
}
.panel.open .panel-body { display: block; }

/* =================================================================
   PORTFOLIO
   ================================================================= */
.filters-options2 {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.filters-options2 li {
    padding: 8px 18px;
    background: #fff;
    border: 1px solid var(--border-subtle);
    color: var(--body-dark);
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    letter-spacing: .02em;
}
.filters-options2 li:hover {
    color: var(--brand-primary);
    border-color: var(--brand-primary);
}
.filters-options2 li.active {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

.portfolio-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.portfolio-list > li { padding: 0; }
.portfolio-list > li.hidden { display: none; }

.portfolio-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    box-shadow:
        0 2px 8px rgba(0,0,0,.08),
        0 1px 0 rgba(255,255,255,.06) inset;
    transition: box-shadow .25s ease, transform .25s ease;
}
.portfolio-item:hover { box-shadow: 0 10px 30px rgba(0,0,0,.15); transform: translateY(-3px); }
.portfolio-thumb {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 4 / 3;
    background: #000;
    display: block;
}
.portfolio-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.portfolio-thumb:hover img { transform: scale(1.05); }
.portfolio-thumb .thumb-hover {
    background: rgba(255,255,255,.6);
}
.portfolio-title {
    font-family: var(--ff-heading);
    font-size: 15px;
    font-weight: 700;
    color: var(--body-dark);
    margin: 14px 0 4px;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.portfolio-item span {
    display: block;
    font-size: 13px;
    color: var(--body-text);
    padding: 0 10px 14px;
}
@media (max-width: 1000px) { .portfolio-list { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .portfolio-list { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 420px) { .portfolio-list { grid-template-columns: 1fr; } }

/* =================================================================
   LIGHTBOX
   ================================================================= */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(8,12,18,.92);
    display: none;
    align-items: center; justify-content: center;
    z-index: 10000;
    padding: 20px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 95vw; max-height: 88vh; }
.lightbox-close, .lightbox-nav {
    position: absolute;
    background: rgba(255,255,255,.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    width: 46px; height: 46px;
    cursor: pointer;
    font-size: 22px;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s ease;
}
.lightbox-close:hover, .lightbox-nav:hover { background: var(--brand-primary); border-color: var(--brand-primary); }
.lightbox-close { top: 18px; right: 18px; }
.lightbox-nav.prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox-nav.next { right: 18px; top: 50%; transform: translateY(-50%); }
.lightbox-caption {
    position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
    color: #fff; font-size: 14px;
    background: rgba(0,0,0,.6);
    padding: 6px 14px;
}

/* =================================================================
   CONTACT
   ================================================================= */
.contact-card {
    text-align: center;
    padding: 36px 24px;
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(20, 35, 55, .04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(20, 35, 55, .1);
    border-color: rgba(140, 94, 42, .25);
}
.contact-card .icon {
    width: 64px; height: 64px;
    margin: 0 auto 18px;
    background: var(--brand-primary);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 20px rgba(140, 94, 42, .3);
}
.contact-card .icon svg { width: 26px; height: 26px; fill: currentColor; }
.contact-card h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: var(--body-text);
    letter-spacing: .14em;
    font-weight: 700;
}
.contact-card h3::after { display: none; }
.contact-card address,
.contact-card p {
    margin: 0;
    color: var(--body-dark);
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 600;
}
.contact-card a { color: var(--brand-primary); }
.contact-card a:hover { text-decoration: underline; text-underline-offset: 3px; }

.kopa-map-wrapper {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(20, 35, 55, .1);
}
.kopa-map-wrapper iframe {
    width: 100%; height: 480px;
    border: 0;
    display: block;
}

/* =================================================================
   PRE-FOOTER STRIP (kopa-area-3) — overlapping blue + navy bands.
   Mirrors the original markup: two floated 50% panels, each with a
   ::after triangle that extends 30px PAST the panel toward the other.
   The blue band has margin-top:-34 and z-index:1 so it overlaps and
   covers the navy band's triangle in the overlap zone, producing one
   continuous parallel diagonal seam between the two colors. */
.kopa-area-3 {
    position: relative;
    width: 100%;
    height: 60px;
    background: #1a1d22;
}
.kopa-area-3 .left-area {
    width: 50%;
    height: 60px;
    background: var(--header-dark);
    position: relative;
    float: left;
    z-index: 0;
}
/* Navy triangle extends 30px to the RIGHT of left-area, narrowing
   from x=50%+30 at top to x=50% at bottom (parallel to blue's diagonal). */
.kopa-area-3 .left-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 0; height: 0;
    border-top: 60px solid var(--header-dark);
    border-right: 30px solid transparent;
    border-bottom: 0; border-left: 0;
}
.kopa-area-3 .right-area {
    width: calc(50% + 30px);
    height: 60px;
    background: linear-gradient(175deg,
        #c9cdd1 0%, #dfe2e5 12%, #a8adb3 24%,
        #c4c8cd 36%, #e0e3e6 48%, #b0b5bb 58%,
        #cdd1d5 70%, #dce0e3 82%, #b8bcc1 94%, #c9cdd1 100%);
    margin-top: -34px;
    margin-left: -30px;
    position: relative;
    float: left;
    z-index: 1;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 700px) {
    .kopa-area-3 { height: auto; }
    .kopa-area-3 .left-area,
    .kopa-area-3 .right-area {
        width: 100%;
        float: none;
        margin: 0;
    }
    .kopa-area-3 .left-area::after { display: none; }
    .kopa-area-3 .right-area { clip-path: none; margin-left: 0; width: 100%; }
}

/* =================================================================
   FOOTER
   ================================================================= */
#bottom-sidebar {
    background: #1a1d22;
    color: #9ea4aa;
    padding: 64px 0 28px;
    font-size: 14px;
    line-height: 1.65;
}
#bottom-sidebar .widget-title {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 22px;
}
#bottom-sidebar .widget-title::before {
    background: var(--brand-primary);
    width: 38px;
    height: 2px;
    bottom: -10px;
}
#bottom-sidebar address { font-style: normal; }
#bottom-sidebar ul { list-style: none; margin: 0; padding: 0; }
#bottom-sidebar li {
    padding: 5px 0;
    position: relative;
}
#bottom-sidebar a {
    color: #9ea4aa;
    transition: color .2s ease, padding-left .2s ease;
    display: inline-block;
}
#bottom-sidebar a:hover {
    color: var(--brand-primary);
    padding-left: 6px;
}
.kopa-contact-widget p {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #cfd4da;
}
.kopa-contact-widget address > p:first-child {
    border: 0;
    padding: 0;
    margin-bottom: 18px;
    color: #9ea4aa;
}
.kopa-contact-widget svg {
    width: 16px; height: 16px;
    fill: var(--brand-primary);
    flex-shrink: 0;
    margin-top: 4px;
}

#kopa-page-footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    font-size: 13px;
    padding: 22px 0;
    position: relative;
    border-top: 1px solid rgba(255,255,255,.05);
}
#kopa-page-footer a { color: var(--brand-primary); }
#kopa-page-footer a:hover { color: #fff; }
#kopa-page-footer .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}
#copyright { margin: 0; }

#back-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 57px; height: 57px;
    border-radius: 50%;
    padding: 3px;
    background: rgba(0,0,0,.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 500;
}
#back-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
#back-top a {
    display: flex;
    width: 100%; height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg,
        #b87333 0%, #d4956a 18%, #a0622a 32%,
        #c8854f 48%, #daa06d 62%, #a56b2f 76%,
        #c07838 88%, #b87333 100%);
    color: #2a3342;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}
#back-top a:hover { background: var(--footer-bg); }
#back-top svg { width: 18px; height: 18px; fill: currentColor; }

/* Simple pages carousel (side images on inner pages) */
.owl-carousel-3 {
    position: relative;
    overflow: hidden;
    background: #0a0f14;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow:
        0 1px 0 rgba(255,255,255,.06) inset,
        0 8px 30px rgba(20, 35, 55, .15),
        0 2px 8px rgba(0,0,0,.1);
}
.owl-carousel-3 .owl-track { height: 100%; }
.owl-carousel-3 .owl-item img { width: 100%; height: 100%; object-fit: cover; }

/* =================================================================
   CONTACT PAGE — unified info + team layout
   ================================================================= */
.contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 50px;
    align-items: stretch;
}
.contact-hero-info {
    background: linear-gradient(135deg, var(--header-dark), #3a4554);
    color: #fff;
    border-radius: 6px;
    padding: 40px 34px;
    box-shadow: 0 14px 36px rgba(20, 35, 55, .25);
    position: relative;
    overflow: hidden;
}
.contact-hero-info::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #b87333, #d4956a, #c8854f, #b87333);
}
.contact-hero-info .widget-title.style3 { color: #fff; }
.contact-hero-info .widget-title.style3::before { background: var(--brand-primary); }
.contact-hero-info .mission-lead { color: #cdd6e0; }
.contact-info-list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}
.contact-info-list li {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}
.contact-info-list li:first-of-type { border-top: 0; padding-top: 4px; }
.contact-info-icon {
    width: 42px; height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #b87333, #a0622a);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(140, 94, 42, .3);
}
.contact-info-icon svg { width: 20px; height: 20px; }
.contact-info-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--brand-primary);
    margin-bottom: 4px;
}
.contact-info-list p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}
.contact-info-list a {
    color: #fff;
    transition: color .2s ease;
}
.contact-info-list a:hover {
    color: #d4956a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-team-heading {
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--body-text);
    margin: 0 0 22px;
    position: relative;
    padding-bottom: 10px;
}
.contact-team-heading::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 38px; height: 2px;
    background: var(--brand-primary);
}
.contact-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.team-card {
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-radius: 6px;
    padding: 26px 24px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(20, 35, 55, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.team-card:hover {
    transform: translateY(-3px);
    border-color: rgba(140, 94, 42, .25);
    box-shadow: 0 14px 32px rgba(20, 35, 55, .12);
}
.team-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px; height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b87333 0%, #d4956a 50%, #a0622a 100%);
    color: #fff;
    font-family: var(--ff-heading);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .04em;
    box-shadow: 0 6px 18px rgba(140, 94, 42, .25);
}
.team-card h5 {
    font-family: var(--ff-heading);
    font-size: 17px;
    font-weight: 700;
    color: var(--header-dark);
    margin: 0 0 4px;
}
.team-role {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--brand-primary);
    font-weight: 700;
    margin-bottom: 14px;
}
.team-email {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--body-text);
    word-break: break-all;
    padding-top: 12px;
    border-top: 1px solid var(--border-subtle);
    width: 100%;
    transition: color .2s ease;
}
.team-email:hover { color: var(--brand-primary); }

@media (max-width: 1000px) {
    .contact-hero { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .contact-team-grid { grid-template-columns: 1fr; }
}

/* =================================================================
   ABOUT PAGE — modernized hero stats, feature grid, pull quote, CTA
   ================================================================= */

/* Stats strip */
.about-stats-section {
    padding: 50px 0 30px;
    background: #fff;
}
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.about-stat {
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-top: 3px solid var(--brand-primary);
    border-radius: 6px;
    padding: 30px 22px 26px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(20, 35, 55, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.about-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(20, 35, 55, .12);
}
.about-stat-num {
    display: block;
    font-family: var(--ff-heading);
    font-size: 36px;
    font-weight: 700;
    color: var(--header-dark);
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 8px;
}
.about-stat-plus {
    color: var(--brand-primary);
    font-weight: 700;
    margin-left: 2px;
}
.about-stat-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--body-text);
}
@media (max-width: 900px) {
    .about-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .about-stats { grid-template-columns: 1fr; }
    .about-stat-num { font-size: 30px; }
}

/* Philosophy: text + pull quote */
.about-philosophy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 50px;
    align-items: start;
}
.about-pullquote {
    position: relative;
    background: linear-gradient(135deg, var(--header-dark), #3a4554);
    color: #fff;
    border-radius: 6px;
    padding: 40px 32px 28px;
    box-shadow: 0 14px 36px rgba(20, 35, 55, .25);
    overflow: hidden;
}
.about-pullquote::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg,
        #b87333, #d4956a, #c8854f, #b87333);
}
.about-pullquote-mark {
    display: block;
    font-family: Georgia, serif;
    font-size: 80px;
    line-height: .6;
    color: var(--brand-primary);
    margin-bottom: -10px;
    opacity: .9;
}
.about-pullquote p {
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 18px;
    font-weight: 500;
}
.about-pullquote footer {
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 14px;
    color: #cdd6e0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.about-pullquote footer strong { color: #fff; }
@media (max-width: 900px) {
    .about-philosophy { grid-template-columns: 1fr; }
}

/* Feature grid */
.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.about-feature {
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-radius: 6px;
    padding: 32px 26px 28px;
    box-shadow: 0 2px 12px rgba(20, 35, 55, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.about-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(140, 94, 42, .25);
    box-shadow: 0 14px 34px rgba(20, 35, 55, .12);
}
.about-feature-icon {
    width: 56px; height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg,
        #b87333 0%, #d4956a 50%, #a0622a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(140, 94, 42, .25);
}
.about-feature-icon svg { width: 26px; height: 26px; }
.about-feature h4 {
    font-family: var(--ff-heading);
    font-size: 17px;
    font-weight: 700;
    color: var(--header-dark);
    margin: 0 0 10px;
    letter-spacing: .005em;
}
.about-feature p {
    margin: 0;
    color: var(--body-text);
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 900px) {
    .about-feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .about-feature-grid { grid-template-columns: 1fr; }
}

/* Channels list */
.about-channels {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 50px;
    align-items: start;
}
.about-channel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}
.about-channel-list li {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-radius: 6px;
    padding: 22px 26px;
    box-shadow: 0 2px 10px rgba(20, 35, 55, .04);
    transition: transform .25s ease, box-shadow .25s ease;
}
.about-channel-list li:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 22px rgba(20, 35, 55, .1);
}
.about-channel-num {
    font-family: var(--ff-heading);
    font-size: 28px;
    font-weight: 700;
    color: var(--brand-primary);
    line-height: 1;
    flex-shrink: 0;
    min-width: 44px;
}
.about-channel-list h5 {
    font-family: var(--ff-heading);
    font-size: 15px;
    font-weight: 700;
    color: var(--header-dark);
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.about-channel-list p {
    margin: 0;
    color: var(--body-text);
    font-size: 14px;
    line-height: 1.55;
}
@media (max-width: 900px) {
    .about-channels { grid-template-columns: 1fr; gap: 32px; }
}

/* CTA */
.about-cta-section {
    background: var(--header-dark);
    background-image:
        linear-gradient(135deg, rgba(140,94,42,.12), transparent 60%),
        linear-gradient(180deg, var(--header-dark), #1f2733);
    color: #fff;
}
.about-cta {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.about-cta h3 {
    font-family: var(--ff-heading);
    font-size: 30px;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.25;
}
.about-cta p {
    color: #cdd6e0;
    font-size: 16px;
    margin: 0 0 28px;
}
.about-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 4px;
    font-family: var(--ff-heading);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    cursor: pointer;
    border: 0;
}
.btn-primary {
    background: linear-gradient(135deg,
        #b87333 0%, #d4956a 50%, #a0622a 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(140, 94, 42, .3);
}
.btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(140, 94, 42, .45);
}
.btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
}
.btn-ghost:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
    border-color: rgba(255,255,255,.6);
}

/* Content image framing — applies to standalone images within widgets */
.kopa-area .widget > img,
.kopa-area .widget > a > img {
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow:
        0 2px 8px rgba(0,0,0,.08),
        0 8px 24px rgba(20, 35, 55, .1);
}

/* Utility */
.mb-30 { margin-bottom: 30px; }
.text-center { text-align: center; }

/* =================================================================
   SCROLL-TRIGGERED ANIMATIONS (mimics WOW.js + animate.css)
   ================================================================= */
@media (prefers-reduced-motion: no-preference) {
    .reveal {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
        transition: opacity .8s cubic-bezier(.25, .46, .45, .94),
                    transform .8s cubic-bezier(.25, .46, .45, .94);
        transition-delay: var(--reveal-delay, 0ms);
        will-change: opacity, transform;
    }
    .reveal.fade-left  { transform: translate3d(-40px, 0, 0); }
    .reveal.fade-right { transform: translate3d(40px, 0, 0); }
    .reveal.fade-in    { transform: none; }
    .reveal.in {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Print */
@media print {
    .kopa-header-top, .kopa-header-bottom, #bottom-sidebar, #kopa-page-footer,
    .hero-slider, #back-top { display: none; }
}
