/* ============================================================
   GLOBAL REFRIGERATION
   ABOUT PAGE ONLY

   Prefix: gra-
   This CSS intentionally does not target generic tags/classes
   outside .gra-page.
============================================================ */

.gra-page,
.gra-page * {
    box-sizing: border-box;
}

.gra-page {
    --gra-navy: #071c2c;
    --gra-dark: #101820;
    --gra-orange: #f7b500;
    --gra-orange-dark: #b96f43;
    --gra-soft: #f5f7f8;
    --gra-line: #e3e8eb;
    --gra-text: #52606a;
    --gra-white: #ffffff;

    width: 100%;
    overflow: hidden;
    color: var(--gra-dark);
}

.gra-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* ============================================================
   BREADCRUMB
============================================================ */

.gra-breadcrumb {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(7, 28, 44, .92),
            rgba(7, 28, 44, .65)
        ),
        url("../img/breadcrumb.png") center / cover no-repeat;
}

.gra-breadcrumb-inner {
    position: relative;
    z-index: 2;
}

.gra-breadcrumb-label,
.gra-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #f7b500;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.gra-breadcrumb h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1;
    font-weight: 800;
}

.gra-breadcrumb h1 span {
    color: #f7b500;
}

.gra-breadcrumb-path {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.gra-breadcrumb-path a {
    color: #fff;
    text-decoration: none;
}


/* ============================================================
   INTRODUCTION
============================================================ */

.gra-intro {
    padding: 105px 0;
    background: #fff;
}

.gra-intro-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 80px;
    align-items: center;
}

.gra-intro-visual {
    position: relative;
    padding: 0 0 35px 35px;
}

.gra-main-image {
    position: relative;
    overflow: hidden;
}

.gra-main-image::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.45);
    z-index: 2;
    pointer-events: none;
}

.gra-main-image img {
    width: 100%;
    height: 610px;
    display: block;
    object-fit: cover;
}

.gra-experience {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    min-height: 180px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f7b500;
    color: #fff;
}

.gra-experience strong {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gra-experience span {
    margin: 5px 0;
    font-size: 43px;
    line-height: 1;
    font-weight: 800;
}

.gra-experience small {
    line-height: 1.5;
}

.gra-intro-content h2,
.gra-story-heading h2,
.gra-purpose-head h2,
.gra-why-content h2,
.gra-custom-content h2,
.gra-range-head h2 {
          margin: 0 0 15px;
    color: #071c2c;
    font-size: clamp(32px, 4vw, 31px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.gra-intro-content h2 span,
.gra-story-heading h2 span,
.gra-purpose-head h2 span,
.gra-why-content h2 span,
.gra-custom-content h2 span,
.gra-range-head h2 span {
    color: #f7b500;
}

.gra-intro-content > p,
.gra-story-content p,
.gra-purpose-content p,
.gra-why-content > p,
.gra-custom-content > p {
    margin: 0 0 5px;
    color: var(--gra-text);
    font-size: 15px;
    line-height: 1.85;
}

.gra-intro-content .gra-lead {
    color: var(--gra-dark);
    font-size: 17px;
}

.gra-intro-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid var(--gra-line);
}

.gra-intro-point {
    display: flex;
    gap: 15px;
}

.gra-intro-point > span {
    flex: 0 0 auto;
    color: #f7b500;
    font-size: 14px;
    font-weight: 800;
}

.gra-intro-point strong {
    display: block;
    margin-bottom: 6px;
    color: var(--gra-navy);
    font-size: 15px;
}

.gra-intro-point p {
    margin: 0;
    color: var(--gra-text);
    font-size: 13px;
    line-height: 1.6;
}

.gra-founder {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.gra-founder-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--gra-navy);
    color: #fff;
    font-weight: 800;
}

.gra-founder small,
.gra-founder strong,
.gra-founder span {
    display: block;
}

.gra-founder small {
    margin-bottom: 3px;
    color: #f7b500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gra-founder strong {
    color: var(--gra-navy);
    font-size: 15px;
}

.gra-founder span {
    margin-top: 3px;
    color: var(--gra-text);
    font-size: 12px;
}


/* ============================================================
   STATS
============================================================ */

.gra-stats {
    background: #071c2c;
}

.gra-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gra-stat {
    position: relative;
    min-height: 145px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,.12);
}

.gra-stat:last-child {
    border-right: 0;
}

.gra-stat strong {
    color: #fff;
    font-size: 31px;
    line-height: 1;
}

.gra-stat span {
    margin-top: 10px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
}


/* ============================================================
   STORY
============================================================ */

.gra-story {
    padding: 100px 0;
}

.gra-story-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.gra-story-heading {
    position: relative;
}

.gra-story-heading::after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    margin-top: 30px;
    background: #f7b500;
}


/* ============================================================
   MISSION / VISION
============================================================ */

.gra-purpose {
    padding: 60px 0;
    background: var(--gra-soft);
}

.gra-purpose-head {
    max-width: 700px;
    margin-bottom: 50px;
}

.gra-purpose-head > p {
    color: var(--gra-text);
    line-height: 1.8;
}

.gra-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #dfe4e7;
    border-bottom: 1px solid #dfe4e7;
}

.gra-purpose-block {
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 25px;
    padding: 50px 45px 50px 0;
}

.gra-purpose-block + .gra-purpose-block {
    padding-left: 45px;
    border-left: 1px solid #dfe4e7;
}

.gra-purpose-number {
    color: rgba(7,28,44,.13);
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

.gra-purpose-label {
    display: block;
    margin-bottom: 13px;
    color: #f7b500;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gra-purpose-content h3 {
    margin: 0 0 20px;
    color: var(--gra-navy);
    font-size: 24px;
    line-height: 1.35;
}


/* ============================================================
   WHY GLOBAL
============================================================ */

.gra-why {
    padding: 105px 0;
}

.gra-why-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    align-items: center;
}

.gra-why-list {
    margin-top: 35px;
}

.gra-why-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 15px;
    padding: 19px 0;
    border-top: 1px solid var(--gra-line);
}

.gra-why-item > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    background: #f7b500;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}

.gra-why-item strong {
    color: var(--gra-navy);
}

.gra-why-item p {
    margin: 5px 0 0;
    color: var(--gra-text);
    font-size: 13px;
    line-height: 1.65;
}

.gra-why-visual {
    position: relative;
}

.gra-why-visual img {
    width: 100%;
    height: 620px;
    display: block;
    object-fit: cover;
}

.gra-image-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(320px, 85%);
    padding: 25px 30px;
    background: var(--gra-navy);
}

.gra-image-caption small,
.gra-image-caption strong {
    display: block;
}

.gra-image-caption small {
    margin-bottom: 5px;
    color: #f7b500;
}

.gra-image-caption strong {
    color: #fff;
}


/* ============================================================
   CUSTOMIZATION
============================================================ */

.gra-custom {
    padding: 105px 0;
    background: var(--gra-soft);
}

.gra-custom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.gra-custom-image {
    position: relative;
}

.gra-custom-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.gra-custom-badge {
    position: absolute;
    left: 25px;
    bottom: 25px;
    padding: 18px 22px;
    background: #fff;
}

.gra-custom-badge span,
.gra-custom-badge strong {
    display: block;
}

.gra-custom-badge span {
    color: #f7b500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gra-custom-badge strong {
    margin-top: 4px;
    color: var(--gra-navy);
}

.gra-custom-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.gra-custom-tags span {
     padding: 9px 13px;
    border: 1px solid #d9dfe2;
    background: #fff;
    color: #071c2c;
    font-size: 12px;
}


/* ============================================================
   PRODUCT RANGE
============================================================ */

.gra-range {
    padding: 105px 0;
}

.gra-range-head {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 45px;
}

.gra-range-head > p {
    color: var(--gra-text);
    line-height: 1.8;
}

.gra-range-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--gra-line);
}

.gra-range-item {
       min-height: 115px;
    display: grid;
    grid-template-columns: 55px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 25px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #e3e8eb;
    transition: .25s ease;
}

.gra-range-item:nth-child(odd) {
    border-right: 1px solid #e3e8eb;
}

.gra-range-item:hover {
    padding-left: 34px;
    background: var(--gra-soft);
}

.gra-range-item > span {
    color: #f7b500;
    font-size: 13px;
    font-weight: 800;
}

.gra-range-item strong,
.gra-range-item small {
    display: block;
}

.gra-range-item strong {
    color: var(--gra-navy);
    font-size: 17px;
}

.gra-range-item small {
    margin-top: 4px;
    color: var(--gra-text);
}

.gra-range-item b {
    color: #f7b500;
    font-size: 21px;
}


/* ============================================================
   CTA
============================================================ */

.gra-cta {
    padding: 0 0 100px;
}

.gra-cta-inner {
       display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 31px 60px;
    background: #f5b700;
}

.gra-cta-inner > div:first-child {
    max-width: 650px;
}

.gra-cta-inner span {
      color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gra-cta-inner h2 {
       margin: 2px 0 10px;
    color: #1d4768;
    font-size: clamp(27px, 3vw, 28px);
}

.gra-cta-inner p {
       margin: 0;
    color: rgb(39 38 29);
    line-height: 1.7;
}

.gra-cta-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.gra-cta-actions a {
    padding: 15px 19px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: .25s ease;
}

.gra-cta-call {
    background: #fff;
    color: var(--gra-navy);
}

.gra-cta-whatsapp {
    background: #f7b500;
    color: #fff;
}

.gra-cta-actions a:hover {
    transform: translateY(-2px);
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991px) {

    .gra-intro,
    .gra-story,
    .gra-purpose,
    .gra-why,
    .gra-custom,
    .gra-range {
        padding: 75px 0;
    }

    .gra-intro-grid,
    .gra-why-grid,
    .gra-custom-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .gra-story-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .gra-main-image img {
        height: 550px;
    }

    .gra-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gra-stat:nth-child(2) {
        border-right: 0;
    }

    .gra-stat:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .gra-purpose-grid {
        grid-template-columns: 1fr;
    }

    .gra-purpose-block + .gra-purpose-block {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #dfe4e7;
    }

    .gra-purpose-block {
        padding: 40px 0;
    }

    .gra-range-head {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .gra-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

    .gra-container {
        width: min(100% - 30px, 1180px);
    }

    .gra-breadcrumb {
        min-height: 250px;
    }

    .gra-breadcrumb h1 {
        font-size: 42px;
    }

    .gra-intro,
    .gra-story,
    .gra-purpose,
    .gra-why,
    .gra-custom,
    .gra-range {
        padding: 60px 0;
    }

    .gra-intro-grid,
    .gra-why-grid,
    .gra-custom-grid {
        gap: 40px;
    }

    .gra-intro-visual {
        padding: 0 0 25px 20px;
    }

    .gra-main-image img {
        height: 430px;
    }

    .gra-experience {
        width: 150px;
        min-height: 145px;
        padding: 20px;
    }

    .gra-experience span {
        font-size: 33px;
    }

    .gra-intro-points {
        grid-template-columns: 1fr;
    }

    .gra-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gra-stat {
        min-height: 120px;
        padding: 23px 18px;
    }

    .gra-stat strong {
        font-size: 23px;
    }

    .gra-purpose-block {
        grid-template-columns: 55px 1fr;
        gap: 12px;
    }

    .gra-purpose-number {
        font-size: 35px;
    }

    .gra-why-visual img {
        height: 450px;
    }

    .gra-custom-image img {
        height: 370px;
    }

    .gra-range-grid {
        grid-template-columns: 1fr;
    }

    .gra-range-item:nth-child(odd) {
        border-right: 0;
    }

    .gra-cta {
        padding-bottom: 60px;
    }

    .gra-cta-inner {
        padding: 35px 25px;
    }

    .gra-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .gra-cta-actions a {
        width: 100%;
        text-align: center;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 480px) {

    .gra-breadcrumb {
        min-height: 220px;
    }

    .gra-breadcrumb h1 {
        font-size: 36px;
    }

    .gra-breadcrumb-path {
        margin-top: 18px;
        font-size: 12px;
    }

    .gra-main-image img {
        height: 370px;
    }

    .gra-intro-content h2,
    .gra-story-heading h2,
    .gra-purpose-head h2,
    .gra-why-content h2,
    .gra-custom-content h2,
    .gra-range-head h2 {
        font-size: 30px;
    }

    .gra-stats-grid {
        grid-template-columns: 1fr;
    }

    .gra-stat {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .gra-stat:last-child {
        border-bottom: 0;
    }

    .gra-purpose-block {
        grid-template-columns: 1fr;
    }

    .gra-why-visual img {
        height: 370px;
    }

    .gra-custom-image img {
        height: 320px;
    }

    .gra-range-item {
        grid-template-columns: 40px 1fr auto;
        padding: 20px 10px;
    }

}