:root {
    --st-gt-bordeaux: #7b1f2d;
    --st-gt-bordeaux-light: #a02e40;
    --st-gt-bordeaux-dark: #4d111b;

    --st-gt-dark: #1b1b1e;
    --st-gt-dark-two: #222226;
    --st-gt-dark-three: #29292e;

    --st-gt-white: #f7f7f8;
    --st-gt-muted: #aaaab0;
    --st-gt-border: rgba(255, 255, 255, 0.11);
}


/* ==========================================================
   PAGE ISOLATION AND RESET
   ========================================================== */

html {
    overflow-x: hidden !important;
}


body.shoetrend-get-in-touch-page {
    width: 100% !important;
    max-width: none !important;
    min-height: 100% !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow-x: hidden !important;

    columns: auto !important;
    column-count: auto !important;

    color: var(--st-gt-white) !important;
    background: var(--st-gt-dark) !important;
}


body.shoetrend-get-in-touch-page::before,
body.shoetrend-get-in-touch-page::after {
    display: none !important;
}


body.shoetrend-get-in-touch-page > *,
body.shoetrend-get-in-touch-page .st-site-header,
body.shoetrend-get-in-touch-page .st-desktop-header,
body.shoetrend-get-in-touch-page .st-mobile-header,
body.shoetrend-get-in-touch-page .st-gt-page {
    width: 100% !important;
    max-width: none !important;

    float: none !important;

    grid-column: 1 / -1 !important;

    clear: both !important;
}


body.shoetrend-get-in-touch-page .st-site-header {
    position: static !important;

    inset: auto !important;
    top: auto !important;

    margin: 0 !important;

    transform: none !important;
}


body.shoetrend-get-in-touch-page .st-site-header.is-scrolled,
body.shoetrend-get-in-touch-page .st-site-header.st-header-hidden {
    position: static !important;

    top: auto !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
}


body.shoetrend-get-in-touch-page .st-store-bar {
    background:
        linear-gradient(
            90deg,
            var(--st-gt-bordeaux-dark),
            var(--st-gt-bordeaux),
            var(--st-gt-bordeaux-light),
            var(--st-gt-bordeaux-dark)
        ) !important;
}


body.shoetrend-get-in-touch-page .st-brand-row {
    background:
        linear-gradient(
            90deg,
            #1b1b1e,
            #272126,
            #1b1b1e
        ) !important;
}


body.shoetrend-get-in-touch-page .st-main-nav {
    background:
        linear-gradient(
            90deg,
            #19191c,
            #291a20,
            #19191c
        ) !important;
}


.st-gt-page,
.st-gt-page *,
.st-gt-page *::before,
.st-gt-page *::after {
    box-sizing: border-box;
}


.st-gt-page {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    color: var(--st-gt-white);

    background: var(--st-gt-dark);
}


.st-gt-page section {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;

    display: block !important;

    float: none !important;
    clear: both !important;

    margin: 0 !important;
}


.st-gt-container {
    width: min(1320px, calc(100% - 56px)) !important;
    max-width: 1320px !important;

    display: block;

    margin-right: auto !important;
    margin-left: auto !important;
}


/* ==========================================================
   COMMON ELEMENTS
   ========================================================== */

.st-gt-eyebrow {
    display: block;

    margin-bottom: 18px;

    color: var(--st-gt-bordeaux-light);

    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.22em;
    line-height: 1.4;
    text-transform: uppercase;
}


.st-gt-page h1,
.st-gt-page h2,
.st-gt-page h3,
.st-gt-page p {
    margin-top: 0;
}


.st-gt-page h1,
.st-gt-page h2,
.st-gt-page h3 {
    color: var(--st-gt-white) !important;

    font-weight: 720;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}


.st-gt-reveal {
    opacity: 0;
    transform: translateY(25px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}


.st-gt-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}


.st-gt-button {
    min-height: 55px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 28px;

    border-radius: 999px;

    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.st-gt-button-primary {
    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            var(--st-gt-bordeaux-light),
            var(--st-gt-bordeaux-dark)
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.18);

    box-shadow:
        0 13px 32px rgba(77, 17, 27, 0.4);
}


.st-gt-button-outline {
    color: #ffffff !important;

    background:
        rgba(255, 255, 255, 0.04);

    border:
        1px solid
        rgba(255, 255, 255, 0.17);
}


.st-gt-button:hover {
    color: #ffffff !important;

    transform: translateY(-3px);
}


.st-gt-button-primary:hover {
    box-shadow:
        0 18px 42px rgba(77, 17, 27, 0.55);
}


.st-gt-button-outline:hover {
    border-color:
        rgba(160, 46, 64, 0.72);
}


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

.st-gt-hero {
    min-height: 670px;

    padding: 110px 0;

    overflow: hidden !important;

    background:
        radial-gradient(
            circle at 79% 30%,
            rgba(123, 31, 45, 0.3),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            #18181b,
            #27272c 53%,
            #19191c
        );

    border-bottom:
        1px solid
        var(--st-gt-border);
}


.st-gt-glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


.st-gt-glow-one {
    top: -220px;
    right: -130px;

    width: 540px;
    height: 540px;

    border:
        1px solid
        rgba(160, 46, 64, 0.25);
}


.st-gt-glow-two {
    right: 180px;
    bottom: -290px;

    width: 450px;
    height: 450px;

    background:
        radial-gradient(
            circle,
            rgba(123, 31, 45, 0.18),
            transparent 70%
        );
}


.st-gt-hero-grid {
    position: relative;
    z-index: 2;

    display: grid !important;
    grid-template-columns: 1.1fr 0.9fr !important;
    gap: 75px;
    align-items: center;
}


.st-gt-hero-copy h1 {
    max-width: 760px;

    margin-bottom: 28px !important;

    font-size: clamp(72px, 8vw, 136px);
    line-height: 0.79;
}


.st-gt-hero-copy > p {
    max-width: 650px;

    margin-bottom: 35px;

    color: #b4b4ba;

    font-size: 18px;
    line-height: 1.75;
}


.st-gt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.st-gt-story-card {
    position: relative;

    min-height: 405px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 40px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.018)
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.13);

    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.28);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


.st-gt-story-card::before {
    position: absolute;
    top: 0;
    right: 0;

    width: 4px;
    height: 100%;

    background:
        linear-gradient(
            var(--st-gt-bordeaux-light),
            transparent
        );

    content: "";
}


.st-gt-card-number {
    position: absolute;
    top: 27px;
    right: 31px;

    color:
        rgba(255, 255, 255, 0.16);

    font-size: 79px;
    font-weight: 750;
    letter-spacing: -0.08em;
    line-height: 1;
}


.st-gt-small-label {
    display: block;

    margin-bottom: 12px;

    color: var(--st-gt-bordeaux-light);

    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}


.st-gt-story-content h2 {
    margin-bottom: 0 !important;

    font-size: 39px;
    line-height: 1;
}


.st-gt-story-line {
    width: 74px;
    height: 2px;

    display: block;

    margin: 27px 0;

    background:
        var(--st-gt-bordeaux-light);
}


.st-gt-story-content p {
    max-width: 440px;

    margin: 0;

    color: #aaaab0;

    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================================
   DETAILS
   ========================================================== */

.st-gt-details {
    padding: 105px 0;

    background:
        var(--st-gt-dark-two);

    border-bottom:
        1px solid
        var(--st-gt-border);
}


.st-gt-heading {
    max-width: 880px;

    margin-bottom: 55px;
}


.st-gt-heading h2 {
    margin-bottom: 0 !important;

    font-size: clamp(51px, 6.2vw, 93px);
    line-height: 0.86;
}


.st-gt-heading > p {
    max-width: 620px;

    margin: 27px 0 0;

    color: var(--st-gt-muted);

    font-size: 15px;
    line-height: 1.75;
}


.st-gt-card-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px;
}


.st-gt-info-card {
    position: relative;

    min-height: 285px;

    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;

    padding: 29px;

    overflow: hidden;

    color: inherit !important;

    background:
        linear-gradient(
            145deg,
            #2c2c31,
            #1d1d20
        );

    border:
        1px solid
        var(--st-gt-border);

    text-decoration: none !important;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.st-gt-info-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            var(--st-gt-bordeaux-light),
            var(--st-gt-bordeaux-dark)
        );

    content: "";

    transform: scaleX(0);
    transform-origin: left;

    transition:
        transform 0.3s ease;
}


.st-gt-info-card:hover {
    color: inherit !important;

    border-color:
        rgba(160, 46, 64, 0.58);

    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.28);

    transform: translateY(-8px);
}


.st-gt-info-card:hover::before {
    transform: scaleX(1);
}


.st-gt-info-number {
    position: absolute;
    top: 21px;
    right: 23px;

    color:
        rgba(255, 255, 255, 0.16);

    font-size: 30px;
    font-weight: 700;
}


.st-gt-info-icon {
    position: absolute;
    top: 27px;
    left: 27px;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--st-gt-bordeaux-light);

    background:
        rgba(123, 31, 45, 0.15);

    border:
        1px solid
        rgba(160, 46, 64, 0.28);

    border-radius: 50%;
}


.st-gt-info-icon svg,
.st-gt-gallery-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.st-gt-info-card small {
    display: block;

    margin-bottom: 10px;

    color: #909096;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}


.st-gt-info-card strong {
    display: block;

    color: #ffffff;

    font-size: 19px;
    font-weight: 650;
    line-height: 1.35;
}


.st-gt-info-card p {
    margin: 11px 0 0;

    color: #a5a5ab;

    font-size: 13px;
    line-height: 1.65;
}


.st-gt-card-arrow {
    position: absolute;
    right: 24px;
    bottom: 25px;

    color: var(--st-gt-bordeaux-light);

    font-size: 21px;
}


/* ==========================================================
   FORM AND MAP
   ========================================================== */

.st-gt-connect {
    padding: 105px 0;

    background:
        #19191c;

    border-bottom:
        1px solid
        var(--st-gt-border);
}


.st-gt-connect-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px;
    align-items: stretch;
}


.st-gt-form-card,
.st-gt-map-card {
    min-width: 0;

    background:
        linear-gradient(
            145deg,
            #2a2a2f,
            #202023
        );

    border:
        1px solid
        var(--st-gt-border);

    box-shadow:
        0 29px 68px rgba(0, 0, 0, 0.24);
}


.st-gt-form-card {
    padding: 42px;
}


.st-gt-form {
    display: grid;
    gap: 21px;
}


.st-gt-fields-two {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 17px;
}


.st-gt-field {
    display: grid;
    gap: 9px;
}


.st-gt-field > span {
    color: #b4b4b9;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}


.st-gt-field input,
.st-gt-field select,
.st-gt-field textarea {
    width: 100% !important;

    margin: 0 !important;

    color: #ffffff !important;

    background:
        #19191c !important;

    border:
        1px solid
        rgba(255, 255, 255, 0.12) !important;

    border-radius: 0 !important;

    outline: none !important;

    font-family: inherit;
    font-size: 14px;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


.st-gt-field input,
.st-gt-field select {
    min-height: 54px;

    padding: 0 16px !important;
}


.st-gt-field textarea {
    min-height: 158px;

    padding: 16px !important;

    resize: vertical;
}


.st-gt-field input::placeholder,
.st-gt-field textarea::placeholder {
    color: #69696f;
}


.st-gt-field input:focus,
.st-gt-field select:focus,
.st-gt-field textarea:focus {
    background:
        #1e1e22 !important;

    border-color:
        var(--st-gt-bordeaux-light) !important;

    box-shadow:
        0 0 0 3px
        rgba(123, 31, 45, 0.14) !important;
}


.st-gt-submit {
    min-height: 57px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 24px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--st-gt-bordeaux-light),
            var(--st-gt-bordeaux-dark)
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.17);

    box-shadow:
        0 13px 32px rgba(77, 17, 27, 0.36);

    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.st-gt-submit:hover {
    box-shadow:
        0 18px 41px rgba(77, 17, 27, 0.52);

    transform: translateY(-3px);
}


.st-gt-honeypot {
    position: absolute !important;
    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
}


.st-gt-notice {
    margin-bottom: 24px;
    padding: 15px 18px;

    border: 1px solid;

    font-size: 13px;
    line-height: 1.6;
}


.st-gt-notice.is-success {
    color: #dbeade;

    background:
        rgba(71, 134, 84, 0.13);

    border-color:
        rgba(99, 168, 114, 0.34);
}


.st-gt-notice.is-error {
    color: #f1d8dd;

    background:
        rgba(123, 31, 45, 0.17);

    border-color:
        rgba(160, 46, 64, 0.38);
}


.st-gt-map-card {
    display: grid !important;
    grid-template-rows: auto minmax(390px, 1fr) !important;

    overflow: hidden;
}


.st-gt-map-copy {
    padding: 37px;
}


.st-gt-map-copy h3 {
    margin-bottom: 0 !important;

    font-size: clamp(45px, 4.5vw, 69px);
    line-height: 0.88;
}


.st-gt-map-copy p {
    max-width: 400px;

    margin: 24px 0 28px;

    color: #a8a8ae;

    font-size: 14px;
    line-height: 1.7;
}


.st-gt-map-frame {
    position: relative;

    min-height: 390px;

    overflow: hidden;
}


.st-gt-map-frame iframe {
    position: absolute;
    inset: 0;

    width: 100% !important;
    height: 100% !important;
    min-height: 390px !important;

    display: block;

    border: 0 !important;

    filter:
        grayscale(0.75)
        contrast(1.08)
        brightness(0.78);
}


/* ==========================================================
   GALLERY
   ========================================================== */

.st-gt-gallery {
    padding: 105px 0;

    background:
        #202024;
}


.st-gt-gallery-grid {
    display: grid !important;
    grid-template-columns: 1.15fr 0.85fr 0.85fr !important;
    gap: 14px;
}


.st-gt-gallery-slot {
    position: relative;

    min-height: 390px;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 44%,
            rgba(123, 31, 45, 0.15),
            transparent 39%
        ),
        linear-gradient(
            145deg,
            #2c2c31,
            #1d1d20
        );

    border:
        1px solid
        var(--st-gt-border);
}


.st-gt-gallery-slot:first-child {
    min-height: 480px;
}


.st-gt-gallery-slot::before {
    position: absolute;
    inset: 18px;

    border:
        1px dashed
        rgba(255, 255, 255, 0.1);

    content: "";
}


.st-gt-gallery-number {
    position: absolute;
    top: 25px;
    right: 27px;

    color:
        rgba(255, 255, 255, 0.16);

    font-size: 31px;
    font-weight: 700;
}


.st-gt-gallery-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 19px;

    color: var(--st-gt-bordeaux-light);

    background:
        rgba(123, 31, 45, 0.15);

    border:
        1px solid
        rgba(160, 46, 64, 0.3);

    border-radius: 50%;
}


.st-gt-gallery-icon svg {
    width: 29px;
    height: 29px;
}


.st-gt-gallery-slot strong {
    color: #ffffff;

    font-size: 18px;
    font-weight: 650;
}


.st-gt-gallery-slot small {
    margin-top: 8px;

    color: #89898f;

    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}


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

@media (max-width: 1050px) {
    .st-gt-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 45px;
    }


    .st-gt-story-card {
        min-height: 340px;
    }


    .st-gt-card-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr))
            !important;
    }


    .st-gt-connect-grid {
        grid-template-columns: 1fr !important;
    }


    .st-gt-map-card {
        grid-template-columns: 0.75fr 1.25fr !important;
        grid-template-rows: none !important;
    }


    .st-gt-gallery-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr))
            !important;
    }


    .st-gt-gallery-slot:first-child {
        grid-column: 1 / -1;

        min-height: 390px;
    }
}


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

@media (max-width: 767px) {
    .st-gt-container {
        width: calc(100% - 32px) !important;
    }


    .st-gt-hero {
        min-height: auto;

        padding: 78px 0 70px;
    }


    .st-gt-hero-copy h1 {
        font-size: 66px;
    }


    .st-gt-hero-copy > p {
        font-size: 15px;
    }


    .st-gt-actions {
        display: grid;
        grid-template-columns: 1fr;
    }


    .st-gt-button {
        width: 100%;
    }


    .st-gt-story-card {
        min-height: 325px;

        padding: 28px;
    }


    .st-gt-card-number {
        font-size: 58px;
    }


    .st-gt-story-content h2 {
        font-size: 30px;
    }


    .st-gt-details,
    .st-gt-connect,
    .st-gt-gallery {
        padding: 75px 0;
    }


    .st-gt-heading h2 {
        font-size: 55px;
    }


    .st-gt-card-grid {
        grid-template-columns: 1fr !important;
    }


    .st-gt-info-card {
        min-height: 235px;
    }


    .st-gt-form-card {
        padding: 25px 20px;
    }


    .st-gt-fields-two {
        grid-template-columns: 1fr !important;
    }


    .st-gt-map-card {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 420px !important;
    }


    .st-gt-map-copy {
        padding: 35px 24px;
    }


    .st-gt-map-frame,
    .st-gt-map-frame iframe {
        min-height: 420px !important;
    }


    .st-gt-gallery-grid {
        grid-template-columns: 1fr !important;
    }


    .st-gt-gallery-slot,
    .st-gt-gallery-slot:first-child {
        grid-column: auto;

        min-height: 330px;
    }
}


@media (prefers-reduced-motion: reduce) {
    .st-gt-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
