@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2')
}

:root {
    --gd-dark-teal: #0E4C5C;
    --gd-teal: #2A7F85;
    --gd-sand: #EADBC8;
    --gd-warm-white: #F5F1E6;
    --gd-orange: #F4A261;
    --gd-ink: #12333c;
    --gd-white: #ffffff;
    --gd-muted: #65777b;
    --gd-shadow: 0 28px 75px rgba(8, 53, 63, .16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--gd-ink);
    background: var(--gd-warm-white);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}


/* =========================================================
           MAIN HERO
        ========================================================= */

.gd-hero {
    min-height: 860px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, var(--gd-dark-teal) 0, var(--gd-dark-teal) 32%, var(--gd-warm-white) 32%, var(--gd-warm-white) 100%);
}


/* subtle texture */

.gd-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, .06) 0 1px, transparent 1.5px), radial-gradient(circle at 77% 25%, rgba(14, 76, 92, .07) 0 1px, transparent 1.5px);
    background-size: 23px 23px, 31px 31px;
    opacity: .8;
}


/* orange right detail */

.gd-right-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 92px;
    background: var(--gd-orange);
    z-index: 20;
    border-radius: 0 0 0 8px;
}


/* =========================================================
           LEFT BRAND
        ========================================================= */

.gd-brand-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 32%;
    height: 100%;
    z-index: 5;
}

.gd-logo {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--gd-white);
    white-space: nowrap;
}

.gd-logo:hover {
    color: var(--gd-sand);
}

.gd-logo-icon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    position: relative;
    transition: .4s ease;
}

.gd-logo:hover .gd-logo-icon {
    background: var(--gd-orange);
    border-color: var(--gd-orange);
    transform: rotate(-8deg);
}

.gd-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.gd-logo-text strong {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.7px;
}

.gd-logo-text small {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 3.1px;
    margin-top: 7px;
    color: rgba(255, 255, 255, .72);
}


/* =========================================================
           GARAGE DOOR LINE ART - LEFT
        ========================================================= */

.gd-left-art {
    position: absolute;
    left: 24px;
    bottom: 28px;
    width: 245px;
    height: 465px;
    opacity: .24;
    pointer-events: none;
}

.gd-art-door {
    position: absolute;
    left: 33px;
    bottom: 10px;
    width: 166px;
    height: 220px;
    border: 4px solid var(--gd-sand);
    border-radius: 84px 84px 8px 8px;
}

.gd-art-door::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 41px;
    height: 4px;
    background: var(--gd-sand);
    box-shadow: 0 37px 0 var(--gd-sand), 0 74px 0 var(--gd-sand), 0 111px 0 var(--gd-sand);
}

.gd-art-door::after {
    content: "";
    position: absolute;
    top: 41px;
    bottom: 20px;
    left: 50%;
    width: 4px;
    background: var(--gd-sand);
}


/* gear */

.gd-art-gear {
    position: absolute;
    top: 43px;
    left: 68px;
    width: 104px;
    height: 104px;
    border: 6px dotted var(--gd-sand);
    border-radius: 50%;
    animation: gdRotate 18s linear infinite;
}

.gd-art-gear::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 4px solid var(--gd-sand);
    border-radius: 50%;
}

.gd-art-gear::after {
    content: "\f013";
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-sand);
    font-size: 39px;
}

.gd-art-spring {
    position: absolute;
    right: 6px;
    top: 168px;
    width: 72px;
    height: 150px;
    border-right: 4px solid var(--gd-sand);
    transform: rotate(20deg);
}

.gd-art-spring::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    width: 59px;
    height: 120px;
    background: repeating-linear-gradient(-20deg, transparent 0 9px, var(--gd-sand) 10px 13px, transparent 14px 22px);
}


/* =========================================================
           NAVBAR
        ========================================================= */

.gd-navbar-wrap {
    position: relative;
    z-index: 15;
    margin-left: 32%;
    min-height: 112px;
    background: rgba(255, 255, 255, .96);
    display: flex;
    align-items: center;
}

.gd-navbar {
    width: 100%;
    padding-left: 66px;
    padding-right: 85px;
}

.gd-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gd-menu {
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gd-menu>li {
    position: relative;
}

.gd-menu-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 43px 0;
    color: #273639;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    transition: .3s ease;
}

.gd-menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 31px;
    width: 0;
    height: 2px;
    background: var(--gd-orange);
    transition: width .35s ease;
}

.gd-menu-link:hover {
    color: var(--gd-teal);
}

.gd-menu-link:hover::after {
    width: 100%;
}

.gd-menu-link i {
    font-size: 10px;
}


/* dropdown */

.gd-dropdown {
    position: absolute;
    top: 82px;
    left: -25px;
    min-width: 255px;
    margin: 0;
    padding: 14px;
    list-style: none;
    background: var(--gd-white);
    box-shadow: 0 18px 50px rgba(14, 76, 92, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: .32s ease;
    border-top: 3px solid var(--gd-orange);
}

.gd-has-dropdown:hover .gd-dropdown,
.gd-has-dropdown:focus-within .gd-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gd-dropdown a {
    color: var(--gd-ink);
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 14px;
    font-size: 13px;
    transition: .3s ease;
}

.gd-dropdown a i {
    width: 22px;
    color: var(--gd-teal);
}

.gd-dropdown a:hover {
    color: var(--gd-white);
    background: var(--gd-teal);
    padding-left: 19px;
}

.gd-dropdown a:hover i {
    color: var(--gd-orange);
}


/* navbar CTA */

.gd-nav-btn {
    min-height: 58px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    background: var(--gd-orange);
    color: var(--gd-ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .35s ease;
    position: relative;
    overflow: hidden;
}

.gd-nav-btn::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 25px;
    height: 100%;
    background: rgba(255, 255, 255, .32);
    transform: skewX(-25deg);
    transition: .5s ease;
}

.gd-nav-btn:hover {
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    transform: translateY(-3px);
}

.gd-nav-btn:hover::before {
    left: calc(100% + 20px);
}


/* =========================================================
           CSS MOBILE NAV TOGGLE
        ========================================================= */

.gd-menu-checkbox {
    display: none;
}

.gd-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    cursor: pointer;
    font-size: 19px;
}


/* =========================================================
           HERO CONTENT CARD
        ========================================================= */

.gd-hero-card {
    position: relative;
    z-index: 8;
    width: calc(100% - 305px);
    max-width: 1240px;
    min-height: 704px;
    margin: 0 auto;
    margin-top: 0;
    background: var(--gd-white);
    box-shadow: var(--gd-shadow);
    overflow: hidden;
    animation: gdCardIn .9s cubic-bezier(.2, .75, .25, 1) both;
}

.gd-hero-card .row {
    min-height: 704px;
}

.gd-copy-side {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 75px 30px 75px 76px;
}

.gd-copy {
    max-width: 650px;
}


/* kicker */

.gd-eyebrow {
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--gd-teal);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.gd-eyebrow-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(42, 127, 133, .22);
    border-radius: 50%;
}


/* title */

.gd-title {
    margin: 0 0 23px;
    max-width: 710px;
    color: #102d34;
    font-size: 50px;
    font-weight: bold;
    line-height: .98;
    letter-spacing: -2.8px;
    text-transform: uppercase;
}

.gd-title span {
    color: var(--gd-dark-teal);
}

.gd-description {
    max-width: 690px;
    margin-bottom: 24px;
    color: var(--gd-muted);
    font-size: 15px;
    line-height: 1.9;
}


/* =========================================================
           FEATURE LIST
        ========================================================= */

.gd-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin: 22px 0 30px;
}

.gd-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    color: #51676c;
    font-size: 14px;
    transition: .3s ease;
}

.gd-feature:hover {
    color: var(--gd-dark-teal);
    transform: translateX(5px);
}

.gd-feature-icon {
    color: var(--gd-orange);
    font-size: 11px;
    transition: .3s ease;
}

.gd-feature:hover .gd-feature-icon {
    transform: translateX(4px);
}

.gd-feature-service {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(234, 219, 200, .6);
    color: var(--gd-teal);
    font-size: 12px;
}


/* =========================================================
           BUTTONS
        ========================================================= */

.gd-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.gd-main-btn {
    min-height: 61px;
    padding: 0 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: var(--gd-white);
    background: var(--gd-teal);
    font-size: 14px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: .35s ease;
}

.gd-main-btn span,
.gd-main-btn i {
    position: relative;
    z-index: 2;
}

.gd-main-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateX(-102%);
    transition: transform .4s ease;
}

.gd-main-btn:hover::before {
    transform: translateX(0);
}

.gd-main-btn:hover {
    color: var(--gd-ink);
    transform: translateY(-4px);
    box-shadow: 0 13px 28px rgba(14, 76, 92, .18);
}

.gd-main-btn:hover i {
    transform: translateX(4px);
}

.gd-main-btn i {
    transition: .3s ease;
}


/* call button style like Watch Now */

.gd-watch {
    display: inline-flex;
    align-items: center;
    gap: 14px;
   color: #124447;
  font-size: 25px;
  font-weight: bold;
    transition: .3s ease;
}

.gd-watch-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: rgba(244, 162, 97, .17);
    border-radius: 50%;
    position: relative;
    transition: .35s ease;
}

.gd-watch-circle::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(244, 162, 97, .25);
    border-radius: 50%;
    transform: scale(.8);
    opacity: 0;
    transition: .35s ease;
}

.gd-watch:hover {
    color: var(--gd-teal);
}

.gd-watch:hover .gd-watch-circle {
    color: var(--gd-white);
    background: var(--gd-orange);
    transform: scale(1.07);
}

.gd-watch:hover .gd-watch-circle::after {
    transform: scale(1);
    opacity: 1;
}


/* =========================================================
           IMAGE SIDE
        ========================================================= */

.gd-image-side {
    position: relative;
    min-height: 704px;
    overflow: hidden;
    background: linear-gradient(120deg, var(--gd-sand), #c9dbd4);
}

.gd-image-side::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .72) 12%, rgba(255, 255, 255, .18) 33%, rgba(255, 255, 255, 0) 58%);
    pointer-events: none;
}

.gd-image-side img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s ease, filter .7s ease;
}

.gd-hero-card:hover .gd-image-side img {
    transform: scale(1.035);
}


/* image badge */

.gd-image-badge {
    position: absolute;
    right: 24px;
    bottom: 25px;
    z-index: 4;
    width: 130px;
    min-height: 130px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(14, 76, 92, .92);
    color: var(--gd-white);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .2);
}

.gd-image-badge i {
    margin-bottom: 10px;
    color: var(--gd-orange);
    font-size: 27px;
}

.gd-image-badge strong {
    font-size: 17px;
    line-height: 1.2;
}

.gd-image-badge small {
    margin-top: 6px;
    color: rgba(255, 255, 255, .74);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}


/* =========================================================
           RIGHT LINE ART
        ========================================================= */

.gd-right-art {
    position: absolute;
    z-index: 3;
    right: -105px;
    bottom: -90px;
    width: 390px;
    height: 430px;
    opacity: .07;
    pointer-events: none;
    transform: rotate(-8deg);
}

.gd-right-art .gear-large {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 8px dotted var(--gd-dark-teal);
    border-radius: 50%;
    animation: gdRotate 25s linear infinite reverse;
}

.gd-right-art .gear-large::after {
    content: "\f013";
    position: absolute;
    inset: 0;
    font-weight: 900;
    font-size: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
}


/* =========================================================
           MINI VERTICAL LABEL
        ========================================================= */

.gd-side-label {
    position: absolute;
    z-index: 12;
    left: 18px;
    top: 154px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}


/* =========================================================
           ANIMATIONS
        ========================================================= */

@keyframes gdCardIn {
    from {
        opacity: 0;
        transform: translateY(36px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gdRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.gd-image-badge {
    animation: gdFloat 4s ease-in-out infinite;
}


/* =========================================================
           LARGE SCREEN
        ========================================================= */

@media (min-width: 1600px) {
    .gd-hero-card {
        max-width: 1320px;
    }
    .gd-copy-side {
        padding-left: 80px;
    }
}


/* =========================================================
           LAPTOP
        ========================================================= */

@media (max-width: 1300px) {
    .gd-navbar {
        padding-left: 42px;
        padding-right: 42px;
    }
    .gd-menu {
        gap: 22px;
    }
    .gd-menu-link {
        letter-spacing: 2px;
        font-size: 11px;
    }
    .gd-hero-card {
        width: calc(100% - 150px);
    }
    .gd-copy-side {
        padding-left: 55px;
    }
    .gd-title {
        font-size: 57px;
    }
}


/* =========================================================
           TABLET
        ========================================================= */

@media (max-width: 991.98px) {
    .gd-hero {
        min-height: auto;
        padding-bottom: 60px;
        background: linear-gradient(180deg, var(--gd-dark-teal) 0, var(--gd-dark-teal) 205px, var(--gd-warm-white) 205px, var(--gd-warm-white) 100%);
    }
    .gd-brand-area {
        width: 100%;
        height: 72px;
        z-index: 20;
        pointer-events: none;
    }
    .gd-logo {
        top: 50%;
        left: 28px;
        transform: translateY(-50%);
        pointer-events: auto;
    }
    .gd-logo-img {
        width: min(28vw, 180px);
        max-width: 180px;
        height: auto;
    }
    .gd-logo-text strong {
        font-size: 22px;
    }
    .gd-logo-icon {
        width: 43px;
        height: 43px;
    }
    .gd-left-art {
        display: none;
    }
    .gd-side-label {
        display: none;
    }
    /* nav */
    .gd-navbar-wrap {
        margin-left: 0;
        margin-top: 0;
        min-height: 72px;
        background: var(--gd-dark-teal);
    }
    .gd-navbar {
        padding: 12px 20px;
    }
    .gd-nav-inner {
        justify-content: flex-end;
    }
    .gd-menu-toggle {
        display: flex;
    }
    .gd-nav-btn {
        margin-right: 12px;
        min-height: 46px;
        padding: 0 18px;
    }
    .gd-menu {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 70px;
        display: block;
        padding: 10px 20px 18px;
        background: var(--gd-white);
        box-shadow: 0 20px 40px rgba(14, 76, 92, .15);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: .35s ease;
    }
    #gd-menu-toggle:checked~.gd-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .gd-menu-link {
        padding: 15px 0;
        border-bottom: 1px solid rgba(14, 76, 92, .08);
    }
    .gd-menu-link::after {
        bottom: 8px;
    }
    .gd-dropdown {
        position: static;
        display: none;
        box-shadow: none;
        border-top: 0;
        border-left: 2px solid var(--gd-orange);
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-left: 7px;
        padding: 6px 0 6px 12px;
    }
    .gd-has-dropdown:hover .gd-dropdown,
    .gd-has-dropdown:focus-within .gd-dropdown {
        display: block;
    }
    /* hero card */
    .gd-hero-card {
        width: calc(100% - 40px);
        margin-top: 38px;
        min-height: auto;
    }
    .gd-hero-card .row {
        min-height: auto;
    }
    .gd-copy-side {
        padding: 60px 50px 55px;
    }
    .gd-title {
        font-size: clamp(48px, 7vw, 68px);
    }
    .gd-image-side {
        min-height: 500px;
    }
    .gd-image-side::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 25%);
    }
}


/* =========================================================
           MOBILE
        ========================================================= */

@media (max-width: 575.98px) {
    .gd-hero {
        background: linear-gradient(180deg, var(--gd-dark-teal) 0, var(--gd-dark-teal) 190px, var(--gd-warm-white) 190px, var(--gd-warm-white) 100%);
    }
    .gd-logo {
        left: 18px;
    }
    .gd-logo-img {
        width: min(42vw, 150px);
        max-width: 150px;
    }
    .gd-logo-text strong {
        font-size: 19px;
    }
    .gd-logo-text small {
        letter-spacing: 2px;
    }
    .gd-navbar {
        padding: 11px 14px;
    }
    .gd-nav-btn {
        font-size: 10px;
        padding: 0 13px;
    }
    .gd-nav-btn span {
        display: none;
    }
    .gd-hero-card {
        width: calc(100% - 24px);
        margin-top: 28px;
    }
    .gd-copy-side {
        padding: 45px 25px 42px;
    }
    .gd-eyebrow {
        letter-spacing: 2px;
        font-size: 10px;
    }
    .gd-title {
        font-size: clamp(40px, 12vw, 54px);
        letter-spacing: -1.8px;
    }
    .gd-description {
        font-size: 14px;
        line-height: 1.75;
    }
    .gd-feature-grid {
        grid-template-columns: 1fr;
        gap: 2px;
    }
    .gd-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
    .gd-main-btn {
        width: 100%;
    }
    .gd-image-side {
        min-height: 360px;
    }
    .gd-image-badge {
        width: 105px;
        min-height: 105px;
        right: 15px;
        bottom: 15px;
        padding: 12px;
    }
    .gd-image-badge strong {
        font-size: 14px;
    }
    .gd-menu {
        left: 12px;
        right: 12px;
    }
}


/* =========================================================
           REDUCED MOTION
        ========================================================= */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}


/* =========================================================
       ABOUT / WHY GARAGE DOOR GALVESTON
    ========================================================= */

.gd-about-why {
    position: relative;
    overflow: hidden;
    padding: 115px 0 120px;
    background: linear-gradient(135deg, #f8f5ed 0%, var(--gd-warm-white) 58%, #f2e8da 100%);
}


/* subtle texture */

.gd-about-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(14, 76, 92, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 76, 92, .025) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.gd-about-why .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
       VISUAL SIDE
    ========================================================= */

.gd-about-visual {
    position: relative;
    min-height: 650px;
}

.gd-about-image-shell {
    position: absolute;
    top: 20px;
    left: 50px;
    width: calc(100% - 80px);
    height: 560px;
    overflow: hidden;
    background: var(--gd-sand);
    box-shadow: 0 35px 70px rgba(14, 76, 92, .16);
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%);
    animation: gdAboutReveal .9s ease both;
}

.gd-about-image-shell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s ease, filter .6s ease;
}

.gd-about-image-shell:hover img {
    transform: scale(1.045);
}

.gd-about-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(14, 76, 92, .42) 100%);
    pointer-events: none;
}


/* floating badge */

.gd-about-floating-badge {
    position: absolute;
    left: 25px;
    bottom: 30px;
    max-width: 280px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 19px;
    color: var(--gd-white);
    background: rgba(14, 76, 92, .92);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    animation: gdAboutFloat 4s ease-in-out infinite;
}

.gd-about-floating-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    font-size: 18px;
}

.gd-about-floating-badge small,
.gd-about-floating-badge strong {
    display: block;
}

.gd-about-floating-badge small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .65);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gd-about-floating-badge strong {
    font-size: 15px;
    line-height: 1.35;
}


/* corner number */

.gd-about-corner-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    padding: 8px 8px 36px 34px;
}

.gd-about-corner-number span {
     
    font-size: 31px;
    line-height: 1;
}

.gd-about-corner-number small {
    margin-top: 2px;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.1;
}


/* vertical label */

.gd-about-vertical-label {
    position: absolute;
    left: 0;
    top: 93px;
    color: rgba(14, 76, 92, .55);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}


/* garage rail */

.gd-about-rail {
    position: absolute;
    left: 18px;
    bottom: 10px;
    width: 88%;
    height: 66px;
    border-bottom: 4px solid var(--gd-dark-teal);
    opacity: .18;
}

.gd-about-rail::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 3px;
    background: var(--gd-dark-teal);
}

.gd-about-rail span {
    position: absolute;
    bottom: 11px;
    width: 25px;
    height: 25px;
    border: 3px solid var(--gd-dark-teal);
    border-radius: 50%;
    background: var(--gd-warm-white);
}

.gd-about-rail span:nth-child(1) {
    left: 3%;
}

.gd-about-rail span:nth-child(2) {
    left: 31%;
}

.gd-about-rail span:nth-child(3) {
    left: 61%;
}

.gd-about-rail span:nth-child(4) {
    left: 88%;
}


/* gear */

.gd-about-gear {
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(14, 76, 92, .12);
    font-size: 83px;
    animation: gdAboutRotate 18s linear infinite;
}


/* =========================================================
       CONTENT
    ========================================================= */

.gd-about-content {
    position: relative;
    padding-left: 25px;
}

.gd-section-kicker {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gd-teal);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.gd-section-kicker span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(42, 127, 133, .2);
    border-radius: 50%;
}

.gd-about-content h2 {
    max-width: 630px;
    margin: 0 0 24px;
    color: var(--gd-dark-teal);
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -2px;
}

.gd-about-content h2 span {
    display: block;
    margin-top: 5px;
    color: var(--gd-teal);
}

.gd-about-lead {
    max-width: 660px;
    margin-bottom: 14px;
    color: #314f55;
    font-size: 16px;
    line-height: 1.85;
}

.gd-about-text {
    max-width: 660px;
    margin-bottom: 35px;
    color: #6b7b7e;
    font-size: 14px;
    line-height: 1.85;
}


/* =========================================================
       POINTS
    ========================================================= */

.gd-about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gd-about-point {
    position: relative;
    min-height: 150px;
    padding: 24px 20px 20px 21px;
    background: rgba(255, 255, 255, .68);
    border: 1px solid rgba(14, 76, 92, .08);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
}

.gd-about-point:nth-child(2),
.gd-about-point:nth-child(4) {
    transform: translateY(18px);
}

.gd-about-point:hover {
    transform: translateY(-7px);
    background: var(--gd-white);
    border-color: rgba(244, 162, 97, .32);
    box-shadow: 0 18px 40px rgba(14, 76, 92, .1);
}

.gd-about-point:nth-child(2):hover,
.gd-about-point:nth-child(4):hover {
    transform: translateY(10px);
}

.gd-about-point-number {
    position: absolute;
    top: 8px;
    right: 11px;
    color: rgba(14, 76, 92, .07);
    font-size: 58px;
    line-height: 1;
    transition: .35s ease;
}

.gd-about-point:hover .gd-about-point-number {
    color: rgba(244, 162, 97, .15);
    transform: translateY(-4px);
}

.gd-about-point-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: rgba(244, 162, 97, .11);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-about-point:hover .gd-about-point-icon {
    color: var(--gd-white);
    background: var(--gd-teal);
    transform: rotate(-8deg) scale(1.08);
}

.gd-about-point h3 {
    margin: 0 0 8px;
    color: var(--gd-dark-teal);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.2px;
}

.gd-about-point p {
    margin: 0;
    color: #738184;
    font-size: 12.5px;
    line-height: 1.65;
}


/* =========================================================
       BOTTOM
    ========================================================= */

.gd-about-bottom {
    margin-top: 46px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
}

.gd-about-btn {
    min-height: 59px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    transition: .35s ease;
}

.gd-about-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateX(-102%);
    transition: .4s ease;
}

.gd-about-btn span,
.gd-about-btn i {
    position: relative;
    z-index: 2;
}

.gd-about-btn i {
    transition: transform .3s ease;
}

.gd-about-btn:hover {
    color: var(--gd-dark-teal);
    transform: translateY(-4px);
    box-shadow: 0 15px 32px rgba(14, 76, 92, .15);
}

.gd-about-btn:hover::before {
    transform: translateX(0);
}

.gd-about-btn:hover i {
    transform: translateX(5px);
}

.gd-about-mini-note {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gd-about-mini-note>span {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-teal);
    border: 1px solid rgba(14, 76, 92, .14);
    border-radius: 50%;
}

.gd-about-mini-note small,
.gd-about-mini-note strong {
    display: block;
}

.gd-about-mini-note small {
    margin-bottom: 3px;
    color: #899396;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.gd-about-mini-note strong {
    color: var(--gd-dark-teal);
    font-size: 13px;
}


/* =========================================================
       ANIMATION
    ========================================================= */

@keyframes gdAboutReveal {
    from {
        opacity: 0;
        transform: translateX(-35px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes gdAboutFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes gdAboutRotate {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
       TABLET
    ========================================================= */

@media (max-width: 991.98px) {
    .gd-about-why {
        padding: 85px 0;
    }
    .gd-about-visual {
        min-height: 570px;
    }
    .gd-about-image-shell {
        left: 45px;
        width: calc(100% - 70px);
        height: 500px;
    }
    .gd-about-content {
        padding-left: 0;
    }
    .gd-about-content h2 {
        max-width: 760px;
    }
}


/* =========================================================
       MOBILE
    ========================================================= */

@media (max-width: 575.98px) {
    .gd-about-why {
        padding: 65px 0;
    }
    .gd-about-visual {
        min-height: 465px;
    }
    .gd-about-image-shell {
        left: 22px;
        width: calc(100% - 22px);
        height: 410px;
    }
    .gd-about-vertical-label {
        left: -3px;
        top: 60px;
        font-size: 8px;
        letter-spacing: 3px;
    }
    .gd-about-floating-badge {
        left: 15px;
        right: 15px;
        bottom: 18px;
        max-width: none;
    }
    .gd-about-corner-number {
        width: 95px;
        height: 95px;
    }
    .gd-about-corner-number span {
        font-size: 24px;
    }
    .gd-about-rail {
        display: none;
    }
    .gd-about-gear {
        display: none;
    }
    .gd-about-content h2 {
        font-size: clamp(37px, 11vw, 48px);
        letter-spacing: -1.4px;
    }
    .gd-about-points {
        grid-template-columns: 1fr;
    }
    .gd-about-point:nth-child(2),
    .gd-about-point:nth-child(4) {
        transform: none;
    }
    .gd-about-point:nth-child(2):hover,
    .gd-about-point:nth-child(4):hover {
        transform: translateY(-7px);
    }
    .gd-about-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }
    .gd-about-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gd-about-image-shell,
    .gd-about-floating-badge,
    .gd-about-gear {
        animation: none !important;
    }
}


/* =========================================================
       BLUEPRINT ABOUT SECTION
    ========================================================= */

.gd-blueprint-about {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, var(--gd-warm-white), #efe3d3);
}

.gd-blueprint-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(14, 76, 92, .08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .35;
}

.gd-blueprint-about .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
       MAIN SHELL
    ========================================================= */

.gd-blueprint-shell {
    overflow: hidden;
    background: var(--gd-white);
    box-shadow: 0 40px 90px rgba(14, 76, 92, .14);
    border: 1px solid rgba(14, 76, 92, .08);
}


/* =========================================================
       LEFT COPY
    ========================================================= */

.gd-blueprint-copy {
    height: 100%;
    padding: 75px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(155deg, #ffffff, #faf8f3);
}

.gd-blueprint-copy::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: linear-gradient(transparent, rgba(14, 76, 92, .15), transparent);
}

.gd-blueprint-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: var(--gd-teal);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.gd-blueprint-kicker-line {
    width: 42px;
    height: 2px;
    background: var(--gd-orange);
}

.gd-blueprint-copy h2 {
    margin: 0 0 25px;
    color: var(--gd-dark-teal);

    font-size: 40px;
  font-weight: bold;
    line-height: 1;
    letter-spacing: -2.2px;
}

.gd-blueprint-copy h2 span {
    display: block;
    color: var(--gd-teal);
}

.gd-blueprint-lead {
    margin-bottom: 13px;
    color: #38575e;
    font-size: 15.5px;
    line-height: 1.85;
}

.gd-blueprint-text {
    margin-bottom: 30px;
    color: #748285;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
       TRUST
    ========================================================= */

.gd-blueprint-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 33px;
}

.gd-blueprint-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(14, 76, 92, .09);
    background: rgba(234, 219, 200, .25);
    transition: .35s ease;
}

.gd-blueprint-trust-item:hover {
    transform: translateY(-5px);
    background: var(--gd-white);
    border-color: rgba(244, 162, 97, .35);
    box-shadow: 0 12px 30px rgba(14, 76, 92, .08);
}

.gd-blueprint-trust-item>span {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: var(--gd-dark-teal);
}

.gd-blueprint-trust-item small,
.gd-blueprint-trust-item strong {
    display: block;
}

.gd-blueprint-trust-item small {
    margin-bottom: 3px;
    color: #8a9698;
    font-size: 8px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.gd-blueprint-trust-item strong {
    color: var(--gd-dark-teal);
    font-size: 12px;
}


/* =========================================================
       BUTTON
    ========================================================= */

.gd-blueprint-btn {
    width: fit-content;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 0 27px;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 13px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: .35s ease;
}

.gd-blueprint-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateX(-101%);
    transition: .4s ease;
}

.gd-blueprint-btn span,
.gd-blueprint-btn i {
    position: relative;
    z-index: 2;
}

.gd-blueprint-btn i {
    transition: .3s ease;
}

.gd-blueprint-btn:hover {
    color: var(--gd-dark-teal);
    transform: translateY(-4px);
}

.gd-blueprint-btn:hover::before {
    transform: translateX(0);
}

.gd-blueprint-btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
       BLUEPRINT BOARD
    ========================================================= */

.gd-blueprint-board {
    min-height: 720px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(135deg, #0c4655, var(--gd-dark-teal));
    background-size: 32px 32px, 32px 32px, auto;
}

.gd-blueprint-board::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -190px;
    bottom: -180px;
    border: 1px solid rgba(234, 219, 200, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(234, 219, 200, .025), 0 0 0 70px rgba(234, 219, 200, .018), 0 0 0 105px rgba(234, 219, 200, .012);
}


/* =========================================================
       LABEL
    ========================================================= */

.gd-bp-top-label {
    position: absolute;
    left: 35px;
    top: 31px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gd-bp-top-label span {
    color: var(--gd-orange);
    font-size: 9px;
    letter-spacing: 2px;
}

.gd-bp-top-label strong {
    color: rgba(255, 255, 255, .75);
    font-size: 9px;
    letter-spacing: 2px;
}


/* =========================================================
       DOOR BLUEPRINT
    ========================================================= */

.gd-bp-door-wrap {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 54%;
    width: 330px;
    transform: translate(-50%, -50%);
}

.gd-bp-door {
    width: 100%;
    padding: 12px;
    border: 3px solid rgba(234, 219, 200, .68);
    background: rgba(255, 255, 255, .015);
    box-shadow: inset 0 0 40px rgba(255, 255, 255, .02);
}

.gd-bp-panel {
    height: 87px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    padding: 8px;
    border-bottom: 2px solid rgba(234, 219, 200, .52);
}

.gd-bp-panel:last-child {
    border-bottom: 0;
}

.gd-bp-panel span {
    border: 1px solid rgba(234, 219, 200, .48);
    background: rgba(255, 255, 255, .015);
    transition: .35s ease;
}

.gd-blueprint-board:hover .gd-bp-panel span {
    background: rgba(244, 162, 97, .06);
    border-color: rgba(244, 162, 97, .5);
}


/* tracks */

.gd-bp-track {
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background: rgba(234, 219, 200, .42);
}

.gd-bp-track-left {
    left: -15px;
}

.gd-bp-track-right {
    right: -15px;
}


/* opener */

.gd-bp-opener {
    position: absolute;
    left: 50%;
    top: -100px;
    width: 290px;
    height: 90px;
    transform: translateX(-50%);
}

.gd-bp-opener-motor {
    position: absolute;
    left: 0;
    top: 12px;
    width: 72px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 2px solid rgba(234, 219, 200, .6);
    font-size: 21px;
}

.gd-bp-opener-motor i {
    animation: gdBlueprintGear 12s linear infinite;
}

.gd-bp-opener-rail {
    position: absolute;
    left: 70px;
    top: 34px;
    width: 220px;
    height: 3px;
    background: rgba(234, 219, 200, .55);
}


/* =========================================================
       CALLOUTS
    ========================================================= */

.gd-bp-callout {
    position: absolute;
    z-index: 6;
    width: 210px;
    display: flex;
    gap: 11px;
    color: var(--gd-white);
    transition: transform .35s ease;
}

.gd-bp-callout:hover {
    transform: translateY(-5px);
}

.gd-bp-callout-number {
    flex: 0 0 auto;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    font-size: 10px;
    font-weight: 900;
}

.gd-bp-callout small,
.gd-bp-callout strong,
.gd-bp-callout p {
    display: block;
}

.gd-bp-callout small {
    margin-bottom: 4px;
    color: var(--gd-orange);
    font-size: 8px;
    letter-spacing: 1.4px;
}

.gd-bp-callout strong {
    margin-bottom: 5px;
    font-size: 13px;
}

.gd-bp-callout p {
    margin: 0;
    color: rgba(255, 255, 255, .54);
    font-size: 10.5px;
    line-height: 1.55;
}

.gd-bp-callout-one {
    left: 35px;
    top: 130px;
}

.gd-bp-callout-two {
    right: 30px;
    top: 160px;
}

.gd-bp-callout-three {
    left: 35px;
    bottom: 75px;
}

.gd-bp-callout-four {
    right: 30px;
    bottom: 75px;
}


/* connector lines */

.gd-bp-callout-one::after,
.gd-bp-callout-two::after,
.gd-bp-callout-three::after,
.gd-bp-callout-four::after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(244, 162, 97, .45);
}

.gd-bp-callout-one::after {
    width: 82px;
    right: -72px;
    top: 17px;
    transform: rotate(12deg);
}

.gd-bp-callout-two::after {
    width: 75px;
    left: -72px;
    top: 18px;
    transform: rotate(-12deg);
}

.gd-bp-callout-three::after {
    width: 80px;
    right: -75px;
    top: 15px;
    transform: rotate(-11deg);
}

.gd-bp-callout-four::after {
    width: 80px;
    left: -75px;
    top: 15px;
    transform: rotate(12deg);
}


/* technical lines */

.gd-bp-line {
    position: absolute;
    z-index: 1;
    background: rgba(234, 219, 200, .1);
}

.gd-bp-line-one {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.gd-bp-line-two {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}

.gd-bp-line-three {
    width: 260px;
    height: 260px;
    right: -120px;
    top: 30px;
    border: 1px dashed rgba(244, 162, 97, .14);
    background: none;
    border-radius: 50%;
}

.gd-bp-side-code {
    position: absolute;
    right: 13px;
    top: 50%;
    writing-mode: vertical-rl;
    color: rgba(255, 255, 255, .18);
    font-size: 8px;
    letter-spacing: 4px;
    transform: translateY(-50%);
}


/* =========================================================
       ANIMATION
    ========================================================= */

@keyframes gdBlueprintGear {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
       RESPONSIVE
    ========================================================= */

@media (max-width: 1199.98px) {
    .gd-blueprint-copy {
        padding: 60px 42px;
    }
    .gd-bp-door-wrap {
        width: 285px;
    }
    .gd-bp-callout {
        width: 180px;
    }
    .gd-bp-callout-one,
    .gd-bp-callout-three {
        left: 20px;
    }
    .gd-bp-callout-two,
    .gd-bp-callout-four {
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    .gd-blueprint-about {
        padding: 85px 0;
    }
    .gd-blueprint-copy {
        padding: 60px 45px;
    }
    .gd-blueprint-copy::after {
        display: none;
    }
    .gd-blueprint-board {
        min-height: 720px;
    }
}

@media (max-width: 767.98px) {
    .gd-blueprint-board {
        min-height: 930px;
    }
    .gd-bp-door-wrap {
        top: 49%;
        width: 280px;
    }
    .gd-bp-callout {
        width: calc(50% - 28px);
    }
    .gd-bp-callout-one {
        left: 18px;
        top: 85px;
    }
    .gd-bp-callout-two {
        right: 18px;
        top: 85px;
    }
    .gd-bp-callout-three {
        left: 18px;
        bottom: 45px;
    }
    .gd-bp-callout-four {
        right: 18px;
        bottom: 45px;
    }
    .gd-bp-callout::after {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .gd-blueprint-about {
        padding: 65px 0;
    }
    .gd-blueprint-copy {
        padding: 45px 24px;
    }
    .gd-blueprint-copy h2 {
        font-size: clamp(39px, 11vw, 49px);
    }
    .gd-blueprint-trust {
        grid-template-columns: 1fr;
    }
    .gd-blueprint-btn {
        width: 100%;
        justify-content: center;
    }
    .gd-blueprint-board {
        min-height: 1050px;
    }
    .gd-bp-door-wrap {
        top: 46%;
        width: 240px;
    }
    .gd-bp-panel {
        height: 70px;
    }
    .gd-bp-callout {
        width: calc(100% - 36px);
        padding: 13px;
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .07);
    }
    .gd-bp-callout-one {
        left: 18px;
        top: 70px;
    }
    .gd-bp-callout-two {
        left: 18px;
        right: auto;
        top: 190px;
    }
    .gd-bp-callout-three {
        left: 18px;
        bottom: 160px;
    }
    .gd-bp-callout-four {
        left: 18px;
        right: auto;
        bottom: 35px;
    }
    .gd-bp-top-label {
        left: 18px;
        top: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gd-bp-opener-motor i {
        animation: none;
    }
}


/* =========================================================
       MASTER TECHS SECTION
    ========================================================= */

.gd-master-techs {
    position: relative;
    overflow: hidden;
    padding: 115px 0;
    background: linear-gradient( 135deg, var(--gd-warm-white), #f0e5d7);
}

.gd-master-techs::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient( rgba(14, 76, 92, .07) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .28;
}

.gd-master-techs::after {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(14, 76, 92, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(14, 76, 92, .018), 0 0 0 76px rgba(14, 76, 92, .012);
}

.gd-master-techs .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
       SHELL
    ========================================================= */

.gd-master-shell {
    position: relative;
    overflow: hidden;
    background: var(--gd-white);
    box-shadow: 0 35px 90px rgba(14, 76, 92, .16);
}


/* =========================================================
       CONTENT
    ========================================================= */

.gd-master-content {
    height: 100%;
    padding: 66px 56px 165px;
    position: relative;
    background: linear-gradient( 145deg, #fffefb, #f8f4eb);
}

.gd-master-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 85px;
    background: var(--gd-orange);
}

.gd-master-content::after {
    content: "\f013";
    font-weight: 900;
    position: absolute;
    right: 20px;
    bottom: 170px;
    color: rgba(14, 76, 92, .035);
    font-size: 150px;
    transform: rotate(-20deg);
}


/* =========================================================
       KICKER
    ========================================================= */

.gd-master-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    color: var(--gd-dark-teal);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.gd-master-kicker-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 2px solid var(--gd-teal);
    border-radius: 50%;
    animation: gdMasterGear 10s linear infinite;
}

.gd-master-kicker-line {
    width: 90px;
    height: 1px;
    background: var(--gd-teal);
    opacity: .55;
}


/* =========================================================
       HEADING
    ========================================================= */

.gd-master-content h2 {
    margin: 0 0 26px;
    color: var(--gd-dark-teal);
    font-size: 40px;
   font-weight: bold;
    line-height: .98;
    letter-spacing: -2px;
}

.gd-master-content h2 span {
    display: block;
    margin-top: 5px;
    color: var(--gd-teal);
}


/* =========================================================
       TEXT
    ========================================================= */

.gd-master-copy {
    position: relative;
    z-index: 2;
}

.gd-master-copy p {
    margin: 0 0 18px;
    color: #566d72;
    font-size: 14.5px;
    line-height: 1.82;
}

.gd-master-copy p:last-child {
    margin-bottom: 0;
}

.gd-master-copy strong {
    color: var(--gd-dark-teal);
    font-weight: 800;
}

.gd-master-copy p:last-child strong {
    color: var(--gd-orange);
    font-size: 16px;
}


/* =========================================================
       VISUAL
    ========================================================= */

.gd-master-visual {
    position: relative;
    height: 100%;
    min-height: 760px;
    overflow: hidden;
    background: var(--gd-dark-teal);
}

.gd-master-image-frame {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: polygon( 11% 0, 100% 0, 100% 100%, 0 100%, 8% 69%, 0 40%);
}

.gd-master-image-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( 90deg, rgba(14, 76, 92, .18), transparent 35%, transparent 70%, rgba(14, 76, 92, .16));
}

.gd-master-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease, filter .6s ease;
}

.gd-master-visual:hover .gd-master-image-frame img {
    transform: scale(1.045);
}


/* =========================================================
       ORANGE BORDER EFFECT
    ========================================================= */

.gd-master-visual::before {
    content: "";
    position: absolute;
    z-index: 4;
    left: 7%;
    top: 0;
    width: 5px;
    height: 54%;
    background: var(--gd-orange);
    transform: skewX(-17deg);
    transform-origin: top;
}

.gd-master-visual::after {
    content: "";
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 180px;
    background: linear-gradient( 135deg, transparent 0 48%, var(--gd-orange) 49%);
    opacity: .92;
}


/* =========================================================
       SERVICE NOTE
    ========================================================= */

.gd-master-service-note {
    position: absolute;
    z-index: 7;
    right: 0;
    top: 0;
    width: 280px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 26px;
    color: var(--gd-white);
    background: rgba(14, 76, 92, .96);
    border-bottom: 3px solid var(--gd-orange);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .14);
}

.gd-master-note-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid var(--gd-orange);
    border-radius: 50%;
    font-size: 21px;
}

.gd-master-note-copy span {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
}

.gd-master-note-copy span:last-child {
    margin-bottom: 0;
}


/* =========================================================
        MARK
    ========================================================= */

.gd-master--mark {
    position: absolute;
    z-index: 6;
    right: 26px;
    bottom: 145px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: rgba(14, 76, 92, .84);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    backdrop-filter: blur(8px);
    animation: gdMasterFloat 4s ease-in-out infinite;
}


/* =========================================================
       SERVICE STRIP
    ========================================================= */

.gd-master-strip {
    position: absolute;
    z-index: 10;
    left: 28%;
    right: 0;
    bottom: 0;
    min-height: 125px;
    color: var(--gd-white);
    background: linear-gradient( 90deg, var(--gd-dark-teal), #0b5a6a);
    border-top: 2px solid var(--gd-orange);
}

.gd-master-service {
    min-height: 125px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 12px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .13);
    position: relative;
    transition: .35s ease;
    overflow: hidden;
}

.gd-master-service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateY(101%);
    transition: .35s ease;
}

.gd-master-service:hover::before {
    transform: translateY(0);
}

.gd-master-service:hover {
    color: var(--gd-dark-teal);
}

.gd-master-service-icon,
.gd-master-service strong {
    position: relative;
    z-index: 2;
}

.gd-master-service-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid var(--gd-orange);
    border-radius: 50%;
    font-size: 17px;
    transition: .35s ease;
}

.gd-master-service:hover .gd-master-service-icon {
    color: var(--gd-dark-teal);
    border-color: var(--gd-dark-teal);
    transform: rotate(-8deg) scale(1.06);
}

.gd-master-service strong {
    max-width: 120px;
    font-size: 10px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .5px;
}


/* =========================================================
       ANIMATION
    ========================================================= */

@keyframes gdMasterGear {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdMasterFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* =========================================================
       TABLET
    ========================================================= */

@media (max-width: 991.98px) {
    .gd-master-techs {
        padding: 85px 0;
    }
    .gd-master-content {
        padding: 55px 45px;
    }
    .gd-master-visual {
        min-height: 580px;
    }
    .gd-master-strip {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .gd-master-service {
        min-height: 125px;
    }
    .gd-master-content::after {
        bottom: 20px;
    }
}


/* =========================================================
       MOBILE
    ========================================================= */

@media (max-width: 575.98px) {
    .gd-master-techs {
        padding: 65px 0;
    }
    .gd-master-content {
        padding: 44px 23px;
    }
    .gd-master-kicker {
        font-size: 8px;
        letter-spacing: 1.7px;
    }
    .gd-master-kicker-line {
        display: none;
    }
    .gd-master-content h2 {
        font-size: clamp( 39px, 11vw, 50px);
        letter-spacing: -1.5px;
    }
    .gd-master-copy p {
        font-size: 13.5px;
    }
    .gd-master-content::after {
        display: none;
    }
    .gd-master-visual {
        min-height: 430px;
    }
    .gd-master-image-frame {
        clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100%);
    }
    .gd-master-visual::before {
        display: none;
    }
    .gd-master-service-note {
        width: 215px;
        padding: 18px;
        gap: 12px;
    }
    .gd-master-note-icon {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }
    .gd-master-note-copy span {
        font-size: 9px;
    }
    .gd-master--mark {
        right: 18px;
        bottom: 20px;
    }
    .gd-master-service {
        min-height: 115px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gd-master-kicker-icon,
    .gd-master--mark {
        animation: none !important;
    }
}

:root {
    --gd-dark-teal: #0E4C5C;
    --gd-teal: #2A7F85;
    --gd-sand: #EADBC8;
    --gd-warm-white: #F5F1E6;
    --gd-orange: #F4A261;
    --gd-white: #ffffff;
    --gd-text: #496269;
}


/* =========================================================
       SECTION
    ========================================================= */

.gd-master-techs {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--gd-warm-white);
}

.gd-master-shell {
    width: 100%;
    min-height: 830px;
    position: relative;
    overflow: hidden;
    background: var(--gd-warm-white);
}

.gd-master-shell>.row {
    min-height: 830px;
}


/* =========================================================
       LEFT
    ========================================================= */

.gd-master-content {
    position: relative;
    z-index: 3;
    height: 100%;
    min-height: 830px;
    padding: 85px 60px 175px clamp(35px, 6vw, 105px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    /* TEXTURE */
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( circle at 20% 20%, rgba(14, 76, 92, .07) 0 1px, transparent 1.4px), radial-gradient( circle at 75% 70%, rgba(244, 162, 97, .07) 0 1px, transparent 1.5px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .018) 0, rgba(14, 76, 92, .018) 1px, transparent 1px, transparent 5px), linear-gradient( 135deg, #faf7ef, var(--gd-warm-white) 55%, #efe2d1);
    background-size: 23px 23px, 31px 31px, 100% 5px, auto;
}


/* orange line */

.gd-master-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(35px, 6vw, 105px);
    width: 105px;
    height: 5px;
    background: var(--gd-orange);
}


/* decorative big circle */

.gd-master-content::after {
    content: "";
    position: absolute;
    left: -155px;
    bottom: -190px;
    width: 410px;
    height: 410px;
    border: 2px dashed rgba(14, 76, 92, .075);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(14, 76, 92, .018), 0 0 0 84px rgba(14, 76, 92, .012);
    animation: gd-master-circle 24s linear infinite;
    pointer-events: none;
}


/* =========================================================
       KICKER
    ========================================================= */

.gd-master-kicker {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
    color: var(--gd-dark-teal);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.7px;
}

.gd-master-kicker-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gd-teal);
    border-radius: 50%;
    color: var(--gd-orange);
}

.gd-master-kicker-icon::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px dashed rgba(42, 127, 133, .28);
    border-radius: 50%;
    animation: gd-master-circle 13s linear infinite;
}

.gd-master-kicker-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-master-kicker-line {
    width: 105px;
    height: 1px;
    background: var(--gd-teal);
    opacity: .5;
}


/* =========================================================
       TITLE
    ========================================================= */

.gd-master-content h2 {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 0 0 27px;
    color: var(--gd-dark-teal);
 font-size: 42px;
  font-weight: bold;
    line-height: .98;
    letter-spacing: -2.5px;
}

.gd-master-content h2 span {
    display: block;
    margin-top: 6px;
    color: var(--gd-teal);
}


/* =========================================================
       COPY
    ========================================================= */

.gd-master-copy {
    position: relative;
    z-index: 2;
    max-width: 665px;
}

.gd-master-copy p {
    margin: 0 0 17px;
    color: var(--gd-text);
    font-size: 14.5px;
    line-height: 1.8;
}

.gd-master-copy p:last-child {
    margin-bottom: 0;
}

.gd-master-copy strong {
    color: var(--gd-dark-teal);
    font-weight: 800;
}

.gd-master-copy p:last-child strong {
    color: var(--gd-orange);
    font-size: 16px;
}


/* =========================================================
       GARAGE DOOR LINE ART
    ========================================================= */

.gd-master-door-art {
    position: absolute;
    right: -65px;
    bottom: 135px;
    z-index: 1;
    width: 230px;
    height: 165px;
    padding: 10px;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 5px;
    opacity: .055;
    border: 4px solid var(--gd-dark-teal);
    transform: rotate(-8deg);
}

.gd-master-door-art span {
    display: block;
    border: 2px solid var(--gd-dark-teal);
    background: linear-gradient( 90deg, transparent 0 24%, var(--gd-dark-teal) 25% 26%, transparent 27% 49%, var(--gd-dark-teal) 50% 51%, transparent 52% 74%, var(--gd-dark-teal) 75% 76%, transparent 77%);
}


/* =========================================================
       RIGHT VISUAL
    ========================================================= */

.gd-master-visual {
    position: relative;
    min-height: 830px;
    height: 100%;
    overflow: hidden;
    background: var(--gd-dark-teal);
}

.gd-master-image-frame {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: polygon( 10% 0, 100% 0, 100% 100%, 0 100%, 7% 79%, 2% 53%, 8% 26%);
}

.gd-master-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s ease, filter .6s ease;
}

.gd-master-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(14, 76, 92, .24), transparent 32%), linear-gradient( 0deg, rgba(14, 76, 92, .38), transparent 38%);
    pointer-events: none;
}

.gd-master-visual:hover .gd-master-image-frame img {
    transform: scale(1.055);
}


/* =========================================================
       DIAGONAL DECOR
    ========================================================= */

.gd-master-visual::before {
    content: "";
    position: absolute;
    z-index: 4;
    left: 3%;
    top: -70px;
    width: 10px;
    height: 77%;
    background: var(--gd-dark-teal);
    transform: rotate(7deg);
    box-shadow: 12px 0 0 var(--gd-orange);
    pointer-events: none;
}

.gd-master-visual::after {
    content: "";
    position: absolute;
    z-index: 4;
    right: -1px;
    bottom: 0;
    width: 145px;
    height: 220px;
    background: var(--gd-orange);
    clip-path: polygon( 80% 0, 100% 0, 100% 100%, 0 100%);
    opacity: .96;
    pointer-events: none;
}


/* =========================================================
       TOP SERVICE NOTE
    ========================================================= */

.gd-master-service-note {
    position: absolute;
    z-index: 8;
    top: 58px;
    right: 0;
    width: 305px;
    padding: 24px 26px;
    display: flex;
    align-items: center;
    gap: 17px;
    color: var(--gd-white);
    background: rgba(14, 76, 92, .94);
    border-left: 4px solid var(--gd-orange);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
    transition: .35s ease;
}

.gd-master-service-note:hover {
    transform: translateX(-8px);
}

.gd-master-note-icon {
    width: 61px;
    height: 61px;
    flex: 0 0 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid var(--gd-orange);
    border-radius: 50%;
}

.gd-master-note-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-master-note-copy {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .17);
}

.gd-master-note-copy span {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.gd-master-note-copy span:last-child {
    margin-bottom: 0;
}


/* =========================================================
        MARK
    ========================================================= */

.gd-master--mark {
    position: absolute;
    z-index: 8;
    right: 34px;
    bottom: 165px;
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: rgba(14, 76, 92, .88);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    backdrop-filter: blur(8px);
    animation: gd-master-float 4s ease-in-out infinite;
}

.gd-master--mark svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
}


/* =========================================================
       BOTTOM STRIP
    ========================================================= */

.gd-master-strip {
    position: absolute;
    z-index: 12;
    right: 0;
    bottom: 0;
    width: 72%;
    min-height: 135px;
    color: var(--gd-white);
    overflow: hidden;
    background-color: var(--gd-dark-teal);
    background-image: radial-gradient( rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient( 90deg, #0b5968, var(--gd-dark-teal));
    background-size: 20px 20px, auto;
    border-top: 3px solid var(--gd-orange);
    clip-path: polygon( 5% 0, 100% 0, 100% 100%, 0 100%);
}

.gd-master-service {
    position: relative;
    min-height: 135px;
    padding: 17px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.gd-master-service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateY(102%);
    transition: transform .38s ease;
}

.gd-master-service:hover::before {
    transform: translateY(0);
}

.gd-master-service-icon {
    position: relative;
    z-index: 2;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid var(--gd-orange);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-master-service-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-master-service strong {
    position: relative;
    z-index: 2;
    max-width: 125px;
    color: var(--gd-white);
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .35s ease;
}

.gd-master-service:hover .gd-master-service-icon {
    color: var(--gd-dark-teal);
    border-color: var(--gd-dark-teal);
    transform: rotate(-7deg) scale(1.08);
}

.gd-master-service:hover strong {
    color: var(--gd-dark-teal);
}


/* =========================================================
       ANIMATION
    ========================================================= */

@keyframes gd-master-circle {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gd-master-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* =========================================================
       TABLET
    ========================================================= */

@media (max-width: 991.98px) {
    .gd-master-shell,
    .gd-master-shell>.row {
        min-height: auto;
    }
    .gd-master-content {
        min-height: auto;
        padding: 75px 48px;
    }
    .gd-master-visual {
        min-height: 600px;
    }
    .gd-master-image-frame {
        clip-path: none;
    }
    .gd-master-visual::before {
        left: 0;
        top: 0;
        width: 100%;
        height: 6px;
        transform: none;
        background: var(--gd-orange);
        box-shadow: none;
    }
    .gd-master-strip {
        position: relative;
        width: 100%;
        clip-path: none;
    }
    .gd-master-service {
        min-height: 125px;
    }
}


/* =========================================================
       MOBILE
    ========================================================= */

@media (max-width: 575.98px) {
    .gd-master-content {
        padding: 60px 22px;
    }
    .gd-master-content::before {
        left: 22px;
    }
    .gd-master-kicker {
        font-size: 8px;
        letter-spacing: 1.5px;
    }
    .gd-master-kicker-line {
        display: none;
    }
    .gd-master-content h2 {
        font-size: clamp( 39px, 11vw, 51px);
        letter-spacing: -1.4px;
    }
    .gd-master-copy p {
        font-size: 13.5px;
    }
    .gd-master-door-art {
        display: none;
    }
    .gd-master-visual {
        min-height: 470px;
    }
    .gd-master-service-note {
        top: 20px;
        width: 225px;
        padding: 17px;
    }
    .gd-master-note-icon {
        width: 47px;
        height: 47px;
        flex-basis: 47px;
    }
    .gd-master-note-copy {
        padding-left: 10px;
    }
    .gd-master-note-copy span {
        font-size: 8px;
    }
    .gd-master--mark {
        right: 18px;
        bottom: 20px;
    }
    .gd-master-visual::after {
        width: 90px;
        height: 130px;
    }
    .gd-master-service {
        min-height: 115px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gd-master-content::after,
    .gd-master-kicker-icon::before,
    .gd-master--mark {
        animation: none !important;
    }
}


/* =========================================================
       BRANDS
    ========================================================= */

.gd-brands {
    position: relative;
    overflow: hidden;
    padding: 115px 0;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .06) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .018) 0, rgba(14, 76, 92, .018) 1px, transparent 1px, transparent 6px), linear-gradient( 135deg, #faf7ef, var(--gd-warm-white));
    background-size: 25px 25px, 100% 6px, auto;
}

.gd-brands::before {
    content: "";
    position: absolute;
    right: -210px;
    top: -210px;
    width: 500px;
    height: 500px;
    border: 1px dashed rgba(14, 76, 92, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(14, 76, 92, .018), 0 0 0 100px rgba(14, 76, 92, .012);
    animation: gd-brand-rotate 35s linear infinite;
}

.gd-brands-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient( 90deg, transparent 49.9%, rgba(14, 76, 92, .025) 50%, transparent 50.1%);
}

.gd-brands .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
       KICKER
    ========================================================= */

.gd-brands-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
    color: var(--gd-teal);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
}

.gd-brands-kicker-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(42, 127, 133, .3);
    border-radius: 50%;
}

.gd-brands-kicker-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-brands-kicker-line {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
}


/* =========================================================
       HEADING
    ========================================================= */

.gd-brands-heading h2 {
    margin: 0;
    color: var(--gd-dark-teal);
    font-size: clamp(47px, 5vw, 70px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -2.4px;
}

.gd-brands-heading h2 span {
    display: block;
    color: var(--gd-teal);
}


/* =========================================================
       INTRO NUMBER
    ========================================================= */

.gd-brands-intro {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-left: 30px;
    border-left: 2px solid var(--gd-orange);
}

.gd-brands-intro-number {
    color: var(--gd-orange);
    font-size: 65px;
    line-height: 1;
}

.gd-brands-intro small {
    display: block;
    margin-bottom: 7px;
    color: var(--gd-teal);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.gd-brands-intro p {
    max-width: 390px;
    margin: 0;
    color: #687b7f;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
       MACHINE
    ========================================================= */

.gd-brand-machine {
    position: relative;
    margin-top: 65px;
    padding: 68px 28px 30px;
    background: var(--gd-dark-teal);
    box-shadow: 0 35px 80px rgba(14, 76, 92, .17);
    overflow: hidden;
}

.gd-brand-machine::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}


/* =========================================================
       TRACK
    ========================================================= */

.gd-brand-track {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 19px;
    height: 35px;
}

.gd-brand-track-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    height: 5px;
    background: var(--gd-sand);
    opacity: .55;
}

.gd-brand-track-inner::before,
.gd-brand-track-inner::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(234, 219, 200, .32);
}

.gd-brand-track-inner::before {
    top: -7px;
}

.gd-brand-track-inner::after {
    bottom: -7px;
}


/* wheels */

.gd-track-wheel {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: var(--gd-dark-teal);
    border: 1px solid rgba(234, 219, 200, .45);
    border-radius: 50%;
    animation: gd-brand-wheel 8s linear infinite;
}

.gd-track-wheel svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.gd-track-wheel-1 {
    left: 8%;
}

.gd-track-wheel-2 {
    left: calc(50% - 17px);
}

.gd-track-wheel-3 {
    right: 8%;
}


/* =========================================================
       BRAND PLATE
    ========================================================= */

.gd-brand-grid {
    position: relative;
    z-index: 3;
}

.gd-brand-plate {
    position: relative;
    min-height: 165px;
    height: 100%;
    padding: 36px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .065) 1px, transparent 1px), linear-gradient( 135deg, rgba(255, 255, 255, .85), transparent);
    background-size: 18px 18px, auto;
    border: 1px solid rgba(234, 219, 200, .35);
    box-shadow: inset 0 0 0 4px rgba(14, 76, 92, .035);
    transition: transform .4s cubic-bezier(.2, .7, .2, 1), box-shadow .4s ease;
}

.gd-brand-plate::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--gd-orange);
    transform: scaleX(.18);
    transform-origin: center;
    transition: transform .35s ease;
}

.gd-brand-plate::after {
    content: "";
    position: absolute;
    left: -60%;
    top: -30%;
    width: 45%;
    height: 170%;
    background: rgba(255, 255, 255, .5);
    transform: rotate(18deg);
    transition: left .65s ease;
}

.gd-brand-plate:hover {
    transform: translateY(-9px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.gd-brand-plate:hover::before {
    transform: scaleX(1);
}

.gd-brand-plate:hover::after {
    left: 130%;
}


/* =========================================================
       BOLTS
    ========================================================= */

.gd-brand-bolt {
    position: absolute;
    top: 12px;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(14, 76, 92, .25);
    border-radius: 50%;
}

.bolt-one {
    left: 12px;
}

.bolt-two {
    right: 12px;
}


/* =========================================================
       INDEX
    ========================================================= */

.gd-brand-index {
    position: absolute;
    left: 16px;
    bottom: 10px;
    color: rgba(14, 76, 92, .13);
    font-size: 29px;
}


/* =========================================================
       BRAND TYPOGRAPHY
    ========================================================= */

.gd-brand-word {
    position: relative;
    z-index: 2;
    color: var(--gd-dark-teal);
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    transition: color .3s ease, transform .3s ease;
}

.gd-brand-plate:hover .gd-brand-word {
    color: var(--gd-teal);
    transform: scale(1.04);
}

.gd-brand-type {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 11px;
    color: #8a9799;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 2.3px;
}


/* individual typography */

.gd-amarr {
    letter-spacing: 2px;
}

.gd-chamberlain {
    font-size: 18px;
    letter-spacing: .8px;
}

.gd-chi {
    font-size: 38px;
    letter-spacing: 1px;
}

.gd-chi small {
    display: block;
    margin-top: 3px;
    color: var(--gd-orange);
    font-size: 9px;
    letter-spacing: 4px;
}

.gd-clopay {
    font-weight: 700;
    letter-spacing: 1px;
}

.gd-craftsman {
    padding: 8px 10px;
    color: var(--gd-warm-white);
    background: var(--gd-dark-teal);
    font-size: 18px;
    letter-spacing: 1px;
}

.gd-brand-plate:hover .gd-craftsman {
    color: var(--gd-white);
    background: var(--gd-teal);
}

.gd-genie {
    color: var(--gd-teal);
    font-size: 34px;
    font-style: italic;
    text-transform: lowercase;
}

.gd-liftmaster {
    font-size: 24px;
    letter-spacing: -1px;
}

.gd-marantec {
    font-size: 20px;
    letter-spacing: 3px;
}

.gd-midamerica {
    font-size: 21px;
    line-height: .85;
}

.gd-midamerica span {
    display: block;
    margin-top: 7px;
    color: var(--gd-orange);
    font-size: 13px;
    letter-spacing: 4px;
}

.gd-stanley {
    padding: 7px 11px;
    border: 2px solid var(--gd-dark-teal);
    font-size: 21px;
    letter-spacing: 2px;
}

.gd-wayne {
    font-size: 31px;
}

.gd-wayne span {
    color: var(--gd-orange);
}


/* =========================================================
       FEATURED
    ========================================================= */

.gd-brand-featured {
    background: var(--gd-orange);
}

.gd-brand-featured .gd-brand-word {
    color: var(--gd-dark-teal);
}

.gd-brand-featured .gd-brand-type {
    color: rgba(14, 76, 92, .65);
}

.gd-brand-featured::before {
    background: var(--gd-dark-teal);
}


/* =========================================================
       WAYNE DALTON WIDE
    ========================================================= */

.gd-brand-wide {
    flex-direction: row;
    gap: 35px;
}

.gd-brand-wide .gd-brand-type {
    margin-top: 0;
}

.gd-brand-wide-lines {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100px;
}

.gd-brand-wide-lines span {
    display: block;
    height: 2px;
    background: rgba(14, 76, 92, .13);
}

.gd-brand-wide-lines span:nth-child(2) {
    width: 70%;
}

.gd-brand-wide-lines span:nth-child(3) {
    width: 40%;
}


/* =========================================================
       BOTTOM RAIL
    ========================================================= */

.gd-brand-bottom-rail {
    position: relative;
    z-index: 3;
    margin-top: 25px;
    min-height: 90px;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    gap: 35px;
    border-top: 1px solid rgba(234, 219, 200, .18);
    background: rgba(255, 255, 255, .035);
}


/* spring */

.gd-brand-spring {
    width: 190px;
    height: 45px;
    flex: 0 0 190px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.gd-brand-spring span {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin-left: -6px;
    border: 2px solid rgba(234, 219, 200, .38);
    border-radius: 50%;
}


/* rail message */

.gd-brand-rail-message {
    display: flex;
    align-items: center;
    gap: 13px;
}

.gd-brand-check {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .45);
    border-radius: 50%;
}

.gd-brand-check svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-brand-rail-message small,
.gd-brand-rail-message strong {
    display: block;
}

.gd-brand-rail-message small {
    margin-bottom: 4px;
    color: var(--gd-orange);
    font-size: 8px;
    letter-spacing: 2px;
}

.gd-brand-rail-message strong {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    letter-spacing: .4px;
}

.gd-brand-rail-code {
    margin-left: auto;
    color: rgba(255, 255, 255, .25);
    font-size: 8px;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
}


/* =========================================================
       ANIMATIONS
    ========================================================= */

@keyframes gd-brand-wheel {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gd-brand-rotate {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
       TABLET
    ========================================================= */

@media (max-width: 991.98px) {
    .gd-brands {
        padding: 85px 0;
    }
    .gd-brands-intro {
        padding-left: 0;
        border-left: 0;
    }
    .gd-brand-machine {
        margin-top: 50px;
    }
    .gd-brand-wide {
        flex-direction: column;
        gap: 10px;
    }
    .gd-brand-wide-lines {
        display: none;
    }
    .gd-brand-bottom-rail {
        flex-wrap: wrap;
    }
    .gd-brand-rail-code {
        display: none;
    }
}


/* =========================================================
       MOBILE
    ========================================================= */

@media (max-width: 575.98px) {
    .gd-brands {
        padding: 65px 0;
    }
    .gd-brands-heading h2 {
        font-size: clamp( 39px, 11vw, 51px);
    }
    .gd-brands-kicker {
        font-size: 8px;
        letter-spacing: 1.5px;
    }
    .gd-brands-kicker-line {
        display: none;
    }
    .gd-brands-intro-number {
        font-size: 52px;
    }
    .gd-brand-machine {
        padding: 25px 12px;
    }
    .gd-brand-track {
        display: none;
    }
    .gd-brand-plate {
        min-height: 145px;
        padding: 30px 10px 20px;
    }
    .gd-brand-word {
        font-size: 20px;
    }
    .gd-chamberlain {
        font-size: 13px;
    }
    .gd-chi {
        font-size: 31px;
    }
    .gd-craftsman {
        font-size: 13px;
    }
    .gd-genie {
        font-size: 29px;
    }
    .gd-liftmaster {
        font-size: 17px;
    }
    .gd-marantec {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .gd-wayne {
        font-size: 25px;
    }
    .gd-brand-bottom-rail {
        padding: 20px;
        gap: 15px;
    }
    .gd-brand-spring {
        width: 145px;
        flex-basis: 145px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gd-brands::before,
    .gd-track-wheel {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-auto-section {
    position: relative;
    overflow: hidden;
    padding: 115px 0;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .055) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .018) 0, rgba(14, 76, 92, .018) 1px, transparent 1px, transparent 6px), linear-gradient( 135deg, #faf7ef, var(--gd-warm-white));
    background-size: 25px 25px, 100% 6px, auto;
}

.gd-auto-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient( 90deg, transparent 49.9%, rgba(14, 76, 92, .025) 50%, transparent 50.1%);
}

.gd-auto-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -270px;
    bottom: -300px;
    border: 1px dashed rgba(14, 76, 92, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(14, 76, 92, .018), 0 0 0 110px rgba(14, 76, 92, .012);
    animation: gdAutoRotate 35s linear infinite;
}

.gd-auto-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SHELL
========================================================= */

.gd-auto-shell {
    position: relative;
    overflow: hidden;
    background: var(--gd-white);
    box-shadow: 0 35px 85px rgba(14, 76, 92, .13);
}


/* =========================================================
   LEFT VISUAL
========================================================= */

.gd-auto-visual {
    position: relative;
    min-height: 710px;
    height: 100%;
    overflow: hidden;
    background-color: var(--gd-dark-teal);
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px), radial-gradient( rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 35px 35px, 35px 35px, 18px 18px;
}

.gd-auto-visual::before {
    content: "";
    position: absolute;
    width: 370px;
    height: 370px;
    left: -180px;
    bottom: -160px;
    border: 1px solid rgba(234, 219, 200, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(234, 219, 200, .018), 0 0 0 70px rgba(234, 219, 200, .012);
}

.gd-auto-visual::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 155px;
    background: var(--gd-orange);
    clip-path: polygon( 75% 0, 100% 0, 100% 100%, 0 0);
    opacity: .95;
}


/* =========================================================
   VISUAL LABEL
========================================================= */

.gd-auto-visual-label {
    position: absolute;
    z-index: 5;
    left: 30px;
    top: 28px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .72);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
}

.gd-auto-live-dot {
    width: 8px;
    height: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(244, 162, 97, .12);
    animation: gdAutoPulse 1.8s ease-in-out infinite;
}


/* =========================================================
   TRACK
========================================================= */

.gd-auto-track {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 108px;
    height: 7px;
    background: rgba(234, 219, 200, .25);
}

.gd-auto-track::before,
.gd-auto-track::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(234, 219, 200, .12);
}

.gd-auto-track::before {
    top: -8px;
}

.gd-auto-track::after {
    bottom: -8px;
}

.gd-auto-track-wheel {
    position: absolute;
    top: -11px;
    width: 28px;
    height: 28px;
    background: var(--gd-dark-teal);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
}

.gd-auto-track-wheel::before {
    content: "";
    position: absolute;
    inset: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.wheel-a {
    left: 18%;
}

.wheel-b {
    right: 18%;
}


/* =========================================================
   OPENER MACHINE
========================================================= */

.gd-auto-opener {
    position: absolute;
    z-index: 4;
    left: 48px;
    top: 165px;
    width: 220px;
    height: 275px;
    padding: 22px;
    background: var(--gd-warm-white);
    border: 1px solid rgba(234, 219, 200, .45);
    box-shadow: 15px 18px 0 rgba(5, 43, 52, .18);
    transform: rotate(-2deg);
    transition: transform .4s ease;
}

.gd-auto-visual:hover .gd-auto-opener {
    transform: rotate(0deg) translateY(-5px);
}

.gd-auto-opener::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -58px;
    width: 5px;
    height: 58px;
    background: var(--gd-sand);
    transform: translateX(-50%);
}

.gd-auto-opener-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(14, 76, 92, .12);
}

.gd-auto-opener-top span {
    color: var(--gd-orange);
    font-size: 26px;
    font-weight: 700;
}

.gd-auto-opener-top small {
    color: var(--gd-dark-teal);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.5px;
}


/* =========================================================
   MOTOR
========================================================= */

.gd-auto-motor {
    position: relative;
    width: 112px;
    height: 112px;
    margin: 25px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-auto-motor-ring {
    position: absolute;
    border-radius: 50%;
}

.ring-one {
    inset: 0;
    border: 1px dashed rgba(14, 76, 92, .25);
    animation: gdAutoRotate 13s linear infinite;
}

.ring-two {
    inset: 12px;
    border: 2px solid rgba(42, 127, 133, .2);
}

.gd-auto-motor-core {
    position: relative;
    z-index: 2;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-sand);
    border-radius: 50%;
}

.gd-auto-motor-core svg {
    width: 33px;
    height: 33px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
}

.gd-auto-opener-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--gd-teal);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.gd-auto-opener-status span {
    width: 7px;
    height: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
    animation: gdAutoPulse 1.8s ease-in-out infinite;
}


/* =========================================================
   PHONE
========================================================= */

.gd-auto-phone {
    position: absolute;
    z-index: 6;
    right: 35px;
    top: 225px;
    width: 145px;
    height: 280px;
    padding: 9px;
    background: #082f39;
    border: 2px solid rgba(234, 219, 200, .3);
    border-radius: 25px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, .25);
    transform: rotate(5deg);
    transition: transform .4s ease;
}

.gd-auto-visual:hover .gd-auto-phone {
    transform: rotate(2deg) translateY(-8px);
}

.gd-auto-phone-speaker {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 8px;
    width: 35px;
    height: 4px;
    background: rgba(255, 255, 255, .18);
    border-radius: 20px;
    transform: translateX(-50%);
}

.gd-auto-phone-screen {
    height: 100%;
    padding: 28px 13px 14px;
    text-align: center;
    background: linear-gradient( 160deg, #0c5967, var(--gd-dark-teal));
    border-radius: 18px;
}

.gd-phone-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: rgba(255, 255, 255, .65);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1px;
}

.gd-phone-status span {
    width: 6px;
    height: 6px;
    background: var(--gd-orange);
    border-radius: 50%;
}


/* =========================================================
   PHONE GARAGE
========================================================= */

.gd-phone-door {
    width: 90px;
    height: 88px;
    margin: 25px auto 18px;
    padding: 6px;
    border: 1px solid rgba(234, 219, 200, .5);
}

.gd-phone-door-head {
    display: flex;
    gap: 4px;
    margin-bottom: 6px;
}

.gd-phone-door-head span {
    flex: 1;
    height: 10px;
    border: 1px solid rgba(234, 219, 200, .25);
}

.gd-phone-door-panel {
    height: 17px;
    margin-bottom: 4px;
    border: 1px solid rgba(234, 219, 200, .25);
    background: rgba(234, 219, 200, .06);
}


/* =========================================================
   PHONE CONTROL
========================================================= */

.gd-phone-control {
    width: 44px;
    height: 44px;
    margin: 0 auto 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    border-radius: 50%;
    transition: transform .3s ease;
}

.gd-phone-control:hover {
    transform: translateY(-4px);
}

.gd-phone-control svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-auto-phone-screen>small {
    color: rgba(255, 255, 255, .5);
    font-size: 6px;
    letter-spacing: 1.4px;
}


/* =========================================================
   WIFI SIGNAL
========================================================= */

.gd-auto-signal {
    position: absolute;
    z-index: 5;
    left: 260px;
    top: 205px;
    width: 115px;
    height: 100px;
}

.gd-auto-signal>span {
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: gdAutoSignal 2.5s ease-out infinite;
}

.signal-one {
    width: 45px;
    height: 45px;
}

.signal-two {
    width: 70px;
    height: 70px;
    animation-delay: .35s !important;
}

.signal-three {
    width: 95px;
    height: 95px;
    animation-delay: .7s !important;
}

.gd-auto-signal-icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: var(--gd-dark-teal);
    border-radius: 50%;
    transform: translateX(-50%);
}

.gd-auto-signal-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
}


/* =========================================================
   CONNECTION LINE
========================================================= */

.gd-auto-connect-line {
    position: absolute;
    z-index: 3;
    left: 200px;
    right: 90px;
    top: 370px;
    height: 1px;
    border-top: 1px dashed rgba(244, 162, 97, .45);
}

.gd-auto-connect-line span {
    position: absolute;
    top: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
    animation: gdAutoMove 3s linear infinite;
}


/* =========================================================
   BOTTOM STATS
========================================================= */

.gd-auto-stats {
    position: absolute;
    z-index: 8;
    left: 28px;
    right: 28px;
    bottom: 28px;
    min-height: 105px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(7, 46, 56, .9);
    border: 1px solid rgba(234, 219, 200, .12);
    backdrop-filter: blur(8px);
}

.gd-auto-stats>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 10px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.gd-auto-stats>div:last-child {
    border-right: 0;
}

.gd-auto-stat-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
}

.gd-auto-stat-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-auto-stats p {
    margin: 0;
}

.gd-auto-stats strong,
.gd-auto-stats small {
    display: block;
}

.gd-auto-stats strong {
    color: var(--gd-white);
    font-size: 8px;
    letter-spacing: .6px;
}

.gd-auto-stats small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .4);
    font-size: 6px;
    letter-spacing: 1px;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.gd-auto-content {
    position: relative;
    height: 100%;
    min-height: 710px;
    padding: 75px clamp(45px, 5vw, 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background-color: #fffefa;
    background-image: radial-gradient( rgba(14, 76, 92, .045) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .012) 0, rgba(14, 76, 92, .012) 1px, transparent 1px, transparent 6px);
    background-size: 24px 24px, 100% 6px;
}

.gd-auto-content::before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -130px;
    width: 310px;
    height: 310px;
    border: 1px dashed rgba(14, 76, 92, .06);
    border-radius: 50%;
}


/* =========================================================
   KICKER
========================================================= */

.gd-auto-kicker {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
    color: var(--gd-teal);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.gd-auto-kicker-icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(42, 127, 133, .3);
    border-radius: 50%;
}

.gd-auto-kicker-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-auto-kicker-line {
    width: 80px;
    height: 1px;
    background: var(--gd-orange);
}


/* =========================================================
   HEADING
========================================================= */

.gd-auto-content h2 {
    position: relative;
    z-index: 2;
    max-width: 730px;
    margin: 0 0 28px;
    color: var(--gd-dark-teal);
    font-size: clamp(45px, 4.5vw, 67px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -2.3px;
}

.gd-auto-content h2 span {
    display: block;
    color: var(--gd-teal);
}


/* =========================================================
   COPY
========================================================= */

.gd-auto-copy {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.gd-auto-copy p {
    margin: 0 0 17px;
    color: #586f74;
    font-size: 14px;
    line-height: 1.82;
}

.gd-auto-copy p:last-child {
    margin-bottom: 0;
}

.gd-auto-copy strong {
    color: var(--gd-dark-teal);
    font-weight: 800;
}

.gd-auto-copy p:last-child strong {
    color: var(--gd-orange);
}


/* =========================================================
   SYSTEM LINE
========================================================= */

.gd-auto-system-line {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 31px;
}

.gd-auto-system-line span {
    height: 1px;
    flex: 1;
    background: rgba(14, 76, 92, .16);
}

.gd-auto-system-line small {
    color: var(--gd-teal);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdAutoRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdAutoPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .3;
        box-shadow: 0 0 0 9px rgba(244, 162, 97, .05);
    }
}

@keyframes gdAutoSignal {
    0% {
        transform: translateX(-50%) scale(.6);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) scale(1.15);
        opacity: 0;
    }
}

@keyframes gdAutoMove {
    from {
        left: 0;
    }
    to {
        left: calc(100% - 8px);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-auto-section {
        padding: 85px 0;
    }
    .gd-auto-visual {
        min-height: 650px;
    }
    .gd-auto-content {
        min-height: auto;
        padding: 70px 50px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-auto-section {
        padding: 65px 0;
    }
    .gd-auto-visual {
        min-height: 620px;
    }
    .gd-auto-opener {
        left: 20px;
        top: 165px;
        width: 175px;
        height: 240px;
    }
    .gd-auto-motor {
        width: 90px;
        height: 90px;
    }
    .gd-auto-phone {
        right: 16px;
        top: 235px;
        width: 125px;
        height: 250px;
    }
    .gd-auto-signal {
        display: none;
    }
    .gd-auto-connect-line {
        left: 120px;
        right: 40px;
    }
    .gd-auto-stats {
        left: 12px;
        right: 12px;
        bottom: 18px;
    }
    .gd-auto-stats>div {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .gd-auto-content {
        padding: 60px 23px;
    }
    .gd-auto-content h2 {
        font-size: clamp( 39px, 11vw, 51px);
        letter-spacing: -1.5px;
    }
    .gd-auto-copy p {
        font-size: 13.5px;
    }
    .gd-auto-kicker {
        font-size: 8px;
        letter-spacing: 1.5px;
    }
    .gd-auto-kicker-line {
        display: none;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-auto-section::before,
    .ring-one,
    .gd-auto-live-dot,
    .gd-auto-opener-status span,
    .gd-auto-signal>span,
    .gd-auto-connect-line span {
        animation: none !important;
    }
}


/* =========================================================
   FULL WIDTH DARK SECTION
========================================================= */

.gd-smart-dark {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient( 135deg, #082f39 0%, var(--gd-dark-teal) 55%, #0b5d68 100%);
}

.gd-smart-dark-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(255, 255, 255, .024) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .024) 1px, transparent 1px), radial-gradient( rgba(255, 255, 255, .045) 1px, transparent 1px), repeating-linear-gradient( 135deg, rgba(244, 162, 97, .016) 0, rgba(244, 162, 97, .016) 2px, transparent 2px, transparent 11px);
    background-size: 42px 42px, 42px 42px, 22px 22px, auto;
    opacity: .9;
}

.gd-smart-dark::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -270px;
    bottom: -280px;
    border: 1px dashed rgba(234, 219, 200, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(234, 219, 200, .016), 0 0 0 110px rgba(234, 219, 200, .01);
    animation: gdSmartRotate 40s linear infinite;
}

.gd-smart-dark-shell {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 850px;
}

.gd-smart-dark-shell>.row {
    min-height: 850px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.gd-smart-dark-content {
    min-height: 850px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 70px 90px clamp(35px, 6vw, 110px);
    color: var(--gd-white);
}

.gd-smart-dark-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(35px, 6vw, 110px);
    width: 125px;
    height: 5px;
    background: var(--gd-orange);
}

.gd-smart-dark-content::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: 90px;
    width: 250px;
    height: 170px;
    opacity: .045;
    border: 4px solid var(--gd-sand);
    background: repeating-linear-gradient( 0deg, transparent 0 34px, var(--gd-sand) 35px 38px);
    transform: rotate(-8deg);
}


/* =========================================================
   KICKER
========================================================= */

.gd-smart-dark-kicker {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 24px;
    color: var(--gd-sand);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.7px;
}

.gd-smart-dark-kicker-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(234, 219, 200, .35);
    border-radius: 50%;
    position: relative;
}

.gd-smart-dark-kicker-icon::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px dashed rgba(244, 162, 97, .25);
    border-radius: 50%;
    animation: gdSmartRotate 12s linear infinite;
}

.gd-smart-dark-kicker-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-smart-dark-line {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
    opacity: .8;
}


/* =========================================================
   TITLE
========================================================= */

.gd-smart-dark-content h2 {
    position: relative;
    z-index: 3;
    max-width: 760px;
    margin: 0 0 28px;
    color: var(--gd-white);
    font-size: clamp(48px, 4.7vw, 72px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -2.4px;
}

.gd-smart-dark-content h2 span {
    display: block;
    margin-top: 5px;
    color: var(--gd-orange);
}


/* =========================================================
   COPY
========================================================= */

.gd-smart-dark-copy {
    position: relative;
    z-index: 3;
    max-width: 740px;
}

.gd-smart-dark-copy p {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, .67);
    font-size: 14px;
    line-height: 1.82;
}

.gd-smart-dark-copy p:last-child {
    margin-bottom: 0;
}

.gd-smart-dark-copy strong {
    color: var(--gd-sand);
    font-weight: 800;
}

.gd-smart-dark-copy p:last-child strong {
    color: var(--gd-orange);
}


/* =========================================================
   FEATURE RAIL
========================================================= */

.gd-smart-dark-features {
    position: relative;
    z-index: 3;
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 720px;
    border-top: 1px solid rgba(255, 255, 255, .11);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.gd-smart-dark-feature {
    min-height: 100px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid rgba(255, 255, 255, .09);
    position: relative;
    overflow: hidden;
    transition: .35s ease;
}

.gd-smart-dark-feature:last-child {
    border-right: 0;
}

.gd-smart-dark-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateY(103%);
    transition: .35s ease;
}

.gd-smart-dark-feature:hover::before {
    transform: translateY(0);
}

.gd-smart-dark-feature-icon,
.gd-smart-dark-feature div {
    position: relative;
    z-index: 2;
}

.gd-smart-dark-feature-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-smart-dark-feature-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-smart-dark-feature small,
.gd-smart-dark-feature strong {
    display: block;
}

.gd-smart-dark-feature small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .42);
    font-size: 7px;
    letter-spacing: 1.4px;
}

.gd-smart-dark-feature strong {
    color: var(--gd-white);
    font-size: 11px;
}

.gd-smart-dark-feature:hover .gd-smart-dark-feature-icon {
    color: var(--gd-dark-teal);
    border-color: var(--gd-dark-teal);
    transform: rotate(-7deg);
}

.gd-smart-dark-feature:hover small,
.gd-smart-dark-feature:hover strong {
    color: var(--gd-dark-teal);
}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.gd-smart-dark-visual {
    position: relative;
    min-height: 850px;
    height: 100%;
    overflow: hidden;
    background: #0a3945;
}


/* =========================================================
   IMAGE
========================================================= */

.gd-smart-dark-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: polygon( 12% 0, 100% 0, 100% 100%, 0 100%, 8% 75%, 2% 50%, 9% 23%);
}

.gd-smart-dark-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(8, 47, 57, .55) 0%, transparent 34%), linear-gradient( 0deg, rgba(7, 42, 51, .45), transparent 45%);
    pointer-events: none;
}

.gd-smart-dark-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease, filter .6s ease;
}

.gd-smart-dark-visual:hover .gd-smart-dark-image img {
    transform: scale(1.05);
}


/* =========================================================
   ORANGE EDGE
========================================================= */

.gd-smart-dark-visual::before {
    content: "";
    position: absolute;
    z-index: 7;
    left: 5%;
    top: -80px;
    width: 8px;
    height: 68%;
    background: var(--gd-orange);
    transform: rotate(7deg);
    box-shadow: 12px 0 0 rgba(234, 219, 200, .65);
}

.gd-smart-dark-visual::after {
    content: "";
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    width: 170px;
    height: 230px;
    background: var(--gd-orange);
    clip-path: polygon( 82% 0, 100% 0, 100% 100%, 0 100%);
    opacity: .93;
}


/* =========================================================
   TECH FRAME
========================================================= */

.gd-smart-tech-frame {
    position: absolute;
    z-index: 4;
    left: 19%;
    top: 13%;
    width: 65%;
    height: 66%;
    border: 1px solid rgba(234, 219, 200, .18);
    pointer-events: none;
}

.gd-tech-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    border-color: var(--gd-orange);
}

.corner-a {
    left: -1px;
    top: -1px;
    border-left: 3px solid;
    border-top: 3px solid;
}

.corner-b {
    right: -1px;
    top: -1px;
    border-right: 3px solid;
    border-top: 3px solid;
}

.corner-c {
    left: -1px;
    bottom: -1px;
    border-left: 3px solid;
    border-bottom: 3px solid;
}

.corner-d {
    right: -1px;
    bottom: -1px;
    border-right: 3px solid;
    border-bottom: 3px solid;
}


/* =========================================================
   SMART PANEL
========================================================= */

.gd-smart-panel {
    position: absolute;
    z-index: 10;
    right: 40px;
    top: 70px;
    width: 210px;
    padding: 20px;
    color: var(--gd-white);
    background: rgba(8, 48, 58, .93);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(10px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .23);
    transition: transform .4s ease;
}

.gd-smart-panel:hover {
    transform: translateY(-8px);
}

.gd-smart-panel-top {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .63);
    font-size: 7px;
    letter-spacing: 1.6px;
}

.gd-smart-panel-status {
    width: 7px;
    height: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
    animation: gdSmartPulse 1.8s ease-in-out infinite;
}

.gd-smart-panel-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.gd-smart-panel-door {
    width: 90px;
    padding: 5px;
    border: 1px solid rgba(234, 219, 200, .5);
}

.gd-smart-panel-door span {
    display: block;
    height: 17px;
    margin-bottom: 4px;
    border: 1px solid rgba(234, 219, 200, .26);
}

.gd-smart-panel-door span:last-child {
    margin-bottom: 0;
}

.gd-smart-panel-signal {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
}

.gd-smart-panel-signal svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
}

.gd-smart-panel-bottom {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.gd-smart-panel-bottom small,
.gd-smart-panel-bottom strong {
    display: block;
}

.gd-smart-panel-bottom small {
    color: rgba(255, 255, 255, .4);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-smart-panel-bottom strong {
    margin-top: 4px;
    color: var(--gd-orange);
    font-size: 13px;
}


/* =========================================================
   OPENER UNIT
========================================================= */

.gd-opener-unit {
    position: absolute;
    z-index: 9;
    left: 70px;
    bottom: 100px;
    width: 180px;
    padding: 18px;
    background: var(--gd-warm-white);
    box-shadow: 14px 16px 0 rgba(4, 32, 39, .25);
    transform: rotate(-3deg);
    transition: .4s ease;
}

.gd-opener-unit:hover {
    transform: rotate(0deg) translateY(-7px);
}

.gd-opener-unit-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(14, 76, 92, .12);
}

.gd-opener-unit-head span {
    color: var(--gd-orange);
    font-size: 24px;
}

.gd-opener-unit-head small {
    color: var(--gd-dark-teal);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.gd-opener-unit-gear {
    width: 75px;
    height: 75px;
    margin: 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    border: 1px dashed rgba(14, 76, 92, .25);
    border-radius: 50%;
    animation: gdSmartRotate 15s linear infinite;
}

.gd-opener-unit-gear svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.3;
}

.gd-opener-unit-ready {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--gd-teal);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.gd-opener-unit-ready span {
    width: 7px;
    height: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
    animation: gdSmartPulse 1.8s ease infinite;
}


/* =========================================================
   TRACK
========================================================= */

.gd-smart-track {
    position: absolute;
    z-index: 6;
    left: 20%;
    right: 0;
    bottom: 45px;
    height: 5px;
    background: rgba(234, 219, 200, .27);
}

.gd-smart-track::before,
.gd-smart-track::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(234, 219, 200, .12);
}

.gd-smart-track::before {
    top: -8px;
}

.gd-smart-track::after {
    bottom: -8px;
}

.gd-smart-track-wheel {
    position: absolute;
    top: -12px;
    width: 30px;
    height: 30px;
    background: var(--gd-dark-teal);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
}

.gd-smart-track-wheel::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.wheel-1 {
    left: 10%;
}

.wheel-2 {
    left: 48%;
}

.wheel-3 {
    right: 8%;
}


/* =========================================================
   SIDE LABEL
========================================================= */

.gd-smart-side-label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 50%;
    writing-mode: vertical-rl;
    color: rgba(255, 255, 255, .23);
    font-size: 7px;
    letter-spacing: 3px;
    transform: translateY(-50%);
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes gdSmartRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdSmartPulse {
    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(244, 162, 97, .18);
    }
    50% {
        opacity: .45;
        box-shadow: 0 0 0 8px rgba(244, 162, 97, .03);
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199.98px) {
    .gd-smart-dark-content {
        padding: 80px 45px;
    }
    .gd-smart-dark-content h2 {
        font-size: clamp(45px, 5vw, 62px);
    }
    .gd-smart-panel {
        width: 185px;
        right: 22px;
    }
    .gd-opener-unit {
        left: 45px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-smart-dark-shell,
    .gd-smart-dark-shell>.row {
        min-height: auto;
    }
    .gd-smart-dark-content {
        min-height: auto;
        padding: 80px 50px;
    }
    .gd-smart-dark-visual {
        min-height: 650px;
    }
    .gd-smart-dark-image {
        clip-path: none;
    }
    .gd-smart-dark-visual::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        transform: none;
        box-shadow: none;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-smart-dark-content {
        padding: 65px 23px;
    }
    .gd-smart-dark-content::before {
        left: 23px;
    }
    .gd-smart-dark-content h2 {
        font-size: clamp( 39px, 11vw, 51px);
        letter-spacing: -1.4px;
    }
    .gd-smart-dark-copy p {
        font-size: 13.5px;
    }
    .gd-smart-dark-kicker {
        font-size: 8px;
        letter-spacing: 1.5px;
    }
    .gd-smart-dark-line {
        display: none;
    }
    .gd-smart-dark-features {
        grid-template-columns: 1fr;
    }
    .gd-smart-dark-feature {
        min-height: 80px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
    .gd-smart-dark-feature:last-child {
        border-bottom: 0;
    }
    .gd-smart-dark-visual {
        min-height: 590px;
    }
    .gd-smart-panel {
        top: 25px;
        right: 15px;
        width: 170px;
    }
    .gd-opener-unit {
        left: 20px;
        bottom: 95px;
        width: 155px;
    }
    .gd-smart-tech-frame {
        left: 8%;
        top: 17%;
        width: 83%;
        height: 58%;
    }
    .gd-smart-side-label {
        display: none;
    }
    .gd-smart-dark-content::after {
        display: none;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-smart-dark::before,
    .gd-smart-dark-kicker-icon::before,
    .gd-smart-panel-status,
    .gd-opener-unit-gear,
    .gd-opener-unit-ready span {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-opener-editorial {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 105px;
    color: var(--gd-white);
    background-color: #082f39;
    background-image: radial-gradient( rgba(255, 255, 255, .04) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(255, 255, 255, .012) 0, rgba(255, 255, 255, .012) 1px, transparent 1px, transparent 7px), linear-gradient( 125deg, #072c35 0%, var(--gd-dark-teal) 58%, #0b5964 100%);
    background-size: 23px 23px, 100% 7px, auto;
}

.gd-oe-container {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding-left: clamp(25px, 6vw, 110px);
    padding-right: clamp(25px, 6vw, 110px);
}


/* =========================================================
   TEXTURE
========================================================= */

.gd-oe-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(234, 219, 200, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(234, 219, 200, .025) 1px, transparent 1px);
    background-size: 52px 52px;
    opacity: .75;
}


/* =========================================================
   BLUEPRINT BACKGROUND
========================================================= */

.gd-oe-blueprint {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gd-oe-circle {
    position: absolute;
    border: 1px dashed rgba(234, 219, 200, .07);
    border-radius: 50%;
}

.circle-1 {
    width: 430px;
    height: 430px;
    right: -180px;
    top: -170px;
    box-shadow: 0 0 0 45px rgba(234, 219, 200, .012), 0 0 0 90px rgba(234, 219, 200, .008);
    animation: gdOErotate 38s linear infinite;
}

.circle-2 {
    width: 280px;
    height: 280px;
    left: -130px;
    top: 320px;
}

.gd-oe-cross {
    position: absolute;
    width: 22px;
    height: 22px;
}

.gd-oe-cross::before,
.gd-oe-cross::after {
    content: "";
    position: absolute;
    background: rgba(244, 162, 97, .22);
}

.gd-oe-cross::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}

.gd-oe-cross::after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.cross-1 {
    left: 4%;
    top: 75px;
}

.cross-2 {
    right: 32%;
    top: 310px;
}


/* =========================================================
   KICKER
========================================================= */

.gd-oe-kicker {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.gd-oe-kicker-number {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    font-size: 11px;
    font-weight: 900;
}

.gd-oe-kicker-text {
    color: var(--gd-sand);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.7px;
}

.gd-oe-kicker-line {
    width: 100px;
    height: 1px;
    background: rgba(244, 162, 97, .65);
}


/* =========================================================
   TITLE
========================================================= */

.gd-oe-title-area h2 {
    position: relative;
    z-index: 3;
    max-width: 980px;
    margin: 0;
    font-size: 51px;
  font-weight: bold;
    line-height: .94;
    letter-spacing: -3px;
    color: var(--gd-white);
}

.gd-oe-title-area h2 span {
    display: block;
    color: var(--gd-orange);
}


/* =========================================================
   SYSTEM STATUS
========================================================= */

.gd-oe-system-status {
    position: relative;
    max-width: 430px;
    margin-left: auto;
    padding: 22px 25px;
    border: 1px solid rgba(234, 219, 200, .13);
    background: rgba(255, 255, 255, .025);
}

.gd-oe-system-status::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 55px;
    height: 3px;
    background: var(--gd-orange);
}

.gd-oe-status-head {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .65);
    font-size: 8px;
    letter-spacing: 1.7px;
}

.gd-oe-status-head small {
    margin-left: auto;
    color: var(--gd-orange);
    font-size: 7px;
}

.gd-oe-status-dot {
    width: 7px;
    height: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
    animation: gdOEpulse 1.7s ease-in-out infinite;
}

.gd-oe-status-bars {
    height: 65px;
    margin: 20px 0 9px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.gd-oe-status-bars span {
    flex: 1;
    background: rgba(234, 219, 200, .18);
    border-top: 2px solid var(--gd-orange);
    animation: gdOEbars 2.8s ease-in-out infinite;
}

.gd-oe-status-bars span:nth-child(1) {
    height: 25%;
}

.gd-oe-status-bars span:nth-child(2) {
    height: 55%;
    animation-delay: .15s;
}

.gd-oe-status-bars span:nth-child(3) {
    height: 82%;
    animation-delay: .3s;
}

.gd-oe-status-bars span:nth-child(4) {
    height: 48%;
    animation-delay: .45s;
}

.gd-oe-status-bars span:nth-child(5) {
    height: 70%;
    animation-delay: .6s;
}

.gd-oe-status-bottom {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .27);
    font-size: 6px;
    letter-spacing: 1.5px;
}


/* =========================================================
   ORIGINAL COPY
========================================================= */

.gd-oe-copy {
    position: relative;
    z-index: 3;
    max-width: 1280px;
    padding-left: 32px;
    border-left: 2px solid rgba(244, 162, 97, .55);
}

.gd-oe-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .69);
    font-size: 15px;
    line-height: 1.95;
}

.gd-oe-copy strong {
    color: var(--gd-sand);
    font-weight: 800;
}

.gd-oe-copy strong:last-child {
    color: var(--gd-orange);
}


/* =========================================================
   PHOTO ZONE
========================================================= */

.gd-oe-photo-zone {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 610px;
    margin-top: 75px;
    overflow: hidden;
}

.gd-oe-photo {
    position: absolute;
    inset: 0;
}

.gd-oe-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( 90deg, rgba(7, 44, 53, .72) 0%, rgba(7, 44, 53, .23) 30%, transparent 57%), linear-gradient( 0deg, rgba(7, 44, 53, .7), transparent 45%);
}

.gd-oe-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.4s ease;
}

.gd-oe-photo-zone:hover .gd-oe-photo img {
    transform: scale(1.035);
}


/* =========================================================
   ORANGE EDGE
========================================================= */

.gd-oe-orange-edge {
    position: absolute;
    z-index: 7;
    left: 5.5%;
    top: 0;
    width: 7px;
    height: 150px;
    background: var(--gd-orange);
}

.gd-oe-orange-edge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 17px;
    width: 1px;
    height: 100px;
    background: rgba(234, 219, 200, .55);
}


/* =========================================================
   SMART CONSOLE
========================================================= */

.gd-oe-console {
    position: absolute;
    z-index: 10;
    left: clamp(25px, 7vw, 130px);
    top: 75px;
    width: min(520px, 40vw);
    padding: 24px;
    color: var(--gd-white);
    background: rgba(7, 43, 52, .92);
    border: 1px solid rgba(234, 219, 200, .18);
    backdrop-filter: blur(12px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .25);
}

.gd-oe-console::before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 80px;
    height: 4px;
    background: var(--gd-orange);
}

.gd-oe-console-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .53);
    font-size: 7px;
    letter-spacing: 1.7px;
}

.gd-oe-console-top small {
    color: var(--gd-orange);
}

.gd-oe-console-main {
    min-height: 190px;
    display: grid;
    grid-template-columns: 1fr .7fr .72fr;
    align-items: center;
    gap: 14px;
    padding: 24px 0;
}


/* =========================================================
   MINI GARAGE DOOR
========================================================= */

.gd-oe-mini-door {
    padding: 7px;
    border: 2px solid rgba(234, 219, 200, .48);
}

.gd-oe-mini-panel {
    height: 31px;
    padding: 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    border-bottom: 1px solid rgba(234, 219, 200, .32);
}

.gd-oe-mini-panel:last-child {
    border-bottom: 0;
}

.gd-oe-mini-panel span {
    border: 1px solid rgba(234, 219, 200, .2);
}


/* =========================================================
   CONNECTION
========================================================= */

.gd-oe-connection {
    position: relative;
    height: 100px;
}

.gd-oe-wave {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(244, 162, 97, .32);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: gdOEwave 2.6s ease-out infinite;
}

.wave-1 {
    width: 35px;
    height: 35px;
}

.wave-2 {
    width: 62px;
    height: 62px;
    animation-delay: .35s;
}

.wave-3 {
    width: 90px;
    height: 90px;
    animation-delay: .7s;
}

.gd-oe-wifi-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    background: var(--gd-orange);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


/* =========================================================
   PHONE
========================================================= */

.gd-oe-phone {
    position: relative;
    width: 90px;
    height: 165px;
    margin: auto;
    padding: 6px;
    background: #062831;
    border: 1px solid rgba(234, 219, 200, .28);
    border-radius: 16px;
}

.gd-oe-phone-notch {
    position: absolute;
    left: 50%;
    top: 7px;
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, .2);
    border-radius: 20px;
    transform: translateX(-50%);
}

.gd-oe-phone-screen {
    width: 100%;
    height: 100%;
    padding: 25px 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient( 145deg, var(--gd-teal), var(--gd-dark-teal));
    border-radius: 11px;
}

.gd-oe-phone-online {
    color: rgba(255, 255, 255, .5);
    font-size: 5px;
    letter-spacing: 1px;
}

.gd-oe-phone-button {
    width: 46px;
    height: 46px;
    margin: auto 0 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    border-radius: 50%;
    transition: transform .3s ease;
}

.gd-oe-phone-button:hover {
    transform: translateY(-5px);
}

.gd-oe-phone-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-oe-phone-screen small {
    color: rgba(255, 255, 255, .5);
    font-size: 5px;
    letter-spacing: 1px;
}


/* =========================================================
   CONSOLE FOOT
========================================================= */

.gd-oe-console-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .42);
    font-size: 6px;
    letter-spacing: 1.4px;
}

.gd-oe-console-foot span:first-child {
    display: flex;
    align-items: center;
    gap: 7px;
}

.gd-oe-console-foot i {
    width: 6px;
    height: 6px;
    background: var(--gd-orange);
    border-radius: 50%;
    animation: gdOEpulse 1.7s ease infinite;
}


/* =========================================================
   TAGS
========================================================= */

.gd-oe-tag-zone {
    position: absolute;
    z-index: 12;
    right: clamp(25px, 5vw, 90px);
    bottom: 50px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.gd-oe-tag {
    min-width: 185px;
    min-height: 88px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gd-white);
    background: rgba(7, 45, 54, .9);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    transition: transform .35s ease;
}

.gd-oe-tag:nth-child(2) {
    transform: translateY(-18px);
}

.gd-oe-tag:hover {
    transform: translateY(-8px);
}

.gd-oe-tag:nth-child(2):hover {
    transform: translateY(-27px);
}

.gd-oe-tag-orange {
    background: var(--gd-orange);
    color: var(--gd-dark-teal);
    border-color: var(--gd-orange);
}

.gd-oe-tag-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .4);
    border-radius: 50%;
}

.gd-oe-tag-orange .gd-oe-tag-icon {
    color: var(--gd-dark-teal);
    border-color: rgba(14, 76, 92, .4);
}

.gd-oe-tag-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-oe-tag small,
.gd-oe-tag strong {
    display: block;
}

.gd-oe-tag small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .42);
    font-size: 6px;
    letter-spacing: 1.3px;
}

.gd-oe-tag-orange small {
    color: rgba(14, 76, 92, .58);
}

.gd-oe-tag strong {
    font-size: 11px;
}


/* =========================================================
   HUGE WORD
========================================================= */

.gd-oe-big-word {
    position: absolute;
    z-index: 1;
    right: -20px;
    top: -45px;
    color: rgba(255, 255, 255, .045);
    font-size: clamp(100px, 15vw, 260px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -12px;
    pointer-events: none;
}


/* =========================================================
   BOTTOM RAIL
========================================================= */

.gd-oe-bottom-rail {
    position: relative;
    z-index: 10;
    min-height: 92px;
    display: flex;
    align-items: center;
    background: #062a33;
    border-top: 1px solid rgba(234, 219, 200, .11);
}

.gd-oe-bottom-inner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
}

.gd-oe-rail-code {
    color: var(--gd-orange);
    font-size: 28px;
}

.gd-oe-rail-track {
    position: relative;
    flex: 1;
    height: 5px;
    background: rgba(234, 219, 200, .23);
}

.gd-oe-rail-track::before,
.gd-oe-rail-track::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(234, 219, 200, .1);
}

.gd-oe-rail-track::before {
    top: -7px;
}

.gd-oe-rail-track::after {
    bottom: -7px;
}

.rail-wheel {
    position: absolute;
    top: -10px;
    width: 25px;
    height: 25px;
    background: #062a33;
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
}

.rail-wheel::after {
    content: "";
    position: absolute;
    inset: 6px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.wheel-a {
    left: 12%;
}

.wheel-b {
    left: 50%;
}

.wheel-c {
    right: 10%;
}

.gd-oe-rail-copy {
    color: rgba(255, 255, 255, .35);
    font-size: 7px;
    letter-spacing: 2px;
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes gdOErotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdOEpulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .3;
    }
}

@keyframes gdOEbars {
    0%,
    100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(.65);
    }
}

@keyframes gdOEwave {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(.65);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.22);
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199.98px) {
    .gd-oe-console {
        width: 450px;
    }
    .gd-oe-tag {
        min-width: 150px;
        padding: 14px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-opener-editorial {
        padding-top: 80px;
    }
    .gd-oe-system-status {
        margin-left: 0;
    }
    .gd-oe-copy {
        padding-left: 22px;
    }
    .gd-oe-photo-zone {
        height: 750px;
    }
    .gd-oe-console {
        left: 35px;
        width: 470px;
    }
    .gd-oe-tag-zone {
        left: 35px;
        right: 35px;
        bottom: 35px;
        justify-content: flex-end;
    }
    .gd-oe-tag {
        min-width: 0;
        flex: 1;
    }
    .gd-oe-big-word {
        top: 290px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-opener-editorial {
        padding-top: 65px;
    }
    .gd-oe-container {
        padding-left: 22px;
        padding-right: 22px;
    }
    .gd-oe-kicker-number {
        width: 39px;
        height: 39px;
    }
    .gd-oe-kicker-text {
        font-size: 7px;
        letter-spacing: 1.5px;
    }
    .gd-oe-kicker-line {
        display: none;
    }
    .gd-oe-title-area h2 {
        font-size: clamp( 40px, 12vw, 53px);
        letter-spacing: -1.7px;
    }
    .gd-oe-copy p {
        font-size: 13.5px;
        line-height: 1.8;
    }
    .gd-oe-photo-zone {
        height: 920px;
        margin-top: 55px;
    }
    .gd-oe-console {
        left: 18px;
        right: 18px;
        top: 35px;
        width: auto;
        padding: 18px;
    }
    .gd-oe-console-main {
        grid-template-columns: 1fr .55fr .75fr;
    }
    .gd-oe-phone {
        width: 75px;
        height: 145px;
    }
    .gd-oe-tag-zone {
        left: 18px;
        right: 18px;
        bottom: 30px;
        flex-direction: column;
        align-items: stretch;
    }
    .gd-oe-tag {
        width: 100%;
        min-height: 72px;
    }
    .gd-oe-tag:nth-child(2) {
        transform: none;
    }
    .gd-oe-tag:nth-child(2):hover {
        transform: translateY(-5px);
    }
    .gd-oe-big-word {
        top: 410px;
        font-size: 120px;
    }
    .gd-oe-bottom-inner {
        min-height: 105px;
        flex-wrap: wrap;
        padding: 18px 0;
    }
    .gd-oe-rail-track {
        min-width: calc(100% - 75px);
    }
    .gd-oe-rail-copy {
        width: 100%;
        line-height: 1.6;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-oe-circle,
    .gd-oe-status-dot,
    .gd-oe-status-bars span,
    .gd-oe-wave,
    .gd-oe-console-foot i {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-offers {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    color: var(--gd-white);
    background: linear-gradient( 125deg, #062b34 0%, var(--gd-dark-teal) 48%, #083b46 100%);
}

.gd-offers-container {
    position: relative;
    z-index: 5;
    max-width: 1650px;
    margin: 0 auto;
    padding-left: clamp(24px, 6vw, 105px);
    padding-right: clamp(24px, 6vw, 105px);
}


/* =========================================================
   TEXTURE
========================================================= */

.gd-offers-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient( rgba(255, 255, 255, .045) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(255, 255, 255, .015) 0, rgba(255, 255, 255, .015) 1px, transparent 1px, transparent 7px), repeating-linear-gradient( 135deg, rgba(234, 219, 200, .012) 0, rgba(234, 219, 200, .012) 2px, transparent 2px, transparent 12px);
    background-size: 22px 22px, 100% 7px, auto;
}


/* =========================================================
   DECORATION
========================================================= */

.gd-offers-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gd-offers-ring {
    position: absolute;
    border: 1px dashed rgba(234, 219, 200, .07);
    border-radius: 50%;
}

.ring-one {
    width: 480px;
    height: 480px;
    right: -240px;
    top: -190px;
    box-shadow: 0 0 0 55px rgba(234, 219, 200, .012), 0 0 0 110px rgba(234, 219, 200, .008);
    animation: gdOfferRotate 40s linear infinite;
}

.ring-two {
    width: 280px;
    height: 280px;
    left: -160px;
    bottom: 130px;
}

.gd-offers-plus {
    position: absolute;
    width: 25px;
    height: 25px;
}

.gd-offers-plus::before,
.gd-offers-plus::after {
    content: "";
    position: absolute;
    background: rgba(244, 162, 97, .25);
}

.gd-offers-plus::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}

.gd-offers-plus::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
}

.plus-one {
    left: 4%;
    top: 8%;
}

.plus-two {
    right: 25%;
    top: 22%;
}


/* =========================================================
   HEADER
========================================================= */

.gd-offers-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: var(--gd-sand);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.gd-offers-eyebrow-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(234, 219, 200, .25);
    border-radius: 50%;
    transition: .4s ease;
}

.gd-offers-eyebrow-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-offers-heading:hover .gd-offers-eyebrow-icon {
    transform: rotate(12deg);
    background: var(--gd-orange);
    color: var(--gd-dark-teal);
}

.gd-offers-eyebrow i {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
}


/* =========================================================
   HEADING
========================================================= */

.gd-offers-heading h2 {
    max-width: 900px;
    margin: 0;
    color: var(--gd-white);
    font-size: clamp(55px, 5.5vw, 88px);
    font-weight: 400;
    line-height: .91;
    letter-spacing: -3.5px;
}

.gd-offers-heading h2 span {
    display: block;
    color: var(--gd-orange);
}


/* =========================================================
   INTRO
========================================================= */

.gd-offers-intro {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    padding: 23px 0 5px 27px;
    border-left: 1px solid rgba(234, 219, 200, .18);
}

.gd-offers-intro-number {
    display: block;
    margin-bottom: 10px;
    color: rgba(244, 162, 97, .75);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 3px;
}

.gd-offers-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   GARAGE TRACK
========================================================= */

.gd-offers-track-wrap {
    position: relative;
    z-index: 4;
    width: 100%;
    margin-top: 75px;
    padding: 0 clamp(24px, 6vw, 105px);
}

.gd-offers-track {
    position: relative;
    width: 100%;
    height: 8px;
    background: rgba(234, 219, 200, .22);
    border-top: 1px solid rgba(234, 219, 200, .12);
    border-bottom: 1px solid rgba(234, 219, 200, .12);
}

.gd-offers-track::before,
.gd-offers-track::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(234, 219, 200, .08);
}

.gd-offers-track::before {
    top: -9px;
}

.gd-offers-track::after {
    bottom: -9px;
}

.gd-track-wheel {
    position: absolute;
    top: -12px;
    width: 30px;
    height: 30px;
    background: #093b46;
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
}

.gd-track-wheel::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-track-wheel.wheel-1 {
    left: 3%;
}

.gd-track-wheel.wheel-2 {
    left: 27%;
}

.gd-track-wheel.wheel-3 {
    left: 50%;
}

.gd-track-wheel.wheel-4 {
    left: 73%;
}

.gd-track-wheel.wheel-5 {
    right: 3%;
}

.gd-track-moving-dot {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(244, 162, 97, .1);
    transform: translateY(-50%);
    animation: gdOfferTrackMove 8s linear infinite;
}


/* =========================================================
   OFFERS GRID
========================================================= */

.gd-offers-grid {
    position: relative;
    z-index: 6;
    margin-top: 65px;
}


/* staggered ticket layout */

.ticket-one {
    margin-top: 45px;
}

.ticket-two {
    margin-top: 0;
}

.ticket-three {
    margin-top: 75px;
}

.ticket-four {
    margin-top: 25px;
}


/* =========================================================
   TICKET
========================================================= */

.gd-offer-ticket {
    position: relative;
    min-height: 465px;
    padding: 28px 27px 25px;
    color: var(--gd-dark-teal);
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .06) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .018) 0, rgba(14, 76, 92, .018) 1px, transparent 1px, transparent 6px);
    background-size: 20px 20px, 100% 6px;
    box-shadow: 13px 15px 0 rgba(3, 28, 34, .18);
    overflow: hidden;
    transition: transform .42s ease, box-shadow .42s ease;
}

.gd-offer-ticket:hover {
    transform: translateY(-15px) rotate(-1deg);
    box-shadow: 18px 24px 0 rgba(3, 28, 34, .22);
}


/* ticket orange top line */

.gd-offer-ticket::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 5px;
    background: var(--gd-orange);
    transition: width .45s ease;
}

.gd-offer-ticket:hover::before {
    width: 100%;
}


/* hanger */

.gd-ticket-hanger {
    position: absolute;
    left: 50%;
    top: -65px;
    width: 1px;
    height: 65px;
    background: rgba(234, 219, 200, .4);
    transform: translateX(-50%);
}

.gd-ticket-hanger::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 11px;
    height: 11px;
    background: var(--gd-orange);
    border-radius: 50%;
    transform: translateX(-50%);
}


/* =========================================================
   TICKET TOP
========================================================= */

.gd-ticket-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(14, 76, 92, .19);
}

.gd-ticket-top span {
    color: var(--gd-teal);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.gd-ticket-top small {
    color: rgba(14, 76, 92, .48);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.3px;
}


/* =========================================================
   ICON
========================================================= */

.gd-ticket-icon {
    width: 55px;
    height: 55px;
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(42, 127, 133, .22);
    border-radius: 50%;
    transition: .4s ease;
}

.gd-ticket-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-offer-ticket:hover .gd-ticket-icon {
    color: var(--gd-warm-white);
    background: var(--gd-dark-teal);
    border-color: var(--gd-dark-teal);
    transform: rotate(-8deg);
}


/* =========================================================
   SAVING
========================================================= */

.gd-ticket-saving {
    display: flex;
    align-items: flex-start;
    margin: 15px 0 2px;
}

.gd-ticket-dollar {
    margin-top: 12px;
    color: var(--gd-orange);
    font-size: 26px;
}

.gd-ticket-saving strong {
    color: var(--gd-dark-teal);
    font-size: clamp(76px, 6vw, 105px);
    font-weight: 400;
    line-height: .9;
    letter-spacing: -7px;
}

.gd-ticket-off {
    align-self: flex-end;
    margin: 0 0 8px 9px;
    padding: 5px 7px;
    color: var(--gd-warm-white);
    background: var(--gd-orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1px;
}


/* =========================================================
   TICKET CONTENT
========================================================= */

.gd-offer-ticket h3 {
    margin: 17px 0 9px;
    color: var(--gd-dark-teal);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
}

.gd-offer-ticket p {
    margin: 0;
    color: #64777b;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   TICKET BOTTOM
========================================================= */

.gd-ticket-bottom {
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px dashed rgba(14, 76, 92, .2);
}

.gd-ticket-bottom>span {
    color: rgba(14, 76, 92, .5);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.gd-ticket-arrow {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    border: 1px solid rgba(14, 76, 92, .2);
    border-radius: 50%;
    transition: .3s ease;
}

.gd-ticket-arrow svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-offer-ticket:hover .gd-ticket-arrow {
    color: var(--gd-warm-white);
    background: var(--gd-orange);
    border-color: var(--gd-orange);
    transform: translateX(4px);
}


/* =========================================================
   TICKET CUTOUTS
========================================================= */

.gd-ticket-cut {
    position: absolute;
    bottom: 77px;
    width: 26px;
    height: 26px;
    background: #093b46;
    border-radius: 50%;
}

.cut-left {
    left: -13px;
}

.cut-right {
    right: -13px;
}


/* =========================================================
   FEATURED TICKET
========================================================= */

.gd-ticket-featured {
    background-color: var(--gd-sand);
    box-shadow: 15px 18px 0 rgba(244, 162, 97, .2);
}

.gd-ticket-ribbon {
    position: absolute;
    right: -37px;
    top: 35px;
    width: 145px;
    padding: 7px 0;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    text-align: center;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.5px;
    transform: rotate(45deg);
}


/* =========================================================
   FOOTER CTA
========================================================= */

.gd-offers-footer {
    position: relative;
    z-index: 5;
    margin-top: 95px;
    padding: 34px 0;
    background: rgba(4, 35, 43, .55);
    border-top: 1px solid rgba(234, 219, 200, .1);
}

.gd-offers-footer-text {
    display: flex;
    align-items: center;
    gap: 17px;
}

.gd-footer-pulse {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(244, 162, 97, .08);
    animation: gdOfferPulse 1.8s ease-in-out infinite;
}

.gd-offers-footer-text small,
.gd-offers-footer-text strong {
    display: block;
}

.gd-offers-footer-text small {
    margin-bottom: 5px;
    color: var(--gd-orange);
    font-size: 7px;
    letter-spacing: 1.8px;
}

.gd-offers-footer-text strong {
    color: var(--gd-white);
    font-size: clamp(18px, 2vw, 27px);
    font-weight: 400;
}


/* =========================================================
   BUTTONS
========================================================= */

.gd-offers-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.gd-offers-btn {
    min-height: 51px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    text-decoration: none;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.2px;
    transition: .35s ease;
}

.gd-offers-btn-main {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    border: 1px solid var(--gd-orange);
}

.gd-offers-btn-main svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: transform .3s ease;
}

.gd-offers-btn-main:hover {
    color: var(--gd-dark-teal);
    background: var(--gd-sand);
    border-color: var(--gd-sand);
    transform: translateY(-4px);
}

.gd-offers-btn-main:hover svg {
    transform: translateX(4px);
}

.gd-offers-btn-outline {
    color: var(--gd-sand);
    border: 1px solid rgba(234, 219, 200, .25);
}

.gd-offers-btn-outline:hover {
    color: var(--gd-dark-teal);
    background: var(--gd-sand);
    border-color: var(--gd-sand);
    transform: translateY(-4px);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdOfferRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdOfferTrackMove {
    0% {
        left: 1%;
    }
    50% {
        left: calc(99% - 9px);
    }
    100% {
        left: 1%;
    }
}

@keyframes gdOfferPulse {
    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 7px rgba(244, 162, 97, .07);
    }
    50% {
        opacity: .45;
        box-shadow: 0 0 0 13px rgba(244, 162, 97, .02);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-offers {
        padding-top: 85px;
    }
    .gd-offers-intro {
        margin-left: 0;
        max-width: 650px;
    }
    .ticket-one,
    .ticket-two,
    .ticket-three,
    .ticket-four {
        margin-top: 20px;
    }
    .gd-offers-track-wrap {
        margin-top: 60px;
    }
    .gd-offers-actions {
        justify-content: flex-start;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-offers {
        padding-top: 65px;
    }
    .gd-offers-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-offers-heading h2 {
        font-size: clamp(43px, 13vw, 57px);
        letter-spacing: -2px;
    }
    .gd-offers-eyebrow {
        font-size: 7px;
        letter-spacing: 1.5px;
    }
    .gd-offers-eyebrow i {
        display: none;
    }
    .gd-offers-track-wrap {
        padding: 0 20px;
        margin-top: 50px;
    }
    .gd-offers-grid {
        margin-top: 50px;
    }
    .gd-offer-ticket {
        min-height: 440px;
    }
    .gd-ticket-saving strong {
        font-size: 90px;
    }
    .gd-offers-footer {
        margin-top: 65px;
    }
    .gd-offers-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .gd-offers-btn {
        width: 100%;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-offers-ring,
    .gd-track-moving-dot,
    .gd-footer-pulse {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-offers-light {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .055) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .015) 0, rgba(14, 76, 92, .015) 1px, transparent 1px, transparent 6px), linear-gradient( 135deg, #faf7ef, var(--gd-warm-white) 58%, #efe2d0);
    background-size: 23px 23px, 100% 6px, auto;
}

.gd-offers-light::before {
    content: "";
    position: absolute;
    right: -200px;
    top: -220px;
    width: 470px;
    height: 470px;
    border: 1px dashed rgba(14, 76, 92, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(14, 76, 92, .015), 0 0 0 100px rgba(14, 76, 92, .009);
    animation: gdLightOfferRotate 38s linear infinite;
}

.gd-offers-light-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient( 90deg, transparent 49.9%, rgba(14, 76, 92, .02) 50%, transparent 50.1%);
}

.gd-offers-light .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   KICKER
========================================================= */

.gd-offers-light-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
    color: var(--gd-teal);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.6px;
}

.gd-offers-light-kicker-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(42, 127, 133, .28);
    border-radius: 50%;
}

.gd-offers-light-kicker-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-offers-light-kicker i {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
}


/* =========================================================
   HEADING
========================================================= */

.gd-offers-light-heading h2 {
    margin: 0;
    color: var(--gd-dark-teal);
    font-size: clamp(50px, 5vw, 72px);
    font-weight: 400;
    line-height: .96;
    letter-spacing: -2.5px;
}

.gd-offers-light-heading h2 span {
    display: block;
    color: var(--gd-teal);
}


/* =========================================================
   INTRO
========================================================= */

.gd-offers-light-intro {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 520px;
    margin-left: auto;
    padding-left: 25px;
    border-left: 2px solid var(--gd-orange);
}

.gd-offers-light-intro>span {
    color: var(--gd-orange);
    font-size: 62px;
    line-height: 1;
}

.gd-offers-light-intro p {
    margin: 0;
    color: #64777b;
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   TRACK
========================================================= */

.gd-offers-light-track {
    position: relative;
    height: 70px;
    margin-top: 65px;
}

.gd-offers-light-rail {
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    height: 5px;
    background: rgba(14, 76, 92, .22);
}

.gd-offers-light-rail::before,
.gd-offers-light-rail::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(14, 76, 92, .1);
}

.gd-offers-light-rail::before {
    top: -7px;
}

.gd-offers-light-rail::after {
    bottom: -7px;
}

.gd-offers-light-wheel {
    position: absolute;
    top: 8px;
    width: 35px;
    height: 35px;
    background: var(--gd-warm-white);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(14, 76, 92, .08);
}

.gd-offers-light-wheel::after {
    content: "";
    position: absolute;
    inset: 9px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-offers-light-wheel.wheel-1 {
    left: 16%;
}

.gd-offers-light-wheel.wheel-2 {
    left: calc(50% - 17px);
}

.gd-offers-light-wheel.wheel-3 {
    right: 16%;
}


/* =========================================================
   GRID
========================================================= */

.gd-offers-light-grid {
    margin-top: 8px;
}

.card-one {
    margin-top: 28px;
}

.card-two {
    margin-top: 0;
}

.card-three {
    margin-top: 42px;
}


/* =========================================================
   OFFER CARD
========================================================= */

.gd-light-offer-card {
    position: relative;
    min-height: 455px;
    height: 100%;
    padding: 27px 28px 24px;
    color: var(--gd-dark-teal);
    overflow: hidden;
    background-color: rgba(255, 255, 255, .82);
    background-image: radial-gradient( rgba(14, 76, 92, .055) 1px, transparent 1px);
    background-size: 19px 19px;
    border: 1px solid rgba(14, 76, 92, .08);
    box-shadow: 0 25px 55px rgba(14, 76, 92, .10);
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.gd-light-offer-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 5px;
    background: var(--gd-orange);
    transition: width .4s ease;
}

.gd-light-offer-card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(14, 76, 92, .06);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(14, 76, 92, .015);
}

.gd-light-offer-card:hover {
    transform: translateY(-12px);
    border-color: rgba(244, 162, 97, .35);
    box-shadow: 0 35px 70px rgba(14, 76, 92, .15);
}

.gd-light-offer-card:hover::before {
    width: 100%;
}


/* =========================================================
   HOOK
========================================================= */

.gd-light-offer-hook {
    position: absolute;
    left: 50%;
    top: -55px;
    width: 1px;
    height: 55px;
    background: rgba(14, 76, 92, .22);
    transform: translateX(-50%);
}

.gd-light-offer-hook::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: var(--gd-orange);
    border-radius: 50%;
    transform: translateX(-50%);
}


/* =========================================================
   TOP
========================================================= */

.gd-light-offer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(14, 76, 92, .17);
}

.gd-light-offer-top span {
    color: var(--gd-teal);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.gd-light-offer-top small {
    color: rgba(14, 76, 92, .42);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.2px;
}


/* =========================================================
   ICON
========================================================= */

.gd-light-offer-icon {
    width: 58px;
    height: 58px;
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(42, 127, 133, .2);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-light-offer-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-light-offer-card:hover .gd-light-offer-icon {
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    border-color: var(--gd-dark-teal);
    transform: rotate(-8deg);
}


/* =========================================================
   PRICE
========================================================= */

.gd-light-offer-price {
    display: flex;
    align-items: flex-start;
    margin: 12px 0 4px;
}

.gd-light-offer-price>span {
    margin-top: 12px;
    color: var(--gd-orange);
    font-size: 25px;
}

.gd-light-offer-price strong {
    color: var(--gd-dark-teal);
    font-size: clamp(80px, 7vw, 105px);
    font-weight: 400;
    line-height: .9;
    letter-spacing: -6px;
}

.gd-light-offer-price small {
    align-self: flex-end;
    margin: 0 0 8px 10px;
    padding: 5px 7px;
    color: var(--gd-white);
    background: var(--gd-orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1px;
}


/* =========================================================
   CONTENT
========================================================= */

.gd-light-offer-card h3 {
    margin: 17px 0 9px;
    color: var(--gd-dark-teal);
    font-size: 27px;
    font-weight: 400;
}

.gd-light-offer-card p {
    margin: 0;
    color: #68797c;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   BOTTOM
========================================================= */

.gd-light-offer-bottom {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px dashed rgba(14, 76, 92, .16);
}

.gd-light-offer-bottom span {
    color: rgba(14, 76, 92, .45);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.gd-light-offer-bottom svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: var(--gd-teal);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .3s ease;
}

.gd-light-offer-card:hover .gd-light-offer-bottom svg {
    transform: translateX(5px);
}


/* =========================================================
   FEATURED
========================================================= */

.gd-light-offer-featured {
    background-color: var(--gd-dark-teal);
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 28px 28px;
    color: var(--gd-white);
    transform: translateY(-8px);
}

.gd-light-offer-featured:hover {
    transform: translateY(-20px);
}

.gd-light-offer-featured .gd-light-offer-top {
    border-color: rgba(255, 255, 255, .15);
}

.gd-light-offer-featured .gd-light-offer-top span {
    color: var(--gd-orange);
}

.gd-light-offer-featured .gd-light-offer-top small {
    color: rgba(255, 255, 255, .45);
}

.gd-light-offer-featured .gd-light-offer-price strong,
.gd-light-offer-featured h3 {
    color: var(--gd-white);
}

.gd-light-offer-featured p {
    color: rgba(255, 255, 255, .6);
}

.gd-light-offer-featured .gd-light-offer-bottom {
    border-color: rgba(255, 255, 255, .14);
}

.gd-light-offer-featured .gd-light-offer-bottom span {
    color: rgba(255, 255, 255, .45);
}

.gd-light-offer-featured .gd-light-offer-bottom svg {
    stroke: var(--gd-orange);
}


/* badge */

.gd-light-offer-badge {
    position: absolute;
    right: -35px;
    top: 32px;
    width: 135px;
    padding: 7px 0;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    text-align: center;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.4px;
    transform: rotate(45deg);
}


/* =========================================================
   FOOTER
========================================================= */

.gd-offers-light-footer {
    margin-top: 70px;
    min-height: 92px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(14, 76, 92, .08);
    backdrop-filter: blur(6px);
}

.gd-offers-light-footer-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gd-offers-light-check {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .4);
    border-radius: 50%;
}

.gd-offers-light-check svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-offers-light-footer small,
.gd-offers-light-footer strong {
    display: block;
}

.gd-offers-light-footer small {
    margin-bottom: 5px;
    color: var(--gd-orange);
    font-size: 7px;
    letter-spacing: 1.7px;
}

.gd-offers-light-footer strong {
    color: var(--gd-dark-teal);
    font-size: 13px;
}


/* =========================================================
   BUTTON
========================================================= */

.gd-offers-light-btn {
    min-height: 53px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    transition: .35s ease;
}

.gd-offers-light-btn svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: transform .3s ease;
}

.gd-offers-light-btn:hover {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    transform: translateY(-4px);
}

.gd-offers-light-btn:hover svg {
    transform: translateX(4px);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdLightOfferRotate {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-offers-light {
        padding: 85px 0;
    }
    .gd-offers-light-intro {
        margin-left: 0;
    }
    .card-one,
    .card-two,
    .card-three {
        margin-top: 20px;
    }
    .gd-light-offer-featured {
        transform: none;
    }
    .gd-light-offer-featured:hover {
        transform: translateY(-12px);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-offers-light {
        padding: 65px 0;
    }
    .gd-offers-light-heading h2 {
        font-size: clamp( 42px, 12vw, 55px);
        letter-spacing: -1.8px;
    }
    .gd-offers-light-kicker {
        font-size: 7px;
        letter-spacing: 1.4px;
    }
    .gd-offers-light-kicker i {
        display: none;
    }
    .gd-offers-light-track {
        display: none;
    }
    .gd-offers-light-grid {
        margin-top: 45px;
    }
    .gd-light-offer-card {
        min-height: 435px;
    }
    .gd-offers-light-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .gd-offers-light-btn {
        width: 100%;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-offers-light::before {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-marine-replacement {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .05) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .014) 0, rgba(14, 76, 92, .014) 1px, transparent 1px, transparent 7px), linear-gradient( 135deg, #faf7ef 0%, var(--gd-warm-white) 55%, #eddfcc 100%);
    background-size: 23px 23px, 100% 7px, auto;
}

.gd-marine-container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding-left: clamp(24px, 6vw, 110px);
    padding-right: clamp(24px, 6vw, 110px);
}


/* =========================================================
   TEXTURE
========================================================= */

.gd-marine-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(14, 76, 92, .022) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .022) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .7;
}


/* =========================================================
   BACKGROUND ENGINEERING ART
========================================================= */

.gd-marine-bg-art {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gd-marine-ring {
    position: absolute;
    border: 1px dashed rgba(14, 76, 92, .065);
    border-radius: 50%;
}

.gd-marine-ring.ring-a {
    width: 460px;
    height: 460px;
    right: -210px;
    top: -190px;
    box-shadow: 0 0 0 50px rgba(14, 76, 92, .012), 0 0 0 100px rgba(14, 76, 92, .008);
    animation: gdMarineRotate 38s linear infinite;
}

.gd-marine-ring.ring-b {
    width: 260px;
    height: 260px;
    left: -125px;
    top: 360px;
}

.gd-marine-cross {
    position: absolute;
    width: 24px;
    height: 24px;
}

.gd-marine-cross::before,
.gd-marine-cross::after {
    content: "";
    position: absolute;
    background: rgba(244, 162, 97, .28);
}

.gd-marine-cross::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}

.gd-marine-cross::after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.cross-a {
    left: 4%;
    top: 80px;
}

.cross-b {
    right: 20%;
    top: 310px;
}


/* =========================================================
   KICKER
========================================================= */

.gd-marine-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
}

.gd-marine-kicker-number {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 10px;
    font-weight: 900;
}

.gd-marine-kicker-copy {
    color: var(--gd-teal);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2.6px;
}

.gd-marine-kicker-line {
    width: 100px;
    height: 1px;
    background: var(--gd-orange);
}


/* =========================================================
   TITLE
========================================================= */

.gd-marine-heading h2 {
    max-width: 1050px;
    margin: 0;
    color: var(--gd-dark-teal);
font-size: clamp(50px, 5vw, 78px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -3px;
}

.gd-marine-heading h2 span {
    display: block;
    color: var(--gd-teal);
}


/* =========================================================
   SPEC BOX
========================================================= */

.gd-marine-spec-box {
    position: relative;
    max-width: 420px;
    margin-left: auto;
    padding: 22px 24px;
    background: rgba(255, 255, 255, .48);
    border: 1px solid rgba(14, 76, 92, .1);
    backdrop-filter: blur(6px);
}

.gd-marine-spec-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 70px;
    height: 4px;
    background: var(--gd-orange);
}

.gd-marine-spec-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
}

.gd-marine-spec-head>span {
    width: 8px;
    height: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(244, 162, 97, .08);
    animation: gdMarinePulse 1.8s ease-in-out infinite;
}

.gd-marine-spec-head small {
    color: #768589;
    font-size: 7px;
    letter-spacing: 1.5px;
}

.gd-marine-spec-head strong {
    color: var(--gd-dark-teal);
    font-size: 7px;
    letter-spacing: 1.1px;
}

.gd-marine-spec-lines {
    display: grid;
    grid-template-columns: 1fr .65fr .35fr;
    gap: 6px;
    margin: 22px 0 13px;
}

.gd-marine-spec-lines span {
    height: 4px;
    background: rgba(14, 76, 92, .12);
    border-left: 10px solid var(--gd-orange);
}

.gd-marine-spec-code {
    color: rgba(14, 76, 92, .36);
    font-size: 6px;
    letter-spacing: 2px;
}


/* =========================================================
   COPY
========================================================= */

.gd-marine-copy {
    max-width: 1430px;
    padding: 4px 0 4px 32px;
    border-left: 2px solid var(--gd-orange);
}

.gd-marine-copy p {
    margin: 0;
    color: #576d72;
    font-size: 15px;
    line-height: 1.92;
}

.gd-marine-copy strong {
    color: var(--gd-dark-teal);
    font-weight: 800;
}


/* =========================================================
   ENGINEERING AREA
========================================================= */

.gd-marine-engineering {
    position: relative;
    z-index: 4;
    margin-top: 80px;
    padding: 85px 0 95px;
    background-color: #e8ddcd;
    background-image: linear-gradient( rgba(14, 76, 92, .035) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .035) 1px, transparent 1px), radial-gradient( rgba(14, 76, 92, .055) 1px, transparent 1px);
    background-size: 35px 35px, 35px 35px, 18px 18px;
    border-top: 1px solid rgba(14, 76, 92, .08);
    border-bottom: 1px solid rgba(14, 76, 92, .08);
}

.gd-marine-engineering::before {
    content: "OVERHEAD";
    position: absolute;
    right: -15px;
    top: -55px;
    color: rgba(14, 76, 92, .035);
    font-size: clamp(110px, 17vw, 270px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -12px;
    pointer-events: none;
}

.gd-marine-engineering-shell {
    position: relative;
    min-height: 650px;
}


/* =========================================================
   VERTICAL SCALE
========================================================= */

.gd-marine-scale {
    position: absolute;
    left: 0;
    top: 50%;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-50%);
}

.gd-marine-scale::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34px;
    width: 1px;
    background: rgba(14, 76, 92, .18);
}

.gd-marine-scale span {
    position: relative;
    color: rgba(14, 76, 92, .37);
    font-size: 6px;
    letter-spacing: 1px;
}

.gd-marine-scale span::after {
    content: "";
    position: absolute;
    left: 31px;
    top: 50%;
    width: 8px;
    height: 1px;
    background: rgba(14, 76, 92, .35);
}


/* =========================================================
   DOOR SYSTEM
========================================================= */

.gd-marine-door-system {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(525px, 42vw);
    transform: translate(-50%, -50%);
}


/* top track */

.gd-marine-top-track {
    position: absolute;
    left: -100px;
    right: -100px;
    top: -49px;
    height: 6px;
    background: rgba(14, 76, 92, .28);
}

.gd-marine-top-track::before,
.gd-marine-top-track::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(14, 76, 92, .12);
}

.gd-marine-top-track::before {
    top: -7px;
}

.gd-marine-top-track::after {
    bottom: -7px;
}

.gd-marine-track-wheel {
    position: absolute;
    top: -12px;
    width: 30px;
    height: 30px;
    background: #e8ddcd;
    border: 2px solid var(--gd-dark-teal);
    border-radius: 50%;
}

.gd-marine-track-wheel::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-marine-top-track .wheel-a {
    left: 8%;
}

.gd-marine-top-track .wheel-b {
    left: calc(50% - 15px);
}

.gd-marine-top-track .wheel-c {
    right: 8%;
}


/* =========================================================
   DOOR FRAME
========================================================= */

.gd-marine-door-frame {
    position: relative;
    width: 100%;
    padding: 11px;
    background: rgba(245, 241, 230, .7);
    border: 4px solid var(--gd-dark-teal);
    box-shadow: 18px 20px 0 rgba(14, 76, 92, .08);
    overflow: hidden;
    transition: transform .5s ease, box-shadow .5s ease;
}

.gd-marine-door-frame:hover {
    transform: translateY(-8px);
    box-shadow: 25px 30px 0 rgba(14, 76, 92, .1);
}

.gd-marine-door-header {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    color: var(--gd-warm-white);
    background: var(--gd-dark-teal);
    font-size: 7px;
    letter-spacing: 1.4px;
}

.gd-marine-door-header small {
    color: var(--gd-orange);
    font-size: 6px;
}


/* door rows */

.gd-marine-door-row {
    min-height: 75px;
    padding: 7px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    border-bottom: 2px solid rgba(14, 76, 92, .32);
}

.gd-marine-door-row span {
    position: relative;
    border: 1px solid rgba(14, 76, 92, .3);
    background: rgba(255, 255, 255, .25);
    overflow: hidden;
    transition: .35s ease;
}

.gd-marine-door-row span::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(14, 76, 92, .09);
}

.gd-marine-door-frame:hover .gd-marine-door-row span {
    background: rgba(244, 162, 97, .10);
    border-color: rgba(244, 162, 97, .65);
}


/* =========================================================
   STRUCTURAL BASE
========================================================= */

.gd-marine-door-bottom {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(14, 76, 92, .47);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.gd-marine-door-bottom span {
    flex: 1;
    height: 2px;
    background: rgba(14, 76, 92, .16);
}


/* =========================================================
   SIDE TRACKS
========================================================= */

.gd-marine-side-track {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgba(14, 76, 92, .18);
}

.gd-track-left {
    left: -27px;
}

.gd-track-right {
    right: -27px;
}

.gd-marine-side-track span {
    width: 17px;
    height: 17px;
    background: #e8ddcd;
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
}


/* =========================================================
   CENTER SEAL
========================================================= */

.gd-marine-center-seal {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: var(--gd-dark-teal);
    border: 6px solid #e8ddcd;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px rgba(14, 76, 92, .18);
    transition: .4s ease;
}

.gd-marine-center-seal:hover {
    transform: translate(-50%, -50%) scale(1.1) rotate(-8deg);
}

.gd-marine-center-seal svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   CALLOUTS
========================================================= */

.gd-marine-callouts {
    position: absolute;
    top: 50%;
    width: 275px;
    display: flex;
    flex-direction: column;
    gap: 115px;
    transform: translateY(-50%);
}

.gd-marine-callouts-left {
    left: 7%;
}

.gd-marine-callouts-right {
    right: 5%;
}

.gd-marine-callout {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 17px;
    background: rgba(245, 241, 230, .65);
    border: 1px solid rgba(14, 76, 92, .1);
    backdrop-filter: blur(4px);
    transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}

.gd-marine-callout:hover {
    transform: translateY(-6px);
    background: var(--gd-warm-white);
    box-shadow: 0 18px 35px rgba(14, 76, 92, .1);
}

.gd-marine-callout::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 90px;
    height: 1px;
    background: rgba(14, 76, 92, .25);
}

.gd-marine-callout::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-marine-callouts-left .gd-marine-callout::after {
    right: -90px;
}

.gd-marine-callouts-left .gd-marine-callout::before {
    right: -94px;
}

.gd-marine-callouts-right .gd-marine-callout::after {
    left: -90px;
}

.gd-marine-callouts-right .gd-marine-callout::before {
    left: -94px;
}

.gd-marine-callout-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .4);
    border-radius: 50%;
}

.gd-marine-callout-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-marine-callout span,
.gd-marine-callout strong,
.gd-marine-callout small {
    display: block;
}

.gd-marine-callout span {
    margin-bottom: 4px;
    color: var(--gd-orange);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.gd-marine-callout strong {
    color: var(--gd-dark-teal);
    font-size: 12px;
}

.gd-marine-callout small {
    margin-top: 4px;
    color: #7f8d90;
    font-size: 8px;
}


/* =========================================================
   SYSTEM CODE
========================================================= */

.gd-marine-system-code {
    position: absolute;
    right: 5px;
    bottom: -45px;
    color: rgba(14, 76, 92, .25);
    font-size: 6px;
    letter-spacing: 2.8px;
}


/* =========================================================
   BOTTOM BAND
========================================================= */

.gd-marine-bottom-band {
    position: relative;
    z-index: 5;
    background: var(--gd-dark-teal);
    border-top: 4px solid var(--gd-orange);
}

.gd-marine-band-item {
    min-height: 115px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px 28px;
    color: var(--gd-white);
    border-right: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    overflow: hidden;
    transition: .35s ease;
}

.gd-marine-band-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateY(101%);
    transition: .4s ease;
}

.gd-marine-band-item:hover::before {
    transform: translateY(0);
}

.gd-marine-band-item>span,
.gd-marine-band-item>div {
    position: relative;
    z-index: 2;
}

.gd-marine-band-item>span {
    color: var(--gd-orange);
    font-size: 32px;
    transition: .35s ease;
}

.gd-marine-band-item small,
.gd-marine-band-item strong {
    display: block;
    transition: .35s ease;
}

.gd-marine-band-item small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .42);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-marine-band-item strong {
    color: var(--gd-white);
    font-size: 12px;
}

.gd-marine-band-item:hover>span,
.gd-marine-band-item:hover small,
.gd-marine-band-item:hover strong {
    color: var(--gd-dark-teal);
}

.gd-marine-band-highlight {
    background: rgba(255, 255, 255, .045);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdMarineRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdMarinePulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .35;
        box-shadow: 0 0 0 11px rgba(244, 162, 97, .025);
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1300px) {
    .gd-marine-callouts {
        width: 225px;
    }
    .gd-marine-callouts-left {
        left: 3%;
    }
    .gd-marine-callouts-right {
        right: 2%;
    }
    .gd-marine-door-system {
        width: 440px;
    }
    .gd-marine-callout::after {
        width: 55px;
    }
    .gd-marine-callouts-left .gd-marine-callout::after {
        right: -55px;
    }
    .gd-marine-callouts-left .gd-marine-callout::before {
        right: -59px;
    }
    .gd-marine-callouts-right .gd-marine-callout::after {
        left: -55px;
    }
    .gd-marine-callouts-right .gd-marine-callout::before {
        left: -59px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-marine-replacement {
        padding-top: 85px;
    }
    .gd-marine-spec-box {
        margin-left: 0;
        max-width: 520px;
    }
    .gd-marine-engineering {
        padding: 70px 0;
    }
    .gd-marine-engineering-shell {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .gd-marine-scale {
        display: none;
    }
    .gd-marine-door-system {
        position: relative;
        left: auto;
        top: auto;
        width: min(520px, calc(100% - 60px));
        margin: 70px auto 30px;
        transform: none;
    }
    .gd-marine-callouts {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        transform: none;
    }
    .gd-marine-callout::before,
    .gd-marine-callout::after {
        display: none;
    }
    .gd-marine-callouts-left {
        order: 2;
    }
    .gd-marine-callouts-right {
        order: 3;
    }
    .gd-marine-door-system {
        order: 1;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-marine-replacement {
        padding-top: 65px;
    }
    .gd-marine-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-marine-kicker-copy {
        font-size: 7px;
        letter-spacing: 1.4px;
    }
    .gd-marine-kicker-line {
        display: none;
    }
    .gd-marine-heading h2 {
        font-size: clamp( 40px, 12vw, 53px);
        letter-spacing: -1.7px;
    }
    .gd-marine-copy {
        padding-left: 18px;
    }
    .gd-marine-copy p {
        font-size: 13.5px;
        line-height: 1.8;
    }
    .gd-marine-engineering {
        margin-top: 55px;
        padding: 55px 0;
    }
    .gd-marine-engineering::before {
        top: 10px;
        font-size: 85px;
        letter-spacing: -5px;
    }
    .gd-marine-door-system {
        width: calc(100% - 40px);
        margin-top: 70px;
    }
    .gd-marine-top-track {
        left: -20px;
        right: -20px;
    }
    .gd-marine-door-row {
        min-height: 55px;
        gap: 4px;
        padding: 5px;
    }
    .gd-marine-side-track {
        display: none;
    }
    .gd-marine-center-seal {
        width: 58px;
        height: 58px;
    }
    .gd-marine-center-seal svg {
        width: 27px;
        height: 27px;
    }
    .gd-marine-callouts {
        grid-template-columns: 1fr;
    }
    .gd-marine-band-item {
        min-height: 90px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .09);
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-marine-ring,
    .gd-marine-spec-head>span {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-marine-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .055) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .015) 0, rgba(14, 76, 92, .015) 1px, transparent 1px, transparent 7px), linear-gradient( 135deg, #faf7ef 0%, var(--gd-warm-white) 55%, #eee0ce 100%);
    background-size: 23px 23px, 100% 7px, auto;
}


/* =========================================================
   CONTAINER
========================================================= */

.gd-marine-container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: clamp(24px, 6vw, 110px);
    padding-right: clamp(24px, 6vw, 110px);
}


/* =========================================================
   BACKGROUND TEXTURE
========================================================= */

.gd-marine-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(14, 76, 92, .021) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .021) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .7;
}


/* =========================================================
   DECORATIONS
========================================================= */

.gd-marine-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gd-marine-bg-circle {
    position: absolute;
    border: 1px dashed rgba(14, 76, 92, .07);
    border-radius: 50%;
}

.circle-one {
    width: 490px;
    height: 490px;
    right: -230px;
    top: -210px;
    box-shadow: 0 0 0 50px rgba(14, 76, 92, .014), 0 0 0 100px rgba(14, 76, 92, .009);
    animation: gdMarineRotate 40s linear infinite;
}

.circle-two {
    width: 280px;
    height: 280px;
    left: -160px;
    top: 470px;
}

.gd-marine-cross {
    position: absolute;
    width: 24px;
    height: 24px;
}

.gd-marine-cross::before,
.gd-marine-cross::after {
    content: "";
    position: absolute;
    background: rgba(244, 162, 97, .3);
}

.gd-marine-cross::before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}

.gd-marine-cross::after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.cross-one {
    left: 4%;
    top: 70px;
}

.cross-two {
    right: 24%;
    top: 330px;
}


/* =========================================================
   KICKER
========================================================= */

.gd-marine-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
}

.gd-marine-kicker-number {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 10px;
    font-weight: 900;
}

.gd-marine-kicker-text {
    color: var(--gd-teal);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2.6px;
}

.gd-marine-kicker-line {
    width: 100px;
    height: 1px;
    background: var(--gd-orange);
}


/* =========================================================
   TITLE
========================================================= */

.gd-marine-heading h2 {
    max-width: 1080px;
    margin: 0;
    color: var(--gd-dark-teal);
    font-size: clamp(50px, 5vw, 78px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -3px;
}

.gd-marine-heading h2 span {
    display: block;
    color: var(--gd-teal);
}


/* =========================================================
   TOP SPEC BOX
========================================================= */

.gd-marine-top-spec {
    position: relative;
    max-width: 420px;
    margin-left: auto;
    padding: 23px 24px;
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(14, 76, 92, .1);
    backdrop-filter: blur(5px);
}

.gd-marine-top-spec::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 75px;
    height: 4px;
    background: var(--gd-orange);
}

.gd-marine-top-spec-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
}

.gd-marine-status-dot {
    width: 8px;
    height: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(244, 162, 97, .08);
    animation: gdMarinePulse 1.8s ease-in-out infinite;
}

.gd-marine-top-spec-head small {
    color: #748589;
    font-size: 7px;
    letter-spacing: 1.4px;
}

.gd-marine-top-spec-head strong {
    color: var(--gd-dark-teal);
    font-size: 7px;
    letter-spacing: 1.1px;
}

.gd-marine-top-lines {
    display: grid;
    grid-template-columns: 1fr .65fr .35fr;
    gap: 6px;
    margin: 22px 0 13px;
}

.gd-marine-top-lines span {
    height: 4px;
    background: rgba(14, 76, 92, .12);
    border-left: 10px solid var(--gd-orange);
}

.gd-marine-top-code {
    color: rgba(14, 76, 92, .36);
    font-size: 6px;
    letter-spacing: 2px;
}


/* =========================================================
   COPY
========================================================= */

.gd-marine-copy {
    max-width: 1450px;
    padding-left: 30px;
    border-left: 2px solid var(--gd-orange);
}

.gd-marine-copy p {
    margin: 0;
    color: #576e73;
    font-size: 15px;
    line-height: 1.92;
}

.gd-marine-copy strong {
    color: var(--gd-dark-teal);
    font-weight: 800;
}


/* =========================================================
   VISUAL AREA
========================================================= */

.gd-marine-visual-area {
    position: relative;
    z-index: 4;
    margin-top: 80px;
    padding: 70px 0 90px;
    background-color: #e8ddcd;
    background-image: linear-gradient( rgba(14, 76, 92, .035) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .035) 1px, transparent 1px), radial-gradient( rgba(14, 76, 92, .045) 1px, transparent 1px);
    background-size: 38px 38px, 38px 38px, 20px 20px;
    border-top: 1px solid rgba(14, 76, 92, .08);
}

.gd-marine-visual-area::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -55px;
    color: rgba(14, 76, 92, .035);
    font-size: clamp(100px, 16vw, 260px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -12px;
    pointer-events: none;
}


/* =========================================================
   VISUAL SHELL
========================================================= */

.gd-marine-visual-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(340px, .75fr);
    min-height: 650px;
    background: var(--gd-dark-teal);
    box-shadow: 0 35px 75px rgba(14, 76, 92, .16);
}


/* =========================================================
   IMAGE
========================================================= */

.gd-marine-main-image {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: var(--gd-dark-teal);
}

.gd-marine-main-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.25s ease, filter .7s ease;
}

.gd-marine-visual-shell:hover .gd-marine-main-image img {
    transform: scale(1.04);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.gd-marine-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient( 90deg, rgba(7, 45, 54, .12), transparent 46%), linear-gradient( 0deg, rgba(7, 45, 54, .55), transparent 43%);
}


/* =========================================================
   IMAGE TOP LABEL
========================================================= */

.gd-marine-image-label {
    position: absolute;
    z-index: 5;
    top: 28px;
    left: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 17px;
    color: var(--gd-white);
    background: rgba(7, 45, 54, .84);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
}

.gd-marine-image-label-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(244, 162, 97, .1);
    animation: gdMarinePulse 1.8s ease-in-out infinite;
}

.gd-marine-image-label small,
.gd-marine-image-label strong {
    display: block;
}

.gd-marine-image-label small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .5);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-marine-image-label strong {
    color: var(--gd-white);
    font-size: 9px;
    letter-spacing: 1px;
}


/* =========================================================
   IMAGE BADGE
========================================================= */

.gd-marine-image-badge {
    position: absolute;
    z-index: 5;
    left: 30px;
    bottom: 35px;
    max-width: 330px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
    transition: transform .35s ease;
}

.gd-marine-image-badge:hover {
    transform: translateY(-7px);
}

.gd-marine-image-badge-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(14, 76, 92, .3);
    border-radius: 50%;
}

.gd-marine-image-badge-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-marine-image-badge small,
.gd-marine-image-badge strong {
    display: block;
}

.gd-marine-image-badge small {
    margin-bottom: 4px;
    color: rgba(14, 76, 92, .55);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.gd-marine-image-badge strong {
    color: var(--gd-dark-teal);
    font-size: 18px;
    font-weight: 400;
}


/* =========================================================
   IMAGE SIDE TEXT
========================================================= */

.gd-marine-image-side-text {
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 50%;
    color: rgba(255, 255, 255, .28);
    font-size: 7px;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    transform: translateY(-50%);
}


/* =========================================================
   SPEC PANEL
========================================================= */

.gd-marine-spec-panel {
    position: relative;
    z-index: 5;
    min-height: 650px;
    padding: 42px 35px;
    overflow: hidden;
    color: var(--gd-white);
    background-color: var(--gd-dark-teal);
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 30px 30px;
}

.gd-marine-spec-panel::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -130px;
    width: 280px;
    height: 280px;
    border: 1px dashed rgba(234, 219, 200, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(234, 219, 200, .014), 0 0 0 60px rgba(234, 219, 200, .009);
}


/* =========================================================
   SPEC HEADING
========================================================= */

.gd-marine-spec-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 12px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.gd-marine-spec-heading>span {
    display: block;
    margin-bottom: 9px;
    color: var(--gd-orange);
    font-size: 7px;
    letter-spacing: 2px;
}

.gd-marine-spec-heading h3 {
    margin: 0;
    color: var(--gd-white);
    font-size: clamp(31px, 3vw, 45px);
    font-weight: 400;
    line-height: .95;
}

.gd-marine-spec-heading h3 strong {
    display: block;
    color: var(--gd-orange);
    font-weight: 400;
}


/* =========================================================
   SPEC ITEMS
========================================================= */

.gd-marine-spec-item {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 33px 48px 1fr;
    align-items: center;
    gap: 11px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    transition: padding-left .35s ease;
}

.gd-marine-spec-item:last-child {
    border-bottom: 0;
}

.gd-marine-spec-item:hover {
    padding-left: 8px;
}

.gd-marine-spec-number {
    color: rgba(255, 255, 255, .18);
    font-size: 20px;
}

.gd-marine-spec-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .32);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-marine-spec-item:hover .gd-marine-spec-icon {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    transform: rotate(-7deg);
}

.gd-marine-spec-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-marine-spec-item small,
.gd-marine-spec-item strong {
    display: block;
}

.gd-marine-spec-item small {
    margin-bottom: 4px;
    color: var(--gd-orange);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-marine-spec-item strong {
    color: var(--gd-white);
    font-size: 12px;
}

.gd-marine-spec-item p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .48);
    font-size: 9.5px;
    line-height: 1.5;
}


/* =========================================================
   BOTTOM TRACK
========================================================= */

.gd-marine-track {
    position: absolute;
    z-index: 8;
    left: 6%;
    right: 6%;
    bottom: -38px;
    height: 7px;
    background: rgba(14, 76, 92, .26);
    border-top: 1px solid rgba(14, 76, 92, .12);
    border-bottom: 1px solid rgba(14, 76, 92, .12);
}

.gd-marine-track::before,
.gd-marine-track::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(14, 76, 92, .1);
}

.gd-marine-track::before {
    top: -8px;
}

.gd-marine-track::after {
    bottom: -8px;
}

.gd-marine-wheel {
    position: absolute;
    top: -12px;
    width: 30px;
    height: 30px;
    background: #e8ddcd;
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
}

.gd-marine-wheel::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-marine-wheel.wheel-one {
    left: 10%;
}

.gd-marine-wheel.wheel-two {
    left: calc(50% - 15px);
}

.gd-marine-wheel.wheel-three {
    right: 10%;
}


/* =========================================================
   BOTTOM BAND
========================================================= */

.gd-marine-bottom {
    position: relative;
    z-index: 5;
    background: var(--gd-dark-teal);
    border-top: 4px solid var(--gd-orange);
}

.gd-marine-bottom-item {
    position: relative;
    min-height: 115px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .1);
    transition: .35s ease;
}

.gd-marine-bottom-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateY(101%);
    transition: transform .4s ease;
}

.gd-marine-bottom-item:hover::before {
    transform: translateY(0);
}

.gd-marine-bottom-item>span,
.gd-marine-bottom-item>div {
    position: relative;
    z-index: 2;
}

.gd-marine-bottom-item>span {
    color: var(--gd-orange);
    font-size: 31px;
    transition: .35s ease;
}

.gd-marine-bottom-item small,
.gd-marine-bottom-item strong {
    display: block;
    transition: .35s ease;
}

.gd-marine-bottom-item small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .42);
    font-size: 6px;
    letter-spacing: 1.4px;
}

.gd-marine-bottom-item strong {
    color: var(--gd-white);
    font-size: 11px;
}

.gd-marine-bottom-item:hover>span,
.gd-marine-bottom-item:hover small,
.gd-marine-bottom-item:hover strong {
    color: var(--gd-dark-teal);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdMarineRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdMarinePulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .35;
        box-shadow: 0 0 0 11px rgba(244, 162, 97, .025);
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199.98px) {
    .gd-marine-visual-shell {
        grid-template-columns: minmax(0, 1.4fr) minmax(320px, .8fr);
    }
    .gd-marine-spec-panel {
        padding: 38px 27px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-marine-section {
        padding-top: 85px;
    }
    .gd-marine-top-spec {
        margin-left: 0;
        max-width: 520px;
    }
    .gd-marine-visual-area {
        margin-top: 65px;
        padding: 55px 0 75px;
    }
    .gd-marine-visual-shell {
        display: block;
    }
    .gd-marine-main-image {
        min-height: 560px;
    }
    .gd-marine-spec-panel {
        min-height: auto;
        padding: 50px 40px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-marine-section {
        padding-top: 65px;
    }
    .gd-marine-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-marine-kicker-number {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
    }
    .gd-marine-kicker-text {
        font-size: 7px;
        letter-spacing: 1.4px;
    }
    .gd-marine-kicker-line {
        display: none;
    }
    .gd-marine-heading h2 {
        font-size: clamp( 40px, 12vw, 53px);
        letter-spacing: -1.7px;
    }
    .gd-marine-copy {
        padding-left: 18px;
    }
    .gd-marine-copy p {
        font-size: 13.5px;
        line-height: 1.8;
    }
    .gd-marine-visual-area {
        margin-top: 55px;
        padding: 40px 0 65px;
    }
    .gd-marine-main-image {
        min-height: 430px;
    }
    .gd-marine-main-image img {
        object-position: center;
    }
    .gd-marine-image-label {
        top: 15px;
        left: 15px;
        padding: 10px 12px;
    }
    .gd-marine-image-badge {
        left: 15px;
        right: 15px;
        bottom: 15px;
        max-width: none;
    }
    .gd-marine-image-side-text {
        display: none;
    }
    .gd-marine-spec-panel {
        padding: 42px 21px;
    }
    .gd-marine-spec-heading h3 {
        font-size: 36px;
    }
    .gd-marine-spec-item {
        grid-template-columns: 28px 42px 1fr;
        gap: 9px;
    }
    .gd-marine-spec-number {
        font-size: 17px;
    }
    .gd-marine-spec-icon {
        width: 40px;
        height: 40px;
    }
    .gd-marine-spec-item p {
        font-size: 9px;
    }
    .gd-marine-track {
        bottom: -27px;
    }
    .gd-marine-bottom-item {
        min-height: 100px;
        padding: 17px 13px;
        gap: 9px;
    }
    .gd-marine-bottom-item>span {
        font-size: 24px;
    }
    .gd-marine-bottom-item strong {
        font-size: 9px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-marine-bg-circle,
    .gd-marine-status-dot,
    .gd-marine-image-label-dot {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-marine-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .055) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .015) 0, rgba(14, 76, 92, .015) 1px, transparent 1px, transparent 7px), linear-gradient( 135deg, #faf7ef 0%, var(--gd-warm-white) 55%, #eee0ce 100%);
    background-size: 23px 23px, 100% 7px, auto;
}

.gd-marine-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(14, 76, 92, .02) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .02) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .7;
}

.gd-marine-container {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: clamp(24px, 6vw, 110px);
    padding-right: clamp(24px, 6vw, 110px);
}


/* =========================================================
   KICKER
========================================================= */

.gd-marine-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
}

.gd-marine-kicker-number {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 10px;
    font-weight: 900;
}

.gd-marine-kicker-text {
    color: var(--gd-teal);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2.6px;
}

.gd-marine-kicker-line {
    width: 100px;
    height: 1px;
    background: var(--gd-orange);
}


/* =========================================================
   TITLE
========================================================= */

.gd-marine-heading h2 {
    max-width: 1080px;
    margin: 0;
    color: var(--gd-dark-teal);
    font-size: clamp(50px, 5vw, 78px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -3px;
}

.gd-marine-heading h2 span {
    display: block;
    color: var(--gd-teal);
}


/* =========================================================
   STATUS CARD
========================================================= */

.gd-marine-status-card {
    position: relative;
    max-width: 420px;
    margin-left: auto;
    padding: 23px 24px;
    background: rgba(255, 255, 255, .54);
    border: 1px solid rgba(14, 76, 92, .1);
    backdrop-filter: blur(5px);
}

.gd-marine-status-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 75px;
    height: 4px;
    background: var(--gd-orange);
}

.gd-marine-status-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
}

.gd-marine-status-dot {
    width: 8px;
    height: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(244, 162, 97, .08);
    animation: gdMarinePulse 1.8s ease-in-out infinite;
}

.gd-marine-status-top small {
    color: #75868a;
    font-size: 7px;
    letter-spacing: 1.4px;
}

.gd-marine-status-top strong {
    color: var(--gd-dark-teal);
    font-size: 7px;
    letter-spacing: 1px;
}

.gd-marine-status-bars {
    display: grid;
    grid-template-columns: 1fr .65fr .35fr;
    gap: 6px;
    margin: 22px 0 13px;
}

.gd-marine-status-bars span {
    height: 4px;
    background: rgba(14, 76, 92, .12);
    border-left: 10px solid var(--gd-orange);
}

.gd-marine-status-code {
    color: rgba(14, 76, 92, .35);
    font-size: 6px;
    letter-spacing: 2px;
}


/* =========================================================
   COPY
========================================================= */

.gd-marine-copy {
    max-width: 1450px;
    padding-left: 30px;
    border-left: 2px solid var(--gd-orange);
}

.gd-marine-copy p {
    margin: 0;
    color: #576e73;
    font-size: 15px;
    line-height: 1.92;
}

.gd-marine-copy strong {
    color: var(--gd-dark-teal);
    font-weight: 800;
}


/* =========================================================
   VISUAL AREA
========================================================= */

.gd-marine-visual-area {
    position: relative;
    z-index: 3;
    margin-top: 80px;
    padding: 70px 0 90px;
    background-color: #e8ddcd;
    background-image: linear-gradient( rgba(14, 76, 92, .035) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .035) 1px, transparent 1px), radial-gradient( rgba(14, 76, 92, .045) 1px, transparent 1px);
    background-size: 38px 38px, 38px 38px, 20px 20px;
    border-top: 1px solid rgba(14, 76, 92, .08);
}

.gd-marine-visual-area::before {
    content: "STRUCTURAL";
    position: absolute;
    right: -30px;
    top: -55px;
    color: rgba(14, 76, 92, .035);
    font-size: clamp(90px, 14vw, 230px);
    font-weight: 900;
    letter-spacing: -10px;
    line-height: 1;
    pointer-events: none;
}


/* =========================================================
   VISUAL SHELL
========================================================= */

.gd-marine-visual-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(340px, .8fr);
    min-height: 650px;
    background: var(--gd-dark-teal);
    box-shadow: 0 35px 75px rgba(14, 76, 92, .16);
}


/* =========================================================
   IMAGE
========================================================= */

.gd-marine-main-image {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: var(--gd-dark-teal);
}

.gd-marine-main-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.25s ease;
}

.gd-marine-visual-shell:hover .gd-marine-main-image img {
    transform: scale(1.035);
}

.gd-marine-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient( 90deg, rgba(7, 45, 54, .08), transparent 45%), linear-gradient( 0deg, rgba(7, 45, 54, .5), transparent 40%);
}


/* =========================================================
   IMAGE LABEL
========================================================= */

.gd-marine-image-label {
    position: absolute;
    z-index: 5;
    top: 28px;
    left: 28px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    color: var(--gd-white);
    background: rgba(7, 45, 54, .86);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
}

.gd-marine-image-label>span {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(244, 162, 97, .1);
    animation: gdMarinePulse 1.8s ease-in-out infinite;
}

.gd-marine-image-label small,
.gd-marine-image-label strong {
    display: block;
}

.gd-marine-image-label small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .5);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-marine-image-label strong {
    color: var(--gd-white);
    font-size: 9px;
    letter-spacing: 1px;
}


/* =========================================================
   IMAGE BADGE
========================================================= */

.gd-marine-image-badge {
    position: absolute;
    z-index: 5;
    left: 30px;
    bottom: 35px;
    max-width: 330px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
    transition: transform .35s ease;
}

.gd-marine-image-badge:hover {
    transform: translateY(-7px);
}

.gd-marine-image-badge-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(14, 76, 92, .3);
    border-radius: 50%;
}

.gd-marine-image-badge-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-marine-image-badge small,
.gd-marine-image-badge strong {
    display: block;
}

.gd-marine-image-badge small {
    margin-bottom: 4px;
    color: rgba(14, 76, 92, .55);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.gd-marine-image-badge strong {
    color: var(--gd-dark-teal);
    font-size: 18px;
    font-weight: 400;
}


/* =========================================================
   SPEC PANEL
========================================================= */

.gd-marine-spec-panel {
    position: relative;
    z-index: 5;
    min-height: 650px;
    padding: 42px 35px;
    overflow: hidden;
    color: var(--gd-white);
    background-color: var(--gd-dark-teal);
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 30px 30px;
}

.gd-marine-spec-panel::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -130px;
    width: 280px;
    height: 280px;
    border: 1px dashed rgba(234, 219, 200, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(234, 219, 200, .014), 0 0 0 60px rgba(234, 219, 200, .009);
}


/* =========================================================
   SPEC HEADING
========================================================= */

.gd-marine-spec-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 12px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.gd-marine-spec-heading>span {
    display: block;
    margin-bottom: 9px;
    color: var(--gd-orange);
    font-size: 7px;
    letter-spacing: 2px;
}

.gd-marine-spec-heading h3 {
    margin: 0;
    color: var(--gd-white);
    font-size: clamp(31px, 3vw, 45px);
    font-weight: 400;
    line-height: .95;
}

.gd-marine-spec-heading h3 strong {
    display: block;
    color: var(--gd-orange);
    font-weight: 400;
}


/* =========================================================
   SPEC ITEMS
========================================================= */

.gd-marine-spec-item {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 33px 48px 1fr;
    align-items: center;
    gap: 11px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    transition: padding-left .35s ease;
}

.gd-marine-spec-item:last-child {
    border-bottom: 0;
}

.gd-marine-spec-item:hover {
    padding-left: 8px;
}

.gd-marine-spec-number {
    color: rgba(255, 255, 255, .18);
    font-size: 20px;
}

.gd-marine-spec-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .32);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-marine-spec-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-marine-spec-item:hover .gd-marine-spec-icon {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    transform: rotate(-7deg);
}

.gd-marine-spec-item small,
.gd-marine-spec-item strong {
    display: block;
}

.gd-marine-spec-item small {
    margin-bottom: 4px;
    color: var(--gd-orange);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-marine-spec-item strong {
    color: var(--gd-white);
    font-size: 12px;
}

.gd-marine-spec-item p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .48);
    font-size: 9.5px;
    line-height: 1.5;
}


/* =========================================================
   BOTTOM TRACK
========================================================= */

.gd-marine-bottom-track {
    position: absolute;
    z-index: 8;
    left: 6%;
    right: 6%;
    bottom: -38px;
    height: 7px;
    background: rgba(14, 76, 92, .26);
    border-top: 1px solid rgba(14, 76, 92, .12);
    border-bottom: 1px solid rgba(14, 76, 92, .12);
}

.gd-marine-wheel {
    position: absolute;
    top: -12px;
    width: 30px;
    height: 30px;
    background: #e8ddcd;
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
}

.gd-marine-wheel::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-marine-wheel.wheel-one {
    left: 10%;
}

.gd-marine-wheel.wheel-two {
    left: calc(50% - 15px);
}

.gd-marine-wheel.wheel-three {
    right: 10%;
}


/* =========================================================
   FEATURE BAND
========================================================= */

.gd-marine-feature-band {
    position: relative;
    z-index: 5;
    background: var(--gd-dark-teal);
    border-top: 4px solid var(--gd-orange);
}

.gd-marine-band-item {
    position: relative;
    min-height: 115px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.gd-marine-band-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateY(101%);
    transition: transform .4s ease;
}

.gd-marine-band-item:hover::before {
    transform: translateY(0);
}

.gd-marine-band-item>span,
.gd-marine-band-item>div {
    position: relative;
    z-index: 2;
}

.gd-marine-band-item>span {
    color: var(--gd-orange);
    font-size: 31px;
    transition: .35s ease;
}

.gd-marine-band-item small,
.gd-marine-band-item strong {
    display: block;
    transition: .35s ease;
}

.gd-marine-band-item small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .42);
    font-size: 6px;
    letter-spacing: 1.4px;
}

.gd-marine-band-item strong {
    color: var(--gd-white);
    font-size: 11px;
}

.gd-marine-band-item:hover>span,
.gd-marine-band-item:hover small,
.gd-marine-band-item:hover strong {
    color: var(--gd-dark-teal);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdMarinePulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .35;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-marine-section {
        padding-top: 85px;
    }
    .gd-marine-status-card {
        margin-left: 0;
        max-width: 520px;
    }
    .gd-marine-visual-area {
        margin-top: 65px;
        padding: 55px 0 75px;
    }
    .gd-marine-visual-shell {
        display: block;
    }
    .gd-marine-main-image {
        min-height: 560px;
    }
    .gd-marine-spec-panel {
        min-height: auto;
        padding: 50px 40px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-marine-section {
        padding-top: 65px;
    }
    .gd-marine-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-marine-kicker-number {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
    }
    .gd-marine-kicker-text {
        font-size: 7px;
        letter-spacing: 1.4px;
    }
    .gd-marine-kicker-line {
        display: none;
    }
    .gd-marine-heading h2 {
        font-size: clamp( 40px, 12vw, 53px);
        letter-spacing: -1.7px;
    }
    .gd-marine-copy {
        padding-left: 18px;
    }
    .gd-marine-copy p {
        font-size: 13.5px;
        line-height: 1.8;
    }
    .gd-marine-visual-area {
        margin-top: 55px;
        padding: 40px 0 65px;
    }
    .gd-marine-main-image {
        min-height: 430px;
    }
    .gd-marine-image-label {
        top: 15px;
        left: 15px;
        padding: 10px 12px;
    }
    .gd-marine-image-badge {
        left: 15px;
        right: 15px;
        bottom: 15px;
        max-width: none;
    }
    .gd-marine-spec-panel {
        padding: 42px 21px;
    }
    .gd-marine-spec-heading h3 {
        font-size: 36px;
    }
    .gd-marine-spec-item {
        grid-template-columns: 28px 42px 1fr;
        gap: 9px;
    }
    .gd-marine-spec-number {
        font-size: 17px;
    }
    .gd-marine-spec-icon {
        width: 40px;
        height: 40px;
    }
    .gd-marine-spec-item p {
        font-size: 9px;
    }
    .gd-marine-bottom-track {
        bottom: -27px;
    }
    .gd-marine-band-item {
        min-height: 100px;
        padding: 17px 13px;
        gap: 9px;
    }
    .gd-marine-band-item>span {
        font-size: 24px;
    }
    .gd-marine-band-item strong {
        font-size: 9px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-marine-status-dot,
    .gd-marine-image-label>span {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-marine-board-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .05) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .015) 0, rgba(14, 76, 92, .015) 1px, transparent 1px, transparent 7px), linear-gradient( 135deg, #faf7ef, var(--gd-warm-white) 58%, #efe1ce);
    background-size: 23px 23px, 100% 7px, auto;
}

.gd-marine-board-section::before {
    content: "";
    position: absolute;
    right: -220px;
    top: -230px;
    width: 500px;
    height: 500px;
    border: 1px dashed rgba(14, 76, 92, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(14, 76, 92, .014), 0 0 0 100px rgba(14, 76, 92, .009);
    animation: gdBoardRotate 38s linear infinite;
}

.gd-marine-board-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(14, 76, 92, .02) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .02) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .7;
}


/* =========================================================
   CONTAINER
========================================================= */

.gd-marine-board-container {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: clamp(24px, 6vw, 110px);
    padding-right: clamp(24px, 6vw, 110px);
}


/* =========================================================
   KICKER
========================================================= */

.gd-marine-board-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
}

.gd-marine-board-kicker-number {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 10px;
    font-weight: 900;
}

.gd-marine-board-kicker-text {
    color: var(--gd-teal);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2.6px;
}

.gd-marine-board-kicker-line {
    width: 100px;
    height: 1px;
    background: var(--gd-orange);
}


/* =========================================================
   TITLE
========================================================= */

.gd-marine-board-heading h2 {
    max-width: 1080px;
    margin: 0;
    color: var(--gd-dark-teal);
font-size: 48px;
  font-weight: bold;
    line-height: .94;
    letter-spacing: -3px;
}

.gd-marine-board-heading h2 span {
    display: block;
    color: var(--gd-teal);
}


/* =========================================================
   META CARD
========================================================= */

.gd-marine-board-meta {
    position: relative;
    max-width: 420px;
    margin-left: auto;
    padding: 23px 24px;
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(14, 76, 92, .1);
    backdrop-filter: blur(5px);
}

.gd-marine-board-meta::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 72px;
    height: 4px;
    background: var(--gd-orange);
}

.gd-marine-board-meta-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
}

.gd-marine-board-meta-top>span {
    width: 8px;
    height: 8px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(244, 162, 97, .08);
    animation: gdBoardPulse 1.8s ease-in-out infinite;
}

.gd-marine-board-meta-top small {
    color: #78878a;
    font-size: 7px;
    letter-spacing: 1.4px;
}

.gd-marine-board-meta-top strong {
    color: var(--gd-dark-teal);
    font-size: 7px;
    letter-spacing: 1px;
}

.gd-marine-board-meta-lines {
    display: grid;
    grid-template-columns: 1fr .65fr .35fr;
    gap: 6px;
    margin: 22px 0 13px;
}

.gd-marine-board-meta-lines i {
    display: block;
    height: 4px;
    background: rgba(14, 76, 92, .12);
    border-left: 10px solid var(--gd-orange);
}

.gd-marine-board-meta-code {
    color: rgba(14, 76, 92, .35);
    font-size: 6px;
    letter-spacing: 2px;
}


/* =========================================================
   ORIGINAL COPY
========================================================= */

.gd-marine-board-copy {
    max-width: 1450px;
    padding-left: 30px;
    border-left: 2px solid var(--gd-orange);
}

.gd-marine-board-copy p {
    margin: 0;
    color: #576e73;
    font-size: 15px;
    line-height: 1.92;
}

.gd-marine-board-copy strong {
    color: var(--gd-dark-teal);
    font-weight: 800;
}


/* =========================================================
   BOARD ZONE
========================================================= */

.gd-marine-board-zone {
    position: relative;
    z-index: 3;
    margin-top: 80px;
    padding: 70px 0 95px;
    background-color: #e8ddcd;
    background-image: linear-gradient( rgba(14, 76, 92, .035) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .035) 1px, transparent 1px), radial-gradient( rgba(14, 76, 92, .045) 1px, transparent 1px);
    background-size: 38px 38px, 38px 38px, 20px 20px;
    border-top: 1px solid rgba(14, 76, 92, .08);
}

.gd-marine-board-zone::before {
    content: "ENGINEERED";
    position: absolute;
    right: -20px;
    top: -55px;
    color: rgba(14, 76, 92, .035);
    font-size: clamp(95px, 15vw, 245px);
    font-weight: 900;
    letter-spacing: -11px;
    line-height: 1;
    pointer-events: none;
}


/* =========================================================
   BOARD SHELL
========================================================= */

.gd-marine-board-shell {
    position: relative;
    box-shadow: 0 35px 80px rgba(14, 76, 92, .16);
}


/* =========================================================
   IMAGE BOARD
========================================================= */

.gd-marine-board-image {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: var(--gd-dark-teal);
}

.gd-marine-board-image img {
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 1.2s ease;
}

.gd-marine-board-image:hover img {
    transform: scale(1.02);
}

.gd-marine-board-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient( 180deg, rgba(7, 45, 54, .08), transparent 25%, transparent 70%, rgba(7, 45, 54, .24));
}


/* =========================================================
   IMAGE LABEL
========================================================= */

.gd-marine-board-label {
    position: absolute;
    z-index: 5;
    left: 28px;
    top: 28px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    color: var(--gd-white);
    background: rgba(7, 45, 54, .88);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
}

.gd-marine-board-label-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(244, 162, 97, .1);
    animation: gdBoardPulse 1.8s ease-in-out infinite;
}

.gd-marine-board-label small,
.gd-marine-board-label strong {
    display: block;
}

.gd-marine-board-label small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .5);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-marine-board-label strong {
    color: var(--gd-white);
    font-size: 9px;
    letter-spacing: 1px;
}


/* =========================================================
   IMAGE CODE
========================================================= */

.gd-marine-board-code {
    position: absolute;
    z-index: 5;
    right: 22px;
    top: 26px;
    color: rgba(255, 255, 255, .45);
    font-size: 7px;
    letter-spacing: 2.4px;
}


/* =========================================================
   MARKERS
========================================================= */

.gd-marine-marker {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    color: var(--gd-white);
    background: rgba(7, 45, 54, .84);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(7px);
    transition: transform .3s ease;
}

.gd-marine-marker:hover {
    transform: translateY(-5px);
}

.gd-marine-marker-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-marine-marker small,
.gd-marine-marker strong {
    display: block;
}

.gd-marine-marker small {
    margin-bottom: 2px;
    color: var(--gd-orange);
    font-size: 6px;
    letter-spacing: 1.2px;
}

.gd-marine-marker strong {
    font-size: 9px;
    font-weight: 700;
}

.marker-one {
    right: 8%;
    top: 20%;
}

.marker-two {
    right: 8%;
    top: 41%;
}

.marker-three {
    right: 8%;
    top: 63%;
}

.marker-four {
    right: 8%;
    top: 82%;
}


/* =========================================================
   BOTTOM STAMP
========================================================= */

.gd-marine-board-stamp {
    position: absolute;
    z-index: 7;
    left: 30px;
    bottom: 30px;
    max-width: 300px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .15);
}

.gd-marine-board-stamp>span {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(14, 76, 92, .3);
    border-radius: 50%;
}

.gd-marine-board-stamp svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-marine-board-stamp small,
.gd-marine-board-stamp strong {
    display: block;
}

.gd-marine-board-stamp small {
    margin-bottom: 3px;
    color: rgba(14, 76, 92, .55);
    font-size: 6px;
    letter-spacing: 1.4px;
}

.gd-marine-board-stamp strong {
    font-size: 17px;
    font-weight: 400;
}


/* =========================================================
   BOTTOM FOOTER
========================================================= */

.gd-marine-board-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--gd-dark-teal);
    border-top: 4px solid var(--gd-orange);
}

.gd-marine-board-footer-item {
    position: relative;
    min-height: 105px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .09);
}

.gd-marine-board-footer-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    transform: translateY(101%);
    transition: transform .35s ease;
}

.gd-marine-board-footer-item:hover::before {
    transform: translateY(0);
}

.gd-marine-board-footer-item>span,
.gd-marine-board-footer-item>div {
    position: relative;
    z-index: 2;
}

.gd-marine-board-footer-item>span {
    color: var(--gd-orange);
    font-size: 28px;
    transition: color .35s ease;
}

.gd-marine-board-footer-item small,
.gd-marine-board-footer-item strong {
    display: block;
    transition: color .35s ease;
}

.gd-marine-board-footer-item small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .4);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-marine-board-footer-item strong {
    color: var(--gd-white);
    font-size: 10px;
}

.gd-marine-board-footer-item:hover>span,
.gd-marine-board-footer-item:hover small,
.gd-marine-board-footer-item:hover strong {
    color: var(--gd-dark-teal);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdBoardRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdBoardPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .35;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-marine-board-section {
        padding-top: 85px;
    }
    .gd-marine-board-meta {
        margin-left: 0;
        max-width: 520px;
    }
    .gd-marine-board-zone {
        margin-top: 65px;
        padding: 55px 0 75px;
    }
    .gd-marine-board-image,
    .gd-marine-board-image img {
        min-height: 580px;
    }
    .gd-marine-board-footer {
        grid-template-columns: repeat(2, 1fr);
    }
    .gd-marine-board-footer-item:nth-child(2) {
        border-right: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-marine-board-section {
        padding-top: 65px;
    }
    .gd-marine-board-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-marine-board-kicker-number {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
    }
    .gd-marine-board-kicker-text {
        font-size: 7px;
        letter-spacing: 1.4px;
    }
    .gd-marine-board-kicker-line {
        display: none;
    }
    .gd-marine-board-heading h2 {
        font-size: clamp( 40px, 12vw, 53px);
        letter-spacing: -1.7px;
    }
    .gd-marine-board-copy {
        padding-left: 18px;
    }
    .gd-marine-board-copy p {
        font-size: 13.5px;
        line-height: 1.8;
    }
    .gd-marine-board-zone {
        margin-top: 55px;
        padding: 40px 0 60px;
    }
    .gd-marine-board-image,
    .gd-marine-board-image img {
        min-height: 520px;
    }
    .gd-marine-board-label {
        left: 12px;
        top: 12px;
        padding: 9px 11px;
    }
    .gd-marine-board-code {
        display: none;
    }
    .gd-marine-marker {
        right: 10px;
        padding: 7px 8px;
    }
    .gd-marine-marker strong {
        font-size: 7px;
    }
    .gd-marine-marker small {
        font-size: 5px;
    }
    .marker-one {
        top: 23%;
    }
    .marker-two {
        top: 42%;
    }
    .marker-three {
        top: 61%;
    }
    .marker-four {
        top: 78%;
    }
    .gd-marine-board-stamp {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        padding: 12px 14px;
    }
    .gd-marine-board-stamp>span {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
    .gd-marine-board-footer {
        grid-template-columns: 1fr;
    }
    .gd-marine-board-footer-item {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-marine-board-section::before,
    .gd-marine-board-meta-top>span,
    .gd-marine-board-label-dot {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-gallery-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 110px 0 90px;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .05) 1px, transparent 1px), linear-gradient( 135deg, rgba(234, 219, 200, .4), transparent 45%);
    background-size: 22px 22px, auto;
}

.gd-gallery-section::before {
    content: "PROJECTS";
    position: absolute;
    right: -30px;
    top: -30px;
    color: rgba(14, 76, 92, .035);
    font-size: clamp(100px, 16vw, 260px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -12px;
    pointer-events: none;
}

.gd-gallery-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(14, 76, 92, .018) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .018) 1px, transparent 1px);
    background-size: 50px 50px;
}

.gd-gallery-container {
    position: relative;
    z-index: 3;
    max-width: 1680px;
    padding-left: clamp(24px, 6vw, 110px);
    padding-right: clamp(24px, 6vw, 110px);
}


/* =========================================================
   HEADING
========================================================= */

.gd-gallery-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}

.gd-gallery-kicker>span {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 9px;
    font-weight: 800;
}

.gd-gallery-kicker small {
    color: var(--gd-teal);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.gd-gallery-kicker i {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
}

.gd-gallery-heading h2 {
    margin: 0;
    color: var(--gd-dark-teal);
 font-size: 48px;
  font-weight: bold;
    line-height: .92;
    letter-spacing: -3px;
}

.gd-gallery-heading h2 span {
    display: block;
    color: var(--gd-teal);
}

.gd-gallery-intro {
    max-width: 450px;
    margin: 0 0 4px auto;
    padding-left: 22px;
    color: #60767a;
    border-left: 2px solid var(--gd-orange);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   CREATIVE GRID
========================================================= */

.gd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 270px 170px 270px;
    gap: 15px;
}


/* BIG LEFT */

.gd-gallery-one {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
}


/* TOP CENTER */

.gd-gallery-two {
    grid-column: 7 / 10;
    grid-row: 1 / 2;
}


/* TALL RIGHT */

.gd-gallery-three {
    grid-column: 10 / 13;
    grid-row: 1 / 3;
}


/* CENTER SMALL */

.gd-gallery-four {
    grid-column: 7 / 10;
    grid-row: 2 / 3;
}


/* BOTTOM LEFT */

.gd-gallery-five {
    grid-column: 1 / 5;
    grid-row: 3 / 4;
}


/* BOTTOM LARGE */

.gd-gallery-six {
    grid-column: 5 / 13;
    grid-row: 3 / 4;
}


/* =========================================================
   IMAGE CARDS
========================================================= */

.gd-gallery-card {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: var(--gd-dark-teal);
    isolation: isolate;
}

.gd-gallery-card::before {
    content: "";
    position: absolute;
    z-index: 5;
    inset: 13px;
    border: 1px solid rgba(255, 255, 255, 0);
    pointer-events: none;
    transition: border-color .45s ease, inset .45s ease;
}

.gd-gallery-card:hover::before {
    inset: 20px;
    border-color: rgba(255, 255, 255, .3);
}

.gd-gallery-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .5s ease;
}

.gd-gallery-card:hover img {
    transform: scale(1.07);
}


/* =========================================================
   OVERLAY
========================================================= */

.gd-gallery-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient( 180deg, rgba(14, 76, 92, .03) 20%, rgba(14, 76, 92, .15) 52%, rgba(7, 44, 53, .9) 100%);
    transition: background .4s ease;
}

.gd-gallery-card:hover .gd-gallery-overlay {
    background: linear-gradient( 180deg, rgba(14, 76, 92, .05), rgba(14, 76, 92, .2) 45%, rgba(7, 44, 53, .94));
}


/* =========================================================
   NUMBER
========================================================= */

.gd-gallery-number {
    position: absolute;
    z-index: 6;
    top: 20px;
    right: 21px;
    color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

.gd-gallery-number::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 1px;
    right: 28px;
    top: 50%;
    background: var(--gd-orange);
}


/* =========================================================
   CAPTION
========================================================= */

.gd-gallery-card figcaption {
    position: absolute;
    z-index: 7;
    left: 27px;
    right: 27px;
    bottom: 25px;
    padding-right: 45px;
    transform: translateY(5px);
    transition: transform .4s ease;
}

.gd-gallery-card:hover figcaption {
    transform: translateY(-4px);
}

.gd-gallery-card figcaption small {
    display: block;
    margin-bottom: 7px;
    color: var(--gd-orange);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 2px;
}

.gd-gallery-card figcaption h3 {
    margin: 0;
    color: var(--gd-white);
    font-size: clamp(18px, 1.8vw, 29px);
    font-weight: 400;
    line-height: 1.05;
}


/* smaller cards */

.gd-gallery-two figcaption h3,
.gd-gallery-four figcaption h3 {
    font-size: 18px;
}


/* =========================================================
   ARROW
========================================================= */

.gd-gallery-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    font-size: 18px;
    transform: rotate(0deg);
    transition: transform .4s ease, background .4s ease;
}

.gd-gallery-card:hover .gd-gallery-arrow {
    transform: rotate(45deg);
    background: var(--gd-sand);
}


/* =========================================================
   DIFFERENT CARD DETAIL
========================================================= */

.gd-gallery-three::after {
    content: "";
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 70px;
    color: rgba(255, 255, 255, .2);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
}


/* =========================================================
   BOTTOM DETAIL
========================================================= */

.gd-gallery-bottom {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
}

.gd-gallery-bottom-line {
    width: 70px;
    height: 1px;
    background: var(--gd-orange);
}

.gd-gallery-bottom>span {
    color: var(--gd-dark-teal);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 2px;
}

.gd-gallery-bottom-dot {
    width: 5px;
    height: 5px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-gallery-bottom small {
    color: rgba(14, 76, 92, .45);
    font-size: 7px;
    letter-spacing: 1.5px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-gallery-section {
        padding: 85px 0 75px;
    }
    .gd-gallery-intro {
        margin-left: 0;
    }
    .gd-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 400px 280px 280px 330px;
    }
    .gd-gallery-one {
        grid-column: 1 / 3;
        grid-row: 1;
    }
    .gd-gallery-two {
        grid-column: 1;
        grid-row: 2;
    }
    .gd-gallery-three {
        grid-column: 2;
        grid-row: 2 / 4;
    }
    .gd-gallery-four {
        grid-column: 1;
        grid-row: 3;
    }
    .gd-gallery-five {
        grid-column: 1;
        grid-row: 4;
    }
    .gd-gallery-six {
        grid-column: 2;
        grid-row: 4;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-gallery-section {
        padding: 65px 0 60px;
    }
    .gd-gallery-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-gallery-kicker i {
        display: none;
    }
    .gd-gallery-heading h2 {
        font-size: clamp(42px, 12vw, 55px);
        letter-spacing: -2px;
    }
    .gd-gallery-intro {
        font-size: 13px;
    }
    .gd-gallery-grid {
        display: block;
    }
    .gd-gallery-card {
        height: 310px;
        margin-bottom: 14px;
    }
    .gd-gallery-one {
        height: 410px;
    }
    .gd-gallery-three {
        height: 380px;
    }
    .gd-gallery-six {
        height: 350px;
    }
    .gd-gallery-card figcaption {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .gd-gallery-card figcaption h3,
    .gd-gallery-two figcaption h3,
    .gd-gallery-four figcaption h3 {
        font-size: 21px;
    }
    .gd-gallery-bottom {
        flex-wrap: wrap;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-gallery-card img,
    .gd-gallery-card figcaption,
    .gd-gallery-arrow,
    .gd-gallery-card::before {
        transition: none;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-pillars-section {
    position: relative;
    overflow: hidden;
    padding: 115px 0;
    background: linear-gradient( 135deg, #072f39 0%, var(--gd-dark-teal) 55%, #0a5a65 100%);
}

.gd-pillars-section::before {
    content: "03";
    position: absolute;
    right: -40px;
    top: -80px;
    color: rgba(255, 255, 255, .035);
    font-size: clamp(180px, 25vw, 420px);
    line-height: 1;
    pointer-events: none;
}

.gd-pillars-section::after {
    content: "";
    position: absolute;
    left: -180px;
    bottom: -190px;
    width: 420px;
    height: 420px;
    border: 1px dashed rgba(234, 219, 200, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(234, 219, 200, .012), 0 0 0 90px rgba(234, 219, 200, .008);
    animation: gdPillarRotate 38s linear infinite;
}

.gd-pillars-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px), radial-gradient( rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 44px 44px, 44px 44px, 22px 22px;
}

.gd-pillars-section .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   HEADER
========================================================= */

.gd-pillars-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: var(--gd-sand);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.6px;
}

.gd-pillars-kicker-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(234, 219, 200, .3);
    border-radius: 50%;
}

.gd-pillars-kicker-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-pillars-kicker i {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
}

.gd-pillars-heading h2 {
    max-width: 1050px;
    margin: 0;
    color: var(--gd-white);
font-size: 50px;
  font-weight: bold;
    line-height: .94;
    letter-spacing: -3px;
}

.gd-pillars-heading h2 span {
    display: block;
    color: var(--gd-orange);
}


/* =========================================================
   INTRO
========================================================= */

.gd-pillars-intro {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 25px;
    border-left: 2px solid var(--gd-orange);
}

.gd-pillars-intro>span {
    color: var(--gd-orange);
    font-size: 62px;
    line-height: 1;
}

.gd-pillars-intro small,
.gd-pillars-intro strong {
    display: block;
}

.gd-pillars-intro small {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .4);
    font-size: 7px;
    letter-spacing: 1.7px;
}

.gd-pillars-intro strong {
    color: var(--gd-sand);
    font-size: 13px;
}


/* =========================================================
   PILLARS GRID
========================================================= */

.gd-pillars-grid {
    margin-top: 75px;
}


/* center pillar elevated */

.gd-pillar-two {
    transform: translateY(-24px);
}


/* =========================================================
   PILLAR
========================================================= */

.gd-pillar {
    position: relative;
    min-height: 540px;
    height: 100%;
    padding: 31px 30px 29px;
    overflow: hidden;
    color: var(--gd-white);
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .11);
    backdrop-filter: blur(5px);
    transition: transform .4s ease, background .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.gd-pillar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 80px;
    background: var(--gd-orange);
    transition: height .4s ease;
}

.gd-pillar::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(234, 219, 200, .06);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(234, 219, 200, .012);
}

.gd-pillar:hover {
    transform: translateY(-12px);
    background: rgba(255, 255, 255, .065);
    border-color: rgba(244, 162, 97, .35);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
}

.gd-pillar-two:hover {
    transform: translateY(-36px);
}

.gd-pillar:hover::before {
    height: 100%;
}


/* =========================================================
   TOP
========================================================= */

.gd-pillar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.gd-pillar-number {
    color: rgba(255, 255, 255, .12);
    font-size: 72px;
    line-height: .8;
    transition: color .35s ease;
}

.gd-pillar:hover .gd-pillar-number {
    color: rgba(244, 162, 97, .28);
}

.gd-pillar-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-pillar-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-pillar:hover .gd-pillar-icon {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    transform: rotate(-8deg) scale(1.06);
}


/* =========================================================
   LABEL
========================================================= */

.gd-pillar-label {
    display: block;
    margin-bottom: 13px;
    color: var(--gd-orange);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 2px;
}


/* =========================================================
   QUESTION
========================================================= */

.gd-pillar h3 {
    margin: 0 0 21px;
    color: var(--gd-white);
    font-size: clamp(23px, 2vw, 31px);
    font-weight: 400;
    line-height: 1.15;
}


/* =========================================================
   ANSWER
========================================================= */

.gd-pillar p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    line-height: 1.85;
}

.gd-pillar p strong {
    color: var(--gd-sand);
    font-weight: 800;
}

.gd-pillar-two p strong {
    color: var(--gd-orange);
}


/* =========================================================
   FOOT
========================================================= */

.gd-pillar-foot {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.gd-pillar-foot>span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-pillar-foot small {
    color: rgba(255, 255, 255, .35);
    font-size: 6px;
    letter-spacing: 1.5px;
}


/* =========================================================
   CENTER PILLAR SPECIAL
========================================================= */

.gd-pillar-two {
    background: linear-gradient( 160deg, rgba(244, 162, 97, .10), rgba(255, 255, 255, .045));
    border-color: rgba(244, 162, 97, .22);
}

.gd-pillar-two::before {
    width: 100%;
    height: 4px;
}


/* =========================================================
   TECH RAIL
========================================================= */

.gd-pillars-rail {
    position: relative;
    margin-top: 45px;
    padding: 34px 0 0;
}

.gd-pillars-rail-line {
    position: relative;
    height: 6px;
    background: rgba(234, 219, 200, .22);
    border-top: 1px solid rgba(234, 219, 200, .09);
    border-bottom: 1px solid rgba(234, 219, 200, .09);
}

.gd-pillars-rail-line::before,
.gd-pillars-rail-line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(234, 219, 200, .08);
}

.gd-pillars-rail-line::before {
    top: -8px;
}

.gd-pillars-rail-line::after {
    bottom: -8px;
}

.gd-pillars-wheel {
    position: absolute;
    top: -11px;
    width: 28px;
    height: 28px;
    background: var(--gd-dark-teal);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
    animation: gdPillarWheel 9s linear infinite;
}

.gd-pillars-wheel::after {
    content: "";
    position: absolute;
    inset: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-pillars-wheel.wheel-a {
    left: 15%;
}

.gd-pillars-wheel.wheel-b {
    left: calc(50% - 14px);
}

.gd-pillars-wheel.wheel-c {
    right: 15%;
}

.gd-pillars-rail-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 26px;
    color: rgba(255, 255, 255, .35);
}

.gd-pillars-rail-copy span {
    font-size: 6px;
    letter-spacing: 2px;
}

.gd-pillars-rail-copy strong {
    color: var(--gd-sand);
    font-size: 9px;
    letter-spacing: 1px;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdPillarRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gdPillarWheel {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-pillars-section {
        padding: 85px 0;
    }
    .gd-pillars-grid {
        margin-top: 55px;
    }
    .gd-pillar,
    .gd-pillar-two {
        min-height: auto;
        transform: none;
    }
    .gd-pillar:hover,
    .gd-pillar-two:hover {
        transform: translateY(-10px);
    }
    .gd-pillar-foot {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 28px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-pillars-section {
        padding: 65px 0;
    }
    .gd-pillars-kicker {
        font-size: 7px;
        letter-spacing: 1.4px;
    }
    .gd-pillars-kicker i {
        display: none;
    }
    .gd-pillars-heading h2 {
        font-size: clamp( 40px, 12vw, 53px);
        letter-spacing: -1.7px;
    }
    .gd-pillars-intro {
        padding-left: 17px;
    }
    .gd-pillars-intro>span {
        font-size: 48px;
    }
    .gd-pillar {
        padding: 26px 22px;
    }
    .gd-pillar-number {
        font-size: 58px;
    }
    .gd-pillar h3 {
        font-size: 25px;
    }
    .gd-pillar p {
        font-size: 12.5px;
    }
    .gd-pillars-rail-copy {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-pillars-section::after,
    .gd-pillars-wheel {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-before-after {
    position: relative;
    overflow: hidden;
    padding: 110px 0 100px;
    background: linear-gradient( 135deg, #072f39 0%, var(--gd-dark-teal) 58%, #0a5965 100%);
}

.gd-before-after::before {
    content: "TRANSFORM";
    position: absolute;
    right: -20px;
    top: -50px;
    color: rgba(255, 255, 255, .035);
    font-size: clamp(100px, 15vw, 240px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -10px;
    pointer-events: none;
}

.gd-ba-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px), radial-gradient( rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 44px 44px, 44px 44px, 22px 22px;
}

.gd-ba-container {
    position: relative;
    z-index: 3;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: clamp(24px, 6vw, 110px);
    padding-right: clamp(24px, 6vw, 110px);
}


/* =========================================================
   HEADING
========================================================= */

.gd-ba-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 21px;
    color: var(--gd-sand);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.gd-ba-kicker-number {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    font-size: 9px;
}

.gd-ba-kicker i {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
}

.gd-ba-heading h2 {
    margin: 0;
    color: var(--gd-white);
    font-size: clamp(50px, 5vw, 78px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -3px;
}

.gd-ba-heading h2 span {
    display: block;
    color: var(--gd-orange);
}


/* =========================================================
   INTRO
========================================================= */

.gd-ba-intro {
    padding-left: 23px;
    border-left: 2px solid var(--gd-orange);
}

.gd-ba-intro small {
    display: block;
    margin-bottom: 8px;
    color: var(--gd-orange);
    font-size: 7px;
    letter-spacing: 1.7px;
}

.gd-ba-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   COMPARISON
========================================================= */

.gd-ba-comparison {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
    margin-top: 70px;
    background: #072c35;
    box-shadow: 0 35px 80px rgba(0, 0, 0, .22);
    overflow: hidden;
}


/* =========================================================
   PANELS
========================================================= */

.gd-ba-panel {
    position: relative;
    min-height: 620px;
    overflow: hidden;
}

.gd-ba-panel img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform 1.1s ease, filter .6s ease;
}

.gd-ba-panel:hover img {
    transform: scale(1.05);
}

.gd-ba-before img {
    filter: saturate(.72) contrast(.94);
}

.gd-ba-before:hover img {
    filter: saturate(.9) contrast(1);
}

.gd-ba-after img {
    filter: saturate(1.05) contrast(1.03);
}


/* =========================================================
   OVERLAYS
========================================================= */

.gd-ba-before .gd-ba-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( 0deg, rgba(7, 44, 53, .75), transparent 50%), linear-gradient( 90deg, rgba(7, 44, 53, .28), transparent);
}

.gd-ba-after .gd-ba-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( 0deg, rgba(7, 44, 53, .65), transparent 48%), linear-gradient( 270deg, rgba(14, 76, 92, .18), transparent);
}


/* =========================================================
   LABELS
========================================================= */

.gd-ba-label {
    position: absolute;
    z-index: 6;
    top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 15px;
    background: rgba(7, 44, 53, .86);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(7px);
}

.gd-ba-before .gd-ba-label {
    left: 26px;
}

.gd-ba-after .gd-ba-label {
    right: 26px;
}

.gd-ba-label span {
    color: var(--gd-orange);
    font-size: 19px;
}

.gd-ba-label small {
    color: rgba(255, 255, 255, .48);
    font-size: 6px;
    letter-spacing: 1.4px;
}


/* =========================================================
   CAPTIONS
========================================================= */

.gd-ba-caption {
    position: absolute;
    z-index: 6;
    left: 30px;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.gd-ba-after .gd-ba-caption {
    justify-content: flex-end;
    text-align: right;
}

.gd-ba-caption-icon {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    background: rgba(7, 44, 53, .88);
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
}

.gd-ba-after .gd-ba-caption-icon {
    order: 2;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
}

.gd-ba-caption-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-ba-caption small,
.gd-ba-caption strong {
    display: block;
}

.gd-ba-caption small {
    margin-bottom: 5px;
    color: var(--gd-orange);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-ba-caption strong {
    color: var(--gd-white);
    font-size: 20px;
    font-weight: 400;
}


/* =========================================================
   CENTER DIVIDER
========================================================= */

.gd-ba-divider {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 70px;
    transform: translateX(-50%);
    pointer-events: none;
}

.gd-ba-divider-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gd-orange);
    transform: translateX(-50%);
    box-shadow: -5px 0 0 rgba(234, 219, 200, .65);
}

.gd-ba-divider-handle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    border: 6px solid rgba(7, 44, 53, .9);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
}

.gd-ba-divider-handle svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* wheels */

.gd-ba-divider-wheel {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    background: var(--gd-dark-teal);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: gdBAWheel 8s linear infinite;
}

.gd-ba-divider-wheel::after {
    content: "";
    position: absolute;
    inset: 6px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-ba-divider-wheel.wheel-a {
    top: 18%;
}

.gd-ba-divider-wheel.wheel-b {
    bottom: 18%;
}


/* =========================================================
   BOTTOM SPECS
========================================================= */

.gd-ba-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 18px;
    background: rgba(255, 255, 255, .035);
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.gd-ba-bottom-item {
    min-height: 95px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 22px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    transition: .35s ease;
}

.gd-ba-bottom-item:last-child {
    border-right: 0;
}

.gd-ba-bottom-item:hover {
    background: var(--gd-orange);
}

.gd-ba-bottom-item>span {
    color: var(--gd-orange);
    font-size: 26px;
    transition: color .35s ease;
}

.gd-ba-bottom-item small,
.gd-ba-bottom-item strong {
    display: block;
    transition: color .35s ease;
}

.gd-ba-bottom-item small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .4);
    font-size: 6px;
    letter-spacing: 1.4px;
}

.gd-ba-bottom-item strong {
    color: var(--gd-white);
    font-size: 10px;
}

.gd-ba-bottom-item:hover>span,
.gd-ba-bottom-item:hover small,
.gd-ba-bottom-item:hover strong {
    color: var(--gd-dark-teal);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdBAWheel {
    to {
        transform: translateX(-50%) rotate(360deg);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-before-after {
        padding: 85px 0 75px;
    }
    .gd-ba-comparison {
        min-height: 520px;
    }
    .gd-ba-panel {
        min-height: 520px;
    }
    .gd-ba-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
    .gd-ba-bottom-item:nth-child(2) {
        border-right: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-before-after {
        padding: 65px 0 60px;
    }
    .gd-ba-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-ba-kicker {
        font-size: 7px;
        letter-spacing: 1.4px;
    }
    .gd-ba-kicker i {
        display: none;
    }
    .gd-ba-heading h2 {
        font-size: clamp( 41px, 12vw, 54px);
        letter-spacing: -1.8px;
    }
    .gd-ba-comparison {
        display: block;
        min-height: auto;
    }
    .gd-ba-panel {
        min-height: 390px;
    }
    .gd-ba-divider {
        top: 50%;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 70px;
        transform: translateY(-50%);
    }
    .gd-ba-divider-line {
        left: 0;
        right: 0;
        top: 50%;
        width: 100%;
        height: 4px;
        transform: translateY(-50%);
        box-shadow: 0 -5px 0 rgba(234, 219, 200, .65);
    }
    .gd-ba-divider-handle {
        top: 50%;
        left: 50%;
    }
    .gd-ba-divider-wheel {
        display: none;
    }
    .gd-ba-label {
        top: 15px;
        padding: 8px 10px;
    }
    .gd-ba-before .gd-ba-label {
        left: 15px;
    }
    .gd-ba-after .gd-ba-label {
        right: 15px;
    }
    .gd-ba-caption {
        left: 17px;
        right: 17px;
        bottom: 17px;
    }
    .gd-ba-caption strong {
        font-size: 17px;
    }
    .gd-ba-bottom {
        grid-template-columns: 1fr;
    }
    .gd-ba-bottom-item {
        min-height: 78px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-ba-divider-wheel {
        animation: none !important;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-ba-timeline {
    position: relative;
    overflow: hidden;
    padding: 110px 0 100px;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .05) 1px, transparent 1px), repeating-linear-gradient( 0deg, rgba(14, 76, 92, .015) 0, rgba(14, 76, 92, .015) 1px, transparent 1px, transparent 7px), linear-gradient( 135deg, #fbf8f1, var(--gd-warm-white) 58%, #eee1d0);
    background-size: 23px 23px, 100% 7px, auto;
}

.gd-ba-timeline::before {
    content: "RESTORE";
    position: absolute;
    right: -20px;
    top: -40px;
    color: rgba(14, 76, 92, .035);
    font-size: clamp(110px, 16vw, 250px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -10px;
    pointer-events: none;
}

.gd-ba-timeline-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(14, 76, 92, .02) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .02) 1px, transparent 1px);
    background-size: 48px 48px;
}

.gd-ba-timeline-container {
    position: relative;
    z-index: 3;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: clamp(24px, 6vw, 110px);
    padding-right: clamp(24px, 6vw, 110px);
}


/* =========================================================
   HEADER
========================================================= */

.gd-ba-timeline-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}

.gd-ba-timeline-kicker>span {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 9px;
    font-weight: 900;
}

.gd-ba-timeline-kicker small {
    color: var(--gd-teal);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 2.3px;
}

.gd-ba-timeline-kicker i {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
}

.gd-ba-timeline-heading h2 {
    margin: 0;
    color: var(--gd-dark-teal);

    font-size: 50px;
    font-weight: bold;
    line-height: .94;
    letter-spacing: -3px;
}

.gd-ba-timeline-heading h2 span {
    display: block;
    color: var(--gd-teal);
}

.gd-ba-timeline-intro {
    max-width: 460px;
    margin-left: auto;
    padding-left: 22px;
    border-left: 2px solid var(--gd-orange);
}

.gd-ba-timeline-intro p {
    margin: 0;
    color: #60777b;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   BOARD
========================================================= */

.gd-ba-timeline-board {
    position: relative;
    min-height: 720px;
    margin-top: 75px;
    background: rgba(255, 255, 255, .34);
    border: 1px solid rgba(14, 76, 92, .08);
    box-shadow: 0 30px 70px rgba(14, 76, 92, .09);
    overflow: hidden;
}

.gd-ba-timeline-board::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient( rgba(14, 76, 92, .024) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .024) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
}


/* =========================================================
   PHOTOS
========================================================= */

.gd-ba-timeline-photo {
    position: absolute;
    width: 44%;
    height: 420px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(14, 76, 92, .14);
    transition: transform .5s ease;
}

.gd-ba-photo-before {
    left: 4%;
    top: 55px;
    transform: rotate(-2deg);
}

.gd-ba-photo-after {
    right: 4%;
    bottom: 55px;
    transform: rotate(2deg);
}

.gd-ba-photo-before:hover {
    transform: rotate(0deg) translateY(-8px);
}

.gd-ba-photo-after:hover {
    transform: rotate(0deg) translateY(-8px);
}

.gd-ba-timeline-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.gd-ba-timeline-photo:hover img {
    transform: scale(1.05);
}

.gd-ba-photo-before img {
    filter: saturate(.75) contrast(.95);
}

.gd-ba-photo-after img {
    filter: saturate(1.05) contrast(1.02);
}

.gd-ba-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 0deg, rgba(7, 44, 53, .65), transparent 45%);
}


/* =========================================================
   PHOTO TAG
========================================================= */

.gd-ba-photo-tag {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 3;
}

.gd-ba-photo-tag span,
.gd-ba-photo-tag small {
    display: block;
}

.gd-ba-photo-tag span {
    margin-bottom: 5px;
    color: var(--gd-orange);
    font-size: 22px;
}

.gd-ba-photo-tag small {
    color: rgba(255, 255, 255, .6);
    font-size: 6px;
    letter-spacing: 1.5px;
}


/* =========================================================
   FLOW LINE
========================================================= */

.gd-ba-flow-line {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 50%;
    height: 4px;
    background: rgba(14, 76, 92, .16);
    transform: translateY(-50%);
}

.gd-ba-flow-line::before,
.gd-ba-flow-line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(14, 76, 92, .08);
}

.gd-ba-flow-line::before {
    top: -7px;
}

.gd-ba-flow-line::after {
    bottom: -7px;
}

.gd-ba-flow-start,
.gd-ba-flow-end {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background: var(--gd-dark-teal);
    border: 4px solid var(--gd-orange);
    border-radius: 50%;
    transform: translateY(-50%);
}

.gd-ba-flow-start {
    left: -8px;
}

.gd-ba-flow-end {
    right: -8px;
}

.gd-ba-flow-dot {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    background: var(--gd-orange);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.gd-ba-flow-dot.dot-1 {
    left: 25%;
}

.gd-ba-flow-dot.dot-2 {
    left: 50%;
}

.gd-ba-flow-dot.dot-3 {
    left: 75%;
}


/* =========================================================
   STEPS
========================================================= */

.gd-ba-step {
    position: absolute;
    z-index: 5;
    width: 185px;
    padding: 18px 17px;
    text-align: center;
    background: var(--gd-warm-white);
    border: 1px solid rgba(14, 76, 92, .1);
    box-shadow: 0 15px 35px rgba(14, 76, 92, .09);
    transition: transform .35s ease, border-color .35s ease;
}

.gd-ba-step:hover {
    transform: translateY(-8px);
    border-color: rgba(244, 162, 97, .45);
}

.gd-ba-step-one {
    left: 20%;
    bottom: 70px;
}

.gd-ba-step-two {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gd-ba-step-two:hover {
    transform: translate(-50%, calc(-50% - 8px));
}

.gd-ba-step-three {
    right: 20%;
    top: 80px;
}

.gd-ba-step-number {
    position: absolute;
    top: 10px;
    left: 12px;
    color: rgba(14, 76, 92, .13);
    font-size: 27px;
}

.gd-ba-step-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
}

.gd-ba-step-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-ba-step small,
.gd-ba-step strong {
    display: block;
}

.gd-ba-step small {
    margin-bottom: 4px;
    color: var(--gd-teal);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-ba-step strong {
    color: var(--gd-dark-teal);
    font-size: 15px;
    font-weight: 400;
}


/* =========================================================
   CENTER ARROW
========================================================= */

.gd-ba-center-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    border: 7px solid var(--gd-warm-white);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    box-shadow: 0 14px 30px rgba(14, 76, 92, .15);
}

.gd-ba-center-arrow svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   FOOTER
========================================================= */

.gd-ba-timeline-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    border: 1px solid rgba(14, 76, 92, .08);
    background: rgba(255, 255, 255, .48);
}

.gd-ba-footer-item {
    min-height: 95px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 22px;
    border-right: 1px solid rgba(14, 76, 92, .08);
    transition: .35s ease;
}

.gd-ba-footer-item:last-child {
    border-right: 0;
}

.gd-ba-footer-item:hover {
    background: var(--gd-dark-teal);
}

.gd-ba-footer-item>span {
    color: var(--gd-orange);
    font-size: 25px;
}

.gd-ba-footer-item small,
.gd-ba-footer-item strong {
    display: block;
}

.gd-ba-footer-item small {
    margin-bottom: 4px;
    color: var(--gd-teal);
    font-size: 6px;
    letter-spacing: 1.4px;
}

.gd-ba-footer-item strong {
    color: var(--gd-dark-teal);
    font-size: 10px;
}

.gd-ba-footer-item:hover small,
.gd-ba-footer-item:hover strong {
    color: var(--gd-white);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-ba-timeline {
        padding: 85px 0 75px;
    }
    .gd-ba-timeline-intro {
        margin-left: 0;
    }
    .gd-ba-timeline-board {
        min-height: 950px;
    }
    .gd-ba-timeline-photo {
        width: 70%;
    }
    .gd-ba-photo-before {
        left: 5%;
    }
    .gd-ba-photo-after {
        right: 5%;
    }
    .gd-ba-step-one {
        left: 8%;
    }
    .gd-ba-step-three {
        right: 8%;
    }
    .gd-ba-timeline-footer {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-ba-timeline {
        padding: 65px 0 60px;
    }
    .gd-ba-timeline-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-ba-timeline-kicker i {
        display: none;
    }
    .gd-ba-timeline-heading h2 {
        font-size: clamp(41px, 12vw, 54px);
        letter-spacing: -1.8px;
    }
    .gd-ba-timeline-board {
        min-height: 1240px;
    }
    .gd-ba-timeline-photo {
        width: calc(100% - 30px);
        height: 330px;
        transform: none !important;
    }
    .gd-ba-photo-before {
        left: 15px;
        top: 30px;
    }
    .gd-ba-photo-after {
        right: 15px;
        bottom: 30px;
    }
    .gd-ba-flow-line {
        left: 50%;
        right: auto;
        top: 370px;
        bottom: 370px;
        width: 4px;
        height: auto;
        transform: translateX(-50%);
    }
    .gd-ba-flow-line::before,
    .gd-ba-flow-line::after {
        display: none;
    }
    .gd-ba-flow-start,
    .gd-ba-flow-end {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .gd-ba-flow-start {
        top: -8px;
    }
    .gd-ba-flow-end {
        top: auto;
        bottom: -8px;
    }
    .gd-ba-flow-dot {
        left: 50% !important;
    }
    .gd-ba-flow-dot.dot-1 {
        top: 25%;
    }
    .gd-ba-flow-dot.dot-2 {
        top: 50%;
    }
    .gd-ba-flow-dot.dot-3 {
        top: 75%;
    }
    .gd-ba-step,
    .gd-ba-step-one,
    .gd-ba-step-two,
    .gd-ba-step-three {
        left: 50%;
        right: auto;
        width: 190px;
        transform: translateX(-50%);
    }
    .gd-ba-step-one {
        top: 440px;
        bottom: auto;
    }
    .gd-ba-step-two {
        top: 610px;
    }
    .gd-ba-step-two:hover {
        transform: translateX(-50%) translateY(-8px);
    }
    .gd-ba-step-three {
        top: 780px;
    }
    .gd-ba-center-arrow {
        top: 69%;
    }
    .gd-ba-timeline-footer {
        grid-template-columns: 1fr;
    }
    .gd-ba-footer-item {
        min-height: 78px;
        border-right: 0;
        border-bottom: 1px solid rgba(14, 76, 92, .08);
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd--faq {
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    background-color: var(--gd-warm-white);
    background-image: radial-gradient( rgba(14, 76, 92, .05) 1px, transparent 1px), linear-gradient( 135deg, rgba(234, 219, 200, .45), transparent 48%);
    background-size: 22px 22px, auto;
}

.gd--faq::before {
    content: "?";
    position: absolute;
    right: 2%;
    top: -130px;
    color: rgba(14, 76, 92, .035);
    font-size: 520px;
    line-height: 1;
    pointer-events: none;
}

.gd-faq-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(14, 76, 92, .018) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .018) 1px, transparent 1px);
    background-size: 48px 48px;
}

.gd--faq .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   HEADER
========================================================= */

.gd-faq-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
    color: var(--gd-teal);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 2.3px;
}

.gd-faq-kicker-box {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 8px;
    letter-spacing: 1px;
}

.gd-faq-kicker i {
    width: 90px;
    height: 1px;
    background: var(--gd-orange);
}

.gd-faq-header h2 {
    margin: 0;
    color: var(--gd-dark-teal);
    font-size: 50px;
    font-weight: bold;
    line-height: .94;
    letter-spacing: -3px;
}

.gd-faq-header h2 span {
    display: block;
    color: var(--gd-teal);
}


/* =========================================================
   HEADER NOTE
========================================================= */

.gd-faq-header-note {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, .45);
    border: 1px solid rgba(14, 76, 92, .09);
}

.gd-faq-note-dot {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(244, 162, 97, .1);
}

.gd-faq-header-note small,
.gd-faq-header-note strong {
    display: block;
}

.gd-faq-header-note small {
    margin-bottom: 5px;
    color: var(--gd-teal);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-faq-header-note strong {
    color: var(--gd-dark-teal);
    font-size: 11px;
}


/* =========================================================
   LIST
========================================================= */

.gd-faq-list {
    margin-top: 70px;
    border-top: 1px solid rgba(14, 76, 92, .13);
}


/* =========================================================
   FAQ ITEM
========================================================= */

.gd-faq-item {
    position: relative;
    padding: 45px 30px;
    border-bottom: 1px solid rgba(14, 76, 92, .13);
    transition: background .35s ease, padding-left .35s ease, padding-right .35s ease;
}

.gd-faq-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--gd-dark-teal);
    transition: width .45s cubic-bezier(.2, .7, .2, 1);
    z-index: -1;
}

.gd-faq-item:hover::before {
    width: 100%;
}

.gd-faq-item:hover {
    padding-left: 40px;
    padding-right: 40px;
}


/* =========================================================
   QUESTION
========================================================= */

.gd-faq-question {
    display: grid;
    grid-template-columns: 58px 55px 1fr;
    gap: 17px;
    align-items: start;
}

.gd-faq-number {
    color: rgba(14, 76, 92, .16);
    font-size: 43px;
    line-height: 1;
    transition: color .35s ease;
}

.gd-faq-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .45);
    border-radius: 50%;
    transition: background .35s ease, color .35s ease, transform .35s ease;
}

.gd-faq-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-faq-question small {
    display: block;
    margin-bottom: 8px;
    color: var(--gd-orange);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.gd-faq-question h3 {
    margin: 0;
    color: var(--gd-dark-teal);
    font-size: clamp(21px, 2vw, 29px);
    font-weight: 400;
    line-height: 1.2;
    transition: color .35s ease;
}


/* =========================================================
   CENTER TRACK
========================================================= */

.gd-faq-track {
    position: relative;
    width: 5px;
    height: 115px;
    margin: 0 auto;
    background: rgba(14, 76, 92, .12);
    border-left: 1px solid rgba(14, 76, 92, .1);
    border-right: 1px solid rgba(14, 76, 92, .1);
    transition: background .35s ease;
}

.gd-faq-track span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    background: var(--gd-warm-white);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.gd-faq-track span::after {
    content: "";
    position: absolute;
    inset: 5px;
    background: var(--gd-orange);
    border-radius: 50%;
}


/* =========================================================
   ANSWER
========================================================= */

.gd-faq-answer {
    position: relative;
    padding: 5px 0 5px 25px;
    border-left: 2px solid var(--gd-orange);
}

.gd-faq-answer-label {
    display: block;
    margin-bottom: 10px;
    color: var(--gd-teal);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.7px;
    transition: color .35s ease;
}

.gd-faq-answer p {
    margin: 0;
    color: #60777b;
    font-size: 13px;
    line-height: 1.85;
    transition: color .35s ease;
}


/* =========================================================
   HOVER
========================================================= */

.gd-faq-item:hover .gd-faq-number {
    color: rgba(255, 255, 255, .13);
}

.gd-faq-item:hover .gd-faq-question h3 {
    color: var(--gd-white);
}

.gd-faq-item:hover .gd-faq-icon {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    transform: rotate(-7deg);
}

.gd-faq-item:hover .gd-faq-answer-label {
    color: var(--gd-orange);
}

.gd-faq-item:hover .gd-faq-answer p {
    color: rgba(255, 255, 255, .68);
}

.gd-faq-item:hover .gd-faq-track {
    background: rgba(255, 255, 255, .15);
}


/* =========================================================
   BOTTOM RAIL
========================================================= */

.gd-faq-bottom {
    margin-top: 55px;
}

.gd-faq-bottom-line {
    position: relative;
    height: 6px;
    background: rgba(14, 76, 92, .17);
}

.gd-faq-wheel {
    position: absolute;
    top: -10px;
    width: 26px;
    height: 26px;
    background: var(--gd-warm-white);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
}

.gd-faq-wheel::after {
    content: "";
    position: absolute;
    inset: 6px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-faq-wheel.wheel-1 {
    left: 12%;
}

.gd-faq-wheel.wheel-2 {
    left: calc(50% - 13px);
}

.gd-faq-wheel.wheel-3 {
    right: 12%;
}

.gd-faq-bottom-copy {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 26px;
}

.gd-faq-bottom-copy span {
    color: var(--gd-dark-teal);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 2px;
}

.gd-faq-bottom-copy i {
    width: 7px;
    height: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-faq-bottom-copy small {
    color: rgba(14, 76, 92, .45);
    font-size: 6px;
    letter-spacing: 1.4px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd--faq {
        padding: 85px 0 75px;
    }
    .gd-faq-list {
        margin-top: 55px;
    }
    .gd-faq-item {
        padding: 35px 20px;
    }
    .gd-faq-item:hover {
        padding-left: 25px;
        padding-right: 25px;
    }
    .gd-faq-answer {
        margin-left: 75px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd--faq {
        padding: 65px 0 60px;
    }
    .gd-faq-kicker {
        font-size: 6.5px;
        letter-spacing: 1.2px;
    }
    .gd-faq-kicker i {
        display: none;
    }
    .gd-faq-header h2 {
        font-size: clamp(40px, 12vw, 53px);
        letter-spacing: -1.7px;
    }
    .gd-faq-item {
        padding: 30px 0;
    }
    .gd-faq-item:hover {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gd-faq-question {
        grid-template-columns: 42px 45px 1fr;
        gap: 10px;
    }
    .gd-faq-number {
        font-size: 31px;
    }
    .gd-faq-icon {
        width: 43px;
        height: 43px;
    }
    .gd-faq-icon svg {
        width: 21px;
        height: 21px;
    }
    .gd-faq-question h3 {
        font-size: 21px;
    }
    .gd-faq-answer {
        margin-left: 0;
        padding: 5px 0 5px 18px;
    }
    .gd-faq-answer p {
        font-size: 12.5px;
    }
    .gd-faq-bottom-copy {
        flex-wrap: wrap;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-contact-hub {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient( 135deg, #fbf8f2, var(--gd-warm-white) 60%, #eadbc8);
}

.gd-contact-hub::before {
    content: "CONTACT";
    position: absolute;
    right: -30px;
    top: -70px;
    color: rgba(14, 76, 92, .035);
   font-size: clamp(100px, 16vw, 250px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -10px;
    pointer-events: none;
}

.gd-contact-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient( rgba(14, 76, 92, .055) 1px, transparent 1px), linear-gradient( rgba(14, 76, 92, .018) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .018) 1px, transparent 1px);
    background-size: 22px 22px, 48px 48px, 48px 48px;
}

.gd-contact-container {
    position: relative;
    z-index: 3;
    max-width: 1680px;
    margin: auto;
    padding-left: clamp(24px, 6vw, 100px);
    padding-right: clamp(24px, 6vw, 100px);
}


/* =========================================================
   HEADER
========================================================= */

.gd-contact-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}

.gd-contact-kicker>span {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    font-size: 9px;
    font-weight: 900;
}

.gd-contact-kicker small {
    color: var(--gd-teal);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 2.3px;
}

.gd-contact-kicker i {
    width: 80px;
    height: 1px;
    background: var(--gd-orange);
}

.gd-contact-header h2 {
    margin: 0;
    color: var(--gd-dark-teal);
    font-size: 50px;
    font-weight: bold;
    line-height: .95;
    letter-spacing: -3px;
}

.gd-contact-header h2 span {
    display: block;
    color: var(--gd-teal);
}

.gd-contact-header-copy {
    display: flex;
    gap: 16px;
    max-width: 470px;
    margin-left: auto;
    padding: 20px 22px;
    background: rgba(255, 255, 255, .45);
    border-left: 2px solid var(--gd-orange);
}

.gd-live-dot {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    margin-top: 4px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(244, 162, 97, .12);
    animation: gdContactPulse 2s infinite;
}

.gd-contact-header-copy small {
    display: block;
    margin-bottom: 6px;
    color: var(--gd-teal);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.gd-contact-header-copy p {
    margin: 0;
    color: #60767a;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   MAIN
========================================================= */

.gd-contact-main {
    margin-top: 70px;
    box-shadow: 0 35px 80px rgba(14, 76, 92, .12);
}


/* =========================================================
   LEFT
========================================================= */

.gd-contact-left {
    height: 100%;
    padding: 42px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(14, 76, 92, .08);
}


/* =========================================================
   DATA TITLE
========================================================= */

.gd-contact-data-title {
    margin-bottom: 25px;
}

.gd-contact-data-title span,
.gd-contact-data-title strong {
    display: block;
}

.gd-contact-data-title span {
    margin-bottom: 6px;
    color: var(--gd-orange);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.gd-contact-data-title strong {
    color: var(--gd-dark-teal);
    font-size: 30px;
    font-weight: 400;
}


/* =========================================================
   DATA
========================================================= */

.gd-contact-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(14, 76, 92, .09);
}

.gd-contact-data-title {
    grid-column: 1 / -1;
    padding: 0 0 10px;
    background: #fff;
}

.gd-data-item {
    position: relative;
    min-height: 135px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px;
    color: inherit;
    text-decoration: none;
    background: var(--gd-warm-white);
    transition: background .35s ease, transform .35s ease;
}

.gd-data-item:hover {
    z-index: 2;
    background: var(--gd-dark-teal);
    transform: translateY(-4px);
}

.gd-data-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .45);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-data-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-data-item small,
.gd-data-item strong,
.gd-data-item span {
    display: block;
}

.gd-data-item small {
    margin-bottom: 5px;
    color: var(--gd-teal);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.gd-data-item strong {
    color: var(--gd-dark-teal);
    font-size: 13px;
}

.gd-data-item span {
    margin-top: 4px;
    color: #738487;
    font-size: 9px;
}

.gd-data-item b {
    position: absolute;
    top: 14px;
    right: 15px;
    color: var(--gd-orange);
    font-size: 16px;
}

.gd-data-item:hover small,
.gd-data-item:hover strong,
.gd-data-item:hover span {
    color: var(--gd-white);
}

.gd-data-item:hover .gd-data-icon {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
}


/* =========================================================
   MAP
========================================================= */

.gd-map-wrap {
    margin-top: 25px;
    background: var(--gd-dark-teal);
}

.gd-map-top {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
}

.gd-map-top small,
.gd-map-top strong {
    display: block;
}

.gd-map-top small {
    margin-bottom: 4px;
    color: var(--gd-orange);
    font-size: 6px;
    letter-spacing: 1.5px;
}

.gd-map-top strong {
    color: var(--gd-white);

    font-size: 19px;
    font-weight: 400;
}

.gd-map-top>span {
    color: rgba(255, 255, 255, .13);

    font-size: 42px;
}

.gd-map {
    position: relative;
    height: 340px;
    overflow: hidden;
    background: #ddd;
}

.gd-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* map marker */

.gd-map-marker {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    background: var(--gd-dark-teal);
    border: 1px solid rgba(255, 255, 255, .2);
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.gd-map-pulse {
    width: 11px;
    height: 11px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(244, 162, 97, .15);
}

.gd-map-marker small,
.gd-map-marker strong {
    display: block;
}

.gd-map-marker small {
    color: var(--gd-orange);
    font-size: 5px;
    letter-spacing: 1.3px;
}

.gd-map-marker strong {
    color: var(--gd-white);
    font-size: 11px;
}


/* =========================================================
   AREAS
========================================================= */

.gd-map-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    padding: 1px;
    background: rgba(255, 255, 255, .1);
}

.gd-map-areas span {
    flex: 1 1 auto;
    padding: 10px 12px;
    text-align: center;
    color: rgba(255, 255, 255, .65);
    background: var(--gd-dark-teal);
    font-size: 7px;
    letter-spacing: .5px;
    transition: .3s ease;
}

.gd-map-areas span:hover {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
}


/* =========================================================
   FORM PANEL
========================================================= */

.gd-form-panel {
    position: relative;
    height: 100%;
    padding: 43px;
    overflow: hidden;
    background: linear-gradient( 145deg, #083b48, var(--gd-dark-teal));
}

.gd-form-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 35px 35px;
    pointer-events: none;
}

.gd-form-panel::after {
    content: "REQUEST";
    position: absolute;
    right: -40px;
    bottom: -25px;
    color: rgba(255, 255, 255, .025);
    font-size: 85px;
    font-weight: 900;
    transform: rotate(-90deg);
    pointer-events: none;
}


/* =========================================================
   FORM TOP
========================================================= */

.gd-form-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 19px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.gd-form-number {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    font-size: 26px;
    line-height: .8;
}

.gd-form-number small {
    margin-top: 7px;
 
    font-size: 5px;
    font-weight: 900;
    letter-spacing: 1px;
}

.gd-form-top>div:last-child>span {
    color: var(--gd-orange);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.gd-form-top h3 {
    margin: 5px 0 0;
    color: var(--gd-white);
 font-size: 33px;
    font-weight: 400;
    line-height: 1;
}

.gd-form-top h3 em {
    display: block;
    color: var(--gd-sand);
    font-style: normal;
}


/* =========================================================
   FORM
========================================================= */

.gd-service-form {
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

.gd-service-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.gd-service-form legend {
    display: none;
}

.gd-form-response {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, .55);
    font-size: 8px;
    letter-spacing: .7px;
}

.gd-form-response span {
    width: 7px;
    height: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
}


/* =========================================================
   FIELD
========================================================= */

.gd-field label {
    display: block;
    margin-bottom: 7px;
    color: rgba(234, 219, 200, .65);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.gd-service-form .form-control {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    color: var(--gd-white);
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 11px;
    transition: border-color .3s ease, background .3s ease, transform .3s ease;
}

.gd-service-form .form-control::placeholder {
    color: rgba(255, 255, 255, .38);
}

.gd-service-form .form-control:focus {
    color: var(--gd-white);
    background: rgba(255, 255, 255, .09);
    border-color: var(--gd-orange);
    box-shadow: 0 0 0 3px rgba(244, 162, 97, .08);
}

.gd-service-form select.form-control {
    cursor: pointer;
}

.gd-service-form select.form-control option {
    color: #111;
    background: #fff;
}

.gd-service-form textarea.form-control {
    min-height: 90px;
    resize: vertical;
}


/* =========================================================
   DIVIDER
========================================================= */

.gd-form-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 23px 0 15px;
}

.gd-form-divider span {
    color: var(--gd-orange);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.gd-form-divider i {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}


/* =========================================================
   SUBMIT
========================================================= */

.gd-submit-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.gd-submit-wrap .btn-submit {
    width: 100%;
    min-height: 48px;
    padding: 10px 48px 10px 17px;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    border: 0;
    border-radius: 0;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
}

.gd-submit-wrap span {
    position: absolute;
    right: 17px;
    bottom: 13px;
    color: var(--gd-dark-teal);
    font-size: 17px;
    pointer-events: none;
    transition: transform .3s ease;
}

.gd-submit-wrap:hover .btn-submit {
    background: var(--gd-sand);
    transform: translateY(-2px);
}

.gd-submit-wrap:hover span {
    transform: translate(3px, -3px);
}


/* honeypot */

.gd-service-form .subject {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}


/* =========================================================
   FORM FOOT
========================================================= */

.gd-form-foot {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.gd-form-foot>span {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
}

.gd-form-foot svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-form-foot p {
    max-width: 280px;
    margin: 0;
    color: rgba(255, 255, 255, .38);
    font-size: 7px;
    line-height: 1.5;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdContactPulse {
    0%,
    100% {
        box-shadow: 0 0 0 5px rgba(244, 162, 97, .10);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(244, 162, 97, .03);
    }
}


/* =========================================================
   LAPTOP / TABLET
========================================================= */

@media (max-width:1199.98px) {
    .gd-contact-left,
    .gd-form-panel {
        height: auto;
    }
    .gd-form-panel {
        padding: 40px;
    }
}

@media (max-width:991.98px) {
    .gd-contact-hub {
        padding: 85px 0;
    }
    .gd-contact-header-copy {
        margin-left: 0;
    }
    .gd-contact-main {
        margin-top: 55px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767.98px) {
    .gd-contact-hub {
        padding: 65px 0;
    }
    .gd-contact-container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .gd-contact-kicker i {
        display: none;
    }
    .gd-contact-header h2 {
        font-size: clamp(40px, 12vw, 53px);
        letter-spacing: -1.7px;
    }
    .gd-contact-left {
        padding: 20px;
    }
    .gd-contact-data {
        grid-template-columns: 1fr;
    }
    .gd-data-item {
        min-height: 110px;
    }
    .gd-map {
        height: 310px;
    }
    .gd-form-panel {
        padding: 28px 20px;
    }
    .gd-form-top h3 {
        font-size: 28px;
    }
    .gd-form-number {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        font-size: 23px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px) {
    .gd-contact-kicker small {
        font-size: 6.5px;
        letter-spacing: 1px;
    }
    .gd-contact-header h2 {
        font-size: 39px;
    }
    .gd-data-item {
        padding: 18px 15px;
    }
    .gd-data-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }
    .gd-map-marker {
        min-width: 145px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce) {
    .gd-live-dot {
        animation: none;
    }
}


/* =========================================================
   SECTION
========================================================= */

.gd-cta-section {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background: linear-gradient( 135deg, #fbf8f2 0%, var(--gd-warm-white) 55%, #eadbc8 100%);
}

.gd-cta-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient( rgba(14, 76, 92, .055) 1px, transparent 1px), linear-gradient( rgba(14, 76, 92, .018) 1px, transparent 1px), linear-gradient( 90deg, rgba(14, 76, 92, .018) 1px, transparent 1px);
    background-size: 22px 22px, 48px 48px, 48px 48px;
}

.gd-cta-section::before {
    content: "SERVICE";
    position: absolute;
    left: -30px;
    bottom: -55px;
    color: rgba(14, 76, 92, .035);

    font-size: clamp(110px, 17vw, 260px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -12px;
    pointer-events: none;
}

.gd-cta-container {
    position: relative;
    z-index: 3;
    max-width: 1680px;
    margin: auto;
    padding-left: clamp(24px, 6vw, 105px);
    padding-right: clamp(24px, 6vw, 105px);
}


/* =========================================================
   MAIN SHELL
========================================================= */

.gd-cta-shell {
    position: relative;
    padding: clamp(45px, 5vw, 80px);
    background: rgba(255, 255, 255, .58);
    border: 1px solid rgba(14, 76, 92, .09);
    box-shadow: 0 35px 90px rgba(14, 76, 92, .09);
    overflow: hidden;
}

.gd-cta-shell::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -200px;
    top: -220px;
    border: 1px solid rgba(14, 76, 92, .08);
    border-radius: 50%;
}

.gd-cta-shell::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    right: -145px;
    top: -165px;
    border: 1px solid rgba(244, 162, 97, .18);
    border-radius: 50%;
}


/* =========================================================
   BIG NUMBER
========================================================= */

.gd-cta-big-number {
    position: absolute;
    right: 34px;
    top: 22px;
    z-index: 2;
    color: rgba(14, 76, 92, .07);

    font-size: 95px;
    line-height: .8;
    pointer-events: none;
}

.gd-cta-big-number span {
    display: block;
    margin-top: 12px;

    font-size: 7px;
    font-weight: 900;
    letter-spacing: 3px;
    text-align: center;
}


/* =========================================================
   KICKER
========================================================= */

.gd-cta-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
}

.gd-cta-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: var(--gd-dark-teal);
    background: rgba(244, 162, 97, .18);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.gd-cta-live i {
    width: 7px;
    height: 7px;
    background: var(--gd-orange);
    border-radius: 50%;
    animation: gdCtaPulse 2s infinite;
}

.gd-cta-line {
    width: 55px;
    height: 1px;
    background: var(--gd-orange);
}

.gd-cta-kicker small {
    color: var(--gd-teal);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.7px;
}


/* =========================================================
   HEADING
========================================================= */

.gd-cta-content h2 {
    max-width: 800px;
    margin: 0;
    color: var(--gd-dark-teal);
   
    font-size: 48PX;
    font-weight: bold;
    line-height: .94;
    letter-spacing: -3.5px;
}

.gd-cta-content h2 span {
    display: block;
    color: var(--gd-teal);
}

.gd-cta-content>p {
    max-width: 670px;
    margin: 27px 0 0;
    color: #60787b;
    font-size: 14px;
    line-height: 1.85;
}


/* =========================================================
   FEATURES
========================================================= */

.gd-cta-features {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 35px;
}

.gd-cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gd-cta-feature-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .45);
    border-radius: 50%;
    transition: .35s ease;
}

.gd-cta-feature:hover .gd-cta-feature-icon {
    color: var(--gd-white);
    background: var(--gd-dark-teal);
    border-color: var(--gd-dark-teal);
    transform: translateY(-4px);
}

.gd-cta-feature-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-cta-feature small,
.gd-cta-feature strong {
    display: block;
}

.gd-cta-feature small {
    margin-bottom: 4px;
    color: var(--gd-teal);
    font-size: 5.5px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.gd-cta-feature strong {
    color: var(--gd-dark-teal);
    font-size: 10px;
}


/* =========================================================
   RIGHT ACTION PANEL
========================================================= */

.gd-cta-action {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    padding: 34px;
    color: var(--gd-white);
    background: linear-gradient( 145deg, #083c48, var(--gd-dark-teal));
    overflow: hidden;
    box-shadow: 20px 25px 0 rgba(42, 127, 133, .11);
}

.gd-cta-action::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient( rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 30px 30px;
}

.gd-cta-action-content {
    position: relative;
    z-index: 3;
}


/* =========================================================
   GARAGE DOOR DECOR
========================================================= */

.gd-cta-door {
    position: absolute;
    right: -28px;
    top: -10px;
    width: 150px;
    height: 160px;
    opacity: .08;
    transform: rotate(8deg);
}

.gd-cta-door-top {
    height: 12px;
    border: 2px solid var(--gd-white);
}

.gd-cta-door-panel {
    height: 31px;
    border-left: 2px solid var(--gd-white);
    border-right: 2px solid var(--gd-white);
    border-bottom: 2px solid var(--gd-white);
}

.gd-cta-door-bottom {
    position: relative;
    height: 14px;
    border-top: 2px solid var(--gd-white);
}

.gd-cta-door-bottom span {
    position: absolute;
    left: 50%;
    width: 34px;
    height: 6px;
    border: 2px solid var(--gd-white);
    transform: translateX(-50%);
}


/* =========================================================
   ACTION CONTENT
========================================================= */

.gd-cta-action-label {
    color: var(--gd-orange);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.gd-cta-action h3 {
    margin: 11px 0 17px;
    color: var(--gd-white);

    font-size: clamp(34px, 3vw, 47px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.5px;
}

.gd-cta-action h3 em {
    display: block;
    color: var(--gd-sand);
    font-style: normal;
}

.gd-cta-action-content>p {
    max-width: 350px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   CALL
========================================================= */

.gd-cta-call {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    transition: .35s ease;
}

.gd-cta-call:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(244, 162, 97, .45);
    transform: translateX(5px);
}

.gd-cta-call-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-cta-call-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-cta-call-copy {
    flex: 1;
}

.gd-cta-call-copy small,
.gd-cta-call-copy strong {
    display: block;
}

.gd-cta-call-copy small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .45);
    font-size: 5.5px;
    letter-spacing: 1.2px;
}

.gd-cta-call-copy strong {
    color: var(--gd-white);
  
    font-size: 17px;
    font-weight: 400;
}

.gd-cta-arrow {
    color: var(--gd-orange);
    font-size: 18px;
    transition: transform .3s ease;
}

.gd-cta-call:hover .gd-cta-arrow {
    transform: translate(3px, -3px);
}


/* =========================================================
   ESTIMATE
========================================================= */

.gd-cta-estimate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 11px;
    padding: 16px 18px;
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    text-decoration: none;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.2px;
    transition: .35s ease;
}

.gd-cta-estimate b {
    font-size: 19px;
    font-weight: 400;
    transition: transform .35s ease;
}

.gd-cta-estimate:hover {
    color: var(--gd-dark-teal);
    background: var(--gd-sand);
    transform: translateY(-3px);
}

.gd-cta-estimate:hover b {
    transform: translateX(5px);
}


/* =========================================================
   GARAGE TRACK
========================================================= */

.gd-cta-track {
    position: relative;
    z-index: 3;
    margin-top: 60px;
}

.gd-cta-track-line {
    position: relative;
    height: 6px;
    background: rgba(14, 76, 92, .15);
    border-top: 1px solid rgba(14, 76, 92, .08);
    border-bottom: 1px solid rgba(14, 76, 92, .08);
}

.gd-track-wheel {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background: var(--gd-warm-white);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: gdTrackWheel 7s linear infinite;
}

.gd-track-wheel::after {
    content: "";
    position: absolute;
    inset: 6px;
    background: var(--gd-dark-teal);
    border-radius: 50%;
}

.gd-track-wheel.wheel-one {
    left: 8%;
}

.gd-track-wheel.wheel-two {
    left: 49%;
}

.gd-track-wheel.wheel-three {
    right: 8%;
}

.gd-cta-track-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

.gd-cta-track-text span {
    color: var(--gd-teal);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.gd-cta-track-text i {
    width: 5px;
    height: 5px;
    background: var(--gd-orange);
    border-radius: 50%;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdCtaPulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(244, 162, 97, .12);
    }
    50% {
        box-shadow: 0 0 0 9px rgba(244, 162, 97, .025);
    }
}

@keyframes gdTrackWheel {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:991.98px) {
    .gd-cta-section {
        padding: 80px 0;
    }
    .gd-cta-action {
        max-width: 100%;
        margin: 15px 0 0;
    }
    .gd-cta-big-number {
        display: none;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767.98px) {
    .gd-cta-section {
        padding: 60px 0;
    }
    .gd-cta-container {
        padding-left: 17px;
        padding-right: 17px;
    }
    .gd-cta-shell {
        padding: 35px 20px;
    }
    .gd-cta-kicker {
        flex-wrap: wrap;
    }
    .gd-cta-line {
        display: none;
    }
    .gd-cta-content h2 {
        font-size: clamp(40px, 12vw, 53px);
        letter-spacing: -2px;
    }
    .gd-cta-content>p {
        font-size: 13px;
    }
    .gd-cta-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .gd-cta-action {
        padding: 28px 20px;
        box-shadow: 10px 12px 0 rgba(42, 127, 133, .1);
    }
    .gd-cta-action h3 {
        font-size: 36px;
    }
    .gd-cta-track {
        margin-top: 45px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px) {
    .gd-cta-shell {
        padding: 30px 16px;
    }
    .gd-cta-content h2 {
        font-size: 39px;
    }
    .gd-cta-call {
        padding: 12px;
    }
    .gd-cta-call-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
    .gd-cta-call-copy strong {
        font-size: 14px;
    }
    .gd-cta-track-text {
        gap: 9px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce) {
    .gd-cta-live i,
    .gd-track-wheel {
        animation: none;
    }
}

.gd-footer {
    position: relative;
    overflow: hidden;
    color: var(--gd-white);
    background: linear-gradient( 145deg, #052a33 0%, var(--gd-dark-teal) 56%, #0a5c66 100%);
    border-top: 5px solid var(--gd-orange);
}

.gd-footer::before {
    content: "GALVESTON";
    position: absolute;
    right: -30px;
    bottom: 85px;
    color: rgba(255, 255, 255, .025);

    font-size: clamp(100px, 16vw, 245px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -10px;
    pointer-events: none;
}

.gd-footer-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient( rgba(255, 255, 255, .022) 1px, transparent 1px), linear-gradient( 90deg, rgba(255, 255, 255, .022) 1px, transparent 1px), radial-gradient( rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 44px 44px, 44px 44px, 21px 21px;
}

.gd-footer-container {
    position: relative;
    z-index: 3;
    max-width: 1680px;
    margin: auto;
    padding-left: clamp(24px, 6vw, 100px);
    padding-right: clamp(24px, 6vw, 100px);
}


/* =========================================================
   TOP STRIP
========================================================= */

.gd-footer-top-strip {
    padding: 27px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.gd-footer-top-copy {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gd-footer-top-dot {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    background: var(--gd-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(244, 162, 97, .08);
    animation: gdFooterPulse 2s ease-in-out infinite;
}

.gd-footer-top-copy small,
.gd-footer-top-copy strong {
    display: block;
}

.gd-footer-top-copy small {
    margin-bottom: 4px;
    color: var(--gd-orange);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.gd-footer-top-copy strong {
    color: var(--gd-sand);

    font-size: clamp(17px, 2vw, 24px);
    font-weight: 400;
}


/* =========================================================
   TOP ACTIONS
========================================================= */

.gd-footer-top-actions {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
}

.gd-footer-call-btn,
.gd-footer-estimate-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    text-decoration: none;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: .35s ease;
}

.gd-footer-call-btn {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
}

.gd-footer-call-btn svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-footer-call-btn:hover {
    color: var(--gd-dark-teal);
    background: var(--gd-sand);
    transform: translateY(-3px);
}

.gd-footer-estimate-btn {
    color: var(--gd-sand);
    border: 1px solid rgba(234, 219, 200, .23);
}

.gd-footer-estimate-btn span {
    font-size: 16px;
    transition: transform .3s ease;
}

.gd-footer-estimate-btn:hover {
    color: var(--gd-dark-teal);
    background: var(--gd-sand);
    border-color: var(--gd-sand);
    transform: translateY(-3px);
}

.gd-footer-estimate-btn:hover span {
    transform: translateX(4px);
}


/* =========================================================
   MAIN
========================================================= */

.gd-footer-main {
    padding: 75px 0 60px;
}


/* =========================================================
   BRAND
========================================================= */

.gd-footer-brand-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .35);
    border-radius: 50%;
    margin-bottom: 18px;
}

.gd-footer-brand-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-footer-brand-name span,
.gd-footer-brand-name strong {
    display: block;
}

.gd-footer-brand-name span {
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 3px;
}

.gd-footer-brand-name strong {
    margin-top: 2px;
    color: var(--gd-white);

    font-size: 34px;
    font-weight: 400;
}

.gd-footer-brand>p {
    max-width: 430px;
    margin: 21px 0 25px;
    color: rgba(255, 255, 255, .5);
    font-size: 12.5px;
    line-height: 1.8;
}


/* =========================================================
   CONTACT LIST
========================================================= */


/* =========================================================
   FOOTER SOCIAL ICONS
========================================================= */

.gd-footer-socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.gd-footer-social-link {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    text-decoration: none;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(244, 162, 97, .28);
    border-radius: 50%;
    overflow: hidden;
    transition: transform .35s ease, color .35s ease, border-color .35s ease;
}

.gd-footer-social-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gd-orange);
    border-radius: 50%;
    transform: scale(0);
    transition: transform .35s ease;
}

.gd-footer-social-link svg {
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gd-footer-social-link:hover {
    color: var(--gd-dark-teal);
    border-color: var(--gd-orange);
    transform: translateY(-5px);
}

.gd-footer-social-link:hover::before {
    transform: scale(1);
}


/* MOBILE */

@media (max-width: 575.98px) {
    .gd-footer-socials {
        margin-top: 20px;
    }
    .gd-footer-social-link {
        width: 44px;
        height: 44px;
    }
}

.gd-footer-contact-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .25);
    border-radius: 50%;
}

.gd-footer-contact-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   COLUMNS
========================================================= */

.gd-footer-column-label {
    display: block;
    margin-bottom: 10px;
    color: var(--gd-orange);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 1.9px;
}

.gd-footer-column h3,
.gd-footer-area h3 {
    margin: 0 0 21px;
    color: var(--gd-sand);

    font-size: 21px;
    font-weight: 400;
}

.gd-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gd-footer-column li {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.gd-footer-column li:last-child {
    border-bottom: 0;
}

.gd-footer-column a {
    position: relative;
    display: block;
    padding: 10px 0 10px 16px;
    color: rgba(255, 255, 255, .53);
    text-decoration: none;
    font-size: 10px;
    transition: color .3s ease, padding-left .3s ease;
}

.gd-footer-column a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: var(--gd-orange);
    border-radius: 50%;
    transform: translateY(-50%);
}

.gd-footer-column a:hover {
    color: var(--gd-orange);
    padding-left: 21px;
}


/* =========================================================
   AREA
========================================================= */

.gd-footer-area-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.gd-footer-area-grid span {
    padding: 8px 10px;
    color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: 7px;
    transition: .3s ease;
}

.gd-footer-area-grid span:hover {
    color: var(--gd-dark-teal);
    background: var(--gd-orange);
    border-color: var(--gd-orange);
    transform: translateY(-2px);
}


/* =========================================================
   HOURS
========================================================= */

.gd-footer-hours {
    margin-top: 23px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px;
    background: rgba(255, 255, 255, .035);
    border-left: 2px solid var(--gd-orange);
}

.gd-footer-hours-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gd-orange);
    border: 1px solid rgba(244, 162, 97, .28);
    border-radius: 50%;
}

.gd-footer-hours-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.gd-footer-hours small,
.gd-footer-hours strong {
    display: block;
}

.gd-footer-hours small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .36);
    font-size: 5.5px;
    letter-spacing: 1.3px;
}

.gd-footer-hours strong {
    color: var(--gd-sand);
    font-size: 10px;
}


/* =========================================================
   TRACK
========================================================= */

.gd-footer-track {
    padding: 15px 0 25px;
}

.gd-footer-track-line {
    position: relative;
    height: 6px;
    background: rgba(234, 219, 200, .17);
    border-top: 1px solid rgba(234, 219, 200, .07);
    border-bottom: 1px solid rgba(234, 219, 200, .07);
}

.gd-footer-wheel {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background: var(--gd-dark-teal);
    border: 2px solid var(--gd-orange);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: gdFooterWheel 8s linear infinite;
}

.gd-footer-wheel::after {
    content: "";
    position: absolute;
    inset: 6px;
    background: var(--gd-orange);
    border-radius: 50%;
}

.gd-footer-wheel.wheel-one {
    left: 8%;
}

.gd-footer-wheel.wheel-two {
    left: 35%;
}

.gd-footer-wheel.wheel-three {
    right: 35%;
}

.gd-footer-wheel.wheel-four {
    right: 8%;
}


/* =========================================================
   BOTTOM
========================================================= */

.gd-footer-bottom {
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.gd-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .35);
    font-size: 8px;
    letter-spacing: .5px;
}

.gd-footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 11px;
}

.gd-footer-bottom-links a {
    color: rgba(255, 255, 255, .4);
    text-decoration: none;
    font-size: 8px;
    transition: color .3s ease;
}

.gd-footer-bottom-links a:hover {
    color: var(--gd-orange);
}

.gd-footer-bottom-links span {
    width: 5px;
    height: 5px;
    background: var(--gd-orange);
    border-radius: 50%;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdFooterPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .35;
    }
}

@keyframes gdFooterWheel {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-footer-top-actions {
        justify-content: flex-start;
    }
    .gd-footer-main {
        padding: 60px 0 50px;
    }
    .gd-footer-bottom-links {
        justify-content: flex-start;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gd-footer-top-strip {
        padding: 24px 0;
    }
    .gd-footer-top-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .gd-footer-call-btn,
    .gd-footer-estimate-btn {
        width: 100%;
    }
    .gd-footer-brand-name strong {
        font-size: 30px;
    }
    .gd-footer-main {
        padding: 50px 0 40px;
    }
    .gd-footer-bottom-links {
        flex-wrap: wrap;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gd-footer-top-dot,
    .gd-footer-wheel {
        animation: none !important;
    }
}


/* TOP SMALL LABEL */

.gd-footer-top-copy small {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 1.6px;
}


/* TOP MAIN TEXT */

.gd-footer-top-copy strong {
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.35;
}


/* TOP BUTTONS */

.gd-footer-call-btn,
.gd-footer-estimate-btn {
    min-height: 52px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .7px;
}


/* =========================================================
   BRAND
========================================================= */

.gd-footer-brand-name span {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2.7px;
}

.gd-footer-brand-name strong {
    font-size: 38px;
    line-height: 1.1;
}

.gd-footer-brand>p {
    max-width: 450px;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   PHONE / EMAIL / LOCATION
========================================================= */

.gd-footer-contact-list a,
.gd-footer-contact-list>div {
    font-size: 13px;
    line-height: 1.5;
}

.gd-footer-contact-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}

.gd-footer-contact-icon svg {
    width: 18px;
    height: 18px;
}


/* =========================================================
   COLUMN LABELS
========================================================= */

.gd-footer-column-label {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1.8px;
}


/* =========================================================
   COLUMN TITLES
========================================================= */

.gd-footer-column h3,
.gd-footer-area h3 {
    margin-bottom: 22px;
    font-size: 25px;
    line-height: 1.2;
}


/* =========================================================
   NAVIGATION + SERVICES
========================================================= */

.gd-footer-column a {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
    line-height: 1.45;
}

.gd-footer-column a::before {
    width: 6px;
    height: 6px;
}


/* =========================================================
   SERVICE AREAS
========================================================= */

.gd-footer-area-grid {
    gap: 7px;
}

.gd-footer-area-grid span {
    padding: 9px 12px;
    font-size: 11px;
    line-height: 1.3;
}


/* =========================================================
   HOURS
========================================================= */

.gd-footer-hours {
    padding: 16px;
}

.gd-footer-hours small {
    margin-bottom: 5px;
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 1.1px;
}

.gd-footer-hours strong {
    font-size: 13px;
    line-height: 1.4;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.gd-footer-bottom p {
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   PRIVACY + TERMS
========================================================= */

.gd-footer-bottom-links a {
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
    .gd-footer-brand>p {
        font-size: 14px;
    }
    .gd-footer-column a {
        font-size: 13px;
    }
    .gd-footer-area-grid span {
        font-size: 11px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {
    .gd-footer-top-copy small {
        font-size: 10px;
    }
    .gd-footer-top-copy strong {
        font-size: 20px;
    }
    .gd-footer-call-btn,
    .gd-footer-estimate-btn {
        font-size: 12px;
    }
    .gd-footer-brand-name span {
        font-size: 11px;
    }
    .gd-footer-brand-name strong {
        font-size: 34px;
    }
    .gd-footer-brand>p {
        font-size: 14px;
        line-height: 1.75;
    }
    .gd-footer-contact-list a,
    .gd-footer-contact-list>div {
        font-size: 13px;
    }
    .gd-footer-column-label {
        font-size: 10px;
    }
    .gd-footer-column h3,
    .gd-footer-area h3 {
        font-size: 24px;
    }
    .gd-footer-column a {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .gd-footer-area-grid span {
        font-size: 12px;
        padding: 10px 12px;
    }
    .gd-footer-hours small {
        font-size: 9px;
    }
    .gd-footer-hours strong {
        font-size: 13px;
    }
    .gd-footer-bottom p,
    .gd-footer-bottom-links a {
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {
    .gd-feature-grid {
        display: none;
    }
}



/* =========================================================
   SECTION
========================================================= */

.gd-service-faq {
    position: relative;

    padding: 110px 0;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #fbf9f4 0%,
            var(--gd-warm-white) 55%,
            #eee2d3 100%
        );
}


.gd-service-faq::before {
    content: "08";

    position: absolute;

    right: -25px;
    top: -90px;

    color:
        rgba(14,76,92,.035);

    font-family:
        Georgia,
        serif;

    font-size:
        clamp(180px,25vw,390px);

    line-height: 1;

    pointer-events: none;
}


.gd-sfaq-texture {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:

        radial-gradient(
            rgba(14,76,92,.055) 1px,
            transparent 1px
        ),

        linear-gradient(
            rgba(14,76,92,.018) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(14,76,92,.018) 1px,
            transparent 1px
        );

    background-size:
        22px 22px,
        48px 48px,
        48px 48px;
}


.gd-service-faq .container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   HEADER
========================================================= */

.gd-sfaq-header {
    margin-bottom: 60px;
}


.gd-sfaq-kicker {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 20px;
}


.gd-sfaq-kicker > span {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:
        var(--gd-white);

    background:
        var(--gd-dark-teal);

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 1px;
}


.gd-sfaq-kicker small {
    color:
        var(--gd-teal);

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 2px;
}


.gd-sfaq-kicker i {
    width: 80px;
    height: 1px;

    background:
        var(--gd-orange);
}


.gd-sfaq-header h2 {
    max-width: 900px;

    margin: 0;

    color:
        var(--gd-dark-teal);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(48px,5vw,76px);

    font-weight: 400;

    line-height: .97;

    letter-spacing: -3px;
}


.gd-sfaq-header h2 span {
    display: block;

    color:
        var(--gd-teal);
}


/* =========================================================
   INTRO
========================================================= */

.gd-sfaq-intro {
    display: flex;
    align-items: flex-start;

    gap: 16px;

    max-width: 420px;

    margin-left: auto;

    padding: 20px;

    background:
        rgba(255,255,255,.55);

    border-left:
        3px solid
        var(--gd-orange);
}


.gd-sfaq-intro-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:
        var(--gd-orange);

    border:
        1px solid
        rgba(244,162,97,.35);

    border-radius: 50%;
}


.gd-sfaq-intro-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke:
        currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gd-sfaq-intro p {
    margin: 0;

    color:
        #5e7478;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   GRID
========================================================= */

.gd-sfaq-grid > div {
    display: flex;
}


/* =========================================================
   CARD
========================================================= */

.gd-sfaq-card {
    position: relative;

    width: 100%;
    min-height: 100%;

    padding:
        32px 32px 38px;

    overflow: hidden;

    background:
        rgba(255,255,255,.7);

    border:
        1px solid
        rgba(14,76,92,.1);

    box-shadow:
        0 15px 40px
        rgba(14,76,92,.045);

    transition:
        transform .4s ease,
        background .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


.gd-sfaq-card::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -100px;
    top: -100px;

    border:
        1px solid
        rgba(14,76,92,.08);

    border-radius: 50%;

    transition:
        transform .5s ease,
        border-color .4s ease;
}


.gd-sfaq-card:hover {
    background:
        var(--gd-dark-teal);

    border-color:
        var(--gd-dark-teal);

    transform:
        translateY(-8px);

    box-shadow:
        0 28px 60px
        rgba(14,76,92,.16);
}


.gd-sfaq-card:hover::before {
    border-color:
        rgba(255,255,255,.08);

    transform:
        scale(1.4);
}


/* =========================================================
   CARD TOP
========================================================= */

.gd-sfaq-card-top {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        48px 54px 1fr;

    align-items: center;

    gap: 13px;

    padding-bottom: 21px;

    border-bottom:
        1px solid
        rgba(14,76,92,.1);
}


.gd-sfaq-number {
    color:
        rgba(14,76,92,.2);

    font-family:
        Georgia,
        serif;

    font-size: 35px;

    line-height: 1;

    transition:
        color .4s ease;
}


.gd-sfaq-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:
        var(--gd-orange);

    border:
        1px solid
        rgba(244,162,97,.45);

    border-radius: 50%;

    transition:
        color .4s ease,
        background .4s ease,
        transform .4s ease;
}


.gd-sfaq-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke:
        currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gd-sfaq-service {
    color:
        var(--gd-teal);

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 1.5px;

    line-height: 1.4;

    transition:
        color .4s ease;
}


/* =========================================================
   QUESTION
========================================================= */

.gd-sfaq-question {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        35px 1fr;

    gap: 12px;

    margin-top: 27px;
}


.gd-sfaq-question > span {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:
        var(--gd-dark-teal);

    background:
        var(--gd-orange);

    font-family:
        Georgia,
        serif;

    font-size: 15px;
}


.gd-sfaq-question h3 {
    margin: 0;

    color:
        var(--gd-dark-teal);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(21px,1.7vw,26px);

    font-weight: 400;

    line-height: 1.25;

    transition:
        color .4s ease;
}


/* =========================================================
   ANSWER
========================================================= */

.gd-sfaq-answer {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        35px 1fr;

    gap: 12px;

    margin-top: 22px;
}


.gd-sfaq-answer > span {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:
        var(--gd-orange);

    border:
        1px solid
        rgba(244,162,97,.4);

    font-family:
        Georgia,
        serif;

    font-size: 15px;
}


.gd-sfaq-answer p {
    margin: 0;

    color:
        #60767a;

    font-size: 14px;

    line-height: 1.8;

    transition:
        color .4s ease;
}


/* =========================================================
   GARAGE RAIL
========================================================= */

.gd-sfaq-rail {
    position: absolute;

    left: 32px;
    right: 32px;
    bottom: 15px;

    height: 4px;

    background:
        rgba(14,76,92,.1);

    transition:
        background .4s ease;
}


.gd-sfaq-rail span {
    position: absolute;

    left: 8%;

    top: 50%;

    width: 15px;
    height: 15px;

    background:
        var(--gd-warm-white);

    border:
        2px solid
        var(--gd-orange);

    border-radius: 50%;

    transform:
        translateY(-50%);

    transition:
        left .55s ease,
        background .4s ease;
}


.gd-sfaq-card:hover
.gd-sfaq-rail span {
    left:
        calc(92% - 15px);

    background:
        var(--gd-orange);
}


/* =========================================================
   CARD HOVER
========================================================= */

.gd-sfaq-card:hover
.gd-sfaq-card-top {
    border-color:
        rgba(255,255,255,.1);
}


.gd-sfaq-card:hover
.gd-sfaq-number {
    color:
        rgba(255,255,255,.12);
}


.gd-sfaq-card:hover
.gd-sfaq-icon {
    color:
        var(--gd-dark-teal);

    background:
        var(--gd-orange);

    transform:
        rotate(-7deg);
}


.gd-sfaq-card:hover
.gd-sfaq-service {
    color:
        var(--gd-orange);
}


.gd-sfaq-card:hover
.gd-sfaq-question h3 {
    color:
        var(--gd-white);
}


.gd-sfaq-card:hover
.gd-sfaq-answer p {
    color:
        rgba(255,255,255,.68);
}


.gd-sfaq-card:hover
.gd-sfaq-rail {
    background:
        rgba(255,255,255,.12);
}


/* =========================================================
   EMERGENCY CARD DETAIL
========================================================= */

.gd-sfaq-emergency::after {
    content: "URGENT";

    position: absolute;

    right: -25px;
    bottom: 70px;

    color:
        rgba(244,162,97,.07);

    font-size: 65px;

    font-weight: 900;

    transform:
        rotate(-90deg);

    pointer-events: none;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.gd-sfaq-bottom {
    margin-top: 50px;

    padding:
        25px 28px;

    background:
        var(--gd-dark-teal);

    box-shadow:
        12px 12px 0
        rgba(42,127,133,.12);
}


.gd-sfaq-bottom-copy {
    display: flex;
    align-items: center;

    gap: 14px;
}


.gd-sfaq-bottom-icon {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:
        var(--gd-dark-teal);

    background:
        var(--gd-orange);

    border-radius: 50%;
}


.gd-sfaq-bottom-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke:
        currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gd-sfaq-bottom-copy small,
.gd-sfaq-bottom-copy strong {
    display: block;
}


.gd-sfaq-bottom-copy small {
    margin-bottom: 5px;

    color:
        var(--gd-orange);

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1.5px;
}


.gd-sfaq-bottom-copy strong {
    color:
        var(--gd-white);

    font-family:
        Georgia,
        serif;

    font-size:
        clamp(20px,2vw,27px);

    font-weight: 400;
}


/* =========================================================
   BUTTON
========================================================= */

.gd-sfaq-button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 280px;

    min-height: 54px;

    margin-left: auto;

    padding:
        0 19px;

    color:
        var(--gd-dark-teal);

    background:
        var(--gd-orange);

    text-decoration: none;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 1px;

    transition:
        background .3s ease,
        transform .3s ease;
}


.gd-sfaq-button b {
    font-size: 21px;

    font-weight: 400;

    transition:
        transform .3s ease;
}


.gd-sfaq-button:hover {
    color:
        var(--gd-dark-teal);

    background:
        var(--gd-sand);

    transform:
        translateY(-3px);
}


.gd-sfaq-button:hover b {
    transform:
        translateX(5px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .gd-service-faq {
        padding:
            85px 0;
    }


    .gd-sfaq-header {
        margin-bottom: 45px;
    }


    .gd-sfaq-intro {
        max-width: 100%;

        margin-left: 0;
    }


    .gd-sfaq-button {
        max-width: 100%;

        margin-left: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .gd-service-faq {
        padding:
            65px 0;
    }


    .gd-sfaq-kicker {
        flex-wrap: wrap;
    }


    .gd-sfaq-kicker i {
        display: none;
    }


    .gd-sfaq-kicker small {
        font-size: 9px;

        letter-spacing: 1.2px;
    }


    .gd-sfaq-header h2 {
        font-size:
            clamp(39px,11vw,50px);

        letter-spacing: -1.8px;
    }


    .gd-sfaq-card {
        padding:
            25px 20px 35px;
    }


    .gd-sfaq-card-top {
        grid-template-columns:
            39px 46px 1fr;

        gap: 9px;
    }


    .gd-sfaq-number {
        font-size: 29px;
    }


    .gd-sfaq-icon {
        width: 44px;
        height: 44px;
    }


    .gd-sfaq-icon svg {
        width: 21px;
        height: 21px;
    }


    .gd-sfaq-service {
        font-size: 9px;

        letter-spacing: 1px;
    }


    .gd-sfaq-question,
    .gd-sfaq-answer {
        grid-template-columns:
            30px 1fr;

        gap: 10px;
    }


    .gd-sfaq-question > span,
    .gd-sfaq-answer > span {
        width: 29px;
        height: 29px;
    }


    .gd-sfaq-question h3 {
        font-size: 21px;
    }


    .gd-sfaq-answer p {
        font-size: 13px;

        line-height: 1.75;
    }


    .gd-sfaq-rail {
        left: 20px;
        right: 20px;
    }


    .gd-sfaq-bottom {
        padding:
            22px 18px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .gd-sfaq-card,
    .gd-sfaq-icon,
    .gd-sfaq-rail span,
    .gd-sfaq-button {
        transition: none;
    }

}


/* =========================================================
   SECTION
========================================================= */

.gd-about-manifest {
    position: relative;
    overflow: hidden;

    padding:
        115px 0;

    background:
        linear-gradient(
            135deg,
            #faf7f1 0%,
            var(--gd-warm-white) 60%,
            #eee0ce 100%
        );
}


.gd-about-manifest::before {
    content: "LOCAL";

    position: absolute;

    left: -35px;
    bottom: -75px;

    color:
        rgba(14,76,92,.035);

    font-family:
        Arial,
        sans-serif;

    font-size:
        clamp(110px,17vw,260px);

    font-weight: 900;

    line-height: 1;

    letter-spacing:
        -11px;

    pointer-events: none;
}


.gd-about-manifest-texture {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:

        radial-gradient(
            rgba(14,76,92,.05) 1px,
            transparent 1px
        ),

        linear-gradient(
            rgba(14,76,92,.018) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(14,76,92,.018) 1px,
            transparent 1px
        );

    background-size:
        22px 22px,
        48px 48px,
        48px 48px;
}


.gd-about-manifest-container {
    position: relative;
    z-index: 3;

    max-width: 1680px;

    margin: auto;

    padding-left:
        clamp(24px,6vw,105px);

    padding-right:
        clamp(24px,6vw,105px);
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.gd-about-manifest-content {
    position: relative;

    height: 100%;

    padding-right:
        clamp(0px,3vw,55px);
}


/* =========================================================
   KICKER
========================================================= */

.gd-about-manifest-kicker {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 23px;
}


.gd-about-manifest-kicker > span {
    padding:
        9px 12px;

    color:
        var(--gd-dark-teal);

    background:
        rgba(244,162,97,.2);

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1.3px;
}


.gd-about-manifest-kicker i {
    width: 70px;
    height: 1px;

    background:
        var(--gd-orange);
}


.gd-about-manifest-kicker small {
    color:
        var(--gd-teal);

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1.7px;
}


/* =========================================================
   HEADING
========================================================= */

.gd-about-manifest-content h2 {
    max-width: 900px;

    margin: 0;

    color:
        var(--gd-dark-teal);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(50px,5vw,78px);

    font-weight: 400;

    line-height: .94;

    letter-spacing:
        -3px;
}


.gd-about-manifest-content h2 span {
    display: block;

    color:
        var(--gd-teal);
}


/* =========================================================
   COPY
========================================================= */

.gd-about-manifest-copy {
    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 25px;

    margin-top: 32px;
}


.gd-about-manifest-copy p {
    margin: 0;

    color:
        #60767a;

    font-size: 14px;

    line-height: 1.85;
}


.gd-about-manifest-copy p:first-child {
    padding-left: 20px;

    color:
        var(--gd-dark-teal);

    border-left:
        3px solid
        var(--gd-orange);

    font-weight: 600;
}


/* =========================================================
   MINI GARAGE DOOR VISUAL
========================================================= */

.gd-about-manifest-door {
    position: relative;

    max-width: 650px;

    margin-top: 45px;

    padding:
        22px;

    background:
        rgba(255,255,255,.55);

    border:
        1px solid
        rgba(14,76,92,.09);

    box-shadow:
        0 25px 55px
        rgba(14,76,92,.07);
}


.gd-about-door-label {
    margin-bottom: 12px;

    color:
        var(--gd-teal);

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.8px;
}


.gd-about-door-frame {
    padding:
        8px;

    background:
        var(--gd-dark-teal);

    border:
        4px solid
        var(--gd-dark-teal);
}


.gd-about-door-row {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 7px;

    min-height: 55px;

    padding:
        6px;

    background:
        var(--gd-sand);

    border-bottom:
        2px solid
        rgba(14,76,92,.25);
}


.gd-about-door-row:last-child {
    border-bottom: 0;
}


.gd-about-door-row span {
    background:
        rgba(255,255,255,.25);

    border:
        1px solid
        rgba(14,76,92,.22);

    transition:
        .35s ease;
}


.gd-about-manifest-door:hover
.gd-about-door-row span {
    background:
        rgba(244,162,97,.18);

    border-color:
        var(--gd-orange);
}


/* =========================================================
   DOOR TRACK
========================================================= */

.gd-about-door-track {
    position: relative;

    height: 6px;

    margin-top: 22px;

    background:
        rgba(14,76,92,.17);
}


.gd-about-door-track::before,
.gd-about-door-track::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    height: 1px;

    background:
        rgba(14,76,92,.09);
}


.gd-about-door-track::before {
    top: -7px;
}


.gd-about-door-track::after {
    bottom: -7px;
}


.gd-about-door-wheel {
    position: absolute;

    top: 50%;

    width: 25px;
    height: 25px;

    background:
        var(--gd-warm-white);

    border:
        2px solid
        var(--gd-orange);

    border-radius:
        50%;

    transform:
        translateY(-50%);

    animation:
        gdManifestWheel
        8s linear infinite;
}


.gd-about-door-wheel::after {
    content: "";

    position: absolute;

    inset: 6px;

    background:
        var(--gd-dark-teal);

    border-radius:
        50%;
}


.gd-about-door-wheel.wheel-a {
    left: 10%;
}


.gd-about-door-wheel.wheel-b {
    left:
        calc(50% - 12px);
}


.gd-about-door-wheel.wheel-c {
    right: 10%;
}


/* =========================================================
   ACTIONS
========================================================= */

.gd-about-manifest-actions {
    display: flex;
    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 32px;
}


.gd-about-manifest-main-btn,
.gd-about-manifest-call-btn {
    min-height: 53px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    padding:
        0 20px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: .8px;

    transition:
        .35s ease;
}


.gd-about-manifest-main-btn {
    color:
        var(--gd-white);

    background:
        var(--gd-dark-teal);
}


.gd-about-manifest-main-btn span {
    font-size: 19px;

    transition:
        transform .3s ease;
}


.gd-about-manifest-main-btn:hover {
    color:
        var(--gd-dark-teal);

    background:
        var(--gd-orange);

    transform:
        translateY(-4px);
}


.gd-about-manifest-main-btn:hover span {
    transform:
        translateX(4px);
}


.gd-about-manifest-call-btn {
    color:
        var(--gd-dark-teal);

    border:
        1px solid
        rgba(14,76,92,.16);
}


.gd-about-manifest-call-btn svg {
    width: 18px;
    height: 18px;

    fill: none;

    stroke:
        var(--gd-orange);

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gd-about-manifest-call-btn:hover {
    color:
        var(--gd-white);

    background:
        var(--gd-teal);

    border-color:
        var(--gd-teal);

    transform:
        translateY(-4px);
}


/* =========================================================
   RIGHT PANEL
========================================================= */

.gd-about-manifest-panel {
    position: relative;

    min-height: 100%;

    padding:
        35px;

    overflow: hidden;

    color:
        var(--gd-white);

    background:
        linear-gradient(
            150deg,
            #07343f,
            var(--gd-dark-teal)
        );

    box-shadow:
        18px 22px 0
        rgba(42,127,133,.12);
}


.gd-about-manifest-panel::before {
    content: "";

    position: absolute;

    inset: 0;

    background-image:

        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );

    background-size:
        32px 32px;

    pointer-events: none;
}


.gd-about-manifest-panel::after {
    content: "ABOUT";

    position: absolute;

    right: -35px;
    bottom: 0;

    color:
        rgba(255,255,255,.025);

    font-size:
        90px;

    font-weight: 900;

    transform:
        rotate(-90deg);

    pointer-events: none;
}


/* =========================================================
   PANEL HEAD
========================================================= */

.gd-about-manifest-panel-head {
    position: relative;
    z-index: 3;

    display: grid;

    grid-template-columns:
        auto
        1fr
        auto;

    align-items: center;

    gap: 12px;

    padding-bottom: 24px;

    margin-bottom: 5px;

    border-bottom:
        1px solid
        rgba(255,255,255,.11);
}


.gd-about-manifest-status {
    width: 11px;
    height: 11px;

    background:
        var(--gd-orange);

    border-radius: 50%;

    box-shadow:
        0 0 0 7px
        rgba(244,162,97,.1);

    animation:
        gdManifestPulse
        2s ease-in-out infinite;
}


.gd-about-manifest-panel-head small,
.gd-about-manifest-panel-head strong {
    display: block;
}


.gd-about-manifest-panel-head small {
    margin-bottom: 4px;

    color:
        var(--gd-orange);

    font-size: 8px;

    letter-spacing: 1.5px;
}


.gd-about-manifest-panel-head strong {
    color:
        var(--gd-white);

    font-family:
        Georgia,
        serif;

    font-size: 18px;

    font-weight: 400;
}


.gd-about-manifest-code {
    color:
        rgba(255,255,255,.13);

    font-family:
        Georgia,
        serif;

    font-size: 40px;
}


/* =========================================================
   ITEMS
========================================================= */

.gd-about-manifest-item {
    position: relative;
    z-index: 3;

    display: grid;

    grid-template-columns:
        36px
        48px
        1fr;

    gap: 12px;

    align-items: center;

    padding:
        25px 0;

    border-bottom:
        1px solid
        rgba(255,255,255,.09);

    transition:
        padding-left .35s ease;
}


.gd-about-manifest-item:hover {
    padding-left: 9px;
}


.gd-about-manifest-number {
    color:
        rgba(255,255,255,.15);

    font-family:
        Georgia,
        serif;

    font-size: 22px;
}


.gd-about-manifest-item-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:
        var(--gd-orange);

    border:
        1px solid
        rgba(244,162,97,.35);

    border-radius: 50%;

    transition:
        .35s ease;
}


.gd-about-manifest-item:hover
.gd-about-manifest-item-icon {
    color:
        var(--gd-dark-teal);

    background:
        var(--gd-orange);

    transform:
        rotate(-7deg);
}


.gd-about-manifest-item-icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke:
        currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gd-about-manifest-item small,
.gd-about-manifest-item strong {
    display: block;
}


.gd-about-manifest-item small {
    margin-bottom: 5px;

    color:
        var(--gd-orange);

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.3px;
}


.gd-about-manifest-item strong {
    color:
        var(--gd-white);

    font-size: 13px;
}


.gd-about-manifest-item p {
    margin:
        5px 0 0;

    color:
        rgba(255,255,255,.5);

    font-size: 11px;

    line-height: 1.55;
}


/* =========================================================
   PANEL BOTTOM
========================================================= */

.gd-about-manifest-panel-bottom {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 25px;
}


.gd-about-manifest-panel-bottom span {
    color:
        var(--gd-orange);

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.4px;
}


.gd-about-manifest-panel-bottom i {
    width: 6px;
    height: 6px;

    background:
        var(--gd-orange);

    border-radius: 50%;
}


.gd-about-manifest-panel-bottom small {
    color:
        rgba(255,255,255,.4);

    font-size: 7px;

    letter-spacing: 1.3px;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes gdManifestWheel {

    to {
        transform:
            translateY(-50%)
            rotate(360deg);
    }

}


@keyframes gdManifestPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .35;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .gd-about-manifest {
        padding:
            85px 0;
    }


    .gd-about-manifest-content {
        padding-right:
            0;
    }


    .gd-about-manifest-panel {
        margin-top:
            20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .gd-about-manifest {
        padding:
            65px 0;
    }


    .gd-about-manifest-container {
        padding-left:
            20px;

        padding-right:
            20px;
    }


    .gd-about-manifest-kicker {
        flex-wrap:
            wrap;
    }


    .gd-about-manifest-kicker i {
        display:
            none;
    }


    .gd-about-manifest-content h2 {
        font-size:
            clamp(
                40px,
                12vw,
                53px
            );

        letter-spacing:
            -1.8px;
    }


    .gd-about-manifest-copy {
        grid-template-columns:
            1fr;
    }


    .gd-about-manifest-door {
        padding:
            15px;
    }


    .gd-about-door-row {
        min-height:
            45px;
    }


    .gd-about-manifest-actions {
        flex-direction:
            column;

        align-items:
            stretch;
    }


    .gd-about-manifest-main-btn,
    .gd-about-manifest-call-btn {
        width:
            100%;
    }


    .gd-about-manifest-panel {
        padding:
            28px 20px;
    }


    .gd-about-manifest-item {
        grid-template-columns:
            30px
            42px
            1fr;

        gap:
            9px;
    }


    .gd-about-manifest-item-icon {
        width:
            40px;

        height:
            40px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .gd-about-door-wheel,
    .gd-about-manifest-status {
        animation:
            none !important;
    }

}
