:root {
    --gm-green: #25b579;
    --gm-ink: #07151a;
    --gm-deep: #0b2027;
    --gm-mist: #eef3f1;
    --gm-line: rgba(255, 255, 255, .15);
}

.gm-section {
    box-sizing: border-box;
    padding: 110px max(6vw, 34px);
    background: #f5f7f6;
    color: var(--gm-ink);
    position: relative;
    overflow: hidden;
}

.gm-section--dark {
    color: #fff;
    background:
        radial-gradient(circle at 88% 14%, rgba(37, 181, 121, .18), transparent 31%),
        linear-gradient(135deg, #071218 0%, #102b32 100%);
}

.gm-section__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.gm-eyebrow {
    margin: 0 0 16px;
    color: var(--gm-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.gm-title {
    max-width: 760px;
    margin: 0;
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.gm-lead {
    max-width: 760px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.9;
}

.gm-lead--dark {
    color: #526268;
}

.gm-timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 64px;
    border-top: 1px solid var(--gm-line);
}

.gm-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 46px;
    background: var(--gm-line);
    border: 1px solid var(--gm-line);
}

.gm-proof-stat {
    min-height: 132px;
    padding: 24px;
    background: rgba(255, 255, 255, .04);
    box-sizing: border-box;
}

.gm-proof-stat strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(25px, 3vw, 39px);
    font-weight: 500;
}

.gm-proof-stat span {
    color: rgba(255,255,255,.6);
    font-size: 13px;
    line-height: 1.6;
}

.gm-timeline__item {
    min-height: 205px;
    padding: 28px 22px 22px 0;
    border-right: 1px solid var(--gm-line);
}

.gm-timeline__item:not(:first-child) {
    padding-left: 22px;
}

.gm-timeline__item:last-child {
    border-right: 0;
}

.gm-year {
    display: block;
    margin-bottom: 42px;
    color: var(--gm-green);
    font-size: 27px;
    font-weight: 700;
}

.gm-timeline__item h3,
.gm-card h3,
.gm-service-card h3,
.gm-contact-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.gm-timeline__item p,
.gm-card p,
.gm-service-card p,
.gm-contact-card p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.75;
}

.gm-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 54px;
}

.gm-card {
    min-height: 190px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dfe7e3;
}

.gm-card__number {
    display: block;
    margin-bottom: 48px;
    color: var(--gm-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.gm-card p,
.gm-service-card p,
.gm-contact-card p {
    color: #627177;
}

.gm-creative-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 38px;
}

.gm-chip {
    padding: 11px 16px;
    border: 1px solid #cad7d1;
    border-radius: 999px;
    color: #32464d;
    font-size: 13px;
}

.gm-team {
    background: #fff;
}

.gm-team-levels {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    margin-top: 52px;
    background: #dbe5e0;
    border: 1px solid #dbe5e0;
}

.gm-team-level {
    min-height: 145px;
    padding: 28px 22px;
    box-sizing: border-box;
    background: #f8faf9;
}

.gm-team-level span {
    display: block;
    margin-bottom: 25px;
    color: var(--gm-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.gm-team-level strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
}

.gm-team-level small {
    color: #758287;
    line-height: 1.6;
}

.gm-note {
    margin-top: 26px;
    padding-left: 18px;
    border-left: 3px solid var(--gm-green);
    color: #607075;
    font-size: 14px;
    line-height: 1.7;
}

.gm-hq-proof {
    background: #e8efec;
}

.gm-hq-layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(40px, 7vw, 100px);
    align-items: center;
}

.gm-hq-visual {
    position: relative;
}

.gm-hq-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.gm-hq-badge {
    position: absolute;
    right: -20px;
    bottom: -24px;
    width: min(260px, 64%);
    padding: 22px;
    box-sizing: border-box;
    background: var(--gm-green);
    color: #fff;
}

.gm-hq-badge small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.7);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.gm-hq-badge strong {
    font-size: 18px;
    line-height: 1.45;
}

.gm-proof-list {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c7d4ce;
}

.gm-proof-list li {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #c7d4ce;
    color: #34484f;
    font-size: 15px;
    line-height: 1.65;
}

.gm-proof-list b {
    color: var(--gm-green);
    font-size: 12px;
    letter-spacing: .1em;
}

.gm-attribution {
    margin-top: 26px;
    color: #72827d;
    font-size: 12px;
    line-height: 1.7;
}

.gm-attribution a {
    color: #176f50;
    text-underline-offset: 3px;
}

.gm-home-proof {
    position: fixed;
    z-index: 200000;
    right: 34px;
    bottom: 28px;
    width: min(390px, calc(100vw - 68px));
    padding: 17px 20px;
    box-sizing: border-box;
    background: rgba(5, 19, 24, .88);
    border-left: 3px solid var(--gm-green);
    color: #fff;
    backdrop-filter: blur(14px);
}

.gm-home-proof span {
    display: block;
    margin-bottom: 7px;
    color: var(--gm-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.gm-home-proof strong {
    display: block;
    font-size: 14px;
    line-height: 1.55;
}

.gm-home-proof a {
    display: inline-block;
    margin-top: 8px;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    text-decoration: none;
}

.gm-music-player {
    position: fixed;
    z-index: 200001;
    left: 30px;
    bottom: 28px;
}

#gmMusicToggle {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 170px;
    padding: 9px 16px 9px 10px;
    color: #fff;
    background: rgba(5, 19, 24, .88);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    cursor: pointer;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

#gmMusicToggle:hover,
#gmMusicToggle:focus-visible {
    border-color: rgba(37, 181, 121, .78);
    outline: none;
}

.gm-music-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: var(--gm-green);
}

.gm-music-mark i {
    display: none;
    width: 2px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    transform-origin: center;
}

.gm-music-mark::before {
    content: '';
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
}

.gm-music-player.is-playing .gm-music-mark::before {
    display: none;
}

.gm-music-player.is-playing .gm-music-mark i {
    display: block;
    animation: gmMusicPulse .85s ease-in-out infinite alternate;
}

.gm-music-player.is-playing .gm-music-mark i:nth-child(2) {
    animation-delay: -.34s;
}

.gm-music-player.is-playing .gm-music-mark i:nth-child(3) {
    animation-delay: -.62s;
}

.gm-music-copy {
    display: block;
    text-align: left;
}

.gm-music-copy small,
.gm-music-copy strong {
    display: block;
}

.gm-music-copy small {
    margin-bottom: 3px;
    color: var(--gm-green);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
}

.gm-music-copy strong {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
}

@keyframes gmMusicPulse {
    from { transform: scaleY(.55); }
    to { transform: scaleY(1.55); }
}

@media (prefers-reduced-motion: reduce) {
    .gm-music-player.is-playing .gm-music-mark i {
        animation: none;
    }
}

.gm-shop-heading {
    width: min(1180px, calc(100% - 68px));
    margin: 0 auto;
    padding: 90px 0 15px;
}

.gm-shop-heading .gm-title {
    color: #fff;
}

.gm-services {
    padding-top: 96px;
    padding-bottom: 96px;
}

.gm-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 46px;
}

.gm-service-card {
    padding: 28px;
    background: #fff;
    border-top: 3px solid var(--gm-green);
}

.gm-service-card .gm-en {
    display: block;
    margin-bottom: 20px;
    color: #92a19b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
}

.gm-service-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid #dbe5e0;
    color: #64747a;
    font-size: 14px;
}

.gm-button {
    display: inline-block;
    padding: 13px 24px;
    background: var(--gm-green);
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

#ctrlWrapper {
    display: none !important;
}

.gm-contact-summary {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 14px;
    margin-bottom: 26px;
}

.gm-contact-card {
    padding: 26px;
    background: #0a1c22;
    color: #fff;
}

.gm-contact-card--green {
    background: var(--gm-green);
}

.gm-contact-card p,
.gm-contact-card a {
    color: rgba(255,255,255,.82);
    text-decoration: none;
}

.gm-contact-kicker {
    display: block;
    margin-bottom: 26px;
    color: rgba(255,255,255,.55);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

#reservationsDetails.sectionContent {
    height: auto;
    min-height: 100%;
    overflow: visible;
}

#contactHeader,
#workHeader {
    opacity: 1 !important;
}

.gm-work-intro {
    width: min(860px, calc(100% - 60px));
    margin: 0 auto 42px;
    text-align: center;
}

.gm-work-document {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.gm-work-document body {
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.gm-work-document body #container.sections,
.gm-work-document body #mainWrapper,
.gm-work-document body #boxWrapper,
.gm-work-document body #innerWrapper {
    height: auto !important;
    min-height: 0;
    overflow: visible !important;
}

.gm-work-document body #container.sections {
    min-height: 100vh;
}

.gm-work-document body #workCat,
.gm-work-document body #listWrapper,
.gm-work-document body #pageWrapper,
.gm-work-document body #middlelbWrapper,
.gm-work-document body #toplbWrapper {
    display: none !important;
}

.gm-work-intro h1 {
    margin: 0 0 18px;
    color: #0a1c22;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 400;
}

.gm-work-intro p {
    margin: 0;
    color: #66757a;
    font-size: 15px;
    line-height: 1.8;
}

.gm-work-directory {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1280px, calc(100% - 60px));
    margin: 0 auto 72px;
    border: 1px solid #dce4e0;
}

.gm-work-directory a {
    position: relative;
    min-height: 138px;
    padding: 24px 28px;
    box-sizing: border-box;
    color: var(--gm-ink);
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease;
}

.gm-work-directory a + a {
    border-left: 1px solid #dce4e0;
}

.gm-work-directory a:hover,
.gm-work-directory a:focus-visible {
    color: #fff;
    background: var(--gm-green);
}

.gm-work-directory small,
.gm-work-directory strong,
.gm-work-directory span {
    display: block;
}

.gm-work-directory small {
    margin-bottom: 19px;
    color: var(--gm-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.gm-work-directory a:hover small,
.gm-work-directory a:focus-visible small {
    color: rgba(255,255,255,.72);
}

.gm-work-directory strong {
    font-size: 20px;
    font-weight: 500;
}

.gm-work-directory span {
    position: absolute;
    right: 24px;
    bottom: 22px;
    color: #83908d;
    font-size: 12px;
}

.gm-work-directory a:hover span,
.gm-work-directory a:focus-visible span {
    color: rgba(255,255,255,.72);
}

.gm-hq-chapter {
    width: min(1160px, calc(100% - 60px));
    margin: 0 auto 44px;
    padding: 78px 60px;
    box-sizing: border-box;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(37,181,121,.28), transparent 30%),
        linear-gradient(135deg, #071218, #102b32);
}

.gm-hq-chapter h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.2;
}

.gm-hq-chapter > p:last-child {
    max-width: 760px;
    margin: 25px 0 0;
    color: rgba(255,255,255,.67);
    font-size: 15px;
    line-height: 1.8;
}

#gooooodmeWorks,
#headquartersIcgWorks,
#headquartersOfficialWorks {
    scroll-margin-top: 28px;
}

.gm-contact-document {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.gm-contact-document body {
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.gm-contact-document body #container,
.gm-contact-document body #mainWrapper,
.gm-contact-document body #MWrapper,
.gm-contact-document body #RWrapper {
    height: auto !important;
    overflow: visible !important;
}

.gm-contact-document body #container,
.gm-contact-document body #mainWrapper {
    min-height: 100vh;
}

.gm-contact-document body #MWrapper,
.gm-contact-document body #RWrapper {
    min-height: calc(100vh - 80px);
}

.gm-hair-collection {
    width: min(1280px, calc(100% - 60px));
    margin: 0 auto 105px;
}

.gm-hair-collection__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dce4e0;
}

.gm-hair-collection__head h2 {
    margin: 0;
    color: #0a1c22;
    font-size: clamp(27px, 3.4vw, 45px);
    font-weight: 400;
}

.gm-hair-collection__head p {
    max-width: 480px;
    margin: 0;
    color: #69787d;
    font-size: 13px;
    line-height: 1.7;
    text-align: right;
}

.gm-hair-grid {
    columns: 4;
    column-gap: 18px;
}

.gm-hair-look {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 18px;
    break-inside: avoid;
    background: #f3f6f4;
    color: #fff;
    text-decoration: none;
}

.gm-hair-look img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    transition: transform .55s ease;
}

.gm-hair-look > span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 48px 18px 16px;
    background: linear-gradient(transparent, rgba(3, 14, 18, .78));
}

.gm-hair-look b,
.gm-hair-look small {
    display: block;
}

.gm-hair-look b {
    font-size: 13px;
    letter-spacing: .14em;
}

.gm-hair-look small {
    margin-top: 5px;
    color: rgba(255,255,255,.63);
    font-size: 9px;
    letter-spacing: .11em;
}

.gm-hair-look:hover img {
    transform: scale(1.025);
}

.gm-hair-collection--hq {
    padding: 50px;
    box-sizing: border-box;
    background: #0a1c22;
}

.gm-hair-collection--hq .gm-hair-collection__head {
    border-color: rgba(255,255,255,.18);
}

.gm-hair-collection--hq .gm-hair-collection__head h2 {
    color: #fff;
}

.gm-hair-collection--hq .gm-hair-collection__head p {
    color: rgba(255,255,255,.58);
}

.gm-hq-source {
    margin: 28px 0 0;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    line-height: 1.7;
}

.gm-hq-source a {
    color: var(--gm-green);
    text-underline-offset: 3px;
}

@media screen and (max-width: 980px) {
    .gm-timeline,
    .gm-team-levels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gm-grid,
    .gm-services-grid,
    .gm-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gm-hq-layout {
        grid-template-columns: 1fr;
    }

    .gm-hair-grid {
        columns: 3;
    }

    .gm-timeline__item {
        border-bottom: 1px solid var(--gm-line);
    }
}

@media screen and (max-width: 640px) {
	.gm-about-document,
	.gm-about-document body {
		height: auto !important;
		min-height: 100%;
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}

	.gm-about-document body #container,
	.gm-about-document body #mainWrapper {
		height: auto !important;
		min-height: 100vh;
		overflow: visible !important;
	}

	.gm-about-document #team {
		scroll-margin-top: 60px;
	}

    .gm-music-player {
        top: 72px;
        right: 14px;
        bottom: auto;
        left: auto;
    }

    #gmMusicToggle {
        min-width: 0;
        padding: 6px;
        border-radius: 50%;
    }

    .gm-music-mark {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .gm-music-copy {
        display: none;
    }

    .gm-section {
        padding: 72px 22px;
    }

    .gm-grid,
    .gm-services-grid,
    .gm-contact-summary,
    .gm-timeline,
    .gm-team-levels,
    .gm-proof-grid {
        grid-template-columns: 1fr;
    }

    .gm-timeline__item,
    .gm-timeline__item:not(:first-child) {
        min-height: 0;
        padding: 25px 0;
        border-right: 0;
    }

    .gm-year,
    .gm-card__number {
        margin-bottom: 20px;
    }

    .gm-card,
    .gm-team-level {
        min-height: 0;
    }

    .gm-shop-heading {
        width: calc(100% - 44px);
        padding-top: 65px;
    }

    .gm-service-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .gm-hq-badge {
        right: 0;
        bottom: -18px;
    }

    .gm-home-proof {
        right: 16px;
        bottom: 16px;
        width: calc(100vw - 32px);
    }

    .gm-hair-collection {
        width: calc(100% - 28px);
        margin-bottom: 75px;
    }

    .gm-work-directory {
        grid-template-columns: 1fr;
        width: calc(100% - 28px);
        margin-bottom: 52px;
    }

    .gm-work-directory a {
        min-height: 112px;
        padding: 20px 22px;
    }

    .gm-work-directory a + a {
        border-top: 1px solid #dce4e0;
        border-left: 0;
    }

    .gm-hq-chapter {
        width: calc(100% - 28px);
        padding: 54px 26px;
    }

    .gm-contact-document body #MWrapper,
    .gm-contact-document body #RWrapper {
        float: none;
        width: 100%;
        min-height: 0;
    }

    .gm-hair-collection__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .gm-hair-collection__head p {
        text-align: left;
    }

    .gm-hair-grid {
        columns: 2;
        column-gap: 8px;
    }

    .gm-hair-look {
        margin-bottom: 8px;
    }

    .gm-hair-collection--hq {
        padding: 28px 14px;
    }
}
