 @media only screen and (min-width: 0rem) {#gj-about-intro {background: var(--white);padding: 4.5rem 1.5rem;font-family: var(--font-body);}#gj-about-intro .gj-about-copy {position: relative;max-width: 46rem;margin: 0 auto;padding-top: 2rem;text-align: center;}#gj-about-intro .gj-about-copy::before {content: '';position: absolute;top: 0;left: 50%;width: 4.5rem;height: 0.5rem;transform: translateX(-50%);background-color: var(--navy);background-image: repeating-linear-gradient( -45deg, var(--orange) 0 0.5rem, var(--navy) 0.5rem 1rem );}#gj-about-intro .gj-about-text {margin: 1.5rem 0 0;font-size: var(--bodyFontSize);line-height: 1.85;font-weight: 400;color: var(--bodyTextColor);}#gj-about-intro .gj-about-actions {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 1rem;}#gj-about-intro .gj-about-actions .gj-btn {width: 100%;max-width: 20rem;}#gj-about-intro .gj-about-specs {list-style: none;max-width: 46rem;margin: 3rem auto 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1px;background: var(--border);border: 1px solid var(--border);}#gj-about-intro .gj-about-spec {position: relative;padding: 1.15rem 0.75rem 1.15rem 2.25rem;font-family: var(--font-display);font-size: 1.0625rem;font-weight: 400;line-height: 1.3;letter-spacing: -0.03em;text-align: left;color: var(--headerColor);background: var(--white);}#gj-about-intro .gj-about-spec::before {content: '';position: absolute;left: 1rem;top: 1.55rem;width: 0.5rem;height: 0.5rem;background: var(--orange);}#gj-about-intro .gj-about-stage {margin: 3.5rem auto 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}#gj-about-intro .gj-about-shot {position: relative;overflow: hidden;background: var(--smoke);border-bottom: 4px solid var(--navy);transition: border-bottom-color 0.3s ease;}#gj-about-intro .gj-about-shot:hover {border-bottom-color: var(--orange);}#gj-about-intro .gj-about-shot img {width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;object-position: center;transition: transform 0.8s ease;}#gj-about-intro .gj-about-shot:hover img {transform: scale(1.05);}}@media only screen and (min-width: 0rem) {#gj-about-intro.gj-404 {min-height: 58svh;display: flex;align-items: center;padding: 5rem 1.5rem;background: var(--white);}#gj-about-intro.gj-404 .gj-about-inner {width: 100%;}#gj-about-intro.gj-404 .gj-404-copy {max-width: 44rem;margin: 0 auto;text-align: center;}#gj-about-intro.gj-404 .gj-404-code {display: inline-block;padding: 0.5rem 1.5rem;font-family: var(--font-display);font-size: clamp(2.5rem, 9vw, 4rem);line-height: 1;letter-spacing: -0.04em;color: var(--white);background: var(--navy);}#gj-about-intro.gj-404 .gj-404-title {margin: 1.75rem 0 0;font-family: var(--font-display);font-size: clamp(1.875rem, 5.5vw, 3rem);font-weight: 400;line-height: 1.08;letter-spacing: -0.035em;color: var(--headerColor);}#gj-about-intro.gj-404 .gj-404-lead {margin: 1.5rem auto 0;max-width: 38rem;font-size: var(--bodyFontSize);line-height: 1.85;font-weight: 400;color: var(--bodyTextColor);}#gj-about-intro.gj-404 .gj-404-actions {margin-top: 0.75rem;display: flex;flex-direction: column;align-items: center;gap: 0;}}@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {#gj-about-intro {padding: 6rem 2.5rem;}#gj-about-intro.gj-404 {padding: 6.5rem 2.5rem;}#gj-about-intro .gj-about-actions {flex-direction: row;gap: 1.25rem;}#gj-about-intro .gj-about-actions .gj-btn {width: auto;}#gj-about-intro .gj-about-specs {grid-template-columns: repeat(2, 1fr);}#gj-about-intro .gj-about-stage {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}#gj-about-intro.gj-404 .gj-404-actions {flex-direction: row;justify-content: center;gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#gj-about-intro {padding: 8rem 3rem;}#gj-about-intro.gj-404 {padding: 8.5rem 3rem;}#gj-about-intro .gj-about-actions {flex-direction: row;gap: 1.25rem;}#gj-about-intro .gj-about-actions .gj-btn {width: auto;}#gj-about-intro .gj-about-specs {grid-template-columns: repeat(4, 1fr);margin-top: 3.5rem;}#gj-about-intro .gj-about-spec {font-size: 1.125rem;padding: 1.35rem 1rem 1.35rem 2.5rem;}#gj-about-intro .gj-about-spec::before {left: 1.25rem;top: 1.8rem;}#gj-about-intro .gj-about-stage {grid-template-columns: repeat(4, 1fr);align-items: start;gap: 1.5rem;margin-top: 4.5rem;}#gj-about-intro .gj-about-shot:nth-child(even) {margin-top: 3rem;}#gj-about-intro.gj-404 .gj-404-actions {flex-direction: row;justify-content: center;gap: 1.25rem;}}