@media (max-width: 1139px) {
  .page-banner {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 420px;
  }
  .page-banner .overlay-top {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 20;
  }
  .page-banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(80%);
  }
  .page-banner .overlay-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 15, 28, 0.85), transparent);
    z-index: 10;
  }
  .page-banner .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 30;
    padding: 0 20px 36px;
  }
  .page-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner .content .text .eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(246, 246, 246, 0.85);
    margin-bottom: 12px;
  }
  .page-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 12px;
  }
  .page-banner .content .text p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 460px;
  }
  .story {
    background: rgb(246, 246, 246);
  }
  .story .content {
    padding: 56px 20px 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .story .story-media-inner {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 40px rgba(0, 20, 40, 0.14);
  }
  .story .story-media-inner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .story .story-media-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0, 20, 35, 0.55) 0%, rgba(0, 20, 35, 0.1) 65%);
  }
  .story .story-media-inner .story-tag {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    background: rgba(246, 246, 246, 0.16);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgb(246, 246, 246);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 6px 12px;
    border-radius: 30px;
  }
  .story .story-text .eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    margin-bottom: 12px;
  }
  .story .story-text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 30px;
    margin-bottom: 16px;
  }
  .story .story-text .lead {
    font-size: 16px;
    line-height: 1.65;
    color: #1F1F1F;
    opacity: 0.85;
    margin-bottom: 28px;
  }
  .story .founder-list {
    margin-bottom: 32px;
  }
  .story .founder-row {
    padding: 20px 0;
    border-top: 1px solid rgba(31, 31, 31, 0.1);
  }
  .story .founder-row:last-child {
    padding-bottom: 0;
  }
  .story .founder-row .founder-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }
  .story .founder-row .founder-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #004876;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 14px;
  }
  .story .founder-row h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 1.2;
  }
  .story .founder-row .founder-role {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #004876;
  }
  .story .founder-row p {
    font-size: 14px;
    line-height: 1.65;
    color: #1F1F1F;
    opacity: 0.75;
  }
  .story blockquote {
    margin: 0 0 16px;
    border-left: 2px solid #004876;
    padding-left: 18px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 21px;
    line-height: 1.4;
  }
  .story .mission-text {
    font-size: 14px;
    line-height: 1.7;
    color: #1F1F1F;
    opacity: 0.75;
  }
  .about-cta {
    background: rgba(211, 211, 211, 0.3);
  }
  .about-cta .content {
    padding: 60px 20px;
    text-align: center;
  }
  .about-cta .content h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 28px;
    margin-bottom: 14px;
  }
  .about-cta .content p {
    font-size: 15px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.78;
    max-width: 460px;
    margin-inline: auto;
    margin-bottom: 28px;
  }
  .about-cta .content .buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .about-cta .content .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
  .about-cta .content .button.primary {
    background: #004876;
    color: rgb(246, 246, 246);
  }
  .about-cta .content .button.secondary {
    background: transparent;
    color: #1F1F1F;
    border: 1.5px solid rgba(31, 31, 31, 0.3);
  }
  .about-cta .content .button i {
    font-size: 13px;
  }
}
@media only screen and (min-device-width: 1140px) {
  .page-banner {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 480px;
  }
  .page-banner .overlay-top {
    width: 100%;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 20;
  }
  .page-banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(82%);
  }
  .page-banner .overlay-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 15, 28, 0.85), transparent);
    z-index: 10;
  }
  .page-banner .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1460px;
    margin-inline: auto;
    right: 0;
    z-index: 30;
    padding: 0 60px 64px;
    padding-inline: 35px;
  }
  .page-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner .content .text .eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(246, 246, 246, 0.85);
    margin-bottom: 16px;
  }
  .page-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 18px;
  }
  .page-banner .content .text p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 560px;
  }
  .story {
    background: rgb(246, 246, 246);
  }
  .story .content {
    padding: 120px 60px;
    padding-inline: 35px;
    max-width: 1460px;
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 90px;
  }
  .story .story-media {
    flex: 0 0 40%;
    position: sticky;
    top: 110px;
  }
  .story .story-media-inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/5;
    box-shadow: 0 30px 70px rgba(0, 20, 40, 0.01);
  }
  .story .story-media-inner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .story .story-media-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0, 20, 35, 0.5) 0%, rgba(0, 20, 35, 0.08) 65%);
  }
  .story .story-media-inner .story-tag {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    background: rgba(246, 246, 246, 0.16);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgb(246, 246, 246);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 7px 14px;
    border-radius: 30px;
  }
  .story .story-text {
    flex: 1;
  }
  .story .story-text .eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    margin-bottom: 16px;
  }
  .story .story-text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 46px;
    margin-bottom: 20px;
  }
  .story .story-text .lead {
    font-size: 18px;
    line-height: 1.7;
    color: #1F1F1F;
    opacity: 0.85;
    max-width: 560px;
    margin-bottom: 44px;
  }
  .story .founder-list {
    margin-bottom: 48px;
  }
  .story .founder-row {
    padding: 32px 0;
    border-top: 1px solid rgba(31, 31, 31, 0.1);
  }
  .story .founder-row:last-child {
    padding-bottom: 0;
  }
  .story .founder-row .founder-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
  }
  .story .founder-row .founder-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #004876;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 16px;
  }
  .story .founder-row h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 21px;
    line-height: 1.2;
  }
  .story .founder-row .founder-role {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #004876;
  }
  .story .founder-row p {
    font-size: 16px;
    line-height: 1.75;
    color: #1F1F1F;
    opacity: 0.75;
    max-width: 560px;
  }
  .story blockquote {
    margin: 0 0 20px;
    border-left: 2px solid #004876;
    padding-left: 24px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 26px;
    line-height: 1.4;
    max-width: 560px;
  }
  .story .mission-text {
    font-size: 15px;
    line-height: 1.75;
    color: #1F1F1F;
    opacity: 0.72;
    max-width: 560px;
  }
  .about-cta .content {
    padding: 90px 60px;
    max-width: 900px;
    margin-inline: auto;
    text-align: center;
  }
  .about-cta .content h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 40px;
    margin-bottom: 18px;
  }
  .about-cta .content p {
    font-size: 17px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.78;
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: 36px;
  }
  .about-cta .content .buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .about-cta .content .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 15px 34px;
    font-size: 16px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
    transition: opacity 0.25s ease;
  }
  .about-cta .content .button:hover {
    opacity: 0.85;
  }
  .about-cta .content .button.primary {
    background: #004876;
    color: rgb(246, 246, 246);
  }
  .about-cta .content .button.secondary {
    background: transparent;
    color: #1F1F1F;
    border: 1.5px solid rgba(31, 31, 31, 0.3);
  }
  .about-cta .content .button i {
    font-size: 13px;
  }
}/*# sourceMappingURL=om-oss.css.map */