/* ==========================================
   ABOUT HERO
========================================== */

.about-hero-section {
    width: 100%;
    background: #f6f6f4;
}

/* ==========================================
   BREADCRUMB
========================================== */

.about-breadcrumb {
    max-width: 1280px;
    margin: 0 auto;

    height: 60px;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 0 24px;

    font-size: 18px;
    color: #1f2d42;
}

.about-breadcrumb a {
    text-decoration: none;
    color: inherit;
}

.about-breadcrumb span {
    color: #1f2d42;
}

/* ==========================================
   HERO
========================================== */

.about-hero {
    position: relative;

    height: 530px;

    display: grid;
    grid-template-columns: 1fr 620px 1fr;
    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            #eceeeb 0%,
            #dfe8e1 30%,
            #e7ece8 50%,
            #f1f2ef 100%
        );
}

/* ==========================================
   SIDE IMAGES
========================================== */

.hero-side {
    position: relative;
    height: 100%;
}

.hero-side img {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: auto;

    object-fit: contain;
}

/* Left stack */

.hero-left img {
    left: -30px;
    max-width: 600px;
}

/* Right ring */

.hero-right img {
    right: -20px;
    max-width: 640px;
}

/* ==========================================
   CENTER CONTENT
========================================== */

.hero-content {
    position: relative;
    z-index: 5;

    text-align: center;
    color: #252525;
}

.hero-mark {
    width: 58px;
    height: 58px;

    margin: 0 auto 24px;
    color: #252525;
}

.hero-mark svg {
    width: 100%;
    height: 100%;
}

.hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 58px;
    font-weight: 300;
    line-height: 1;

    color: #2d2d2d;

    margin-bottom: 24px;
}

.hero-content p {
    max-width: 760px;
    margin: 0 auto;

    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;

    color: #1f2c3a;
}

/* ==========================================
   TAB BAR
========================================== */

.about-tabs {
    background: #0f4a4c;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    height: 60px;
}

.about-tabs a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .25s ease;
}

.about-tabs a:hover {
    opacity: .85;
}

.about-tabs a.active::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -14px;

    width: 100%;
    height: 4px;

    background: rgba(255,255,255,.65);
}

/* ==================================================
   OUR BEGINNING
================================================== */

.our-beginning-section {
    background: #f5f5f3;
    padding: 108px 0 90px;
    overflow: hidden;
}

.our-beginning-container {
    max-width: 1380px;
    margin: 0 auto;

    padding: 0 48px;

    display: grid;
    grid-template-columns: 42% 58%;
    gap: 84px;
    align-items: start;
}

.beginning-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 58px;
    line-height: 1;
    font-weight: 300;
    color: #252525;

    margin-bottom: 42px;
    letter-spacing: -.8px;
}

.beginning-text {
    max-width: 560px;
}

.beginning-text p {
    font-size: 16px;
    line-height: 1.42;
    font-weight: 400;
    color: #202c39;
    margin-bottom: 34px;
    letter-spacing: -.15px;
}

.beginning-text p:last-child {
    margin-bottom: 0;
}

/* ==========================================
   RIGHT COLUMN
========================================== */

.beginning-media {
    padding-top: 66px;
}

/* ==========================================
   VIDEO
========================================== */

.video-frame {
    position: relative;
    overflow: hidden;
    background: #000;
}

.video-frame img {
    width: 100%;
    display: block;
    aspect-ratio: 1.82;
    object-fit: cover;
}

.video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 78px;
    height: 78px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-play svg {
    width: 28px;
    height: 28px;
}

.beginning-quote {
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #1f2c3a;
    letter-spacing: -.1px;
}

.quote-author {
    display: block;
    margin-top: 18px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #1f2c3a;
}

/* ==========================================
   MISSION PILLARS
========================================== */

.mission-pillars-section {
    background: #0f4b4c;
    padding: 120px 0 110px;
}

.mission-pillars-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 40px;
}

.mission-intro {
    max-width: 920px;
    margin: 0 auto 95px;
    text-align: center;
}

.mission-intro p {
    color: #fff;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.mission-pillars-section h2 {
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pillar-card {
    padding: 0 18px;
    border-right: 1px solid rgba(255,255,255,.25);
}

.pillar-card:last-child {
    border-right: none;
}

.pillar-image {
    margin-bottom: 20px;
}

.pillar-image img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block;
}

.pillar-card h3 {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.pillar-card p {
    color: rgba(255,255,255,.96);
    font-size: 15px;
    line-height: 1.55;
    min-height: 180px;
}

.pillar-card a {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

/* ==========================================
   SHARED
========================================== */

.be-difference-section,
.be-experience-section {
    background: #f5f5f3;
}

.be-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 110px 40px;
}

.section-label {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1f2c3a;
    margin-bottom: 90px;
}

.difference-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 85px;
    min-width: 0;
}

.difference-row:last-child {
    margin-bottom: 0;
}

.difference-copy {
    max-width: 500px;
    min-width: 0;
}

.difference-copy h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 1.08;
    color: #222;
    margin-bottom: 22px;
}

.difference-copy p {
    font-size: 18px;
    line-height: 1.65;
    color: #1f2c3a;
}

.difference-copy a {
    display: inline-block;
    margin-top: 24px;
    color: #1f2c3a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.difference-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}

.reverse {
    grid-template-columns: 1fr 1fr;
}

.be-experience-section {
    border-top: 1px solid rgba(0,0,0,.06);
}

.experience-row {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 80px;
    align-items: center;
}

.experience-copy h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 300;
    color: #222;
    margin-bottom: 24px;
}

.experience-copy p {
    font-size: 18px;
    line-height: 1.7;
    color: #1f2c3a;
    max-width: 540px;
}

.experience-actions {
    display: flex;
    gap: 16px;
    margin-top: 36px;
}

.outline-btn {
    height: 52px;
    padding: 0 28px;

    border: 1px solid #1f2c3a;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    color: #1f2c3a;

    font-size: 15px;

    transition: .25s ease;
}

.outline-btn:hover {
    background: #1f2c3a;
    color: white;
}

.experience-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.about-benefits-section {
    width: 100%;
    background: #0f4a4c;
}

.about-benefits-grid {
    max-width: 1720px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 54px;
    padding: 95px 70px 88px;
}

.benefit-item {
    text-align: center;
}

.benefit-item h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 62px;
    margin-bottom: 42px;
}

.benefit-item p {
    color: rgba(255,255,255,.98);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    margin-bottom: 42px;
}

.benefit-item a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity .25s ease;
}

.benefit-item a:hover {
    opacity: .8;
}

.mission-nav-wrapper {
    background: #126f70;
    padding: 80px 20px 90px;
}

.mission-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.mission-nav-inner h2 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.mission-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.mission-nav a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 0 34px;
    transition: .25s ease;
}

.mission-nav a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,.25);
}

.mission-nav a:hover {
    opacity: .85;
}

.mission-nav a.active::before {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: -10px;
    height: 4px;
    background: rgba(255,255,255,.75);
}

.more-explore-section {
    background: #f5f5f3;
    padding: 72px 0 78px;
}

.more-explore-container {
    max-width: 1820px;
    margin: 0 auto;
    padding: 0 50px;
}

.more-explore-section h2 {
    font-family: inherit;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #1c2638;
    margin-bottom: 58px;
    letter-spacing: -0.8px;
}

.explore-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.explore-card {
    cursor: pointer;
}

.explore-image {
    position: relative;
    overflow: hidden;
    background: #ececec;
}

.explore-image img {
    width: 100%;
    display: block;
    aspect-ratio: 0.86;
    object-fit: cover;
    transition: transform .55s ease;
}

.explore-card:hover img {
    transform: scale(1.04);
}

.explore-card h3 {
    margin-top: 24px;
    color: #1f2c3a;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}




/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1400px) {

    .hero-content h1 {
        font-size: 62px;
    }

    .hero-content p {
        font-size: 21px;
    }

    .about-tabs {
        gap: 60px;
    }

    .our-beginning-container {
        gap: 60px;
    }

    .beginning-content h2 {
        font-size: 68px;
    }

    .beginning-text p {
        font-size: 19px;
    }

     .about-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }

    .mission-nav-inner h2 {
        font-size: 58px;
    }

    .mission-nav a {
        font-size: 24px;
    }

    .more-explore-section h2 {
        font-size: 56px;
    }

    .explore-card h3 {
        font-size: 23px;
    }
}

@media (max-width:1200px){

    .pillars-grid{
        grid-template-columns:repeat(2,1fr);
        gap:50px;
    }

    .pillar-card{
        border-right:none;
        padding:0;
    }

}

@media (max-width: 1100px) {

    .about-hero {
        grid-template-columns: 1fr;
        height: auto;
        padding: 80px 30px;
    }

    .hero-side {
        display: none;
    }

    .hero-content {
        max-width: 900px;
        margin: auto;
    }

    .hero-content h1 {
        font-size: 54px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .about-tabs {
        flex-wrap: wrap;
        gap: 28px;
        height: auto;
        padding: 25px;
    }

    .our-beginning-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .beginning-media {
        padding-top: 0;
    }

    .beginning-text {
        max-width: 100%;
    }

    .difference-row,
    .experience-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .difference-row.reverse .difference-image {
        order: 0;
    }

    .difference-row.reverse .difference-copy {
        order: 1;
    }

    .difference-copy,
    .experience-copy {
        max-width: 100%;
    }

    .difference-copy h3,
    .experience-copy h3 {
        font-size: 42px;
    }

    .explore-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .more-explore-section h2 {
        font-size: 48px;
    }
}

@media (max-width: 992px) {

    .about-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 70px 40px;
    }

    .benefit-item h3 {
        font-size: 22px;
    }

    .benefit-item p {
        font-size: 18px;
    }

    .mission-nav-wrapper {
        padding: 80px 20px;
    }

    .mission-nav-inner h2 {
        font-size: 46px;
        margin-bottom: 50px;
    }

    .mission-nav {
        row-gap: 28px;
    }
}

@media (max-width: 768px) {

    .about-breadcrumb {
        font-size: 15px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .about-tabs a {
        font-size: 18px;
    }

    .mission-pillars-section {
        padding: 70px 0;
    }

    .mission-pillars-container {
        padding: 0 24px;
    }

    .mission-intro {
        margin-bottom: 46px;
    }

    .mission-intro p {
        font-size: 19px;
        line-height: 1.55;
    }

    .mission-pillars-section h2 {
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 34px;
    }

    .pillars-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .pillar-card {
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.25);
        min-width: 0;
    }

    .pillar-card:last-child {
        border-bottom: 0;
    }

    .pillar-card p {
        min-height: auto;
        margin-bottom: 18px;
    }

      .our-beginning-section {
        padding: 70px 0;
    }

    .our-beginning-container {
        padding: 0 24px;
    }

    .beginning-content h2 {
        font-size: 52px;
        margin-bottom: 30px;
    }

    .beginning-text p {
        font-size: 17px;
        margin-bottom: 24px;
    }

    .beginning-quote {
        font-size: 17px;
    }

    .quote-author {
        font-size: 16px;
    }

    .be-container {
        padding: 70px 24px;
    }

    .section-label {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 50px;
    }

    .difference-row {
        gap: 26px;
        margin-bottom: 56px;
    }

    .difference-image img {
        aspect-ratio: 16 / 11;
    }

    .difference-copy h3,
    .experience-copy h3 {
        font-size: 34px;
        overflow-wrap: anywhere;
    }

    .difference-copy p,
    .experience-copy p {
        font-size: 16px;
    }

    .experience-actions {
        flex-direction: column;
    }

     .about-benefits-grid {
        grid-template-columns: 1fr;
        padding: 60px 24px;
        gap: 60px;
    }

    .benefit-item h3 {
        min-height: auto;
        margin-bottom: 22px;
    }

    .benefit-item p {
        margin-bottom: 22px;
    }

    .mission-nav-inner h2 {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .mission-nav {
        flex-direction: column;
        gap: 24px;
    }

    .mission-nav a {
        padding: 0;
        font-size: 22px;
    }

    .mission-nav a::after {
        display: none;
    }

    .mission-nav a.active::before {
        left: 0;
        right: 0;
    }

    .more-explore-section {
        padding: 60px 0;
    }

    .more-explore-container {
        padding: 0 24px;
    }

    .more-explore-section h2 {
        font-size: 40px;
        margin-bottom: 36px;
    }

    .explore-card h3 {
        font-size: 20px;
        margin-top: 18px;
    }

}

@media (max-width: 480px) {

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .about-tabs {
        gap: 20px;
    }

    .about-tabs a {
        font-size: 16px;
    }

    .beginning-content h2 {
        font-size: 42px;
    }

    .beginning-text p,
    .beginning-quote {
        font-size: 16px;
        line-height: 1.55;
    }

    .explore-grid {
        grid-template-columns: 1fr;
    }

    .more-explore-section h2 {
        font-size: 34px;
    }
}
