:root {
    --bg-image: url("../../public/images/about/background.png");
    --accent: #ffffff;
    --muted: rgba(255, 255, 255, 0.85);

}

/* ===== HERO SECTION ===== */
.hero {
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 560px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
}

.hero-panel {
    position: relative;
    z-index: 5;
    padding: 48px;
    color: #ffffff;
}

.hero-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    margin-top: 110px;
}

.hero-sub {
    color: rgba(255, 255, 255, 1);

    font-size: 18px;
    line-height: 1.2;
    font-weight: 700px;
    margin-top: 30px;

}

:root {
    --accent-blue: #00a6e9;
    --eyebrow-orange: #ff6a13;
    --muted: #6b7380;
    --page-max: 1150px;
    --icon-src: url("./public/images/about/igloo-logo.png");
    --line-color: #dcdfe3;

}


.our-story {
    width: 100%;
    max-width: var(--page-max);
    margin: 80px auto;
    padding: 24px 0;
}

.our-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.col-left {
    text-align: left;
}

.eyebrow {
    color: var(--eyebrow-orange);
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.headline {
    color: var(--accent-blue);
    font-weight: 700;
    font-size: 82px;
    line-height: 1.22;
    margin: 0;
    letter-spacing: -1px;
    align-items: center;
}


.col-right {
    text-align: left;
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 44px;
    align-items: flex-start;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 108px;
    width: 2px;
    background-color: rgba(36, 58, 81, 0.06);
    box-shadow: 0 0 10px rgba(36, 58, 81, 0.02);
    z-index: 1;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tl-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.icon-line {
    width: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

.tl-logo {
    width: 54px;
    height: 54px;
    display: block;
    object-fit: contain;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    margin: 0;
    background: transparent;

}

.content {
    max-width: 540px;
    margin-left: 0;
    z-index: 2;
}

.tl-year {
    color: var(--accent-blue, #00a6e9);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 8px;
}

.tl-desc {
    margin: 0;
    color: var(--Color-Scheme-1-Text, rgba(11, 8, 4, 1));

    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

.tl-item::marker,
.tl-item::before,
.tl-item::after {
    display: none;
}

:root {
    --vision-left-color: rgba(255, 255, 255, 1);
    --vision-heading-color: #ffffff;
    --vision-gradient-left: rgba(7, 89, 133, 1);
    --vision-gradient-right: rgba(2, 132, 199, 1);
    --section-max: 1200px;
}

.vision-section {
    width: 100%;
    background: linear-gradient(90deg, var(--vision-gradient-left) 0%, var(--vision-gradient-right) 100%);
    color: white;
    padding: 48px 0;
    box-sizing: border-box;
}

.vision-inner {
    width: 100%;
    height: 100%;
    max-width: var(--section-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    align-items: center;
    min-height: 280px;
    padding: 36px 0;
}

.vision-left {
    padding-left: 0px;
}

.vision-quote {
    color: var(--vision-left-color);
    margin: 0;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.27;
}

.vision-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
}

.vision-heading {
    margin: 0;
    color: var(--vision-heading-color);
    font-weight: 800;
    text-align: right;
    line-height: 0.92;
    font-size: 100px;
    letter-spacing: -1px;
    margin-right: 6px;
}

:root {
    --team-bg: rgba(0, 44, 67, 1);
    --team-inner: rgba(0, 44, 67, 1);
    --muted-text: #9fb0bd;
    --card-gap: 38px;
}

.team-section {
    background: var(--team-bg);
    color: #fff;
    padding: 56px 0;
    box-sizing: border-box;
    width: 100%;
}

.team-inner {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px 0;
}

.team-header {
    margin-bottom: 26px;
}

.team-header h2 {
    font-size: 70px;
    line-height: 1.05;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.team-intro {
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-weight: 400px;
    max-width: 720px;
    font-size: 20px;
    line-height: 1.65;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--card-gap);
    margin-top: 60px;
}

.team-card {
    background: transparent;
    border-radius: 6px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.team-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    margin-bottom: 12px;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}

.team-meta {
    padding: 6px 4px 0 0;
}

.team-name {
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);

    margin-bottom: 4px;
}

.team-role {
    color: rgba(255, 255, 255, 1);

    font-size: 20px;
    margin-bottom: 8px;
}

.team-bio {
    color: rgba(255, 255, 255, 1);

    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.team-actions {
    display: flex;
    gap: 2px;
}

.icon-btn {
    background: transparent;
    border: none;
    color: #fff;
    padding: 3px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.icon-btn svg {
    opacity: 0.95;
}

.team-footer {
    margin-top: 30px;
    padding-top: 22px;
}

.team-footer h3 {
    margin: 0 0 6px 0;
    font-size: 25px;
    color: #fff;
}

.team-footer p,
.team-footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

:root {
    --accent: #00a6e9;
    --muted: #6b7380;
    --card-bg: #fff;
    --page-max: 1150px;
}

.reviews-section {
    width: 100%;
    background: #fff;
    padding: 48px 16px;
    box-sizing: border-box;
}

.reviews-inner {
    width: 100%;
    max-width: var(--page-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 18px 24px;
    align-items: start;
    box-sizing: border-box;

}

.reviews-left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self: center;
}

.reviews-left h2 {
    font-size: 70px;
    margin: 0;
    color: rgba(0, 158, 224, 1);

    font-weight: 700;
}

.reviews-sub {
    margin: 0;
    color: var(--Color-Scheme-1-Text, rgba(11, 8, 4, 1));
    font-weight: 400;

    font-size: 20px;
}

.reviews-controls {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: end;
    align-self: center;
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding-right: 150px;
    box-sizing: border-box;
    margin-top: 60px;
}

.controls-top {
    display: flex;
    gap: 8px;
    align-items: center;
}

.arrow-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    background: #eaf6fb;
    color: var(--accent);
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(10, 20, 30, 0.04);
    transition: background .18s ease, color .18s ease, transform .08s;
}

.dots {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 4px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e6e6e6;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background .18s ease, transform .12s;
}

.dot.active {
    background: var(--accent);
    transform: scale(1.05);
}

.reviews-grid {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
    align-items: stretch;
}

.review-card {
    background: var(--card-bg);
    border-radius: 8px;
    border: 1.33px solid var(--Color-Scheme-1-Border, rgba(11, 8, 4, 0.15));
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 180px;
    box-sizing: border-box;
}

.card-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    height: 94px;
    width: auto;
    object-fit: contain;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quote {
    margin: 0;
    color: var(--Color-Scheme-1-Text, rgba(11, 8, 4, 1));
    font-weight: 400px;
    font-size: 17px;
    line-height: 1.6;
    flex: 1;
}

.card-footer {
    display: flex;
    gap: 12px;
    align-items: center;
}

.author-photo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.author-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.author-name {
    font-weight: 700;
    font-size: 18px;
    color: var(--Color-Scheme-1-Text, rgba(11, 8, 4, 1));
    ;
}

.author-role {
    font-size: 16px;
    color: var(--Color-Scheme-1-Text, rgba(11, 8, 4, 1));
}

/* Responsive: collapse controls above grid on small screens */
@media (max-width: 980px) {
    .reviews-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .reviews-controls {
        order: 2;
        flex-direction: row;
        justify-content: flex-start;
        gap: 18px;
        align-self: center;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .reviews-left {
        order: 1;
        padding-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .reviews-inner {
        width: 94%;
    }

    .reviews-left h2 {
        font-size: 22px;
    }

    .arrow-btn {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }

    .brand-logo {
        height: 36px;
    }

    .author-photo {
        width: 40px;
        height: 40px;
    }

    .quote {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-inner {
        max-width: 940px;
    }
}

@media (max-width: 640px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-header h2 {
        font-size: 26px;
    }

    .team-intro {
        font-size: 14px;
        max-width: 100%;
    }

    .team-photo {
        aspect-ratio: 4 / 3;
    }

    .team-actions {
        gap: 6px;
    }

    .icon-btn {
        width: 32px;
        height: 32px;
        padding: 5px;
    }

    .team-footer h3 {
        font-size: 16px;
    }
}

.icon-btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.12);
    outline-offset: 2px;
}

.team-card:focus-within {
    transform: none;
}

@media (max-width: 980px) {
    .vision-inner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 0;
        min-height: auto;
    }

    .vision-right {
        justify-content: flex-start;
        text-align: center;
    }

    .vision-heading {
        justify-content: center;
        font-size: clamp(32px, 10.5vw, 72px);
    }

    .vision-quote {
        font-size: clamp(14px, 2.8vw, 16px);
    }
}

@media (max-width: 420px) {
    .vision-inner {
        width: 94%;
        padding: 20px 0;
    }

    .vision-quote {
        font-size: 14px;
        line-height: 1.6;
    }

    .vision-heading {
        font-size: clamp(26px, 12vw, 48px);
        line-height: 0.98;
    }
}

@media (max-width: 980px) {
    .our-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .col-left {
        text-align: center;
    }

    .headline {
        font-size: clamp(32px, 9vw, 54px);
        line-height: 1;
    }

    .timeline {
        gap: 24px;
    }

    .tl-item {
        flex-direction: row;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .headline {
        font-size: clamp(22px, 10vw, 40px);
    }

    .tl-desc {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-panel {
        padding: 32px 24px;
    }

    .btn-contact {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-sub {
        font-size: 13px;
    }

    .hero-panel {
        margin: 0 10px;
    }
}