/*
Theme Name: Olympia Group
Theme URI: https://happyonline.gr/
Author: Happyonline
Author URI: https://happyonline.gr/
Description: Olympia Group theme for WordPress by Happyonline.
Version: 1.45.42
Tested up to: 6.8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: st

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
:root {
    --black: #000;
    --white: #fff;
    --primary: #267a5e;
    --secondary: #04253e;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: var(--white);
}

::-webkit-scrollbar-thumb {
    background: var(--secondary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

/* ============================================================
   DESIGN-SYSTEM PRIMITIVES (og-*) use these for every section.
   Variants are modifiers on the same base class (BEM-like).
   ============================================================ */
/* CONTAINERS  single .og-wrap with width variants set by --w.
   Every legacy *-wrap class is aliased in the BASE rule so it picks up margin/box-sizing
   even when used alone (e.g. <div class="cg-wrap-wide"> without .cg-wrap). */
.og-wrap,
.cg-wrap,
.cg-wrap-wide,
.ot-wrap,
.pf-wrap,
.company-wrap,
.ostory-hero-wrap,
.ostory-article-wrap,
.ps-article-wrap,
.ps-related-wrap,
.pr-content {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: var(--w, 1200px);
    padding: 0 16px;
}

.og-wrap--850,
.ps-article-wrap {
    --w: 850px;
}

.og-wrap--1192 {
    --w: 1192px;
}

.og-wrap--1200,
.cg-wrap {
    --w: 1200px;
}

.og-wrap--1343,
.pr-content {
    --w: 1343px;
}

.og-wrap--1463,
.ps-related-wrap {
    --w: 1463px;
}

.og-wrap--1494,
.pf-wrap,
.company-wrap {
    --w: 1494px;
}

.og-wrap--1500,
.ot-wrap {
    --w: 1500px;
}

.og-wrap--1540,
.cg-wrap-wide {
    --w: 1540px;
}

.og-wrap--1796,
.ostory-hero-wrap,
.ostory-article-wrap {
    --w: 1796px;
}

.page-id-515 .rp-body {
    font-weight: normal;
    font-family: "aktiv-grotesk-extended";
    color: #58595b;
}
span.company-pill a {
    color: white;
    text-decoration: none;
}
@media (min-width: 1580px) {
    .page-id-387 .ot-band-card {
        width: 402px !important;
    }
    .page-id-387 .ot-band {
        max-width: 1480px;
    }
}
@media (min-width: 1280px) {
    .page-id-247 .os-pill {
        text-align: center;
        font: normal normal 600 16px/26px "aktiv-grotesk-extended";
        letter-spacing: 0px;
        color: #04253e;
    }
    #values .values_description p:first-child {
        text-align: left;
        font: normal normal normal 24px/35px "aktiv-grotesk-extended";
        letter-spacing: -0.72px;
        color: #ffffff;
    }
    #values .values_description p:last-child {
        text-align: left;
        font: normal normal normal 15px/30px "aktiv-grotesk-extended";
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.8;
    }
    p.mbold {
        text-align: center;
        font: normal normal 600 14px/30px "aktiv-grotesk-extended";
        letter-spacing: 0px;
        color: #ffffff;
    }
}
/* SECTION TITLES  alfabet, navy by default; modifiers for color/size/align */
.og-sec-title,
.op-sec-title,
.rp-sec-title,
.pr-results-title {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
    color: var(--secondary);
    margin: 0;
}

.og-sec-title--green,
.rp-sec-title--green,
.pr-results-title {
    color: var(--primary);
}

.og-sec-title--center {
    text-align: center;
}

.og-sec-title--large {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.68px;
}

.og-sec-title--small,
.pr-results-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.08px;
}

.og-sec-title--xsmall {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
}

/* Legacy page-specific overrides where the title needs extra props */
.rp-sec-title--green {
    line-height: 62px;
}

/* slightly larger leading on Responsible Practices */
/* LEAD large secondary copy under a section title */
.og-lead,
.op-lead,
.rp-lead {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.78px;
    color: var(--secondary);
    margin: 20px 0 0;
}

.og-lead--green,
.op-lead--green,
.rp-lead--green {
    color: var(--primary);
}

/* BODY  paragraph copy inside articles / sections */
a.has-arrow.dialogues-btn.showdesktop {
    margin-top: 2rem;
}
.og-body,
.op-body,
.rp-body {
    margin: 24px 0 0;
}

.og-body p,
.op-body p,
.rp-body p {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #58595b;
    margin: 0 0 16px;
}
.rp-body p {
    text-align: left;
    font:
        normal normal normal 13px/25px "aktiv-grotesk-extended",
        "Inter",
        system-ui,
        sans-serif;
    letter-spacing: 0px;
    color: #58595b;
}
.og-body p:last-child,
.op-body p:last-child,
.rp-body p:last-child {
    margin-bottom: 0;
}

/* HERO SHELL  navy bg + ornament + cut-bottom overlay.
   Variants: --text-only (full-height navy), --with-figure (default 67% navy + figure below) */
.og-hero,
.cg-hero,
.pr-hero,
.ps-hero,
.ostory-hero,
.pf-hero,
.company-hero,
.hop-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* heroes WITH a figure below the navy band (cg-hero shell, default) */
.og-hero__bg,
.cg-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 67%;
    background: var(--secondary);
    z-index: 0;
}

/* heroes that are FULL-HEIGHT navy (text-only / text+overlapping figure) */
.og-hero--text-only .og-hero__bg,
.ostory-hero-bg,
.pf-hero-bg,
.pr-hero .cg-hero-bg,
.ps-hero .cg-hero-bg {
    position: absolute;
    inset: 0;
    background: var(--secondary);
    z-index: 0;
}

section.pr-hero.cg-hero {
    background: var(--secondary);
    height: 420px;
    padding-bottom: 0;
}

/* cut-bottom  for figure-heroes (cg-hero), positioned at the navy/figure boundary (33%, behind) */
.cg-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 33%;
    right: 0;
    height: 100px;
    background: url(/wp-content/themes/groupolympia.com/assets/img/cut-bottom.svg)
        center/100% 100% no-repeat;
    pointer-events: none;
    z-index: 0;
}

/* cut-bottom  for text-only heroes (rendered LAST so it wins when both classes are applied,
   e.g. <section class="pr-hero cg-hero">). bottom:0 + z-index:2 (above content). */
.og-hero__cut::after,
.ostory-hero::after,
.pf-hero::after,
.pr-hero::after,
.ps-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    background: url(/wp-content/themes/groupolympia.com/assets/img/cut-bottom.svg)
        center/100% 100% no-repeat;
    pointer-events: none;
    z-index: 2;
}

.og-hero__ornament,
.cg-hero-ornament {
    position: absolute;
    top: 40px;
    right: 0;
    width: 360px;
    z-index: 0;
    pointer-events: none;
}

/* END PRIMITIVES ================================================ */
body {
    margin: 0;
}

header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 4;
}

header.scrolled {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(4, 37, 62, 0.95);
    animation: slideDown 0.4s ease-out forwards;
    filter: drop-shadow(0px -2px 5px black);
    z-index: 10;
}

@keyframes slideDown {
    from {
        top: -400px;
    }

    to {
        top: 0;
    }
}

header.scrolled .logo img {
    content: url(/wp-content/uploads/2025/11/olympiagroup-logo-dark.png);
}

header.scrolled .header-content {
    padding: 20px 60px;
    background-color: var(--white);
}

.hero-wrapper {
    width: 100%;
    z-index: 3;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 60px;
    background-color: var(--secondary);
}

header .widgets {
    display: flex;
    flex-direction: row;
}

form.search-form {
    height: 20px;
    display: flex;
    margin-right: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: border-bottom 0.3s ease-in;
}

header.scrolled form.search-form {
    border-bottom: 1px solid rgba(4, 37, 62, 0);
}

header.scrolled form.search-form svg path {
    stroke: var(--secondary);
}

form.search-form:hover,
form.search-form:focus-within {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.scrolled form.search-form:hover,
header.scrolled form.search-form:focus-within {
    border-bottom: 1px solid rgba(4, 37, 62, 0.2);
}

form.search-form .search-field {
    background-color: transparent;
    border: none;
    color: var(--white);
    width: 70px;
    transition: width 0.3s ease-in;
}

form.search-form .search-field:focus,
form.search-form:hover .search-field {
    width: 200px;
    outline: none;
}

form.search-form .search-field::placeholder {
    color: var(--white);
}

header.scrolled form.search-form .search-field,
header.scrolled form.search-form .search-field::placeholder {
    color: var(--secondary);
}

form.search-form .search-submit {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

input.search-submit {
    color: red;
}

footer {
    margin: 0 60px;
}

.main-footer {
    border-radius: 25px 25px 25px 25px;
    background-color: var(--secondary);
    position: relative;
}

.main-footer .wrapper {
    z-index: 2;
}

footer .ornament-top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.copyrights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 33px 60px;
}

.rights {
    font-size: 11px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: var(--secondary);
}

footer .dev,
footer .dev a {
    font-size: 11px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: var(--secondary);
    text-decoration: none;
    text-align: right;
}

.main-footer .top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px;
}

.main-footer .top .col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 270px;
}

.main-footer .top .col .title {
    font-size: 18px;
    line-height: 26px;
    font-family: "alfabet";
    letter-spacing: -0.54px;
    color: #ffffff;
}

.main-footer .top .col .title:not(:first-child) {
    margin-top: 35px;
}

/* footer accordion/office wrappers are transparent on desktop (mobile turns them into
   collapsibles in responsive.css) */
.main-footer .top .footer-acc,
.main-footer .top .footer-acc-body,
.main-footer .bottom .footer-office,
.main-footer .bottom .footer-office-body {
    display: contents;
}

.main-footer .top .footer-acc:not(:first-child) > .title {
    margin-top: 35px;
}

.main-footer .top .col .description {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
}

.main-footer .top .col .menu-items {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.main-footer .top .col .menu-items a {
    font-size: 11px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding: 10px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
}

.main-footer .top .col .menu-items a:hover {
    background: #006547 0% 0% no-repeat padding-box;
    border: 1px solid #006547;
}

.main-footer .bottom {
    padding: 0 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.main-footer .bottom .col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 95px;
    padding-bottom: 60px;
}

.main-footer .bottom .col:nth-child(1) {
    padding-top: 60px;
}

#ceof {
    font-size: 24px;
    line-height: 30px;
    font-family: "alfabet";
    letter-spacing: -0.72px;
    color: rgba(255, 255, 255, 0.2);
}

.ceof-title {
    font-size: 15px;
    line-height: 20px;
    font-family: "alfabet";
    letter-spacing: -0.45px;
    color: #ffffff;
}

.ceof-address {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    padding-bottom: 10px;
}

.ceof-email {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.ceof-phone {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.copyrights ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.copyrights ul li:nth-child(2) {
    list-style: disc;
}

.copyrights ul li::marker {
    color: var(--secondary);
}

.copyrights ul a {
    font-size: 11px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: var(--secondary);
    text-decoration: none;
}

a.has-arrow.social-footer {
    text-transform: uppercase;
}

a.has-arrow.social-footer:hover svg {
    transform: rotate(0deg) !important;
}

a.has-arrow.social-footer:hover svg path {
    fill: var(--secondary);
}

span.get-in-touch-title {
    font-size: 24px;
    line-height: 20px;
    font-family: "alfabet";
    font-weight: 600;
    letter-spacing: -0.72px;
    color: #ffffff;
}

span.get-in-touch-desc {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

span.get-in-touch-desc p {
    margin: 20px 0 30px 0;
    max-width: 278px;
}

.main-footer .bottom .col:last-child {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    color: white;
    display: flex;
    background: #ffffff;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-color: var(--secondary);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 66%);
    z-index: 1;
}

.hero-lower {
    position: absolute;
    inset: 0;
    background: #e5efec;
    z-index: 0;
    clip-path: polygon(400% 0, 0 0, 0 86%);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    padding-left: 60px;
    padding-top: 70px;
}

.hero-video video {
    max-width: 800px;
    width: 100%;
    height: 944px;
    object-fit: cover;
    mask: url(/wp-content/uploads/2025/11/video-path.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    float: right;
    /* For WebKit browsers */
    -webkit-mask: url(/wp-content/uploads/2025/11/video-path.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.home-hero h1 {
    text-align: left;
    text-align: left;
    font: normal normal normal 80px/90px Alfabet;
    letter-spacing: -2.4px;
    margin: 0 0 40px 0;
    max-width: 880px;
    font-family: "alfabet";
}

.home-hero .description {
    font-size: clamp(32px, 2.5vw, 36px);
    font-weight: 300;
    line-height: 1.28;
    letter-spacing: 0px;
    width: 60%;
    display: flex;
    margin-bottom: 78px;
    font-family: "aktiv-grotesk-extended";
}

.hero-dots {
    position: absolute;
    bottom: 27%;
    left: 60px;
    z-index: 3;
    width: auto;
}

.has-arrow svg {
    background: rgb(0 101 71 / 10%) 0% 0% no-repeat padding-box;
    padding: 19px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 50%;
    overflow: unset;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    margin-right: -10px;
}

.has-arrow:hover svg {
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}

.has-arrow:hover svg path {
    fill: var(--primary);
}

.has-arrow {
    display: flex;
    align-items: center;
    color: white;
    letter-spacing: 2px;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    font: normal normal bold 10px/13px aktiv-grotesk-extended;
    letter-spacing: 2px;
    /* color: #04253E; */
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.has-arrow:hover {
    margin-right: 0;
}

.hero-links {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.burger-menu {
    display: flex;
    border-left: none;
    padding-left: 25px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

header.scrolled .burger-menu {
    border-left: 1px solid rgba(4, 37, 62, 0.2);
}

.burger-menu span {
    height: 1px;
    border-radius: 5px;
    background-color: var(--white);
    display: flex;
    width: 30px;
    transition: 0.3s ease-in-out;
}

header.scrolled .burger-menu span {
    background-color: var(--secondary);
}

.burger-menu span:nth-child(2) {
    width: 25px;
    transition: width 0.3s ease-in-out;
}

.burger-menu:hover {
    cursor: pointer;
}

.burger-menu:hover span:nth-child(2) {
    width: 30px;
}

.main-menu {
    position: fixed;
    right: -600px;
    transition: right 0.3s ease-in-out;
}

.main-menu.active {
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 87%;
    z-index: 10;
    background-color: var(--white);
    padding: 60px 35px 60px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    justify-content: space-between;
    overflow-y: scroll;
}

.close-text {
    font-size: 10px;
    line-height: 13px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 2px;
    color: var(--secondary);
}

.close-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 19px;
    margin-right: 25px;
}

.close-btn:hover {
    cursor: pointer;
}

.social-text {
    font-size: 14px;
    line-height: 40px;
    font-family: "alfabet";
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--secondary);
    opacity: 0.5;
    text-align: right;
}

.main-menu .header-menu a {
    text-align: right;
    font: normal normal 600 36px / 50px Alfabet;
    letter-spacing: 0px;
    color: var(--secondary);
    text-decoration: none;
    text-align: right;
    position: relative;
}

.main-menu .header-menu a:before {
    content: url(/wp-content/uploads/2025/11/right-up-menu.svg);
    width: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    opacity: 0;
}

.main-menu .header-menu li.menu-item-has-children > a:hover:before,
.main-menu li.menu-item-has-children:hover > a:before,
.main-menu li.menu-item-has-children:has(.sub-menu:hover) > a:before {
    content: url(/wp-content/uploads/2025/11/right-up-menu.svg);
    width: 18px;
    height: 18px;
    margin-right: 20px;
    opacity: 1;
}

.main-menu .header-menu li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #006547;
    transition: all 0.1s ease-in-out;
    display: inline-block;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.main-menu .header-menu li.menu-item-has-children > a:hover:after,
.main-menu li.menu-item-has-children:hover > a:after,
.main-menu li.menu-item-has-children:has(.sub-menu:hover) > a:after {
    width: 100%;
    opacity: 1;
}

.main-menu .header-menu li.menu-item-has-children > a:hover,
.main-menu li.menu-item-has-children:hover > a,
.main-menu li.menu-item-has-children:has(.sub-menu:hover) > a {
    color: #006547;
}

.main-menu ul.header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.main-menu ul li {
    text-align: right;
}

.main-menu .sub-menu {
    display: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 535px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0;
    padding: 40px;
    transition: opacity 0.3s ease;
}

.main-menu li.menu-item-has-children {
    position: relative;
}
@media (min-width: 1025px) {
    .main-menu ul.header-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .main-menu .header-menu > li.menu-item-has-children > a {
        display: inline-block;
        padding: 12px 0; /* πιο ψηλή ζώνη hover πάνω/κάτω από το κείμενο */
    }
}
.main-menu li.menu-item-has-children:hover .sub-menu {
    display: flex;
    position: fixed;
    right: 520px;
    top: 0;
    background: var(--secondary);
    height: 100%;
    width: 453px;
    opacity: 1;
    display: flex;
    background: var(--secondary);
    height: 100%;
    width: 453px;
    opacity: 1;
}

.main-menu .sub-menu:hover {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.main-menu .sub-menu a {
    color: var(--white);
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: 500px;
    width: calc(100vw - 550px);
    height: 100vh;
    background: transparent linear-gradient(90deg, #00142300 0%, #001423 100%)
        0% 0% no-repeat padding-box;
    transform: translateX(100%);
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}

.main-menu.active + .menu-overlay {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.main-menu .sub-menu {
    list-style: none;
}

.main-menu .sub-menu li.parent-title {
    font-size: 24px;
    line-height: 30px;
    font-family: "alfabet";
    letter-spacing: -0.72px;
    color: rgba(255, 255, 255, 0.2);
    text-align: left;
}

.main-menu .sub-menu li.parent-description {
    font-size: 16px;
    line-height: 30px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    margin-top: 15px;
    margin-bottom: 60px;
}

.main-menu .sub-menu li.menu-item {
    width: 320px;
}

.main-menu .sub-menu li.menu-item a {
    display: flex;
    width: auto;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    font-family: "alfabet";
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 1);
    height: 60px;
    align-items: center;
    padding-left: 10px;
    transition: padding 0.2s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-menu .sub-menu li.menu-item a:after {
    content: "\276D";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute !important;
    right: 30px;
    transition: right 0.2s ease-in-out;
    bottom: 50%;
}

.main-menu .sub-menu li.menu-item a:hover:after {
    right: 20px;
}

.main-menu .sub-menu li.menu-item a:hover {
    border-bottom: 1px solid transparent;
    background-color: #006547;
    border-radius: 10px;
    padding-left: 20px;
}

.main-menu .sub-menu li.menu-item:first-child a {
    margin-top: 40px;
}

.main-menu .sub-menu li.parent-img {
    margin-top: 60px;
}

.main-menu .social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* mobile-menu-only bits (shown <=1024 in responsive.css) */
.submenu-back {
    display: none;
}

.has-arrow-social {
    display: flex;
    align-items: center;
    color: var(--secondary);
    letter-spacing: 2px;
    font-size: 10px;
    text-decoration: none;
    line-height: 13px;
    font-family: "aktiv-grotesk-extended";
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.has-arrow-social svg {
    padding: 19px;
    background-color: var(--secondary) 1a;
    border-radius: 50%;
    overflow: unset;
    transition: all 0.3s ease-in-out;
    margin-left: -10px;
}

.has-arrow-social:hover svg {
    background-color: var(--secondary);
    fill: var(--white);
}

.has-arrow-social:hover svg {
    margin-left: 10px;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
}

#numbers .wrappper {
    display: flex;
    flex-direction: column;
    padding-bottom: 180px;
}

#numbers .text-btn {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 120px;
}

#numbers .numbers-that-matter {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#numbers .title {
    font-size: clamp(40px, 4.72vw, 68px);
    line-height: 1.03;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: var(--secondary);
}

#numbers .subtitle {
    font-size: clamp(22px, 2.08vw, 30px);
    line-height: 1;
    font-family: "alfabet";
    letter-spacing: -0.9px;
    color: var(--secondary);
}

#numbers .description {
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.67;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #58595b;
    max-width: 588px;
}

#numbers .description p {
    margin: 0;
}

#numbers .btn {
    padding: 27px 15px;
    background-color: rgba(38, 122, 94, 0.1);
    border-radius: 10px;
    font-size: 12px;
    line-height: 15px;
    font-family: "aktiv-grotesk-extended";
    font-weight: bold;
    color: var(--secondary);
    text-decoration: none;
    width: 270px;
    max-width: 286px;
}

#numbers .btn svg {
    float: right;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

#numbers .btn:hover {
    background-color: rgba(38, 122, 94, 1);
    color: var(--white);
}

#numbers .btn:hover svg {
    transform: rotate(45deg);
}

#numbers .btn:hover svg path {
    fill: var(--white);
}

#numbers .number-box {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 270px;
}

.number-box-title {
    font-size: clamp(40px, 4.72vw, 68px);
    line-height: 1.03;
    font-weight: bold;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: var(--primary);
}

.number-box-subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: var(--secondary);
}

#numbers .line:after {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 270px;
    background-color: rgba(38, 122, 94, 0.1);
    position: absolute;
    z-index: 1;
}

#numbers .line:before {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 30px;
    background-color: rgba(38, 122, 94, 1);
    position: absolute;
    z-index: 2;
}

#values .wrapper {
    padding: 100px 60px 150px 60px;
    position: relative;
    display: grid;
    grid-template-columns: 8fr 4fr;
    align-items: center;
    /* background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(0, 101, 71, 0.1) 40%
    ); */
}

.check-dots {
    position: absolute;
    top: 0;
    left: 22%;
}

#values .description-box {
    display: flex;
    flex-direction: column;
    background-color: var(--secondary);
    border-radius: 25px;
    padding: 50px 125px;
}

#values .values_title {
    font-size: clamp(40px, 4.72vw, 68px);
    line-height: 1.03;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: #ffffff;
}

#values .values_subtitle {
    font-size: clamp(22px, 2.08vw, 30px);
    line-height: 1;
    font-family: "alfabet";
    letter-spacing: -0.9px;
    color: #ffffff;
}

#values .values_description {
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.94;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #ffffff;
    max-width: 514px;
}

#values .values_description p {
    margin: 50px 0 45px 0;
}

#values .green-cards {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: -270px;
}

#values .green-cards .card {
    box-shadow: 0px 5px 15px var(--secondary) 33;
    border-radius: 20px;
    border: 10px solid var(--white);
    min-width: 490px;
    min-height: 532px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

#values .green-cards .card .background-image {
    position: absolute;
    min-width: 490px;
    min-height: 532px;
    width: 100%;
    top: 0;
    left: 0;
}

#values .green-cards .card .background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

#values .green-cards .card .background-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #006547 0%, #002d20 100%) 0%
        0% no-repeat padding-box;
    mix-blend-mode: multiply;
    border-radius: 10px;
}

#values .green-cards .card .info {
    z-index: 3;
    max-width: 374px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#values .green-cards .card .info .title {
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: 1.94;
    font-family: "alfabet";
    letter-spacing: -1.08px;
    color: #ffffff;
    text-align: center;
}

#values .green-cards .card .info .subtitle {
    font-size: 14px;
    line-height: 30px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

#values .green-cards .card:hover .background-image:after {
    background: transparent linear-gradient(180deg, #006547 0%, #000000 100%) 0%
        0% no-repeat padding-box;
}

#values .green-cards .card:hover img {
    transform: scale(1.1);
}

#values .green-cards .card:first-child svg {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0px;
}

#values .green-cards .card:last-child svg {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0px;
    transform: rotate(180deg);
}

#ecosystem {
    position: relative;
}

#ecosystem > svg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

#ecosystem .wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1232px;
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
}

.ecosystem-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 60px; */
    gap: 60px;
    position: relative;
    z-index: 1;
}

.ecosystem-title-col {
    display: flex;
    flex-direction: column;
}

.ecosystem-title-col .title {
    font-size: clamp(40px, 4.72vw, 68px);
    line-height: 0.74;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: var(--secondary);
}

.ecosystem-subtitle {
    font-size: clamp(22px, 2.08vw, 30px);
    line-height: 2.33;
    font-family: "alfabet";
    letter-spacing: -0.9px;
    color: var(--secondary);
}

.ecosystem-header h3 {
    letter-spacing: -0.72px;
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 1.46;
    font-weight: 400;
    font-family: "aktiv-grotesk-extended";
    color: var(--secondary);
}

.ecosystem-subtitle p {
    color: #252525;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
}

.ecosystem-desc-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 500px;
}

.ecosystem-desc-col .has-arrow {
    justify-content: flex-end;
}

#ecosystem .description {
    font-size: clamp(13px, 1.04vw, 13px);
    line-height: 2;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #58595b;
    max-width: 600px;
}

#ecosystem .ecosystem-desc-col .has-arrow {
    color: var(--secondary);
}

#ecosystem .dection-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 101, 71, 0.1);
    /* clip-path: ellipse(60% 40% at 50% 0%); */
    clip-path: ellipse(50% 40% at 50% 100%);
}

.footprintSwiper {
    overflow: hidden;
    width: 100%;
    padding: 20px;
}

.sector {
    background: var(--white);
    box-shadow: 0px 5px 15px rgba(4, 37, 62, 0.12);
    border-radius: 20px;
    padding: 12px 12px 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.sector .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    max-width: 236px;
    text-align: center;
    margin: 30px auto 15px auto;
}

.sector .details > .title {
    font-size: clamp(20px, 1.67vw, 24px);
    line-height: 1.25;
    font-family: "alfabet";
    font-weight: 600;
    letter-spacing: -0.72px;
    color: var(--secondary);
}

.sector .details .excerpt {
    font-size: 13px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: #58595b;
    min-height: 75px;
}

.sector .thumbnail {
    border-radius: 15px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.sector .thumbnail img {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    object-fit: cover;
}

.sector:hover .thumbnail img {
    transform: scale(1.1);
}

a.arch {
    height: 40px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(38, 122, 94, 0.1);
    border-radius: 50px 50px 0 0;
}

a.arch svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.sector:hover a.arch svg {
    transform: rotate(45deg);
}

.sector:hover a.arch svg path {
    fill: var(--white);
}

.sector:hover a.arch {
    background-color: rgba(38, 122, 94, 1);
}

/* Whole sector card is clickable: the arrow link is stretched over the card (no markup/visual change) */
.sector {
    position: relative;
}

.sector a.arch::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
}

#ecosystem img.ornament-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sector:hover .details > .title {
    color: #006547;
}

#dialogues {
    padding: 100px 0 0 0;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 43%,
        rgba(0, 101, 71, 0.1) 43%
    );
    position: relative;
}

#dialogues > svg {
    position: absolute;
    right: 0;
    top: 100px;
}

.dialogues-header {
    display: grid;
    grid-template-columns: 300px 1fr;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1500px;
    gap: 150px;
    margin: 0 auto 60px auto;
}

.dialogues-logo {
    /* max-width: 200px; */
    height: auto;
}

.dialogue-center-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 600px;
}

.dialogue-center-info .title {
    font-size: clamp(48px, 4.72vw, 68px);
    line-height: 1.03;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: var(--secondary);
}

.dialogue-center-info .subtitle {
    font-size: 30px;
    line-height: 1;
    font-family: "alfabet";
    letter-spacing: -0.9px;
    color: var(--secondary);
}

.dialogue-center-info .intro-text {
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 1.67;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: var(--secondary);
    padding: 30px 0 20px 0;
}

.dialogue-center-info .description {
    font-size: 12px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #252525;
    margin: 0;
}

.dialogue-video-block {
    position: relative;
    max-width: 1500px;
    max-height: 620px;
    margin: 0 auto 60px auto;
    border-radius: 60px;
    overflow: hidden;
}

.dialogue-video-block:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent linear-gradient(359deg, #00291d 0%, #00291d00 100%)
        0% 0% no-repeat padding-box;
}

.dialogue-video-block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
}

.play-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
    z-index: 2;
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: all 0.1s ease-in;
}

.play-label:hover {
    background: rgba(255, 255, 255, 0.6);
    color: var(--primary);
}

/* in-place video player: appended on top of the thumbnail image (which stays as the height sizer) */
.dialogue-video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 30px;
    background: #000;
    z-index: 3;
}

video.dialogue-video-frame {
    object-fit: cover;
}

/* once playing, hide the gradient overlay + play button */
.dialogue-video-block.is-playing:after,
.dialogue-video-block.is-playing .play-label {
    opacity: 0;
    pointer-events: none;
}

.dialogues-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 60px auto;
}

.dialogues-body .col-left,
.dialogues-body .col-right {
    font-size: 15px;
    line-height: 30px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #252525;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dialogues-body .col-left p,
.dialogues-body .col-right p {
    margin: 0;
}

.dialogues-body .col-left p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--primary);
    font-family: "aktiv-grotesk-extended";
}

.dialogues-btn {
    color: var(--secondary);
}

.dialogues-btn svg {
    background-color: rgba(0, 101, 71, 0.1);
}

.dialogues-btn:hover svg {
    background-color: rgba(0, 101, 71, 1);
}

.dialogues-btn svg path {
    fill: var(--secondary);
}

.dialogues-btn:hover {
    color: #006547;
}

.dialogues-btn:hover svg path {
    fill: var(--white);
}

/* SWIPER */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialoguesSwiper {
    overflow: hidden;
}

.dialoguesSwiper .swiper-slide {
    width: 407px !important;
    height: 580px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper.dialoguesSwiper:after {
    content: "";
    height: 100%;
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent linear-gradient(270deg, #ffffff 0%, #ffffff00 100%)
        0% 0% no-repeat padding-box;
    z-index: 9999;
}

.swiper.dialoguesSwiper:before {
    content: "";
    height: 100%;
    width: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(90deg, #ffffff 0%, #ffffff00 100%)
        0% 0% no-repeat padding-box;
    z-index: 9999;
}

.swiper-img-nav {
    padding: 0 122px 30px 135px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.swiper-navigation {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.dialoguesSwiper .swiper-button-next,
.dialoguesSwiper .swiper-button-prev,
.dialoguesSwiper .swiper-pagination,
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-pagination {
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    position: relative !important;
}

/* Swiper 12: arrows are an injected <svg class="swiper-navigation-icon"> (stretched to the button) instead of the
   Swiper 10 ::after font glyph the rules below style, and the buttons shrank inside the flex .swiper-navigation.
   Keep the circle size and draw the icon at the old 12px glyph size. */
.dialoguesSwiper .swiper-button-next,
.dialoguesSwiper .swiper-button-prev,
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
    flex-shrink: 0;
}

.dialoguesSwiper .swiper-navigation-icon,
.swiper-navigation .swiper-navigation-icon {
    width: 7px;
    height: 12px;
    color: var(--secondary);
}

.swiper-navigation .swiper-pagination {
    display: flex;
    align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    color: var(--secondary);
    width: 60px;
    height: 60px;
    background-color: rgba(4, 37, 62, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialoguesSwiper .swiper-button-next,
.dialoguesSwiper .swiper-button-prev,
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(4, 37, 62, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.dialoguesSwiper .swiper-button-next.swiper-button-disabled,
.dialoguesSwiper .swiper-button-prev.swiper-button-disabled,
.dialoguesSwiper .swiper-button-next.swiper-button-disabled:after,
.dialoguesSwiper .swiper-button-prev.swiper-button-disabled:after,
.swiper-navigation .swiper-button-next.swiper-button-disabled,
.swiper-navigation .swiper-button-prev.swiper-button-disabled,
.swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
    background-color: rgba(255, 255, 255, 1);
}

.dialoguesSwiper .swiper-pagination-bullet,
.swiper-navigation .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: relative;
    opacity: 1;
    margin: 0 4px !important;
}

.dialoguesSwiper .swiper-pagination-bullet::before,
.swiper-navigation .swiper-pagination-bullet::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: rgba(4, 37, 62, 1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dialoguesSwiper .swiper-pagination-bullet:after,
.swiper-navigation .swiper-pagination-bullet:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(4, 37, 62, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.dialoguesSwiper .swiper-pagination-bullet-active:after,
.swiper-navigation .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.dialoguesSwiper .swiper-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 22px;
}

.dialoguesSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.dialoguesSwiper .swiper-slide .img:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: transparent linear-gradient(180deg, #03111c00 0%, #03111c 100%)
        0% 0% no-repeat padding-box;
    transition: height 0.3s ease-in-out;
    border-radius: 22px;
}

.dialoguesSwiper .swiper-slide .img:before {
    content: "";
    width: 97%;
    height: 97%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border-radius: 22px;
    border: 1px solid var(--white);
    z-index: 1;
}

.dialoguesSwiper .swiper-slide:hover .img:after {
    height: 100%;
}

.dialoguesSwiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

/* ===== Stories ===== */
#stories .story .title {
    padding-top: 15px;
}
#stories .story:nth-child(1) .details a {
    padding: 0;
    margin: 1px 0;
}
#stories .wrapper-last .simple-grid .grid-item:hover .thumbnail::after,
#stories .wrapper-last .thumbnail .ornament {
    pointer-events: none;
}
a.textdecnone {
    text-decoration: none;
}
#stories .wrapper-last .simple-grid .grid-item .thumbnail a {
    width: 100%;
}
#stories img.ornament {
    max-width: 132px;
    height: auto;
}
#stories .story .thumbnail a {
    margin: 0;

    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 1rem;
}
#stories .top-shape {
    height: 95px;
    width: 100%;
    background-color: rgba(0, 101, 71, 0.1);
    clip-path: polygon(0 0, 50% 99%, 100% 0, 100% 100%, 0 100%);
}

#stories .wrapper-stories {
    position: relative;
    padding: 90px 0;
    background-color: rgba(0, 101, 71, 0.1);
}

#stories .wrapper-stories .inner {
    position: relative;
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

#stories .waves {
    position: absolute;
    right: 0;
    top: 210px;
    z-index: 0;
}

/* headings & text */
#stories .inner > .title {
    font-size: clamp(40px, 4.72vw, 68px);
    line-height: 1.03;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: var(--secondary);
}

#stories .subtitle {
    font-size: 30px;
    line-height: 1;
    font-family: "alfabet";
    letter-spacing: -0.9px;
    color: var(--secondary);
}

#stories .description {
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.67;
    font-family: "aktiv-grotesk-extended";
    color: #58595b;
    max-width: 588px;
    padding: 20px 0 40px;
}

/* grid */
#stories .stories {
    display: grid;
    grid-template-columns: 4fr 3fr 3fr;
    column-gap: 16px;
}

/* cards */
#stories .story {
    position: relative;
}

#stories .story:not(:first-child) {
    border-bottom: 1px solid rgba(0, 101, 71, 0.1);
}

#stories .story .details,
#stories .story .details > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

#stories .story .labels {
    display: flex;
    gap: 5px;
    margin: 0px 7px;
}

#stories .story .labels .label {
    padding: 8px 15px;
    border-radius: 14px;
    font: 10px/13px "aktiv-grotesk-extended";
}

#stories .story .labels .label:nth-child(1) {
    background: #006547;
    color: #fff;
}

#stories .story .labels .label:nth-child(2) {
    background: #fff;
    color: var(--secondary);
}

#stories .story:hover .title {
    text-decoration: underline;
}

#stories .story:hover .has-arrow svg {
    background-color: #006547 !important;
    transform: rotate(45deg);
    margin-right: 10px;
}

#stories .story:hover .has-arrow svg path {
    fill: #fff !important;
}
#stories .story a {
    margin: 0 20px;
}

#stories .story .title {
    margin: 0 10px;
}

#stories .story .title {
    font-weight: 600;
    font-size: clamp(20px, 1.53vw, 22px);
    line-height: 1.36;
    font-family: "alfabet";
    letter-spacing: -0.66px;
    color: var(--secondary);
}

/* feature (first) card overrides */
#stories .story:nth-child(1) .title {
    font-weight: 600;
    font-size: clamp(22px, 1.94vw, 28px);
    line-height: 1.25;
    font-family: "alfabet";
    letter-spacing: -0.84px;
    color: #fff;
}

#stories .story .thumbnail {
    width: 100%;
    height: 100%;
    max-width: 437px;
    max-height: 280px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

#stories .story:nth-child(1) .thumbnail {
    max-width: 588px;
    max-height: 500px;
}

#stories .story .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}

#stories .story:hover .thumbnail img {
    transform: scale(1.1);
}
#stories .story:nth-child(1) .thumbnail a {
    width: 100%;
    height: 100%;
    display: contents;
    z-index: 988;
    position: absolute;
}
#stories .story:nth-child(1) .thumbnail::after {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    background: transparent linear-gradient(180deg, #04253e00 0%, #00111e 100%)
        0% 0% no-repeat padding-box;
    border-radius: 0px 0px 20px 20px;
}

#stories .story:nth-child(1) .details {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 20px 20px;
}

/* small card tweaks (2 & 3) */
#stories .story:is(:nth-child(2), :nth-child(3)) .details {
    margin-top: -15px;
}

#stories .story .has-arrow {
    font-size: 10px;
    line-height: 13px;
    text-align: left;
    font: normal normal bold 10px/13px aktiv-grotesk-extended;
    letter-spacing: 2px;
    /* color: #04253E; */
}

#stories .story:is(:nth-child(2), :nth-child(3)) .has-arrow {
    color: var(--secondary);
}

#stories .story:is(:nth-child(2), :nth-child(3)) .has-arrow svg path {
    fill: var(--secondary);
}

#stories .story:is(:nth-child(2), :nth-child(3)) .has-arrow svg {
    background: rgba(0, 101, 71, 0.1);
}

.wrapper-portfolio {
    background-color: rgba(0, 101, 71, 0.1);
}

.wrapper-portfolio .inner {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 80px;
}

.wrapper-portfolio .portfolios {
    display: grid;
    grid-template-columns: 4fr 3fr 3fr;
    column-gap: 16px;
}

.wrapper-portfolio .porfolio {
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease-in-out;
    border-radius: 20px;
    padding: 35px 30px;
    /*     min-height: 307px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.wrapper-portfolio .porfolio {
    min-height: 280px;
}
.portfolio-title {
    font-size: clamp(22px, 1.81vw, 26px);
    line-height: 1.15;
    font-family: "alfabet";
    letter-spacing: 0px;
    color: var(--secondary);
    margin-bottom: 40px;
}

.wrapper-portfolio .porfolio ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 20px;
}

.wrapper-portfolio .porfolio ul li {
    font-size: 10px;
    line-height: 13px;
    font-family: "aktiv-grotesk-extended";
    font-weight: 500;
}

.wrapper-portfolio .porfolio ul li:nth-child(1) {
    color: #006547;
    text-transform: uppercase;
}

.wrapper-portfolio .porfolio ul li:nth-child(2) {
    color: rgba(4, 37, 62, 0.6);
    list-style: disc;
}

.wrapper-portfolio .porfolio .title {
    font-size: clamp(20px, 1.67vw, 24px);
    line-height: 1.46;
    font-family: "alfabet";
    letter-spacing: -0.72px;
    color: var(--secondary);
}
.home .wrapper-portfolio .porfolio .title {
    text-align: left;
    font: normal normal 600 24px/35px Alfabet;
    letter-spacing: -0.72px;
    color: #04253e;
}

.wrapper-portfolio .has-arrow {
    color: var(--secondary);
}

.wrapper-portfolio .has-arrow svg {
    background-color: rgba(0, 101, 71, 0.1);
}

.wrapper-portfolio .has-arrow svg path {
    fill: var(--secondary);
}

.wrapper-portfolio .porfolio:hover .has-arrow svg {
    background-color: rgba(0, 101, 71, 1);
    transform: rotate(45deg);
    margin-right: 10px;
}

.wrapper-portfolio .porfolio:hover .has-arrow svg path {
    fill: var(--white);
}

.wrapper-portfolio .porfolio:hover .has-arrow {
    color: #006547;
}

.wrapper-portfolio .porfolio:hover .title {
    text-decoration: underline;
}

.wrapper-portfolio .porfolio:hover {
    background-color: rgba(255, 255, 255, 1);
}

#stories .wrapper-last {
    position: relative;
}

#stories .wrapper-last .simple-grid {
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 90px 0 140px 0;
    z-index: 2;
}

#stories .wrapper-last .simple-grid .grid-item {
    width: 100%;
    max-width: 437px;
    min-height: 583px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

#stories .dection-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 101, 71, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 16%, 50% 40%, 0 16%);
    z-index: 1;
}

#stories .wrapper-last .thumbnail {
    max-width: 437px;
    max-height: 340px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

#stories .wrapper-last .thumbnail img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

#stories
    .wrapper-last
    .simple-grid
    .grid-item:hover
    .thumbnail
    img:first-child {
    transform: scale(1.1);
}

#stories .wrapper-last .simple-grid .grid-item .thumbnail:after {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%)
        0% 0% no-repeat padding-box;
    transition: all 0.3s ease-in;
}

#stories .wrapper-last .simple-grid .grid-item:hover .thumbnail:after {
    background: transparent linear-gradient(180deg, #00654700 0%, #006547 100%)
        0% 0% no-repeat padding-box;
    height: 190px;
}

#stories .wrapper-last .thumbnail .ornament {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#stories .wrapper-last .simple-grid .title {
    font-size: clamp(24px, 1.94vw, 28px);
    line-height: 1.07;
    font-family: "alfabet";
    font-weight: 600;
    letter-spacing: -0.42px;
    color: var(--secondary);
    text-align: center;
    margin-top: 32px;
    transition: color 0.3s ease-in;
}

#stories .wrapper-last .simple-grid .grid-item:hover .title {
    color: #006547;
}

#stories .wrapper-last .simple-grid .meta > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#stories .wrapper-last .simple-grid .excerpt {
    font-size: 13px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #58595b;
    text-align: center;
    min-height: 92px;
}

#stories .wrapper-last .has-arrow {
    color: var(--secondary);
    margin-right: 20px;
    transition: all 0.3s ease-in;
}

#stories .wrapper-last .has-arrow svg {
    background-color: rgba(0, 101, 71, 0.1);
    margin-right: -10px;
    transition: all 0.3s ease-in;
}

#stories .wrapper-last .has-arrow svg path {
    fill: var(--secondary);
}

#stories .wrapper-last .simple-grid .grid-item:hover .has-arrow {
    color: #006547;
    margin-right: 0px;
}

#stories .wrapper-last .simple-grid .grid-item:hover .has-arrow svg {
    background-color: rgba(0, 101, 71, 1);
    transform: rotate(45deg);
    margin-right: 10px;
}

#stories .wrapper-last .simple-grid .grid-item:hover .has-arrow svg path {
    fill: var(--white);
}

#stories .wrapper-last .meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* ============================================================
   CORPORATE GOVERNANCE PAGE
   ============================================================ */
/* .cg-wrap + .cg-wrap-wide  in og-wrap primitive */
.corporate-governance .cg-label {
    display: block;
    font-family: "alfabet";
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.72px;
    color: var(--primary);
    margin: 0 0 28px;
}

.corporate-governance .cg-h2 {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
    color: var(--secondary);
    margin: 0 0 70px;
}

/* Hero  base props provided by og-hero primitive; only specific overrides remain */
.cg-hero {
    padding-top: 40px;
}

.cg-hero .cg-wrap {
    position: relative;
    z-index: 1;
    padding-top: 70px;
}

.cg-hero-label {
    display: block;
    color: var(--primary);
    font-family: "aktiv-grotesk-extended";
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: -0.72px;
}

.cg-hero-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
    margin-bottom: 120px;
}

.cg-hero-top h1 {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 58px;
    line-height: 62px;
    letter-spacing: -1.74px;
    margin: 0;
    color: #fff;
}

.cg-hero-desc {
    font-family: "aktiv-grotesk-extended";
    font-size: 16px;
    line-height: 40px;
    color: var(--white);
    margin: 0;
}

.cg-hero-figure {
    background: #fff;
    padding: 5px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(4, 37, 62, 0.25);
}

.cg-hero-figure img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

/* Philosophy */
.cg-philosophy {
    padding: 90px 0 0;
}

.cg-philosophy .cg-lead {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.84px;
    color: var(--secondary);
    margin: 0 0 38px;
    max-width: 1050px;
}

.cg-philosophy .cg-body {
    font-family: "aktiv-grotesk-extended";
    font-size: 15px;
    line-height: 30px;
    color: #58595b;
    max-width: 1200px;
}

.cg-philosophy .cg-body p {
    margin: 0 0 24px;
}

/* Principles */
.cg-principles {
    padding: 90px 0;
}

.cg-principle div {
    display: flex;
    flex-direction: column;
}

.cg-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
}

.cg-principle {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-content: flex-start;
}

.cg-principle-num {
    font-family: "aktiv-grotesk-extended";
    font-size: 10px;
    color: var(--primary);
    margin-top: 6px;
}

.cg-principle-title {
    font-family: "alfabet";
    font-size: 28px;
    letter-spacing: -0.8px;
    color: var(--primary);
    margin-bottom: 14px;
    font-weight: 600;
}

.cg-principle-desc {
    font-family: "aktiv-grotesk-extended";
    font-size: 14px;
    line-height: 24px;
    color: #58595b;
    margin-bottom: 22px;
}

.cg-principle-line {
    height: 1px;
    background: rgba(38, 122, 94, 0.2);
    margin-top: auto;
    position: relative;
    z-index: 0;
}

.cg-principle-line:after {
    position: absolute;
    height: 1px;
    width: 30px;
    content: "";
    left: 0;
    background: var(--primary);
    z-index: 1;
    top: 0;
    opacity: 1;
}

/* Board of Directors (navy box) */
.cg-bod {
    padding: 40px 0 0;
    position: relative;
    z-index: 2;
}

.cg-bod .cg-wrap {
    max-width: 1542px;
}

.cg-bod-box {
    background: var(--secondary);
    border-radius: 28px;
    padding: 70px 80px;
    color: #fff;
}

.cg-bod-box .wrapper {
    max-width: 1200px;
    margin: auto;
}

.cg-bod-title {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -1.08px;
    color: #fff;
    margin: 0 0 28px;
}

.cg-bod-lead {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.84px;
    color: #fff;
    margin: 0 0 34px;
    max-width: 820px;
}

.cg-bod-text {
    font-family: "aktiv-grotesk-extended";
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    max-width: 1050px;
}

.cg-bod-text p {
    margin: 0 0 20px;
}

/* The Board's Role (light band + flower, pulled up behind the navy box) */
.cg-role {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

.cg-board-band {
    position: relative;
    max-width: 1796px;
    margin: 0 auto;
    background: rgba(38, 122, 94, 0.05);
    border-radius: 30px;
    padding: 260px 0 110px;
    overflow: hidden;
}

.cg-board-flower {
    position: absolute;
    left: 300px;
    bottom: 0;
    width: 300px;
    height: auto;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.cg-board-band .cg-wrap {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.cg-role-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1192px;
}

.cg-role-lead {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.84px;
    color: var(--secondary);
    margin: 0;
}

.cg-role-text {
    font-family: "aktiv-grotesk-extended";
    font-size: 15px;
    line-height: 30px;
    color: #58595b;
}

.cg-role-text p {
    margin: 0 0 24px;
}

/* Board Composition */
.cg-composition {
    padding: 120px 0;
}

.cg-members {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px 16px;
}

.cg-member {
    display: flex;
    gap: 30px;
    background: transparent
        linear-gradient(180deg, #0065471a 0%, #0065471a 100%) 0% 0% no-repeat
        padding-box;
    border-radius: 16px;
    padding: 30px;
    flex-direction: column;
}

.cg-member-photo img {
    width: 170px;
    height: 170px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
    background: #fff;
    padding: 5px;
    margin-top: -60px;
}

.cg-member-info {
    display: flex;
    flex-direction: column;
}

.cg-member-name {
    font-family: "alfabet";
    font-size: 22px;
    letter-spacing: 0;
    color: var(--secondary);
    margin-bottom: 15px;
}

.cg-member-role {
    font-family: "alfabet";
    font-size: 13px;
    color: var(--primary);
    margin-bottom: 30px;
}

.cg-member-desc {
    font-family: "aktiv-grotesk-extended";
    font-size: 13px;
    line-height: 25px;
    color: #58595b;
    /* clamped bio + Read more toggle (Tasky 14767) */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cg-member.is-open .cg-member-desc {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.cg-member-more {
    display: none; /* shown by JS only when the bio actually overflows */
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    font-family: "aktiv-grotesk-extended";
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    color: var(--primary);
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cg-member-more.is-visible {
    display: inline-block;
}

/* Committees accordion */
.cg-committees {
    padding: 0 0 160px 0;
}

.cg-committees-intro {
    font-family: "Alfabet";
    font-size: 28px;
    line-height: 45px;
    color: #04253e;
    letter-spacing: -0.84px;
    max-width: 1050px;
    margin: 0 0 50px;
}

.cg-accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.cg-acc-item {
    border-bottom: 1px solid rgba(4, 37, 62, 0.12);
}

.cg-acc-head {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 22px 0;
    text-align: left;
}

.cg-acc-num {
    font-family: "Alfabet";
    font-size: 10px;
    color: var(--primary);
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #e5efec;
    border-radius: 50%;
}

.cg-acc-item.active .cg-acc-num {
    color: #fff;
    background: var(--primary);
}

.cg-acc-title {
    font-family: "alfabet";
    font-size: 18px;
    letter-spacing: -0.54px;
    color: var(--secondary);
    transition: color 0.2s;
    color: var(--primary);
}

.cg-acc-item.active .cg-acc-title {
    text-decoration: underline;
}

.cg-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.cg-acc-item.active .cg-acc-body {
    max-height: 420px;
}

.cg-acc-body p {
    font-family: "aktiv-grotesk-extended";
    font-size: 14px;
    line-height: 26px;
    color: #58595b;
    margin: 0 0 24px;
    padding-left: 40px;
}

.cg-committee-members {
    display: none;
}

.cg-committee-members.active {
    display: block;
}

.cg-members-label {
    display: block;
    font-family: "alfabet";
    font-weight: 600;
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 45px;
    letter-spacing: -0.42px;
}

.cg-committee-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px 16px;
}

.cg-committee-member {
    background: rgba(0, 101, 71, 0.06);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cg-committee-member .cg-member-photo img {
    width: 140px;
    height: 140px;
    border-radius: 18px;
    margin-bottom: 16px;
    margin-top: -40px;
}

.cg-committee-member .cg-member-name {
    font-size: 16px;
    margin-bottom: 15px;
}

/* Img & Text */
/* .cg-imgtext {
    padding: 60px 0;
} */
.cg-imgtext.band .cg-imgtext-band {
    max-width: 1796px;
    margin: -30px auto;
    background: rgba(38, 122, 94, 0.05);
    border-radius: 30px;
    padding: 150px 0;
}

.cg-imgtext-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 169px;
    align-items: center;
}

.cg-imgtext-inner.reverse {
    grid-template-columns: 2fr 1fr !important;
}

.cg-imgtext.reverse .cg-imgtext-media {
    order: 2;
}

.cg-imgtext-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.cg-imgtext-imgframe {
    background: #fff;
    padding: 12px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(4, 37, 62, 0.12);
    width: 437px;
    height: 424px;
}

.cg-imgtext-imgframe img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    max-width: 437px;
    max-height: 424px;
}

.cg-imgtext-dots {
    display: block;
    line-height: 0;
    position: absolute;
    bottom: -34px;
    right: 50%;
    transform: translate(50%, 0);
    z-index: -1;
}

.cg-imgtext-dots svg {
    width: 170px;
    height: auto;
}

.cg-imgtext-title {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
    color: var(--secondary);
    margin: 0 0 40px;
}

.cg-imgtext-text {
    font-family: "aktiv-grotesk-extended";
    font-size: 15px;
    line-height: 28px;
    color: #58595b;
}

.cg-imgtext-text p {
    margin: 0 0 20px;
}

.cg-inline-link {
    color: var(--primary);
    text-decoration: underline;
    font-family: "aktiv-grotesk-extended";
    font-size: 15px;
}

/* Subcategory link (centered, top border) */
.cg-subcategory {
    padding: 0 0 90px;
}

.corporate-governance .cg-subcategory {
    padding: 240px 0 90px;
}

.cg-subcategory .cg-wrap {
    padding-top: 55px;
    text-align: center;
}

.cg-sub-label {
    display: block;
    font-family: "aktiv-grotesk-extended";
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 14px;
}

.cg-sub-link {
    color: var(--secondary);
    font-family: "alfabet";
    font-size: 32px;
    letter-spacing: -0.96px;
    text-decoration: none;
    font-weight: 600;
    padding-left: 33px;
}

.cg-sub-link:hover {
    color: var(--primary);
}

a.cg-sub-link svg {
    margin-left: 15px;
}

a.cg-sub-link svg path {
    fill: #fff;
}

.cg-sub-link:hover svg path {
    fill: var(--primary);
}

/* ============================================================
   OUR STRATEGY PAGE
   ============================================================ */
/* Our Values (centered title + pills) */
.os-values {
    padding: 90px 0;
    text-align: center;
}

.os-values .cg-wrap {
    max-width: 1227px;
}

.os-values-title {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -1.14px;
    color: var(--secondary);
    margin: 0 0 50px;
}

.os-values-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 31px;
}

.os-pill {
    width: 388px;
    min-height: 107px;
    box-sizing: border-box;
    background: #e5efec;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "aktiv-grotesk-extended";
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    padding: 20px;
}

/* Our Culture (centered text block) */
.os-culture {
    padding: 60px 0 90px;
    text-align: center;
}

.os-culture .cg-wrap {
    max-width: 891px;
}

.os-culture-label {
    display: block;
    font-family: "alfabet";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.72px;
    color: var(--primary);
    margin: 0 0 18px;
}

.os-culture-title {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 38px;
    line-height: 55px;
    letter-spacing: -1.14px;
    color: var(--secondary);
    margin: 0 0 24px;
}

.os-culture-text {
    font-family: "aktiv-grotesk-extended";
    font-size: 16px;
    line-height: 40px;
    color: #58595b;
    margin: 0;
}

/* Investment Strategy (light band #E5EFEC, 1494) */
.os-istrategy {
    padding: 30px 0 0;
}

.os-istrategy-box {
    max-width: 1494px;
    margin: 0 auto;
    background: #e5efec;
    border-radius: 20px;
    padding: 75px 151px;
    box-sizing: border-box;
}

.os-is-title {
    display: block;
    font-family: "alfabet";
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -1.08px;
    color: var(--primary);
    margin: 0 0 24px;
}

.os-is-lead {
    font-family: "alfabet";
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.84px;
    color: var(--secondary);
    margin: 0 0 30px;
    max-width: 1192px;
}

.os-is-text {
    font-family: "aktiv-grotesk-extended";
    font-size: 16px;
    line-height: 40px;
    color: #58595b;
    max-width: 1192px;
}

.os-is-text p {
    margin: 0;
}

/* ============================================================
   OUR STORY PAGE  (Figma-exact: file 2OASWBA node 1:39656)
   ============================================================ */
/* ---------- HERO  base in og-hero primitive ---------- */
.ostory-hero {
    min-height: 773px;
}

.ostory-hero-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 90px;
    gap: 30px;
}

.ostory-hero-text {
    max-width: 722px;
    margin-left: 151px;
}

.ostory-hero-label {
    display: block;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: -0.72px;
    color: var(--primary);
    text-transform: uppercase;
}

.ostory-hero-title {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 70px;
    letter-spacing: -1.38px;
    color: #fff;
    margin: 0;
}

.ostory-hero-subtitle {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 70px;
    letter-spacing: -0.78px;
    color: #fff;
    margin: 0;
}

.ostory-hero-desc {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    margin: 23px 0 0;
    max-width: 722px;
}

/* hero video */
.ostory-hero-video {
    position: relative;
    flex: 0 0 739px;
    width: 739px;
    height: 414px;
    margin: 55px 0 0;
    border: 5px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(4, 37, 62, 0.2);
}

.ostory-hero-video-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ostory-hero-video-grad {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 207px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    pointer-events: none;
}

.ostory-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ostory-play span {
    font-family: "alfabet", sans-serif;
    font-size: 34px;
    color: #fff;
}

.ostory-hero-video-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    text-align: center;
    font-family: "alfabet", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.32px;
    color: #fff;
}

.ostory-hero-video.has-video {
    cursor: pointer;
}

.ostory-hero-video-frame {
    position: absolute;
    inset: 0;
    z-index: 5;
    background: #000;
}

.ostory-hero-video-frame iframe,
.ostory-hero-video-frame video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.ostory-hero-video.is-playing .ostory-hero-video-img,
.ostory-hero-video.is-playing .ostory-hero-video-grad,
.ostory-hero-video.is-playing .ostory-play,
.ostory-hero-video.is-playing .ostory-hero-video-cap {
    display: none;
}

/* hero dots (bottom-left) */
.ostory-hero-dots {
    position: absolute;
    z-index: 3;
    left: 210px;
    bottom: 65px;
    width: 135px;
    height: 45px;
    line-height: 0;
}

.ostory-hero-dots img {
    display: block;
    width: 135px;
    height: 45px;
    transform: rotate(90deg);
}

/* ---------- ARTICLE (gradient bg + dashed line) ---------- */
.ostory-article {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(229, 239, 236, 0), #e5efec);
    padding: 102px 0 0 0;
}

.ostory-article-wrap {
    position: relative;
    padding-left: 277px;
    padding-right: 155px;
}

.ostory-article p:last-child {
    padding-bottom: 150px;
}

.ostory-dashline {
    position: absolute;
    left: 230px;
    top: 55px;
    bottom: 0;
    width: 0;
    border-left: 2px dashed rgba(38, 122, 94, 0.45);
}

.ostory-ornament-left {
    position: absolute;
    left: 0;
    top: 607px;
    width: 197px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.ostory-article-heading {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: -1.74px;
    color: var(--secondary);
    margin: 0;
    max-width: 913px;
}

.ostory-article-lead {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    color: var(--secondary);
    margin: 26px 0 0;
}

.ostory-article-body {
    margin: 27px 0 0;
}

.ostory-article-body p {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #58595b;
    margin: 0 0 26px;
}

.ostory-article-body p:last-child {
    margin-bottom: 0;
}

/* ---------- TIMELINE (left-aligned swiper) ---------- */
.ostory-timeline {
    position: relative;
    background: #e5efec;
    padding: 0 0 110px;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px)); */
    clip-path: polygon(50% 100%, 100% 85%, 100% 0, 0 0, 0 85%);
}

.ostory-tl-swiper {
    width: 100%;
}

.ostory-tl-slide {
    position: relative;
    width: auto;
    box-sizing: border-box;
    padding-right: 52px;
    height: auto;
    text-align: left;
}

.ostory-tl-slide::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 14px;
    width: 1px;
    height: 100%;
    z-index: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 101, 71, 0) 0%,
        rgba(0, 101, 71, 0.5) 49%,
        rgba(0, 101, 71, 0) 100%
    );
}

.ostory-tl-slide:last-child::after {
    display: none;
}

.ostory-tl-dot {
    position: absolute;
    left: 0;
    top: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 101, 71, 0.2);
    z-index: 2;
}

.ostory-tl-dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #006547;
}

.ostory-tl-content {
    position: relative;
    padding-left: 42px;
    z-index: 1;
}

.ostory-tl-year {
    display: block;
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 60px;
    color: #006547;
}

.ostory-tl-title {
    display: block;
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #006547;
}

/* timeline columns row (a year can hold several columns) */
.ostory-tl-items {
    display: flex;
    gap: 94px;
    align-items: flex-start;
    margin-top: 22px;
}

.ostory-tl-item {
    width: 360px;
    flex: 0 0 360px;
    min-height: 400px;
}

.ostory-tl-img {
    width: 360px;
    height: 230px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(4, 37, 62, 0.2);
}

.ostory-tl-img.is-empty {
    background: #dfeae6;
    box-shadow: inset 0 0 0 1px rgba(0, 101, 71, 0.12);
}

.ostory-tl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ostory-tl-desc {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #58595b;
    margin: 26px 0 0;
    max-width: 328px;
}

/* stacked text-box column */
.ostory-tl-textcol {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ostory-tl-textbox {
    box-sizing: border-box;
    width: 360px;
    min-height: 120px;
    padding: 22px 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(4, 37, 62, 0.2);
    display: flex;
    align-items: center;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #58595b;
}

/* timeline footer: pagination centered, nav right */
.ostory-tl-footer {
    position: relative;
    max-width: 1796px;
    margin: 46px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .ostory-tl-nav prefix: Swiper 12 .swiper-pagination{position:absolute} loads after style.css and won the tie */
.ostory-tl-nav .ostory-tl-pagination {
    position: static;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.ostory-tl-pagination .swiper-pagination-bullet,
.op-voices-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background: #04253e;
    opacity: 0.2;
    transition:
        width 0.2s,
        opacity 0.2s;
}

.ostory-tl-pagination .swiper-pagination-bullet-active,
.op-voices-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    background: transparent;
    border: 1px solid rgba(4, 37, 62, 0.2);
}

.ostory-tl-pagination .swiper-pagination-bullet-active:after,
.op-voices-pagination .swiper-pagination-bullet-active:after {
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    content: "";
    background: rgba(4, 37, 62, 1);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
}

.ostory-tl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    gap: 10px;
    transform: translate(-50%, -50%);
    width: auto;
    justify-content: space-between;
}

.ostory-tl-nav button,
.op-voices-nav button {
    width: 48px;
    flex-shrink: 0;
    height: 48px;
    border-radius: 50%;
    border: 0;
    background: rgba(4, 37, 62, 0.1);
    color: #04253e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.ostory-tl-nav button:hover {
    background: #04253e;
    border-color: #04253e;
}

.ostory-tl-nav button:hover svg path {
    stroke: #fff;
}

.ostory-tl-nav button.swiper-button-disabled:hover svg path,
.op-voices-nav button.swiper-button-disabled:hover svg path {
    stroke: var(--secondary);
}

.ostory-tl-nav button.swiper-button-disabled,
.op-voices-nav button.swiper-button-disabled {
    cursor: default;
    border: 0;
    background: rgba(4, 37, 62, 0);
}

.ostory-tl-nav button.swiper-button-disabled:hover,
.op-voices-nav button.swiper-button-disabled:hover {
    /* background: transparent; */
    color: #04253e;
    background: rgba(4, 37, 62, 0.1);
    color: white;
}

/* subcategory override for Our Story */
.our-story-page .cg-subcategory {
    padding: 50px 0 90px;
}

.ostory-article-wrap:before {
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid var(--primary);
    padding: 3px;
    position: absolute;
    top: 0;
    left: 210px;
    border-radius: 50%;
}

.ostory-article-wrap:after {
    content: "";
    width: 14px;
    height: 14px;
    background: var(--primary);
    padding: 3px;
    position: absolute;
    top: 10px;
    left: 220px;
    border-radius: 50%;
}

.swiper-slide.ostory-tl-slide {
    align-items: flex-start;
}

/* ============================================================
   OUR TEAM PAGE  (Figma-exact: file 2OASWBA node 1:33214)
   ============================================================ */
/* .ot-wrap  in og-wrap primitive (1500) */
.ot-board .sideimg {
    position: absolute;
    right: 0;
    top: 110px;
    max-width: 200px;
}

/* sections */
.ot-section {
    padding: 70px 0;
    position: relative;
}

.ot-board {
    padding-top: 110px;
}

.ot-section-title {
    font-family: "alfabet", sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -1.14px;
    color: var(--secondary);
    margin: 0;
}

.ot-section-sub {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 14px;
    line-height: 35px;
    color: #58595b;
    margin: 6px 0 0;
    max-width: 739px;
}

/* member grid */
.ot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 31px;
    row-gap: 30px;
    margin-top: 46px;
    justify-content: start;
}

/* member card */
.ot-card {
    position: relative;
    width: 100%;
    height: 356px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
    display: block;
    transform: translateY(0);
    transition: transform 0.2s ease-in;
}

.ot-card:hover {
    transform: translateY(-5px);
}

.ot-card::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 101, 71, 0.1);
    border-radius: 20px;
    transition: background 0.2s;
}

.ot-card:hover::before {
    background: rgba(0, 101, 71, 0.16);
}

.ot-card-photo {
    position: absolute;
    top: 0;
    left: 30px;
    width: 170px;
    height: 170px;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(4, 37, 62, 0.2);
    box-sizing: border-box;
    z-index: 1;
}

.ot-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

.ot-card-name {
    position: absolute;
    top: 182px;
    left: 30px;
    right: 30px;
    z-index: 1;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: var(--secondary);
}

.ot-card-pos {
    position: absolute;
    top: 222px;
    left: 30px;
    right: 55px;
    z-index: 1;
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    color: #006547;
}

.ot-card-arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 51px;
    height: 51px;
    z-index: 1;
    transition: transform 0.2s;
}

.ot-card-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ot-card:hover .ot-card-arrow {
    transform: translate(3px, -3px);
}

/* People make the difference band */
.ot-band-section {
    padding: 90px 0;
    position: relative;
}

section.ot-band-section .ornament {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ot-band {
    max-width: calc(100% - 0px);
    overflow-x: hidden;
    position: relative;
}

.ot-band-box {
    width: calc(100% - 200px);
    max-width: 100%;
    box-sizing: border-box;
    background: var(--secondary);
    border-radius: 20px;
    padding: 60px;
}

.ot-band-title {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: -0.96px;
    color: #fff;
    margin: 0;
}

.ot-band-text {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    opacity: 0.8;
    max-width: 906px;
    margin: 13px 0 0;
}

.ot-band-card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 73%;
    width: 350px;
    min-height: 260px;
    box-sizing: border-box;
    background: #006547;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(4, 37, 62, 0.2);
    padding: 76px 50px;
    display: flex;
    align-items: flex-start;
}

.ot-band-card p {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.84px;
    color: #fff;
    margin: 0;
    max-width: 286px;
}

.our-team-page .cg-subcategory {
    padding: 50px 0 90px;
}

/* member bio modal (right slide-in panel) */
.ot-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
}

.ot-modal.is-open {
    display: block;
}

.ot-modal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 20, 35, 0) 0%,
        rgba(0, 20, 35, 0.92) 100%
    );
}

.ot-modal-panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 499px;
    max-width: 100%;
    background: #fff;
    box-shadow: -10px 0 25px rgba(4, 37, 62, 0.1);
    overflow-y: auto;
    box-sizing: border-box;
}

.ot-modal-head {
    position: relative;
    background: rgba(0, 101, 71, 0.1);
    border-radius: 0 0 30px 30px;
    padding: 30px 40px 34px;
}

.ot-modal-photo {
    display: inline-block;
    width: 170px;
    height: 170px;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(4, 37, 62, 0.2);
    box-sizing: border-box;
}

.ot-modal-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

.ot-modal-name {
    display: block;
    margin-top: 18px;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: var(--secondary);
}

.ot-modal-pos {
    display: block;
    margin-top: 5px;
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #006547;
}

.ot-modal-bio {
    padding: 28px 40px 50px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #58595b;
}

.ot-modal-bio p {
    margin: 0 0 14px;
}

.ot-modal-bio p:last-child {
    margin-bottom: 0;
}

.ot-modal-close {
    position: absolute;
    top: 30px;
    right: 513px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(4, 37, 62, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.ot-modal-lock {
    overflow: hidden;
}

/* ===== Our People — internship full-screen modal ===== */
.op-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
}

.op-modal.is-open {
    display: block;
}

.op-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 35, 0.92);
}

.op-modal-dialog {
    position: absolute;
    inset: 40px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(4, 37, 62, 0.3);
}

.op-modal-close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(4, 37, 62, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.op-modal-scroll {
    height: 100%;
    overflow-y: auto;
}

.op-modal-head {
    background: rgba(0, 101, 71, 0.1);
    border-radius: 0 0 30px 30px;
    padding: clamp(40px, 5vw, 64px) clamp(24px, 5vw, 80px)
        clamp(32px, 4vw, 48px);
}

.op-modal-head-inner,
.op-modal-body {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.op-modal-loc {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 16px;
    background: rgba(0, 101, 71, 0.12);
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #006547;
}

.op-modal-title {
    margin: 0;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 3.5vw, 46px);
    line-height: 1.15;
    color: var(--secondary);
}

.op-modal-sub {
    display: block;
    margin-top: 12px;
    font-family: "alfabet", sans-serif;
    font-size: clamp(15px, 1.4vw, 20px);
    color: #006547;
}

.op-modal-body {
    padding: clamp(28px, 3vw, 44px) clamp(24px, 5vw, 80px)
        clamp(40px, 5vw, 70px);
}

.op-modal-media {
    margin-bottom: 32px;
}

.op-modal-media img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.op-modal-content {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.9;
    color: #58595b;
}

.op-modal-content h2 {
    font-family: "alfabet", sans-serif;
    font-size: clamp(20px, 2vw, 26px);
    color: var(--secondary);
    margin: 32px 0 12px;
}

.op-modal-content h3 {
    font-family: "alfabet", sans-serif;
    font-size: clamp(17px, 1.6vw, 20px);
    color: var(--secondary);
    margin: 26px 0 10px;
}

.op-modal-content p {
    margin: 0 0 16px;
}

.op-modal-content ul,
.op-modal-content ol {
    margin: 0 0 16px;
    padding-left: 20px;
}

.op-modal-content li {
    margin-bottom: 8px;
}

.op-modal-content a {
    color: #006547;
    text-decoration: underline;
}

.op-job-cta {
    cursor: pointer;
}

.ot-band-card svg {
    position: absolute;
    top: 40px;
    right: 30px;
}

.cg-wrap .morelinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.cg-wrap .morelinks a {
    text-decoration: none;
    font-size: 17px;
    letter-spacing: -0.51px;
    color: #04253e;
    border: 1px solid #04253e33;
    font-family: "alfabet";
    padding: 10px 37px;
    border-radius: 25px;
    position: relative;
    background: transparent;
    transition: all 0.1s ease-in;
}

.cg-wrap .morelinks a:hover {
    background: #006547;
    color: white;
    padding: 10px 57px 10px 17px;
}

.cg-wrap .morelinks svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* ============================================================
   PORTFOLIO ARCHIVE  (Figma-exact: file 2OASWBAF node 1:36261)
   ============================================================ */
/* .pf-wrap  in og-wrap primitive (1494) */
/* ---------- HERO (masked photo pending) ---------- */
.pf-hero {
    position: relative;
    min-height: 673px;
    overflow: hidden;
}

/* .pf-hero-bg  in og-hero primitive */
.pf-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1796px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 76px;
}

.pf-hero-text {
    margin-left: 151px;
    max-width: 739px;
    flex: 0 1 739px;
}

.pf-hero-title {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 78px;
    line-height: 1;
    letter-spacing: -2.34px;
    color: #fff;
    margin: 0;
}

.pf-hero-subtext {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin: 16px 0 0;
}

.pf-hero-line {
    display: block;
    width: 120px;
    height: 1px;
    background: var(--primary);
    margin: 36px 0 0;
}

.pf-hero-desc {
    margin: 40px 0 0;
    max-width: 688px;
}

.pf-hero-desc p {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    margin: 0;
}

.pf-hero-figure {
    flex: 0 0 739px;
    width: 739px;
    height: 673px;
    margin-top: 3px;
    z-index: 0;
}

.pf-hero-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask: url(/wp-content/uploads/2026/06/SVG-mask.svg) center/contain
        no-repeat;
    mask: url(/wp-content/uploads/2026/06/SVG-mask.svg) center/contain no-repeat;
}

/* ---------- CATEGORIES ---------- */
.pf-cats {
    padding: 88px 0 90px;
}

.pf-cats-intro {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 16px;
}

.pf-cats-title {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.72px;
    color: var(--secondary);
    margin: 0;
}

.pf-cats-intro-desc {
    margin: 14px 0 0;
}

.pf-cats-intro-desc p {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #252525;
    margin: 0;
}

.pf-cats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-content: center;
    margin-top: 62px;
}

.pf-cat {
    position: relative;
    display: block;
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
}

.pf-cat-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pf-cat:hover .pf-cat-img {
    transform: scale(1.04);
}

.pf-cat:hover .pf-cat-grad {
    background: transparent linear-gradient(180deg, #00000000 0%, #006547 100%)
        0% 0% no-repeat padding-box;
}

.pf-cat-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 14%,
        rgba(0, 0, 0, 0.88) 100%
    );
    transition: background 0.1s ease-in;
}

.pf-cat-body {
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 45px;
    z-index: 1;
}

.pf-cat-name {
    display: block;
    font-family: "alfabet", sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    color: #fff;
}

.pf-cat-text {
    display: block;
    margin-top: 10px;
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    max-width: 523px;
}

/* CTA uses the home-page .has-arrow style; card hover drives the animation */
.pf-cat-cta {
    margin-top: 28px;
    margin-right: 0;
}

.pf-cat:hover .has-arrow svg {
    transform: rotate(45deg);
    background-color: #fff;
    margin-right: 10px;
}

.pf-cat:hover .has-arrow svg path {
    fill: var(--primary);
}

/* ---------- GLOBAL FOOTPRINT (map pending) ---------- */
.pf-footprint {
    padding: 80px 0 90px;
}

.pf-footprint-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.pf-footprint-title {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
    color: var(--secondary);
    margin: 0;
}

.pf-footprint-desc {
    margin: 14px 0 0;
}

.pf-footprint-desc p {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #58595b;
    margin: 0;
}

.pf-map-placeholder {
    min-height: 40px;
}

.portfolio-archive .cg-subcategory {
    padding: 50px 0 90px;
}

/* ============================================================
   PORTFOLIO CATEGORY PAGE  (Figma node 1:35664)
   ============================================================ */
/* hero: archive hero shell + eyebrow + dynamic title */
.pf-hero-eyebrow {
    display: block;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: -0.72px;
    color: var(--primary);
    text-transform: uppercase;
}

.pf-cat-hero .pf-hero-inner {
    padding-top: 76px;
}

.pf-cat-hero .pf-hero-title {
    margin-top: 25px;
}

/* ---------- COMPANIES IN OUR PORTFOLIO ---------- */
.pf-companies {
    padding: 100px 0 90px;
}

.pf-companies-title {
    font-family: "alfabet", sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 70px;
    letter-spacing: -1.38px;
    color: var(--secondary);
    margin: 0;
    text-align: center;
}

.pf-companies-grid {
    display: grid;
    grid-template-columns: repeat(2, 739px);
    gap: 16px;
    justify-content: center;
    margin-top: 56px;
}

.pf-company.is-full {
    grid-column: 1 / -1;
}

.pf-company {
    position: relative;
    display: block;
    height: 700px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    background: #0c2a40;
}

.pf-company-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pf-company:hover .pf-company-img {
    transform: scale(1.04);
}

.pf-company-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 37%,
        rgba(0, 0, 0, 0.92) 100%
    );
}

.pf-company-body {
    position: absolute;
    left: 65px;
    right: 65px;
    bottom: 40px;
    z-index: 1;
}

.pf-company-logo {
    display: block;
}

.pf-company-logo img {
    /* max-height: 38px;
    max-width: 230px; */
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    margin-left: -40px;
}

.pf-company-name {
    display: block;
    font-family: "alfabet", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #fff;
}

.pf-company-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 46px;
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    max-width: 629px;
}

.pf-company .has-arrow {
    margin-top: 50px;
    margin-right: 0;
}

.pf-company:hover .has-arrow svg {
    transform: rotate(45deg);
    background-color: #fff;
    margin-right: 10px;
}

.pf-company:hover .has-arrow svg path {
    fill: var(--primary);
}

/* ---------- EXPLORE MORE FROM OUR ECOSYSTEM ---------- */
.pf-ecosystem {
    position: relative;
    padding: 90px 0 100px;
    overflow: hidden;
}

.pf-eco-ornament {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
}

.pf-eco-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.pf-eco-intro {
    flex: 0 0 auto;
    max-width: 430px;
    padding-top: 30px;
}

.pf-eco-title {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -1.56px;
    color: var(--secondary);
    margin: 0;
}

.pf-eco-desc {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #58595b;
    margin: 34px 0 0;
    max-width: 383px;
}

.pf-eco-cards {
    display: flex;
    gap: 16px;
    flex: 0 0 auto;
}

.pf-eco-card {
    position: relative;
    width: 286px;
    height: 398px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(4, 37, 62, 0.2);
    padding: 5px;
    text-decoration: none;
    display: block;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.pf-eco-card:hover {
    box-shadow: 0 12px 25px rgba(4, 37, 62, 0.18);
}

.pf-eco-card:hover .pf-eco-card-name {
    color: #006547;
}

.pf-eco-card-img {
    display: block;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    background: #e5efec;
}

.pf-eco-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pf-eco-card-name {
    display: block;
    text-align: center;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.72px;
    color: var(--secondary);
    margin-top: 20px;
}

.pf-eco-card-text {
    display: block;
    text-align: center;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #58595b;
    margin-top: 10px;
    padding: 0 18px;
}

.pf-eco-card-arch {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 40px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(38, 122, 94, 0.1);
    border-radius: 50px 50px 0 0;
}

.pf-eco-card-arch svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.pf-eco-card:hover .pf-eco-card-arch {
    background-color: rgba(38, 122, 94, 1);
}

.pf-eco-card:hover .pf-eco-card-arch svg {
    transform: rotate(45deg);
}

.pf-eco-card:hover .pf-eco-card-arch svg path {
    fill: #fff;
}

/* hero base shell (overflow + cut-bottom positioning) is provided by og-hero primitive at top of file */
.cg-hero {
    padding-bottom: 120px;
}

/* ============================================================
   SINGLE COMPANY  (full-screen, no header/footer Figma 1:40864)
   ============================================================ */
.single-company-page {
    background: #fff;
}

.company-single {
    position: relative;
}

/* top bar: back + logo + category (over the navy hero) */
.company-topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 5;
}

.company-topbar-inner {
    max-width: 1494px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.company-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.company-brand-logo {
    height: 27px;
    width: auto;
    display: block;
}

.company-pill {
    display: inline-flex;
    align-items: center;
    height: 27px;
    padding: 0 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.company-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.company-back-ic {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.25s ease;
}

.company-back:hover .company-back-ic {
    background: #fff;
    color: var(--secondary);
    transform: translateX(-3px);
}

/* hero */
.company-hero {
    position: relative;
}

.company-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: var(--secondary);
    z-index: 0;
}

.company-hero-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url(/wp-content/themes/groupolympia.com/assets/img/cut-bottom.svg)
        no-repeat center bottom;
    background-size: 100% 100%;
}

.company-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1494px;
    margin: 0 auto;
    padding-top: 90px;
}

.company-hero-img {
    position: relative;
    height: 640px;
    border-radius: 20px;
    overflow: hidden;
    background: #0c2a40;
}

.company-hero-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.company-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 66%,
        rgba(0, 0, 0, 0.85) 100%
    );
}

.company-hero-logo {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 286px;
    height: 100px;
    display: flex;
    align-items: center;
}

.company-hero-logo img {
    max-width: 286px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
    display: block;
}

/* body */
.company-body {
    padding: 57px 0 0;
}

/* .company-wrap  in og-wrap primitive (1494) */
.company-intro {
    max-width: 1343px;
    padding-left: 60px;
    box-sizing: border-box;
}

.company-excerpt p {
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
    color: var(--secondary);
    margin: 0;
}

.company-content {
    margin-top: 24px;
}

.company-content p {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #58595b;
    margin: 0 0 20px;
}

.company-content p:last-child {
    margin-bottom: 0;
}

.company-website {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 40px;
    height: 50px;
    padding: 0 30px;
    border-radius: 20px;
    background: rgba(4, 37, 62, 0.05);
    color: rgba(4, 37, 62, 0.55);
    text-decoration: none;
    font-family: "alfabet", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.company-website-ic,
.company-website-arrow {
    display: flex;
    transition: transform 0.25s ease;
}

.company-website:hover {
    background: var(--secondary);
    color: #fff;
}

.company-website:hover .company-website-arrow {
    transform: translateX(4px);
}

/* company highlights (hardcoded for now) */
.company-highlights {
    padding: 88px 0 100px;
}

.company-divider {
    border: 0;
    height: 1px;
    background: rgba(4, 37, 62, 0.12);
    margin: 0;
}

.company-highlights-title {
    margin: 36px 0 0;
    padding-left: 30px;
    font-family: "alfabet", sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.84px;
    color: var(--secondary);
}

.company-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px;
}

.company-hl-card {
    box-sizing: border-box;
    min-height: 307px;
    background: rgba(229, 239, 236, 0.4);
    border-radius: 20px;
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition:
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.company-hl-card:hover {
    background: rgba(229, 239, 236, 0.85);
    box-shadow: 0 12px 28px rgba(4, 37, 62, 0.12);
}

.company-hl-meta {
    display: flex;
    align-items: center;
    gap: 13px;
}

.company-hl-tag {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #006547;
    text-transform: uppercase;
}

.company-hl-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(4, 37, 62, 0.4);
}

.company-hl-date {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: rgba(4, 37, 62, 0.6);
}

.company-hl-title {
    margin-top: 16px;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.72px;
    color: var(--secondary);
    transition: color 0.2s ease;
}

.company-hl-card:hover .company-hl-title {
    color: #006547;
}

.company-hl-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 30px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--secondary);
}

.company-hl-more-ic {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 101, 71, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

.company-hl-more-ic svg {
    transition: transform 0.25s ease;
}

.company-hl-card:hover .company-hl-more-ic {
    background: #006547;
}

.company-hl-card:hover .company-hl-more-ic svg {
    transform: rotate(45deg);
}

.company-hl-card:hover .company-hl-more-ic svg path {
    fill: #fff;
}

/* ============================================================
   HANDS ON PARTNER / OUR IMPACT / RESPONSIBLE PRACTICES
   ============================================================ */
/* ---- Hands On Partner ---- */
.hop-content {
    padding: 90px 0;
}

.hop-heading {
    font-family: "alfabet", sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -1.14px;
    color: #006547;
    margin: 0;
}

.hop-lead {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.84px;
    color: var(--secondary);
    margin: 26px 0 0;
}

.hop-body {
    margin: 26px 0 0;
}

.hop-body p {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #58595b;
    margin: 0 0 18px;
}

.hop-body p:last-child {
    margin-bottom: 0;
}

/* ---- Our Impact: global footprint (map pending) ---- */
.oi-footprint {
    padding: 90px 0 0;
}

.oi-footprint-intro {
    text-align: center;
    max-width: 700px;
}

.oi-footprint-title {
    font-family: "alfabet", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
    color: var(--secondary);
    margin: 0;
}

.oi-footprint-desc {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #58595b;
    margin: 14px 0 0;
}

.oi-map-placeholder {
    min-height: 40px;
}

/* ---- Our Impact: track record (stats band) ---- */
.oi-track {
    padding: 80px 0;
}

.oi-track-band {
    max-width: 1494px;
    margin: 0 auto 115px auto;
    box-sizing: border-box;
    background: #e5efec;
    border-radius: 20px;
    padding: 60px;
    position: relative;
}

.oi-track-band > svg {
    position: absolute;
    top: 80px;
    right: -80px;
}

.oi-track-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10%;
    margin-bottom: 46px;
}

.oi-track-title {
    font-family: "alfabet", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
    color: var(--secondary);
    margin: 0;
    max-width: 433px;
}

.oi-track-desc {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #58595b;
    margin: 8px 0 0;
    max-width: 588px;
}

.oi-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 11px;
    margin-bottom: -115px;
}

.oi-stat {
    position: relative;
    box-sizing: border-box;
    min-height: 316px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(4, 37, 62, 0.2);
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
}

.oi-stat-num {
    font-family: "alfabet", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    letter-spacing: -1.56px;
    color: #006547;
}

.oi-stat-label {
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.42px;
    color: #006547;
    text-transform: uppercase;
    margin-top: 14px;
}

.oi-stat-desc {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #58595b;
    margin: 10px 0 0;
}

.oi-stat-icon {
    position: absolute;
    right: 25px;
    bottom: 25px;
    line-height: 0;
}

/* ---- Our Impact: we invest band ---- */
.oi-invest {
    padding: 0 0 90px;
}

.oi-invest-band {
    position: relative;
    max-width: 1494px;
    margin: 0 auto;
    height: 620px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--secondary);
}

.oi-invest-band > svg {
    position: absolute;
    left: 0;
    top: 184px;
}

.oi-invest-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oi-invest-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
}

.oi-invest-text {
    position: absolute;
    left: 100px;
    top: 184px;
    max-width: 520px;
    z-index: 1;
}

.oi-invest-title {
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
    color: #fff;
    margin: 0;
}

.oi-invest-desc {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    margin: 24px 0 0;
    max-width: 453px;
}

.oi-invest-play {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    transition: 0.25s;
}

.oi-invest-play:hover {
    background: rgba(255, 255, 255, 0.16);
}

/* in-place video player (injected over the band; clipped by the band's rounded corners) */
.oi-invest-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 5;
    background: #000;
}

video.oi-invest-frame {
    object-fit: cover;
}

/* ---- Responsible Practices ---- */
/* .rp-sec-title  in og-sec-title primitive */
/* .rp-sec-title--green  in og-sec-title primitive (color) + variant (line-height) */
/* .rp-lead / .rp-lead--green / .rp-body  in og-lead / og-body primitives */
.rp-approach {
    padding: 90px 0 0;
}

.rp-ce {
    padding: 70px 0;
}

.rp-ce-band {
    max-width: 1494px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #e5efec;
    border-radius: 20px;
    padding: 86px 151px;
}

.rp-so {
    padding: 70px 0 80px;
}

.rp-so-items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.rp-so-item {
    flex: 1;
    text-align: center;
    max-width: 286px;
}

.rp-so-hex {
    width: 210px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(180deg, #e5efec00 0%, #e5efec 100%)
        0% 0% no-repeat padding-box;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.rp-so-hex img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.rp-so-item-label {
    display: block;
    margin-top: 18px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #006547;
}

.rp-rows {
    padding: 10px 0 90px;
}

/* plain row: image left, text right */
.rp-row {
    display: grid;
    grid-template-columns: 588px 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 30px;
    padding: 40px;
}

.rp-row:last-child {
    margin-bottom: 0;
}

/* banded row: green band, text left, image right */
.rp-row.is-banded {
    grid-template-columns: 1fr 588px;
    background: #e5efec;
    border-radius: 20px;
    padding: 40px 60px;
    box-sizing: border-box;
}

.rp-row.is-banded .rp-row-text {
    order: 1;
}

.rp-row.is-banded .rp-row-media {
    order: 2;
}

.rp-row-media {
    position: relative;
}

.rp-row-media img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.rp-row-grad {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 45%,
        rgba(0, 0, 0, 0.7) 100%
    );
}

.rp-row-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    transition: 0.25s;
}

.rp-row-play:hover {
    background: rgba(255, 255, 255, 0.18);
}

/* in-place video player (injected over the row media; matches its 20px radius) */
.rp-row-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
    z-index: 5;
    background: #000;
}

video.rp-row-frame {
    object-fit: cover;
}

.rp-row-sub {
    display: block;
    margin-top: 4px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 14px;
    color: #006547;
}

.rp-row-title {
    font-family: "alfabet", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.84px;
    color: var(--secondary);
    margin: 0;
}

.rp-row-desc {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #58595b;
    margin: 18px 0 0;
    max-width: 460px;
}

/* light-bg .has-arrow variant for the row CTA */
.rp-row-cta {
    margin: 26px 0 0;
    color: var(--secondary);
}

.rp-row-cta svg {
    background-color: rgba(0, 101, 71, 0.1);
}

.rp-row-cta:hover svg {
    background-color: #006547;
}

.rp-row-cta:hover svg path {
    fill: #fff;
}

/* hero with only a figure (Hands On Partner) */
.hop-hero .cg-hero-top {
    display: none;
}

/* ============================================================
   OUR PEOPLE - OUR CULTURE
   ============================================================ */
/* page-scoped: all sections at 1500px (cg-wrap-wide is 1540 globally) */
.our-people-page .cg-wrap-wide {
    max-width: 1500px;
}

/* .op-sec-title + --green  in og-sec-title primitive */
/* .op-lead base in og-lead primitive; OurPeople uses slightly smaller scale */
.op-lead {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.66px;
    margin: 18px 0 0;
}

/* .op-lead--green / .op-body / .op-body p in og-lead / og-body primitives */
.op-body p {
    margin-bottom: 14px;
}

/* ---- Our Edge (intro, centered) ---- */
.op-intro {
    padding: 80px 0 10px;
    text-align: center;
}

/* .op-intro .op-sec-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
} */
/* .op-intro .op-lead {
    max-width: 820px;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 24px;
    color: #006547;
} */
.op-intro .op-body {
    max-width: 980px;
    margin: 22px auto 0;
}

/* ---- Growth band (image left / text right) ---- */
.op-growth {
    padding: 50px 0;
}

.op-growth-band {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 167px;
    align-items: center;
    background: #e5efec;
    border-radius: 20px;
    padding: 20px 100px 20px 20px;
    box-sizing: border-box;
}

.op-growth-media img {
    width: 100%;
    height: 412px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.op-growth-title {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 36px;
    letter-spacing: -0.84px;
    color: var(--secondary);
    margin: 0;
}

.op-growth-lead {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #006547;
    margin: 14px 0 0;
    letter-spacing: -0.78px;
}

.op-growth-body {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #58595b;
    margin: 14px 0 0;
}

/* ---- Our People in Numbers ---- */
.op-numbers {
    padding: 60px 0;
}

.op-numbers-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
    text-align: center;
}

/* stat cards: overlap the culture band below (sit on top of it) */
.op-stats-cards {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 16px;
    margin: 40px 50px -75px;
    position: relative;
    z-index: 2;
}

.op-stat-card {
    box-sizing: border-box;
    background: #fff;
    border: 0;
    border-radius: 20px;
    padding: 24px 28px;
    box-shadow: 0px 5px 15px #04253e33;
}

.op-stat-label {
    display: block;
    font-family: "Alfabet", "Inter", system-ui, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: var(--secondary);
    margin-bottom: 14px;
    letter-spacing: -0.54px;
}

.op-stat-values {
    display: flex;
    gap: 28px;
    align-items: baseline;
}

.op-stat-val {
    display: flex;
    flex-direction: column;
}

.op-stat-num {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #006547;
    letter-spacing: -1.5px;
}

.op-stat-sub {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 12px;
    color: #006547;
    margin-top: 6px;
}

.op-culture-band {
    display: grid;
    grid-template-columns: 1fr 437px;
    gap: 185px;
    align-items: center;
    background: transparent linear-gradient(180deg, #e5efec 0%, #e5efec00 100%)
        0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 130px 150px 48px;
    margin-top: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.op-culture-block + .op-culture-block {
    margin-top: 28px;
}

.op-kicker {
    display: block;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #006547;
    margin-bottom: 8px;
    letter-spacing: -0.72px;
}

.op-culture-title {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.84px;
    color: var(--secondary);
    margin: 0;
}

.op-culture-body {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #58595b;
    margin: 10px 0 0;
}

.op-values-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.op-values-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary);
}

.op-value-dot {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0, 101, 71, 0.2);
    display: inline-block;
    position: relative;
}

.op-value-dot:after {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.op-culture-media img {
    width: 100%;
    height: 459px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

/* ---- Voices from Olympia Group (asymmetric: left aligned, right to screen edge) ---- */
.op-voices {
    padding: 70px 0 160px 0;
    position: relative;
    overflow: hidden;
}

.op-voices .cg-wrap-wide {
    max-width: none;
    margin: 0;
    padding-left: max(20px, calc((100vw - 1500px) / 2));
    padding-right: 0;
    display: grid;
    grid-template-columns: 300px 1fr;
    /* gap: 135px; */
    align-items: start;
}

.op-voices-aside {
    padding-top: 10px;
    padding-right: 20px;
}

.op-voices .op-sec-title {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -1.14px;
}

.op-voices-desc {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #58595b;
    margin: 18px 0 0;
    max-width: 260px;
}

.op-voices-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
    position: relative;
}

.op-voices-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto !important;
    flex: 0 0 auto;
}

/* carousel takes the right column, slides extend toward screen edge */
.op-voices-carousel {
    /* overflow: visible; */
    min-width: 0;
    padding: 20px 0;
}

.op-voices-carousel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 160px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 75%);
    pointer-events: none;
    z-index: 3;
    height: 100%;
    transform: rotate(180deg);
}

.op-voices-carousel .swiper-wrapper {
    box-sizing: content-box;
}

.op-voices-carousel .swiper-slide {
    width: 300px;
    height: auto;
    max-width: 437px;
}

.op-voice {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0, 101, 71, 0.18);
    border-radius: 14px;
    padding: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-shadow: 0px 5px 15px #04253e33;
}

.op-voice-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.op-voice-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 44px;
    background: #e5efec;
}

.op-voice-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.op-voice-id {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.op-voice-name {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary);
}

.op-voice-role {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 11px;
    color: #006547;
    margin-top: 2px;
}

.op-voice-quote {
    position: relative;
    margin: 20px 0 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: var(--secondary);
    text-align: left;
}

.op-voice-quote::before {
    content: "\201C";
    position: absolute;
    top: -4px;
    left: 0;
    font-family: Georgia, serif;
    font-size: 34px;
    line-height: 1;
    color: var(--secondary);
}

.op-voice-quote::after {
    content: "\201C";
    position: absolute;
    bottom: -4px;
    right: 0;
    font-family: Georgia, serif;
    font-size: 34px;
    line-height: 1;
    color: var(--secondary);
    transform: rotate(180deg);
}

.op-voice--note {
    justify-content: center;
    background: #e5efec;
}

.op-voice--note.has-bg {
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    isolation: isolate;
}

.op-voice--note.has-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(
        180deg,
        rgba(4, 37, 62, 0) 30%,
        rgba(4, 37, 62, 0.75) 100%
    );
    z-index: -1;
}

.op-voice-heading {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: inherit;
}

.op-voice--note:not(.has-bg) .op-voice-heading {
    color: #006547;
}

.op-voice-text {
    margin: 12px 0 0;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: inherit;
}

.op-voice--note:not(.has-bg) .op-voice-text {
    color: #58595b;
}

/* right-edge gradient fade */
.op-voices::after {
    content: "";
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 60px;
    width: 160px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 75%);
    pointer-events: none;
    z-index: 3;
}

/* ---- Joining Olympia Group (centered) ---- */
.op-join {
    padding: 0 0 80px;
}

.op-join .cg-wrap-wide {
    border-top: 1px solid rgba(4, 37, 62, 0.12);
    padding-top: 70px;
    padding-bottom: 0;
}

.op-join-head {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* .op-join-head .op-sec-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
} */
/* .op-join-head .op-lead {
    margin: 16px auto 0;
    font-size: 14px;
    line-height: 24px;
} */
.op-join-subtext {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #58595b;
    margin: 14px auto 0;
}

.op-join-programs {
    text-align: center;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: var(--primary);
    margin: 50px 0 30px;
    text-transform: capitalize;
    letter-spacing: -0.96px;
}

.op-join-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.op-job {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 40px;
    align-items: start;
    background: #fff;
    border: 1px solid rgba(0, 101, 71, 0.18);
    border-radius: 14px;
    padding: 28px 32px;
    transition: 0.25s;
}

.op-job:hover {
    border-color: #006547;
    box-shadow: 0 16px 40px rgba(4, 37, 62, 0.08);
}

.op-job-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.72px;
    color: var(--primary);
}

.op-job-sub {
    display: block;
    margin-top: 15px;
    font-family: "alfabet";
    font-weight: 500;
    font-size: 15px;
    color: var(--secondary);
    letter-spacing: -0.45px;
}

.op-job-excerpt {
    margin: 25px 0 0;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #58595b;
}

.op-job-cta {
    margin: 18px 0 0;
    color: var(--secondary);
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.op-job-cta svg {
    background-color: rgba(0, 101, 71, 0.1);
}

.op-job-cta:hover svg {
    background-color: #006547;
}

.op-job-cta:hover svg path {
    fill: #fff;
}

.op-job-loc {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
}

.op-job-loc-label {
    font-family: "alfabet";
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.45px;
    text-transform: uppercase;
    color: var(--secondary);
}

.op-job-loc-value {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #58595b;
    letter-spacing: -0.45px;
}

@media (max-width: 1681px) {
    #values .green-cards .card .info .title {
        font-size: 30px;
    }
    .oi-track-band > svg {
        position: absolute;
        top: 80px;
        right: 0;
    }
    .home .hero-content .context {
        padding-top: 40px;
    }
    #numbers .line:after {
        content: "";
        height: 1px;
        width: 100%;
        max-width: 220px;
    }

    section.pf-ecosystem.showdesktop {
        padding-left: 16px;
        padding-right: 16px;
    }

    .dialogue-video-block {
        position: relative;
        max-width: calc(100% - 60px);
    }

    #stories .wrapper-stories .inner,
    .wrapper-portfolio .inner,
    #stories .wrapper-last .simple-grid,
    .company-hero-inner,
    .company-topbar-inner {
        max-width: calc(100% - 60px);
    }

    #numbers .number-box {
        display: flex;
        flex-direction: column;
        gap: 7px;
        min-width: 240px;
    }
}
@media (max-width: 1580px) {
    #values .green-cards {
        gap: 2px;
    }
    #values .green-cards .card .info .subtitle {
        font-size: 13px;
        line-height: 25px;
    }
    p.mbold {
        text-align: center;
        font: normal normal 600 13px / 24px "aktiv-grotesk-extended";
    }
    #values .green-cards .card .info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1024px) {
    .op-growth-band {
        gap: 40px;
        grid-template-columns: 1fr;
        padding: 30px 16px;
    }

    .op-culture-band {
        margin-top: 30px;
        padding: 20px 20px;
        grid-template-columns: 1fr;
    }

    .op-voices .cg-wrap-wide {
        grid-template-columns: 1fr;
        padding-right: 20px;
    }

    .op-voices::after {
        display: none;
    }

    .op-stats-cards {
        grid-template-columns: 1fr 1fr;
        margin: 30px 0 0;
    }
}

@media (max-width: 768px) {
    .dialogue-video-block {
        position: relative;
        max-width: calc(100% - 0px);
    }

    #stories .wrapper-stories .inner,
    .wrapper-portfolio .inner,
    #stories .wrapper-last .simple-grid,
    .company-topbar-inner {
        max-width: calc(100% - 0px);
    }

    .op-job {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .op-job-loc {
        text-align: left;
    }

    .op-stats-cards {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   PRESS RELEASES ARCHIVE (matches design  sidebar LEFT, navy hero)
   ============================================================ */
.press-releases-page .pr-wrap {
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 213px;
    max-width: none;
    margin: 0;
    width: 100%;
}

/* HERO  text-only navy hero with cut-bottom (override cg-hero defaults) */
.pr-hero {
    padding-top: 0;
    padding-bottom: 130px;
}

/* pr-hero bg + ::after handled by og-hero primitive (text-only variant) */
/* .pr-hero .cg-wrap-wide {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 213px;
    box-sizing: border-box;
    max-width: none;
    margin: 0;
} */
.pr-hero-title {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.68px;
    color: #fff;
    margin: 0;
    max-width: 760px;
}

.pr-hero-desc {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.78);
    margin: 22px 0 0;
    max-width: 760px;
}

/* LAYOUT  sidebar LEFT (240px) + 60px gap + posts column (1343px) */
.pr-archive {
    padding: 50px 0 90px;
}

.pr-layout {
    display: grid;
    grid-template-columns: 240px 1343px;
    gap: 60px;
    align-items: start;
}

.pr-content {
    min-width: 0;
    max-width: 1343px;
}

.pr-content.is-loading {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s;
}

/* .pr-results-title  in og-sec-title primitive (--small variant + green color) */
.pr-results-title {
    margin: 26px 0 36px;
}

/* GRID 437 */
.pr-grid {
    display: grid;
    grid-template-columns: repeat(3, 437px);
    column-gap: 16px;
    row-gap: 50px;
    justify-content: start;
}

/* CARD */
.pr-card {
    width: 437px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pr-card-media {
    display: block;
    /* width: 437px; */
    width: auto;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    background: #e5efec;
    position: relative;
}

.pr-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.pr-card:hover .pr-card-media img {
    transform: scale(1.1);
}

.pr-card-media.is-empty::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 101, 71, 0.12) 0%,
        rgba(4, 37, 62, 0.12) 100%
    );
}

/* category + date pill overlay on image (bottom-left) */
.pr-card-tag {
    position: absolute;
    left: 10px;
    top: 265px;
    display: flex;
    align-items: stretch;
    border-top-right-radius: 8px;
    overflow: hidden;
    z-index: 2;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18); */
    gap: 5px;
}

.pr-card-cat {
    background: #006547;
    color: #fff;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    /* font-weight: 600; */
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-radius: 14px;
}

.pr-card-date {
    background: #fff;
    color: var(--secondary);
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding: 8px 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-radius: 14px;
}

.pr-card-body {
    padding: 22px 4px 22px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-bottom: 1px solid rgba(4, 37, 62, 0.12);
}

.pr-card-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.6px;
    min-height: 80px;
}

.pr-card-title a {
    color: var(--secondary);
    text-decoration: none;
    transition: color 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pr-card-title a:hover {
    text-decoration: underline;
}

.pr-card-cta {
    color: var(--secondary);
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.pr-card-cta svg {
    background-color: rgba(0, 101, 71, 0.1);
}

.pr-card-cta:hover svg {
    background-color: #006547;
}

.pr-card-cta:hover svg path {
    fill: #fff;
}

/* PAGINATION  prev arrow far-left, numbers center, next arrow far-right */
.pr-pagination {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pr-page-nums {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    justify-content: center;
}

.pr-page-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    color: #58595b;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    padding: 0;
}

.pr-page-num:hover {
    color: var(--secondary);
}

.pr-page-num.is-active {
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.pr-page-arrow {
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(4, 37, 62, 0.2);
    background: transparent;
    color: var(--secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    flex: 0 0 44px;
    padding: 0;
}

.pr-page-arrow:hover:not(:disabled) {
    background: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
}

.pr-page-arrow:disabled {
    opacity: 0.25;
    cursor: default;
}

/* SIDEBAR */
.pr-sidebar {
    width: 240px;
    box-sizing: border-box;
    position: sticky;
    top: 100px;
}

.pr-side-block + .pr-side-block {
    margin-top: 36px;
}

.pr-side-kicker {
    display: block;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    color: #58595b;
    margin-bottom: 14px;
}

.pr-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pr-side-list--cats {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/* Companies block  single bordered container with hairlines between rows */
.pr-side-link {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 14px 16px;
    cursor: pointer;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: var(--secondary);
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 2px solid #e5efec;
    border-radius: 5px;
}

.pr-side-link:hover {
    color: #006547;
}

.pr-side-arrow {
    opacity: 0;
    transition: opacity 0.2s;
}

/* Active category = filled green pill button */
.pr-side-list--cats .pr-side-link.is-active,
.pr-side-list--companies .pr-side-link.is-active {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border: 2px solid var(--primary);
}

.pr-side-list--cats .pr-side-link.is-active .pr-side-arrow,
.pr-side-list--companies .pr-side-link.is-active .pr-side-arrow {
    opacity: 1;
}

.pr-side-list--cats .pr-side-link:hover,
.pr-side-list--companies .pr-side-link:hover {
    background: #e5efec;
    color: var(--primary);
    border: 2px solid #e5efec;
}

.pr-side-list--cats .pr-side-link:hover .pr-side-arrow,
.pr-side-list--companies .pr-side-link:hover .pr-side-arrow {
    opacity: 1;
}

.pr-side-list--cats .pr-side-link:hover .pr-side-arrow svg path,
.pr-side-list--companies .pr-side-link:hover .pr-side-arrow svg path {
    fill: var(--primary);
}

.pr-empty {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    color: #58595b;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1700px) {
    figure.ostory-hero-video.has-video {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ostory-hero-text {
        max-width: 50%;
        margin-left: 51px;
    }

    .press-releases-page .pr-wrap {
        padding-right: 60px;
    }

    .pr-hero .cg-wrap-wide {
        padding-right: 60px;
    }

    .pr-layout {
        grid-template-columns: 240px 1fr;
    }

    .pr-content {
        max-width: none;
    }

    .pr-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pr-card,
    .pr-card-media {
        width: 100%;
    }

    .pr-card-media {
        height: auto;
        aspect-ratio: 437 / 280;
    }
}

@media (max-width: 1024px) {
    .pr-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pr-sidebar {
        width: 100%;
        position: static;
    }

    .pr-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .press-releases-page .pr-wrap,
    .pr-hero .cg-wrap-wide {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pr-grid {
        grid-template-columns: 1fr;
    }

    .pr-hero-title {
        font-size: 36px;
        line-height: 42px;
    }
}

/* ============================================================
   PRESS RELEASES SINGLE POST (article)
   ============================================================ */
.press-single-page main {
    overflow: hidden;
}

/* HERO  navy strip with cut-bottom, contains only the "Back to articles" link.
   Featured image overlaps DOWN past the cut-bottom into the white area below. */
.ps-hero {
    padding-top: 0;
    padding-bottom: 360px;
    background: var(--secondary);
}

/* ps-hero bg + ::after handled by og-hero primitive (text-only variant) */
.ps-hero-inner {
    position: relative;
    z-index: 5;
    padding: 0 60px 0;
    box-sizing: border-box;
}

.ps-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: opacity 0.2s;
}

.ps-back:hover {
    opacity: 0.85;
}

.ps-back-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.2s;
}

.ps-back:hover .ps-back-circle {
    background: rgba(255, 255, 255, 0.12);
}

/* ARTICLE  centered content, ~850px wide; featured image overlaps the hero above */
.ps-article {
    position: relative;
    z-index: 4;
    padding: 0 20px 90px;
}

/* .ps-article-wrap  in og-wrap primitive (850) */
.ps-media {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-top: -390px;
    /* lift image up to overlap navy hero */
    position: relative;
    z-index: 5;
}

.ps-media img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    display: block;
}

/* category + date pill  same style as listing card overlay, but here below the image */
.ps-tag {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 28px;
    align-items: stretch;
    overflow: hidden;
}

.ps-tag-cat {
    background: #006547;
    color: #fff;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 10px 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-radius: 15px;
}

.ps-tag-date {
    background: #fff;
    color: var(--secondary);
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding: 10px 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-left: 0;
    border-radius: 15px;
}

.ps-title {
    margin: 22px 0 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1.26px;
    color: var(--secondary);
}

.ps-content {
    margin-top: 60px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #58595b;
}

.ps-content p {
    margin: 0 0 30px;
}

.ps-content p:last-child {
    margin-bottom: 0;
}

.ps-content a {
    color: #006547;
    text-decoration: underline;
}

.ps-content h2,
.ps-content h3 {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    color: var(--secondary);
    margin: 36px 0 14px;
}

.ps-content h2 {
    font-size: 24px;
    line-height: 32px;
}

.ps-content h3 {
    font-size: 20px;
    line-height: 28px;
}

.ps-content ul,
.ps-content ol {
    margin: 0 0 22px 22px;
    padding: 0;
}

.ps-content li {
    margin-bottom: 8px;
}

.ps-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 12px 0;
}

.ps-content blockquote {
    border-left: 3px solid #006547;
    padding: 4px 0 4px 20px;
    margin: 22px 0;
    font-style: italic;
    color: var(--secondary);
}

.ps-divider {
    border: 0;
    border-top: 1px solid rgba(4, 37, 62, 0.18);
    margin: 60px 0 36px;
}

.ps-share {
    text-align: center;
    margin: 0 0 0;
}

.ps-share-label {
    display: block;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    color: #58595b;
    margin-bottom: 16px;
}

.ps-share-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 12px;
    justify-content: center;
}

.ps-share-list a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(4, 37, 62, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    transition: 0.2s;
    text-decoration: none;
}

.ps-share-list a:hover {
    background: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
}

@media (max-width: 900px) {
    .rp-row.is-banded,
    .rp-row.is-banded {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .page-id-515 .rp-row {
        grid-template-columns: 100%;
    }
    .od-hero-video-el {
        -webkit-mask: url(/wp-content/uploads/2025/11/video-path.svg) no-repeat
            right !important;
        mask: url(/wp-content/uploads/2025/11/video-path.svg) no-repeat right !important;
        -webkit-mask-size: contain !important;
    }
    .olympia-dialogues-page section.od-hero {
        flex-direction: column-reverse;
        display: flex;
    }
    .dots-top-left,
    .dots-top-right,
    .dots-bottom-right,
    .dots-bottom-left {
        display: none;
    }
    .oi-track-band > svg {
        display: none;
    }
    .oi-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-media {
        margin-top: -200px;
    }

    .ps-media img {
        height: auto;
        aspect-ratio: 16/10;
    }

    .ps-title {
        font-size: 28px;
        line-height: 36px;
    }

    .ps-hero-inner {
        padding: 40px 20px 0;
    }
}

/* ---- Read more (related posts)  REUSES .pr-results-title + .pr-grid + .pr-card from archive ---- */
.ps-related {
    padding: 30px 0 110px;
}

/* .ps-related-wrap base in og-wrap primitive (1463); only padding kept here */
.ps-related-wrap {
    padding: 0 60px;
}

.ps-related .pr-results-title {
    text-align: center;
    margin-bottom: 40px;
}

.ps-related .pr-grid {
    justify-content: center;
}

/* ============================================================
   MEDIA RESOURCES  (hero reuses pr-hero text-only shell)
   ============================================================ */
.media-resources-page .pr-hero {
    padding-bottom: 120px;
}

/* ---- Download sections (flexible content) ---- */
.mr-downloads {
    padding: 70px 0 30px;
}

.mr-group {
    padding: 30px 0;
}

.mr-group + .mr-group {
    border-top: 1px solid rgba(4, 37, 62, 0.12);
}

.mr-group-title {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.84px;
    color: var(--secondary);
    margin: 0 0 28px;
}

.mr-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.mr-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 24px;
    background: #fff;
    text-decoration: none;
    transition: 0.2s;
    border: 2px solid #e5efec;
    border-radius: 10px;
    min-height: 130px;
}

.mr-card:hover {
    background: #e5efec;
}

.mr-card-name {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: var(--secondary);
}

.mr-card-dl {
    align-self: flex-end;
    color: var(--secondary);
    display: inline-flex;
    transition: 0.2s;
}

.mr-card:hover .mr-card-dl {
    color: #006547;
    transform: translateY(2px);
}

/* ---- Boxes (contact / follow / press) ---- */
.mr-boxes {
    padding: 40px 0 100px;
}

.mr-box {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(4, 37, 62, 0.08);
    border-radius: 20px;
    box-shadow: 0px 5px 15px #04253e33;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mr-box-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.72px;
    color: var(--secondary);
}

.mr-box-desc {
    margin: 12px 0 0;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #58595b;
    max-width: 620px;
}

.mr-box--contact {
    margin-bottom: 24px;
}

.mr-box-pill {
    flex: 0 0 auto;
    background: rgba(0, 101, 71, 0.08);
    color: #006547;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 14px 26px;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.2s;
    white-space: nowrap;
}

.mr-box-pill:hover {
    background: #006547;
    color: #fff;
}

.mr-box-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.mr-box-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef2f1;
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.mr-box-icon:hover {
    background: var(--primary);
    color: #fff;
}

.mr-box-more {
    flex: 0 0 auto;
    color: var(--secondary);
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
}

.mr-box-more svg {
    background-color: #eef2f1;
    padding: 14px;
    margin-right: 8px;
}

.mr-box-more:hover svg {
    background-color: #006547;
    margin-right: 8px;
}

.mr-box-more:hover svg path {
    fill: #fff;
}

/* responsive */
@media (max-width: 1200px) {
    .mr-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .mr-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .mr-box-row {
        grid-template-columns: 1fr;
    }

    .mr-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .mr-box-pill {
        align-self: stretch;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .mr-cards {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   CONTACT  (hero reuses pr-hero text-only shell)
   ============================================================ */
/* light-green band under the hero (cut recolored to match  see below) */
.ct-offices {
    background: linear-gradient(180deg, #e5efec 0%, #e5efec 150px, #fff 430px);
    padding: 60px 0 70px;
}

.ct-offices-title {
    margin: 0;
}

.ct-offices-sub {
    margin: 12px 0 44px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #58595b;
}

.ct-offices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}

/* staggered middle card (matches design) */
.ct-office {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 5px 15px #04253e33;
    border-radius: 20px;
    padding: 36px 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ct-office-title {
    margin: 0 0 14px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.6px;
    color: var(--secondary);
}

.ct-office-address {
    display: block;
    margin: 0 0 22px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #58595b;
    text-decoration: none;
    transition: color 0.2s;
}

a.ct-office-address:hover {
    color: #006547;
}

.ct-office-pill {
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 12px 22px;
    border-radius: 5px;
    background: #e5efec;
    color: var(--secondary);
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    transition: 0.2s;
}

.ct-office-pill:last-child {
    margin-bottom: 0;
}

.ct-office-pill:hover {
    background: #006547;
    color: #fff;
}

/* recolor the hero cut-bottom to the band green on this page only */
.contact-page section.pr-hero.cg-hero::after {
    background: #e5efec;
    -webkit-mask: url(/wp-content/themes/groupolympia.com/assets/img/cut-bottom.svg)
        center/100% 100% no-repeat;
    mask: url(/wp-content/themes/groupolympia.com/assets/img/cut-bottom.svg)
        center/100% 100% no-repeat;
}

/* ---- Form (Contact Form 7) ---- */
.ct-form {
    padding: 50px 0 110px;
}

.ct-form-inner {
    max-width: 860px;
    margin: 0 auto;
}

.ct-form-head {
    text-align: left;
    margin-bottom: 36px;
}

.ct-form-desc {
    margin: 16px 0 0;
    max-width: 760px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #58595b;
}

.ct-form-body .wpcf7-form p {
    margin: 0 0 16px;
}

.ct-form-body label {
    display: flex;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    color: var(--secondary);
}

.ct-form-body label a {
    text-decoration: underline;
    color: var(--secondary);
}

.ct-form-body
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.ct-form-body textarea,
.ct-form-body select {
    width: 100%;
    box-sizing: border-box;
    margin-top: 6px;
    padding: 18px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #f3f4f5;
    font-family: "alfabet" !important;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: var(--secondary);
    transition:
        border-color 0.2s,
        background 0.2s;
}

.ct-form-body ::placeholder {
    color: #58595b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "alfabet" !important;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.ct-form-body input:focus,
.ct-form-body textarea:focus,
.ct-form-body select:focus {
    outline: none;
    border-color: #006547;
    background: #fff;
}

.ct-form-body textarea {
    min-height: 200px;
    resize: vertical;
}

/* submit as text-link with arrow (design: "Send Message ") */
.ct-form-body .wpcf7-submit {
    width: auto;
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--secondary);
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.96px;
    cursor: pointer;
    transition: color 0.2s;
}

.ct-form-body .wpcf7-submit:hover {
    color: #006547;
}

.ct-form-body .wpcf7-spinner {
    margin: 0 0 0 14px;
}

/* two-column form rows when CF7 markup wraps fields in a .ct-row container */
.ct-form-body .ct-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.two-col-fields br {
    display: none;
}

.two-col-fields p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.accept-submit > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accept-submit br {
    display: none;
}

.accept-submit {
    position: relative;
    padding-top: 40px;
}

.accept-submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -40px;
}

/* default */
.ct-form-body input.wpcf7-submit {
    padding-right: 44px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2018%2018%27%3E%3Cpath%20d%3D%27M20.988%2011.112%208.1%2024%205.983%2021.883%2018.869%208.995H7.512V6H23.983V22.471H20.988Z%27%20transform%3D%27translate(-5.983%20-6)%27%20fill%3D%27%2304253e%27/%3E%3C/svg%3E")
        no-repeat right 12px center / 20px 20px;
}

/* hover icon color */
.ct-form-body input.wpcf7-submit:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2018%2018%27%3E%3Cpath%20d%3D%27M20.988%2011.112%208.1%2024%205.983%2021.883%2018.869%208.995H7.512V6H23.983V22.471H20.988Z%27%20transform%3D%27translate(-5.983%20-6)%27%20fill%3D%27%23267a5e%27/%3E%3C/svg%3E");
}

/* while submitting (CF7) keep hover color */
.ct-form-body form.wpcf7-form.submitting input.wpcf7-submit {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2018%2018%27%3E%3Cpath%20d%3D%27M20.988%2011.112%208.1%2024%205.983%2021.883%2018.869%208.995H7.512V6H23.983V22.471H20.988Z%27%20transform%3D%27translate(-5.983%20-6)%27%20fill%3D%27%23267a5e%27/%3E%3C/svg%3E");
}

span.wpcf7-form-control.wpcf7-acceptance input {
    width: 30px;
    height: 30px;
}

span.wpcf7-list-item-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px;
}

.accept-submit
    .wpcf7-form-control.wpcf7-acceptance
    input[type="checkbox"]:checked
    + .wpcf7-list-item-label::before {
    background-color: #267a5e;
    border-color: #267a5e;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M9%2016.2l-3.5-3.5L4%2014.2%209%2019l11-11-1.5-1.5z%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

.accept-submit
    .wpcf7-form-control.wpcf7-acceptance
    .wpcf7-list-item-label::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #04253e;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    flex: 0 0 30px;
    margin-right: 10px;
}

.accept-submit .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.accept-submit .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

@media (max-width: 1024px) {
    .ct-offices-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .ct-offices-grid {
        grid-template-columns: 1fr;
    }

    .ct-form-body .ct-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   PRIMITIVE  primary navy pill button (.og-btn)
   ============================================================ */
.og-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: 999px;
    background: var(--secondary);
    color: #fff;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s;
}

.og-btn:hover {
    background: var(--primary);
}

.og-btn svg {
    transition: transform 0.3s ease;
}

.og-btn:hover svg {
    transform: rotate(45deg);
}

/* ============================================================
   404 PAGE  full-screen standalone (matches XD)
   ============================================================ */
.e404-standalone {
    margin: 0;
}

.e404-page {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 20px 90px;
    background: linear-gradient(180deg, #ffffff 0%, #e7f1ec 100%);
    text-align: center;
    position: relative;
}

.e404-logo {
    display: block;
    line-height: 0;
}

.e404-logo img {
    width: 200px;
    height: auto;
}

.e404-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.e404-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
    width: 540px;
    max-width: 88vw;
    height: auto;
    opacity: 0.07;
    pointer-events: none;
    z-index: 0;
}

.e404-code {
    position: relative;
    z-index: 1;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 700;
    font-size: 200px;
    line-height: 1;
    letter-spacing: -6px;
    color: #006547;
}

.e404-sub {
    position: relative;
    z-index: 1;
    margin: 4px 0 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.9px;
    color: #006547;
}

.e404-btn {
    display: inline-block;
    padding: 13px 26px;
    border-radius: 4px;
    background: var(--secondary);
    color: #fff;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s;
}

.e404-btn:hover {
    background: #006547;
}

@media (max-width: 600px) {
    .e404-code {
        font-size: 110px;
        letter-spacing: -3px;
    }

    .e404-sub {
        font-size: 22px;
    }

    .e404-watermark {
        width: 320px;
    }
}

main.e404-page svg path {
    fill: var(--primary);
}

main.e404-page svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.04;
}

/* ============================================================
   OLYMPIA DIALOGUES
   ============================================================ */
/* ---- custom header: transparent overlay, floating Dialogues logo, white pill widget ---- */
.header-dialogues {
    position: fixed;
    /* sticky always (transparent overlay) */
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

/* kill the base theme's scroll behaviour (navy/white bar + shadow + slide) */
.header-dialogues.scrolled {
    position: fixed;
    background: transparent;
    filter: none;
    box-shadow: none;
    animation: none;
}

.header-dialogues .header-content,
.header-dialogues.scrolled .header-content {
    background: transparent;
    padding: 34px 60px;
    align-items: flex-start;
}

/* kill the JS-inserted spacer so content doesn't jump when sticky */
.header-dialogues + div[style] {
    display: none !important;
}

.header-dialogues .od-logo {
    display: block;
    width: 198px;
    line-height: 0;
    position: relative;
    z-index: 2;
}

.header-dialogues .od-logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* widgets always dark (light hero / white pill bg), become a white pill on scroll */
.header-dialogues .widgets {
    align-items: center;
    gap: 22px;
    background: transparent;
    position: absolute;
    top: 34px;
    right: 60px;
    transition: all 0.3s ease-in;
}

.header-dialogues.scrolled .widgets {
    background: #fff;
    padding: 14px 60px 14px 18px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 15px;
}

/* search + burger always navy on this page */
.header-dialogues form.search-form,
.header-dialogues.scrolled form.search-form {
    margin-right: 0;
    border-bottom: 0;
}

.header-dialogues form.search-form .search-field,
.header-dialogues form.search-form .search-field::placeholder,
.header-dialogues.scrolled form.search-form .search-field,
.header-dialogues.scrolled form.search-form .search-field::placeholder {
    color: var(--secondary);
}

.header-dialogues form.search-form .search-submit svg path {
    stroke: var(--secondary);
}

.header-dialogues .burger-menu,
.header-dialogues.scrolled .burger-menu {
    border-left: unset;
}

.header-dialogues .burger-menu span,
.header-dialogues.scrolled .burger-menu span {
    background-color: var(--secondary);
}

/* language selector + dividers (per Figma sticky header) */
.header-dialogues .od-lang {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(4, 37, 62, 0.08);
    border-radius: 5px;
    padding: 8px 11px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: var(--secondary);
    cursor: pointer;
}

.header-dialogues .burger-menu {
    border-left: none;
    padding-left: 0;
}

.header-dialogues .od-hd-divider {
    width: 1px;
    height: 20px;
    background: rgba(4, 37, 62, 0.2);
    flex: 0 0 1px;
}

/* ---- hero (light gradient bg + masked flower video) ---- */
/* prevent the fixed slide-in menu (right:-600px) from creating horizontal scroll */
.olympia-dialogues-page {
    overflow-x: clip;
}

html:has(.olympia-dialogues-page) {
    overflow-x: hidden;
}

.od-hero {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 979px;
    padding: 160px 0 0;
    background: linear-gradient(180deg, #ffffff 0%, #e5efec 100%);
}

.od-hero-inner {
    position: relative;
    z-index: 2;
}

.od-hero-text {
    max-width: 848px;
}

.od-hero-eyebrow {
    display: block;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.72px;
    color: #267a5e;
}

.od-hero-title {
    margin: 12px 0 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: -1.74px;
    color: #04253e;
}

.od-hero-subtitle {
    margin: 30px 0 0;
    max-width: 848px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.84px;
    color: #04253e;
}

.od-hero-para {
    margin: 26px 0 0;
    max-width: 719px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #58595b;
}

/* masked flower video, bleeds to the right viewport edge */
/* masked flower video  SAME flower mask as the homepage (video-path.svg) */
.od-hero-video {
    position: absolute;
    top: 150px;
    right: -40px;
    width: 760px;
    height: 820px;
    z-index: 1;
}

.od-hero-video-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask: url(/wp-content/uploads/2025/11/video-path.svg) no-repeat
        center;
    mask: url(/wp-content/uploads/2025/11/video-path.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.od-hero-dots {
    position: absolute;
    left: max(20px, calc((100% - 1494px) / 2 + 44px));
    bottom: 50px;
    z-index: 2;
    line-height: 0;
}

.od-hero-dots img {
    display: block;
}

.od-hero-cut {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    background: url(/wp-content/themes/groupolympia.com/assets/img/dialogues-cut-bottom.svg)
        no-repeat center bottom;
    background-size: 100% 100%;
    pointer-events: none;
}

@media (max-width: 1500px) {
    .od-hero-video {
        width: 46vw;
        height: auto;
        aspect-ratio: 657 / 774;
    }
}

@media (max-width: 900px) {
    .od-hero {
        min-height: 0;
        padding: 180px 0 0;
    }

    .od-hero-video {
        position: static;
        width: 100%;
        margin: 30px 0 0;
        aspect-ratio: 16/11;
    }

    .od-hero-title {
        font-size: 40px;
        line-height: 48px;
    }

    .od-hero-subtitle {
        font-size: 22px;
        line-height: 32px;
    }

    .od-hero-dots {
        display: none;
    }
}

/* ---- Dialogues: loading screen (GSAP) ---- */
.od-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #e5efec 100%);
}

.od-loader-logo {
    width: 420px;
    max-width: 70vw;
    height: auto;
}

body.od-loaded .od-loader {
    pointer-events: none;
}

.od-anim {
    opacity: 1;
}

body.od-animating .od-anim {
    opacity: 0;
}

/* ---- Dialogues: Intro (two columns) ---- */
.od-intro {
    padding: 90px 0 70px;
}

.od-intro-grid {
    display: grid;
    grid-template-columns: 588px 711px;
    gap: 167px;
}

.od-intro-l-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -1.14px;
    color: #267a5e;
}

.od-intro-l-text {
    margin: 18px 0 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.72px;
    color: #267a5e;
}

.od-intro-r-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.84px;
    color: #04253e;
}

.od-intro-r-text {
    margin: 22px 0 0;
}

.od-intro-r-text p {
    margin: 0 0 18px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #58595b;
}

.od-intro-r-text p:last-child {
    margin-bottom: 0;
}

.od-intro-r-text strong {
    color: #04253e;
}

/* ---- Dialogues: Speakers slider ---- */
.od-speakers {
    padding: 30px 0 70px;
}

.od-speakers-head {
    display: flex;
    justify-content: flex-end;
    margin: 0 60px 25px auto;
}

/* dialogues carousels reuse the standard .swiper-navigation buttons/bullets */
/* .od-speakers prefix: Swiper .swiper{padding:0} loads after style.css and zeroed the container offset */
.od-speakers .od-speakers-carousel {
    overflow: hidden;
    padding-left: max(20px, calc((100% - 1494px) / 2));
}

.od-speakers-carousel .swiper-slide {
    width: 407px;
}

.od-speaker {
    position: relative;
    width: 407px;
    height: 580px;
    border-radius: 25px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

a.od-speaker:after {
    content: "";
    width: stretch;
    height: stretch;
    background: transparent;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin: 6px;
    border-radius: 22px;
}

.od-speaker-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
    /* uploads render B&W without pre-editing (client req, Tasky 14768) */
    filter: grayscale(1);
}

.od-speaker:hover .od-speaker-img {
    transform: scale(1.04);
}

/* overlay: subtle gradient at bottom (default) -> reaches to the top (hover) */
.od-speaker-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(4, 37, 62, 0) 55%,
        rgba(4, 37, 62, 0.7) 100%
    );
    transition: background 0.5s ease;
    pointer-events: none;
}

.od-speaker:hover .od-speaker-overlay {
    background: linear-gradient(
        180deg,
        rgba(4, 37, 62, 0.1) 0%,
        rgba(4, 37, 62, 0.55) 35%,
        rgba(4, 37, 62, 0.92) 100%
    );
}

/* ONE content block, left-aligned; slides UP on hover to reveal quote + read more */
.od-speaker-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: left;
    /* default: only name + role (~96px) visible at the bottom; rest pushed below */
    transform: translateY(calc(100% - 120px));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.od-speaker:hover .od-speaker-content {
    transform: translateY(0);
}

.od-speaker-name {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}

.od-speaker-role {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 8px;
}

.od-speaker-quote {
    margin: 28px 0 0;
    position: relative;
    padding-top: 30px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.od-speaker-quote::before {
    content: "\201C";
    position: absolute;
    top: 4px;
    left: 0;
    font-family: Georgia, serif;
    font-size: 44px;
    line-height: 1;
    color: #fff;
}

.od-speaker-quote::after {
    content: "\201D";
    margin-left: 4px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 44px;
    position: absolute;
    bottom: -10px;
}

.od-speaker-more {
    align-self: flex-end;
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

/* read-more arrow: own hover -> arrow gets a white circle */
.od-speaker-more-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    transition: 0.25s;
}

.od-speaker-more:hover .od-speaker-more-ic {
    background: #fff;
    color: var(--secondary);
    border-color: #fff;
}

/* ---- Dialogues: Ideas in Motion ---- */
/* ===== IDEAS IN MOTION v2 — 2-column video grid (replaces the swiper, 2026-07-31) ===== */
.od-ideas-v2 {
    padding: 30px 0 80px;
    padding-left: 20px;
    padding-right: 20px;
}

.od-ideas-v2-band {
    max-width: 1500px;
    margin: 0 auto;
    background: #e5efec; /* same green as the original .od-ideas-band */
    border-radius: 20px;
    padding: 60px;
    box-sizing: border-box;
}

.od-ideas-v2-head {
    margin-bottom: 30px;
}

.od-ideas-v2-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: clamp(32px, 3.5vw, 52px);
    line-height: 1.1;
    letter-spacing: -1.56px;
    color: #267a5e;
}

.od-ideas-v2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.od-ideas-video {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}

.od-ideas-video-el {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.od-ideas-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent linear-gradient(359deg, #00291d 0%, #00291d00 100%)
        0% 0% no-repeat padding-box;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.od-ideas-video .play-label {
    transition:
        opacity 0.3s ease,
        background 0.1s ease-in,
        color 0.1s ease-in;
}

.od-ideas-video.is-playing::after,
.od-ideas-video.is-playing .play-label {
    opacity: 0;
    pointer-events: none;
}

.od-ideas {
    padding: 30px 0 80px;
    overflow: hidden;
    padding-left: max(20px, calc((100% - 1494px) / 2));
}

.od-ideas-band {
    max-width: 1707px;
    margin: 0 auto;
    background: #e5efec;
    border-radius: 20px;
    padding: 60px 0 60px 60px;
    position: relative;
    overflow: hidden;
}

.od-ideas-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
    margin-bottom: 30px;
}

.od-ideas-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -1.56px;
    color: #267a5e;
}

.od-ideas-carousel {
    overflow: visible;
}

.od-ideas-carousel .swiper-slide {
    width: 471px;
}

.od-ideas-carousel .swiper-slide:hover .od-idea-title {
    text-decoration: underline;
}

.od-ideas-carousel .swiper-slide .od-idea-arrow svg {
    transform: rotate(0deg);
    transition: all 0.3s ease-in;
}

.od-ideas-carousel .swiper-slide:hover .od-idea-arrow svg {
    transform: rotate(45deg);
}

.od-ideas-carousel .swiper-slide .od-idea img {
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.od-ideas-carousel .swiper-slide:hover .od-idea img {
    transform: scale(1.2);
}

.od-idea {
    position: relative;
    display: block;
    width: 471px;
    height: 304px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

.od-idea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.od-idea-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(4, 37, 62, 0) 40%,
        rgba(4, 37, 62, 0.8) 100%
    );
}

.od-idea-title {
    position: absolute;
    left: 24px;
    right: 72px;
    bottom: 26px;
    z-index: 3;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

/* up-right arrow, bottom-right (links to the post) */
.od-idea-arrow {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
}

.od-idea:hover .od-idea-arrow {
    background: #fff;
}

.od-idea:hover .od-idea-arrow svg path {
    fill: var(--secondary);
}

.od-ideas-fade {
    position: absolute;
    top: 0;
    right: 0;
    width: 122px;
    height: 100%;
    background: linear-gradient(to right, rgba(229, 239, 236, 0), #e5efec 70%);
    pointer-events: none;
    z-index: 2;
}

/* ---- Dialogues: Body text ---- */
.od-body {
    padding: 40px 0;
}

.od-body-inner {
    max-width: 900px;
    margin: auto;
}

.od-body-lead {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.84px;
    color: #04253e;
}

.od-body-text {
    margin: 24px 0 0;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #58595b;
    max-width: 846px;
}

/* ---- Dialogues: Voices grid ---- */
.od-voices {
    padding: 60px 0 180px;
}

.od-voices-title {
    margin: 0 0 30px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.66px;
    color: var(--primary);
}

.od-voices-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 16px;
    row-gap: 50px;
}

.od-voice-media {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
    background: #e5efec;
}

.od-voice-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(1);
    transition: filter 0.3s;
}

.od-voice:hover .od-voice-media img {
    /* stays B&W on hover too (client req, Tasky 14768) */
    filter: grayscale(1);
}

.od-voice-name {
    margin: 18px 0 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font: normal normal 600 16px/20px "alfabet";
    letter-spacing: -0.48px;
    color: #04253e;
}

.od-voice-role {
    margin: 8px 0 0;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    font: normal normal 600 12px/18px "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: #04253e;
    opacity: 0.6;
}

.od-voice-theme {
    margin: 16px 0 0;
}

.od-voice-theme-label {
    display: flex;
    align-items: center;
    gap: 10px;
    /*font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;*/
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    font: normal normal normal 10px/20px Alfabet;
    letter-spacing: 1px;
    color: #006547;
    opacity: 0.5;
}

.od-voice-theme-line {
    flex: 1;
    height: 1px;
    max-width: 15px;
    background: rgba(4, 37, 62, 0.3);
}

.od-voice-theme-text {
    display: block;
    margin: 8px 0 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #267a5e;
}

/* Dialogues bottom link reuses the standard .cg-subcategory (see functions.php / CG page) */
@media (max-width: 1500px) {
    .od-intro-grid {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    .od-body-inner {
        padding-left: 0;
    }

    .od-ideas-band {
        margin: 0 20px;
    }
}

@media (max-width: 1024px) {
    .od-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .od-voices-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .od-voices-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .od-ideas-title {
        font-size: 34px;
    }

    .od-loader-logo {
        width: 260px;
    }
}

/* ============================================================
   SINGLE DIALOGUE (Active Dialogue inner page)
   ============================================================ */
.ds-header .header-content {
    background: transparent;
    padding: 34px 60px;
    align-items: flex-start;
}

.ds-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    color: var(--secondary);
    text-decoration: none;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ds-back-ic {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(4, 37, 62, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    transition: 0.2s;
}

.ds-back:hover .ds-back-ic {
    background: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
}

/* hero: light-green band, photo card left, title/name/role right */
.ds-hero {
    background: #e5efec;
    position: relative;
}

.ds-hero-inner {
    max-width: 1192px;
    margin: 0 auto;
    min-height: 424px;
    display: grid;
    grid-template-columns: 343px 1fr;
    gap: 60px;
    align-items: center;
    padding-top: 60px;
    box-sizing: border-box;
}

.ds-hero-photo {
    width: 343px;
    height: 487px;
    align-self: start;
    margin-top: 56px;
    margin-bottom: -63px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 15px 30px rgba(4, 37, 62, 0.2);
    background: #fff;
    box-sizing: border-box;
}

.ds-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* uploads render B&W without pre-editing (client req, Tasky 14768) */
    filter: grayscale(1);
}

.ds-hero-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: -1.14px;
    color: #04253e;
    max-width: 789px;
}

.ds-hero-name {
    display: block;
    margin-top: 26px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.72px;
    color: #006547;
}

.ds-hero-role {
    display: block;
    margin-top: 8px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #58595b;
}

/* article body */
.ds-article {
    padding: 100px 0 90px;
}

.ds-body {
    max-width: 1072px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.ds-pullquote {
    margin: 0 0 36px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.78px;
    color: #04253e;
}

.ds-content {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #58595b;
}

.ds-content p {
    margin: 0 0 26px;
}

.ds-content p:last-child {
    margin-bottom: 0;
}

.ds-content a {
    color: #006547;
    text-decoration: underline;
}

.ds-content strong {
    color: #04253e;
}

.ds-content h2,
.ds-content h3 {
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    color: #04253e;
    margin: 38px 0 16px;
}

.ds-content h2 {
    font-size: 26px;
    line-height: 34px;
}

.ds-content h3 {
    font-size: 20px;
    line-height: 28px;
}

.ds-content img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 34px 0;
    display: block;
}

.ds-content blockquote {
    margin: 30px 0;
    padding-left: 22px;
    border-left: 3px solid #006547;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-size: 22px;
    line-height: 34px;
    color: #04253e;
}

.ds-content iframe,
.ds-content video,
.ds-content .wp-block-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 20px;
    margin: 34px 0;
    display: block;
    border: 0;
}

/* share row (reuses .ps-share from the press single) */
.ds-share {
    border-top: 1px solid rgba(4, 37, 62, 0.18);
    padding-top: 36px;
    margin-top: 60px;
}

@media (max-width: 900px) {
    .ds-hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 120px;
        text-align: center;
    }

    .ds-hero-photo {
        margin: 0 auto -40px;
    }

    .ds-hero-title {
        font-size: 28px;
        line-height: 38px;
    }

    .ds-article {
        padding: 70px 0 60px;
    }
}

/* ============================================================
   SEARCH RESULTS PAGE (search.php)
   Reuses: pr-hero/cg-hero shell, cg-hero-bg, cg-hero-ornament,
           pr-grid + pr-card (article cards via pr_render_card()).
   ============================================================ */
.search-results-page .search-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 213px;
    padding-right: 62px;
}

/* HERO  text-only navy + cut-bottom, taller than press-releases */
section.search-hero.pr-hero.cg-hero {
    height: auto;
    /* min-height: 520px; */
    padding-top: 80px;
    padding-bottom: 140px;
}

.search-hero .search-wrap {
    position: relative;
    z-index: 1;
}

.search-kicker {
    display: block;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.72px;
    color: #267a5e;
}

.search-eyebrow {
    display: block;
    margin-top: 34px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.search-query-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    max-width: 1493px;
    margin-top: 18px;
}

.search-query-form {
    margin: 0;
}

.search-query {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 68px;
    line-height: 74px;
    letter-spacing: -2.04px;
    color: #fff;
    caret-color: #fff;
}

.search-query::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search-query::-webkit-search-cancel-button,
.search-query::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.search-clear {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.search-clear-x {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    transition: 0.2s;
}

.search-clear:hover .search-clear-x {
    background: #fff;
    color: #04253e;
}

.search-hero-line {
    display: block;
    height: 2px;
    width: 100%;
    max-width: 1493px;
    background: #fff;
    margin-top: 28px;
}

/* RESULTS BODY */
/* .search-results {
    padding: 38px 0 110px;
} */
.search-count {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.45px;
    color: #04253e;
}

.search-group {
    margin-top: 46px;
}

.search-group-title {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.6px;
    color: #006547;
}

/* PAGES  white rounded cards (286x180) */
.search-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 28px;
}

.search-page-card {
    width: 286px;
    min-height: 180px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(4, 37, 62, 0.2);
    padding: 26px 20px 22px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition:
        box-shadow 0.25s,
        transform 0.25s;
}

.search-page-card:hover {
    box-shadow: 0 12px 28px rgba(4, 37, 62, 0.28);
    transform: translateY(-3px);
}

.search-page-name {
    margin: 0;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.6px;
    color: #04253e;
}

.search-page-desc {
    margin: 12px 0 0;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.39px;
    color: #58595b;
}

.search-page-view {
    margin-top: auto;
    padding-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 9px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #04253e;
}

.search-page-view svg {
    width: 12px;
    height: 12px;
    padding: 9px;
    box-sizing: content-box;
    background-color: rgba(0, 101, 71, 0.1);
    border-radius: 50%;
    transition: 0.25s;
}

.search-page-card:hover .search-page-view svg {
    background-color: #006547;
}

.search-page-card:hover .search-page-view svg path {
    fill: #fff;
}

/* divider between Pages and Articles */
.search-divider {
    height: 1px;
    background: rgba(4, 37, 62, 0.2);
    margin: 54px 0 0;
}

/* ARTICLES  reuse pr-grid + pr-card */
.search-group--articles .pr-grid {
    margin-top: 30px;
}

.search-empty {
    margin: 30px 0 60px;
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 16px;
    color: #58595b;
}

@media (max-width: 1280px) {
    .search-results-page .search-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }

    .search-query {
        font-size: 54px;
        line-height: 60px;
        letter-spacing: -1.5px;
    }
}

@media (max-width: 900px) {
    .search-results-page .search-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }

    section.search-hero.pr-hero.cg-hero {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .search-query-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .search-query {
        font-size: 38px;
        line-height: 44px;
        letter-spacing: -1px;
    }

    .search-pages {
        gap: 18px;
    }
}

/* ============================================================
   GENERIC PAGE template (Privacy Policy, Terms, etc.)
   ============================================================ */
/* white page  force the header into its solid/dark-logo state from the top */
.generic-page header {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(4, 37, 62, 0.1);
}

.generic-page header .header-content {
    padding: 20px 60px;
    background-color: #fff;
}

.generic-page header .logo img {
    content: url(/wp-content/uploads/2025/11/olympiagroup-logo-dark.png);
}

.generic-page header form.search-form svg path {
    stroke: var(--secondary);
}

.generic-page header form.search-form .search-field,
.generic-page header form.search-form .search-field::placeholder {
    color: var(--secondary);
}

.generic-page header .burger-menu {
    border-left: 1px solid rgba(4, 37, 62, 0.2);
}

.generic-page header .burger-menu span {
    background-color: var(--secondary);
}

.gp {
    padding: 70px 0 100px;
}

.gp-wrap {
    max-width: 1192px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.gp-title {
    margin: 0 0 26px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.08px;
    color: #04253e;
    text-transform: uppercase;
}

/* rich-text body */
.gp-content {
    font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #58595b;
}

.gp-content h2 {
    margin: 44px 0 14px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.72px;
    color: #04253e;
}

.gp-content h3 {
    margin: 32px 0 12px;
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.54px;
    color: #04253e;
}

.gp-content p {
    margin: 0 0 18px;
}

.gp-content a {
    color: #006547;
    text-decoration: underline;
    word-break: break-word;
}

.gp-content strong,
.gp-content b {
    color: #04253e;
    font-weight: 700;
}

/* bullet lists  green dot */
.gp-content ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.gp-content ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.gp-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #006547;
}

/* tables (cookie tables) */
.gp-content .gp-table-wrap {
    overflow-x: auto;
    margin: 8px 0 26px;
}

.gp-content table {
    width: 100%;
    border-collapse: collapse;
}

.gp-content th {
    text-align: left;
    vertical-align: top;
    padding: 12px 16px 12px 0;
    border-bottom: 1px solid rgba(88, 89, 91, 0.2);
    font-family: "alfabet", "Inter", system-ui, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.54px;
    color: #04253e;
}

.gp-content td {
    vertical-align: top;
    padding: 12px 16px 12px 0;
    border-bottom: 1px solid rgba(88, 89, 91, 0.2);
    font-size: 14px;
    line-height: 30px;
    color: #58595b;
}

@media screen and (max-width: 1799px) and (min-width: 1200px) {
    .pf-hero-title {
        text-align: left;
        font: normal normal normal 38px/50px Alfabet;
        letter-spacing: -1.14px;
        color: #ffffff;
        color: #fff;
        margin: 0;
    }

    .pf-hero-text {
        margin-left: 30px;
        max-width: 50%;
        flex: 0 0 auto;
    }

    .pf-companies-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .cg-wrap.cg-wrap-wide,
    section.pf-companies .pf-wrap {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    .og-wrap.og-wrap--1494 {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    .container {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    #values .description-box {
        display: flex;
        flex-direction: column;
        background-color: var(--secondary);
        border-radius: 25px;
        padding: 50px 50px;
    }

    #values .green-cards .card {
        box-shadow: 0px 5px 15px var(--secondary) 33;
        border-radius: 20px;
        border: 10px solid var(--white);
        min-width: 50%;
    }
}
@media screen and (max-width: 1499px) and (min-width: 1290px) {
    .oi-invest-band {
        position: relative;
        max-width: 1280px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 780px) {
    .pf-eco-title {
        text-align: center;
        font: normal normal normal 28px / 35px Alfabet;
    }

    #stories .wrapper-last .simple-grid {
        position: relative;
        max-width: 100%;
    }

    #stories .wrapper-last .simple-grid .grid-item {
        width: 100%;
        max-width: 32%;
    }

    section#dialogues {
        padding-left: 16px;
        padding-right: 16px;
    }

    #dialogues > svg {
        visibility: hidden;
    }

    .pf-hero-desc p {
        padding-bottom: 20px;
        text-align: left;
        font:
            normal normal normal 13px/25px "aktiv-grotesk-extended",
            sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .pf-company {
        position: relative;
        display: block;
        height: 460px;
    }

    .pf-companies-title {
        text-align: center;
        font: normal normal 500 28px/70px Alfabet;
        letter-spacing: -0.84px;
        color: #04253e;
    }

    .pf-hero-subtext {
        text-align: left;
        font:
            normal normal normal 16px/30px "aktiv-grotesk-extended",
            sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        margin: 16px 0 0;
    }

    .pf-hero-title {
        text-align: left;
        font: normal normal normal 38px/50px Alfabet;
        letter-spacing: -1.14px;
        color: #ffffff;
        color: #fff;
        margin: 0;
    }

    .pf-hero-text {
        margin-left: 10px;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .check-dots {
        left: calc(50% - 90px) !important;
    }

    .portfolio-category-page .pf-hero-text {
        margin-left: 51px;
        max-width: 50%;
        flex: 0 0 auto;
    }

    .description-box {
        text-align: center;
    }

    span.values_description {
        margin: auto;
    }

    a.has-arrow {
        justify-content: center;
    }

    .sector .thumbnail img {
        width: 100%;
    }

    .description-box {
        padding-top: 60px !important;
    }

    footer {
        margin: 0 10px;
    }

    .pf-hero-figure {
        flex: 0 0 439px;
        width: 439px;
        height: 439px;
    }

    .pf-companies-grid {
        padding: 0 16px;
        display: grid;
        grid-template-columns: 50% 50%;
    }
}

.home .ecosystem-header .has-arrow:hover svg {
    background-color: #006547 !important;
}
.home .ecosystem-header .has-arrow:hover svg path {
    fill: #ffffff !important;
}

@media (max-width: 900px) {
    .generic-page header .header-content {
        padding: 20px 24px;
    }

    .gp {
        padding: 40px 0 70px;
    }

    .gp-title {
        font-size: 28px;
        line-height: 36px;
    }

    .gp-content h2 {
        font-size: 21px;
        line-height: 29px;
    }
}

@media (max-width: 740px) {
    .home .wrapper-portfolio .porfolio .title {
        text-align: left;
        font: normal normal 600 18px/27px Alfabet;
        letter-spacing: -0.72px;
        color: #04253e;
    }
    .footer-acc.footer-acc--static {
        position: relative;
    }

    .main-footer .top .footer-acc--static .social-footer {
        position: absolute;
        margin-top: 0;
        right: 0;
        top: 50%;
    }

    #stories .story:not(:first-child) {
        border-bottom: none;
    }

    .wrapper-portfolio .porfolio {
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 20px;
        padding: 35px 30px;
        min-height: 250px;
    }

    .wrapper-portfolio .has-arrow {
        text-align: left;
        font: normal normal bold 11px/10px "aktiv-grotesk-extended";
        letter-spacing: 1.6px;
        color: #04253e;
        color: var(--secondary);
    }

    #stories .wrapper-stories {
        position: relative;
        padding: 30px 0;
    }

    .numbers-that-matter {
        padding-bottom: 40px;
    }

    a.showdesktop,
    .showdesktop {
        display: none;
    }

    /*OURSTORY*/
    .ostory-hero {
        min-height: 100vh;
    }

    .ostory-hero-dots {
        display: none;
    }

    .ostory-hero-video {
        position: relative;
        flex: 0 0 380px;
        width: 3809px;
        height: 300px;
    }

    .ostory-article-wrap:before {
        left: 10px;
    }

    .ostory-article-wrap:after {
        left: 20px;
    }

    .ostory-dashline {
        left: 30px;
    }

    .ostory-hero-title {
        font-family: "alfabet", sans-serif;
        text-align: left;
        font: normal normal normal 32px/50px Alfabet;
        letter-spacing: -0.96px;
        color: #ffffff;
        color: #fff;
        margin: 0;
    }

    .ostory-hero-subtitle {
        text-align: left;
        font: normal normal normal 18px/50px Alfabet;
        letter-spacing: -0.54px;
        color: #ffffff;
        color: #fff;
        margin: 0;
    }

    .ostory-article-heading {
        text-align: left;
        font: normal normal normal 26px/40px Alfabet;
        letter-spacing: -0.78px;
        color: #04253e;
        color: var(--secondary);
        margin: 0;
        max-width: 913px;
    }

    .ostory-hero-desc {
        text-align: left;
        font:
            normal normal normal 13px/25px "aktiv-grotesk-extended",
            sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .ostory-article-lead {
        text-align: left;
        font:
            normal normal 600 14px/25px "aktiv-grotesk-extended",
            sans-serif;
        letter-spacing: 0px;
        color: #04253e;
    }

    .ostory-article-body p {
        text-align: left;
        font:
            normal normal normal 13px/25px "aktiv-grotesk-extended",
            sans-serif;
        letter-spacing: 0px;
        color: #58595b;
    }

    .ostory-article-wrap {
        position: relative;
        padding-left: 75px;
        padding-right: 15px;
    }

    .hop-content {
        padding: 90px 20px;
    }

    .single-company .company-brand-logo {
        height: 27px;
        width: 0;
    }

    .company-excerpt p {
        text-align: left;
        font: normal normal 600 17px/30px Alfabet;
        letter-spacing: 0px;
        color: #04253e;
    }

    .company-content p {
        text-align: left;
        font:
            normal normal normal 13px/25px "aktiv-grotesk-extended",
            sans-serif;
        letter-spacing: 0px;
        color: #58595b;
    }

    .company-hl-title {
        text-align: left;
        font: normal normal 600 18px/25px Alfabet;
        letter-spacing: -0.54px;
        color: #04253e;
    }

    .company-back {
        flex-direction: row-reverse;
        display: inline-flex;
        align-items: center;
        gap: 0;
        color: #fff;
        text-decoration: none;
        font-family: "alfabet", sans-serif;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .company-intro {
        padding-right: 16px;
        max-width: 100%;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .company-hero-inner {
        position: relative;
        z-index: 1;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 90px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .company-hero-img {
        position: relative;
        height: 460px;
    }

    .company-hl-card {
        box-sizing: border-box;
        min-height: 280px;
    }

    .company-wrap {
        padding: 0 16px;
    }

    .company-website {
        width: calc(100% - 60px);
    }

    h2.company-highlights-title {
        padding-bottom: 20px;
    }

    .swiper.company-highlights-swiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
        padding-bottom: 2rem;
    }

    a.ds-back {
        margin-top: 0;
        width: 127px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 0px 0px 0px 30px;
        top: 0;
        right: 0;
        padding: 5px 10px;
    }

    .sector .details .excerpt {
        font-size: 12px;
        line-height: 22px;
    }

    body.wp-singular.dialogue-template-default.single.single-dialogue
        .header-content {
        padding: 1px 0 0 10px;
    }

    .ds-content p {
        text-align: left;
        font:
            normal normal normal 13px/25px "aktiv-grotesk-extended",
            sans-serif;
        letter-spacing: 0px;
        color: #58595b;
        margin: 0 0 26px;
    }

    .pf-ecosystem {
        position: relative;
        padding: 90px 0 50px;
    }

    .ds-hero-text {
        padding: 30px 15px;
        text-align: left;
    }

    .ds-hero-photo {
        margin: 0 auto 0px;
    }

    .ds-hero-title {
        text-align: left;
        font: normal normal 600 24px/35px Alfabet;
        letter-spacing: 0px;
        color: #04253e;
    }

    .ds-pullquote {
        text-align: left;
        font: normal normal 600 18px/30px Alfabet;
        letter-spacing: 0px;
        color: #04253e;
    }

    .ostory-tl-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }

    .ot-modal-close {
        z-index: 9;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .pf-hero-inner {
        flex-wrap: wrap;
    }

    .pf-cat-text {
        display: block;
        margin-top: 10px;
        font-family: "alfabet", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        max-width: 100%;
    }

    .pf-cat-name {
        display: block;
        font-family: "alfabet", sans-serif;
        font-weight: 700;
        font-size: 40px;
    }

    .mr-cards {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px;
    }

    section.mr-boxes {
        padding-left: 16px;
        padding-right: 16px;
    }

    .op-voices-carousel::before {
        width: 0;
    }

    .mr-group-title {
        padding-left: 16px;
    }

    .mr-card {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 22px 24px;
        background: #e5efec 0% 0% no-repeat padding-box;
        border-radius: 10px;
        text-decoration: none;
        transition: 0.2s;
        border: 2px solid #e5efec;
        border-radius: 10px;
        min-height: 95px;
    }

    section.ct-offices,
    section.ct-form {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ct-form-body label {
        display: flex;
        font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
        font-size: 12px;
    }

    .ct-form-body .wpcf7-submit {
        font-size: 20px;
    }

    .oi-track-band {
        padding: 60px 20px;
    }

    .oi-invest-text {
        position: absolute;
        left: 80px;
        top: 180px;
        max-width: calc(100% - 115px);
        z-index: 1;
    }

    .oi-stat {
        position: relative;
        box-sizing: border-box;
        min-height: 280px;
    }

    .oi-invest {
        padding: 0 16px 80px;
    }

    .oi-invest-play {
        position: absolute;
        right: 15px;
        top: 90%;
        transform: translateY(-50%);
        z-index: 1;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.35);
        background: rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-decoration: none;
        font-family: "alfabet", sans-serif;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 0.5px;
        color: #fff;
        text-align: center;
        transition: 0.25s;
    }

    .oi-invest-title {
        font: normal normal normal 32px/40px "alfabet";
        letter-spacing: 0px;
        color: #ffffff;
        color: #fff;
        margin: 0;
    }

    .oi-track-title {
        text-align: left;
        font: normal normal 500 28px/40px "alfabet";
        letter-spacing: -0.84px;
        color: #04253e;
    }

    .cg-bod-box {
        padding: 70px 20px;
        color: #fff;
    }

    .cg-role-cols {
        display: grid;
        grid-template-columns: 100%;
        gap: 60px;
        align-items: start;
        max-width: 100%;
    }

    .cg-board-band .cg-wrap {
        position: relative;
        z-index: 1;
        max-width: 100%;
        padding: 0 16px;
    }

    body.wp-singular.page-template-default.page.logged-in.wp-custom-logo.wp-theme-groupolympiacom.corporate-governance {
    }

    .page-id-195 .cg-accordion {
        grid-template-columns: 100%;
    }

    .page-id-195 section.cg-committees {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* .page-id-195 .cg-imgtext-inner.reverse {
        grid-template-columns: 100% !important;
        padding: 0 16px;
    } */

    /* .page-id-195 .cg-imgtext-inner,
    .page-id-195 .cg-imgtext-inner.reverse {
        display: grid;
        grid-template-columns: 100% !important;
        gap: 69px;
        align-items: center;
    } */

    .page-id-195 .cg-imgtext-imgframe img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 14px;
        display: block;
        max-width: 100%;
        max-height: 424px;
    }

    .page-id-195 .cg-imgtext-imgframe {
        background: #fff;
        padding: 12px;
        border-radius: 24px;
        box-shadow: 0 15px 40px rgba(4, 37, 62, 0.12);
        width: calc(100% - 30px);
        margin: auto;
        height: auto;
    }

    .page-id-195 .cg-wrap {
        max-width: calc(100% - 30px) !important;
    }

    .page-id-195 section.cg-composition {
        /* padding-left: 16px; */
        /* padding-right: 16px; */
    }

    .page-id-195 body.wp-singular.page-template-default.page.page-id-195 {
        /* overflow-x: hidden; */
    }

    .page-id-195 .cg-board-band {
        max-width: 100%;
    }

    .page-id-195 .cg-members {
        max-width: 100%;
        display: FLEX;
        flex-wrap: WRAP;
    }

    .rp-so-item {
        max-width: 180px;
    }

    span.rp-so-item-label {
        font-size: 12px;
    }

    span.rp-so-hex {
        height: 160px;
        width: 180px;
    }

    .rp-so-item {
        margin: auto;
    }

    section.rp-so {
        padding-left: 16px;
        padding-right: 16px;
    }

    .rp-so-items {
        justify-content: center;
        gap: 10px;
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .rp-row.is-banded {
        grid-template-columns: 100%;
    }

    .page-id-515 .rp-row {
        grid-template-columns: 100%;
    }

    .rp-ce-band {
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        background: #e5efec;
        border-radius: 20px;
        padding: 86px 30px;
    }

    .cg-committees-intro {
        font-family: "Alfabet";
        font-size: 22px;
        line-height: 33px;
    }

    a.pf-eco-card {
        width: calc(100% - 10px);
    }

    div#pf-eco-swiper {
        padding-bottom: 4rem;
    }
}

h2.company-highlights-title {
    padding-bottom: 30px;
}

@media (min-width: 740px) {
    a.showmobile,
    .showmobile {
        display: none;
    }

    .hero-trianglemob {
        display: none;
    }
}

@media (max-width: 647px) {
    .cg-member {
        gap: 20px;
        align-items: center;
        width: 100%;
        padding: 10px;
        display: grid;
        grid-template-columns: 100px 1fr;
    }

    .cg-role-lead {
        text-align: left;
        font: normal normal normal 20px/35px Alfabet;
        letter-spacing: -0.6px;
        color: #04253e;
    }

    .cg-philosophy .cg-lead {
        font-family: "alfabet";
        font-weight: 400;
        font-size: 25px;
        line-height: 35px;
    }

    .cg-bod-lead {
        font-family: "alfabet";
        font-weight: 400;
        font-size: 23px;
        line-height: 35px;
    }

    .cg-committee-grid {
        display: grid;
        grid-template-columns: 100%;
    }

    .company-back-ic {
        height: 45px;
        width: 45px;
    }

    .company-brand {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .company-pill {
        padding: 0 10px;
    }

    .cg-hero-ornament {
        width: 150px;
    }

    .ps-hero::after {
        height: 60px;
    }

    section.op-join {
        padding-left: 16px;
        padding-right: 16px;
    }

    .op-growth-title,
    .op-sec-title {
        font-size: 32px;
    }

    .od-body-text {
        font-size: 14px;
    }

    .cg-hero-desc {
        font-family: "aktiv-grotesk-extended";
        font-size: 13px;
        line-height: 30px;
    }

    .os-values {
        padding: 90px 16px;
    }

    .os-is-text {
        font-family: "aktiv-grotesk-extended";
        font-size: 14px;
        line-height: 30px;
    }

    .os-istrategy-box {
        padding: 75px 30px;
    }

    .os-is-lead {
        font-family: "alfabet";
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }

    header.header-dialogues.scrolled a#od-logo {
        display: none;
    }

    .header-dialogues .od-logo img {
        max-width: 110px;
    }

    .header-dialogues .widgets {
        align-items: center;
        gap: 22px;
        background: transparent;
        position: absolute;
        top: 34px;
        right: 16px;
    }
}
.dialogue-center-info span.intro-text {
    text-align: center;
    font: normal normal normal 30px/40px Alfabet;
    letter-spacing: -0.9px;
    color: #006547 !important;
}
@media (max-width: 647px) {
    .dialogues-header svg {
        margin: auto;
        max-width: 240px;
    }
    .og-sec-title,
    .op-sec-title,
    .rp-sec-title,
    .pr-results-title {
        text-align: left;
        font: normal normal 500 28px/55px Alfabet;
        letter-spacing: -0.84px;
        color: #04253e;
    }

    .page-id-515 .rp-row-title {
        text-align: center;
        font: normal normal 600 20px/30px Alfabet;
        letter-spacing: -0.6px;
        color: #04253e;
    }

    .page-id-515 p.rp-row-desc {
        text-align: center;
    }

    span.rp-row-sub {
        text-align: center;
    }

    p.op-lead.op-lead--green {
        text-align: left;
    }

    h2.op-sec-title.op-numbers-title {
        text-align: center;
    }

    .op-stats-cards {
        display: flex;
        flex-wrap: wrap;
    }

    .op-voices {
        padding: 40px 0 60px 0;
    }

    .op-culture-band {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .op-voices .op-sec-title {
        text-align: left;
        font: normal normal 500 25px/35px Alfabet;
        letter-spacing: -0.84px;
        color: #04253e;
    }

    .op-culture-band {
        gap: 85px;
    }

    .op-stat-label {
        display: block;
        font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
        font-size: 15px;
        line-height: 18px;
    }

    .op-stat-card.has-two {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .op-stat-card {
        flex: 0 0 50%;
        max-width: 47%;
    }

    .op-stat-card:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .op-intro .op-body {
        max-width: 100%;
        text-align: left;
    }

    .op-growth-lead {
        text-align: left;
        font: normal normal normal 17px/30px Alfabet;
        letter-spacing: -0.51px;
        color: #006547;
    }

    section.op-intro {
        padding-left: 16px;
        padding-right: 16px;
    }

    .page-id-515 a.has-arrow.rp-row-cta {
        align-items: center;
        justify-content: center;
    }

    .page-id-515 .rp-row {
        gap: 40px;
        align-items: center;
        margin-bottom: 30px;
        padding: 20px;
    }

    .rp-row.is-banded {
        padding: 40px 15px;
    }

    .cg-members,
    .cg-committee-grid {
        gap: 10px 16px;
    }

    .op-voices-aside {
        text-align: center;
    }

    .op-voices-aside p {
        text-align: left;
        display: block;
        margin: 8px 5px;
    }

    .op-stats-cards {
        padding: 0 16px;
    }

    .op-voices-nav {
        justify-content: center;
        width: 100%;
    }

    .cg-committees {
        padding: 0 0 60px 0;
    }

    .cg-imgtext-inner.reverse {
        flex-direction: column-reverse;
        display: flex;
        padding: 0 !important;
    }

    .cg-inline-link {
        display: block;
        text-align: center;
    }

    .press-releases-page section.pr-hero.cg-hero {
        height: 305px;
    }

    section.rp-approach {
        padding-left: 16px;
        padding-right: 16px;
    }

    .rp-sec-title--green {
        font-size: 30px;
        line-height: 40px;
    }

    .home-hero h1 {
        padding-left: 16px;
        text-align: left;
        font: normal normal normal 45px / 55px "Alfabet" !important;
    }

    .home-hero .description {
        width: 80% !important;
    }

    /* .hero-trianglemob {
        clip-path: polygon(0 0, 100% 0, 100% 105%, 0 33%);
        pointer-events: none;
        left: 0;
        bottom: 0px;
        position: absolute;
        background: #04253e;
        width: 100%;
        height: 168px;
        z-index: 2;
    } */

    /* .home .hero-lower {
        left: 0;
        z-index: 1;
        background: url("/wp-content/uploads/2026/07/cut-botttom.svg");
        clip-path: none;
        display: block !important;
        width: 100%;
        height: 166px;
        position: absolute;
        bottom: 0px !important;
        top: unset;
    } */

    #values .green-cards .card .info {
        z-index: 3;
        max-width: 320px;
    }

    #values .green-cards .card .info .subtitle {
        padding: 0 15px;
        font-size: 12px;
        line-height: 24px;
    }

    .od-body-lead {
        text-align: left;
        font: normal normal normal 24px/40px Alfabet;
        letter-spacing: -0.72px;
        color: #04253e;
    }

    .dialogue-single .header-dialogues .od-logo img {
        display: none;
    }

    .dialogue-single .ds-hero-inner {
        padding-top: 0;
    }

    .dialogue-single .ds-back-ic {
        width: 43px;
    }

    .dialogue-single a.ds-back {
        text-align: right;
        font: normal normal normal 10px/14px Alfabet;
        letter-spacing: 0.5px;
        color: #04253e;
        display: flex;
        flex-direction: row-reverse;
    }

    .od-ideas-head {
        padding-right: 0px;
    }

    .omap-inner {
        padding-top: 5rem;
    }

    /* section.home-hero.hero {
        overflow: visible;
    } */

    .home-hero .description {
        overflow: hidden;
        width: 96%;
    }

    .pf-company-body {
        position: absolute;
        left: 30px;
    }

    .oi-invest-band > svg {
        top: 0;
        position: absolute;
        left: -8px;
    }

    section.rp-ce .rp-body {
        font:
            normal normal normal 13px/25px "aktiv-grotesk-extended",
            "Inter",
            system-ui,
            sans-serif;
        color: #515151;
    }
    .rp-body p {
        text-align: left;
        font:
            normal normal normal 13px/25px "aktiv-grotesk-extended",
            "Inter",
            system-ui,
            sans-serif;
        letter-spacing: 0px;
        color: #58595b;
    }

    .oi-invest-band {
        height: 550px;
    }

    .oi-invest-text {
        position: absolute;
        left: 75px;
        top: 95px;
    }

    .page-id-794 button.pr-side-link.is-active {
        font: normal normal normal 13px/20px Alfabet;
        letter-spacing: -0.39px;
        max-width: 170px;
    }

    .swiper.company-highlights-swiper {
        padding-bottom: 3rem;
    }

    .corporate-governance .cg-h2 {
        font-size: 28px;
    }

    .cg-committee-member {
        display: grid;
        grid-template-columns: 100px 1fr;
    }

    .cg-committee-member .cg-member-name {
        font-size: 16px;
        margin-bottom: 30px;
        padding-left: 25px;
    }

    .page-id-195 section.cg-committees {
        padding-left: 0;
        padding-right: 0;
    }

    .cg-member {
        align-items: center;
        width: 100%;
        padding: 10px;
        display: grid;
        grid-template-columns: 100px 1fr;
    }

    .cg-member-role {
        font-family: "alfabet";
        font-size: 11px;
    }

    span.cg-member-desc {
        display: none;
    }

    .cg-member-photo img {
        width: 100px;
        max-width: 100%;
        height: auto;
        margin-top: 0;
    }

    span.cg-member-name {
        font-size: 16px;
    }

    .cg-committee-member {
        padding: 10px;
        align-items: center;
    }

    .cg-committee-member .cg-member-photo img {
        width: 100px;
        max-width: 100%;
        height: auto;
        margin-top: 0;
    }

    .page-id-195 .cg-imgtext-text p {
        text-align: center;
        font: normal normal 600 12px/25px "aktiv-grotesk-extended";
        letter-spacing: 0px;
        color: #58595b;
        margin: 0 0 20px;
    }

    .page-id-195 .cg-imgtext-title {
        text-align: Center;
        font: normal normal normal 24px/35px Alfabet;
        letter-spacing: -0.72px;
        color: #04253e;
    }

    .cg-imgtext.band .cg-imgtext-band {
        max-width: 100%;
        margin: 0px auto;
        background: rgba(38, 122, 94, 0.05);
        border-radius: 30px;
        padding: 50px 0;
    }

    .corporate-governance .cg-subcategory {
        padding: 40px 0 90px;
    }

    .page-id-794 ul.pr-side-list.pr-side-list--companies {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .ot-board .sideimg {
        position: absolute;
        right: 0;
        top: 10px;
        max-width: 115px;
    }

    .op-job-excerpt {
        margin: 25px 0 0;
        font-family: "aktiv-grotesk-extended", "Inter", system-ui, sans-serif;
        font-size: 13px;
        line-height: 22px;
    }

    .page-id-794 button.pr-side-link span {
        font-size: 11px !important;
    }

    .op-join-programs {
        font-size: 20px;
    }

    section.op-join h2.op-sec-title {
        text-align: center;
    }

    section.op-join p.op-lead.op-lead--green {
        text-align: center;
    }

    .page-id-794 button.pr-side-link {
        padding: 10px 5px;
    }

    .op-job-title {
        text-align: left;
        font: normal normal 600 17px/20px Alfabet;
        letter-spacing: -0.51px;
        color: #006547;
    }

    .ds-hero-photo {
        width: auto;
        height: 530px;
        margin: 0 16px;
    }

    .page-id-794 button.pr-side-link {
        max-width: 170px;
    }

    .pf-company-excerpt {
        max-width: 320px;
        font-size: 16px;
        line-height: 28px;
    }

    .page-id-387 button.ot-card {
        margin-bottom: 6px;
        transform: none;
        background: transparent
            linear-gradient(180deg, #0065471a 0%, #0065471a 100%) 0% 0%
            no-repeat padding-box;
        border-radius: 20px;
        width: 100%;
        height: auto !important;
        display: grid !important;
        grid-template-columns: 100px 1fr;
        align-items: center;
    }

    .page-id-387 .ot-card::before {
        display: none;
    }

    .page-id-387 .ot-grid {
        display: block;
    }

    .page-id-387 .imagecardphoto img {
        border: 5px solid #ffffff;
        border-radius: 18px;
        width: 100px;
    }

    .page-id-387 span.ot-card-photo {
        box-shadow: none;
        left: 11px;
        width: 100px;
        height: auto;
        position: relative;
        background: transparent;
    }

    .page-id-387 .sepcscardphoto span {
        top: 0;
        position: relative;
    }

    .page-id-387 span.ot-card-pos {
        display: block;
        max-width: 190px !important;
    }

    .page-id-387 .sepcscardphoto {
        flex-direction: column;
        display: FLEX;
        flex-wrap: wrap;
        position: relative;
    }

    .page-id-387 span.ot-card-name {
        text-align: left;
        font: normal normal 600 16px/45px Alfabet;
        letter-spacing: 0px;
        color: #04253e;
        width: fit-content;
    }

    .page-id-387 span.ot-card-arrow {
        position: absolute;
        bottom: unset;
        top: -30px;
        right: 5px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .ostory-tl-items {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    .ostory-tl-item {
        width: 100%;
        flex: 0 0 auto;
    }

    .ostory-tl-img,
    .ostory-tl-textbox {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .number-box-title {
        text-align: left;
        font: normal normal bold 40px / 60px Alfabet !important;
    }

    .cg-principle-title {
        font-family: "alfabet";
        font-size: 22px;
    }
    .pf-eco-card-text {
        display: block;
        text-align: center;
        font-family: "aktiv-grotesk-extended", sans-serif;
        font-size: 12px;
        line-height: 20px;
    }
    .our-story-page .ostory-hero::after {
        height: 50px;
    }
    .our-story-page .ostory-hero {
        overflow: visible;
        min-height: auto;
        padding-bottom: 3rem;
    }

    .our-story-page figure.ostory-hero-video.has-video {
        z-index: 99;
    }

    .ostory-hero-wrap {
        z-index: 4;
    }
    #values .green-cards .card .info .title {
        font-size: 26px;
    }
    .ps-related-wrap {
        padding: 0 25px;
    }
    .ostory-tl-img {
        width: 313px;
    }
    .cg-bod-text {
        font-family: "aktiv-grotesk-extended";
        font-size: 13px;
        line-height: 29px;
    }
    .page-id-195 .cg-hero-figure {
        transform: translateY(-30px);
    }
    .page-id-195 .cg-hero-top {
        gap: 0;
        grid-template-columns: 1fr;
    }
    .cg-hero-figure img {
        width: 100%;
        height: 280px;
    }
    .page-id-195 .cg-hero::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 33%;
        right: 0;
        height: 45px;
    }
    .tax-portfolio-category .pf-hero-subtext {
        padding-right: 30px;
    }
    .tax-portfolio-category .pf-hero-desc {
        max-width: 100%;
        padding-right: 30px;
    }
    section.pf-ecosystem.showmobile
        .swiper-pagination.pf-eco-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        visibility: hidden;
    }
    .os-culture-title {
        text-align: center;
        font: normal normal normal 28px/40px "Alfabet";
        letter-spacing: -0.84px;
        color: #04253e;
    }
    .os-pill {
        text-align: center;
        font: normal normal 600 16px/26px "aktiv-grotesk-extended";
        letter-spacing: 0px;
        color: #04253e;
    }
    .os-is-title {
        text-align: left;
        font: normal normal 600 24px/80px "Alfabet";
        letter-spacing: -0.72px;
        color: #267a5e;
    }
    .os-is-text p {
        text-align: left;
        font: normal normal normal 13px / 25px "aktiv-grotesk-extended";
        letter-spacing: 0px;
        color: #58595b;
    }
    .os-istrategy-box {
        padding: 50px 20px !important;
    }
    .os-culture-text {
        text-align: center;
        font: normal normal normal 13px/25px "aktiv-grotesk-extended";
        letter-spacing: 0px;
        color: #58595b;
    }
    .hop-body p {
        text-align: left;
        font:
            normal normal normal 13px/25px "aktiv-grotesk-extended",
            sans-serif;
        letter-spacing: 0px;
        color: #58595b;
    }
    #stories img.ornament {
        max-width: 90px;
    }
    .hop-lead {
        text-align: left;
        font: normal normal normal 17px/30px "Alfabet";
        letter-spacing: -0.51px;
        color: #04253e;
    }
    p.rp-lead {
        text-align: left;
        font: normal normal normal 17px/30px Alfabet;
        letter-spacing: -0.51px;
        color: #04253e;
    }
    .cg-hero::after {
        height: 50px;
    }

    .contact-page .accept-submit p {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .contact-page
        .accept-submit
        .wpcf7-form-control.wpcf7-acceptance
        .wpcf7-list-item-label::before {
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid #04253e;
        border-radius: 5px;
        background: #fff;
        box-sizing: border-box;
        flex: 0 0 20px;
        margin-right: 10px;
    }
    .ostory-tl-textbox {
        max-width: 300px;
    }
    .contact-page .ct-form-body label a {
        display: contents;
        letter-spacing: -1px;
    }
}
.single-intership .pr-card-tag {
    top: unset;
    bottom: 7px;
}
.press-releases-page .pr-card-tag {
    top: unset;
    bottom: 10px;
}

/* Search results: the label straddles the image bottom like on the home page (base top:265px). The media is
   un-positioned so the absolute label anchors to .pr-card and escapes the media overflow:hidden; the image
   zoom is still clipped by the rounded media box. */
.search-results-page .pr-card-media {
    position: static;
}

.search-results-page .pr-card-media.is-empty::after {
    position: static;
    display: block;
    height: 100%;
}

.swiper-slide.ostory-tl-slide {
    width: auto !important;
}

.olympia-dialogues-page .main-menu.active {
    z-index: 999999999;
}
.single-post section.ps-related .pr-card-tag {
    top: unset;
    bottom: 7px;
}
@media (max-width: 398px) {
    .page-id-247 .cg-hero::after {
        height: 50px;
    }
    .press-releases-page .pr-card-tag {
        top: unset;
        bottom: 2px;
    }
    .pr-card-title a {
        font-size: 18px;
    }
    .press-releases-page .pr-hero::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 65px;
    }
    .ostory-hero {
        min-height: 131vh;
    }
    #stories .story:nth-child(1) .thumbnail {
        min-height: 400px;
    }
}
.custom-file-wrapper {
    display: flex;
    align-items: center;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 6px;
    padding: 16px 0 16px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #f3f4f5;
    font-family: "alfabet" !important;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: var(--secondary);
    transition:
        border-color 0.2s,
        background 0.2s;
}
.file-name-text {
    flex: 1;
    padding-left: 12px;
    font-size: var(--size-16);
    color: var(--secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-name-text p {
    color: #58595b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "alfabet" !important;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.choose-btn p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "alfabet" !important;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.file-name-text.has-file {
    color: rgba(35, 76, 158, 1);
}
.custom-file-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 0;
    top: -32px;
    width: 180px !important;
}

.choose-btn {
    background-color: var(--primary);
    color: white;
    font-size: var(--size-16);
    padding: 0 13px;
    font-weight: bold;
    height: 100%;
    display: flex;
    min-height: 41px;
    height: 41px;
    margin-right: 3px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1;
    min-width: 180px;
}
.choose-btn i {
    font-size: var(--size-18);
}
.choose-btn p:last-of-type {
    flex: 1;
    text-align: center;
}

header.header-dialogues .logo img {
    content: url(/wp-content/uploads/2025/11/olympiagroup-logo-dark.png);
}
header.header-dialogues.scrolled .logo img {
    display: none;
}
.os-istrategy-box.white-bg {
    background: #fff;
    padding-top: 0;
}
span.opm_is_title_up {
    font-size: 19px;
    line-height: 80px;
    font-family: "Alfabet";
    letter-spacing: -0.57px;
    color: var(--primary);
}

/* Screen-reader-only utility (SEO/a11y: hidden headings like the company page H1) */
.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;
}
