.gy-company-profile,
.gy-company-greeting,
.gy-company-location {
  scroll-margin-top: 130px;
}

.gy-company-greeting {
  position: relative;
  min-height: calc(100svh - 121px);
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(430px, 1.08fr);
  align-items: start;
  gap: clamp(54px, 8vw, 150px);
  overflow: hidden;
  padding: clamp(54px, 7vh, 90px) clamp(42px, 7vw, 130px);
  color: #fff;
  background: #07111d;
  isolation: isolate;
}

.gy-company-greeting::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 22, .98) 0%, rgba(5, 13, 22, .88) 42%, rgba(5, 13, 22, .42) 72%, rgba(5, 13, 22, .68) 100%),
    var(--gy-company-image) 72% center / cover no-repeat;
}

.gy-company-greeting::after {
  content: "GEONYEONG";
  position: absolute;
  z-index: -1;
  right: -1vw;
  bottom: -3vw;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(5rem, 13vw, 13rem);
  font-weight: 850;
  line-height: .8;
  letter-spacing: -.08em;
  white-space: nowrap;
}

.gy-company-greeting__heading > p {
  margin: 0 0 22px;
  color: var(--gy-lime);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .2em;
}

.gy-company-greeting__heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.2rem, 5.4vw, 6.2rem);
  font-weight: 540;
  line-height: 1.04;
  letter-spacing: -.062em;
  word-break: keep-all;
}

.gy-company-greeting__heading > span {
  display: block;
  margin-top: 30px;
  color: rgba(255, 255, 255, .34);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.gy-company-greeting__message {
  max-width: 680px;
  justify-self: end;
  padding: clamp(28px, 3vw, 46px);
  background: rgba(7, 17, 29, .52);
  border-top: 3px solid var(--gy-lime);
  border-right: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  border-left: 1px solid rgba(255, 255, 255, .13);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.gy-company-greeting__message p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(.94rem, 1vw, 1.06rem);
  line-height: 1.82;
  word-break: keep-all;
}

.gy-company-greeting__message p:last-child { margin-bottom: 0; }
.gy-company-greeting__message strong { display: block; margin-top: 30px; color: #fff; font-size: 14px; font-weight: 700; text-align: right; }

.gy-company-profile {
  position: relative;
  min-height: calc(100svh - 121px);
  overflow: hidden;
  color: #fff;
  background: #07111d var(--gy-company-image) center / cover no-repeat;
  isolation: isolate;
}

.gy-company-profile::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 22, .93) 0%, rgba(5, 13, 22, .78) 43%, rgba(5, 13, 22, .24) 76%, rgba(5, 13, 22, .12) 100%),
    linear-gradient(180deg, rgba(5, 13, 22, .18), rgba(5, 13, 22, .42) 58%, rgba(5, 13, 22, .96));
}

.gy-company-profile::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .22) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, #000, transparent 66%);
}

.gy-company-profile__inner {
  width: min(100%, 1800px);
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(430px, 1.08fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(54px, 7vw, 132px);
  margin-inline: auto;
  padding: clamp(42px, 6vh, 72px) clamp(42px, 6vw, 112px) clamp(28px, 4vh, 48px);
}

.gy-company-profile__heading,
.gy-company-profile__statement { align-self: center; }

.gy-company-profile__heading > p,
.gy-company-location__intro > p {
  margin: 0 0 22px;
  color: var(--gy-lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.gy-company-profile__heading h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.2rem, 5.6vw, 6.4rem);
  font-weight: 540;
  line-height: .98;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.gy-company-profile__heading > span {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  line-height: 1.75;
}

.gy-company-profile__statement {
  max-width: 670px;
  justify-self: end;
  padding: clamp(24px, 2.5vw, 36px);
  background: rgba(4, 12, 20, .38);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(10px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.gy-company-profile__body p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(.92rem, 1vw, 1.06rem);
  line-height: 1.7;
  word-break: keep-all;
}

.gy-company-profile__body p:last-child { margin-bottom: 0; }

.gy-company-profile__statement > a,
.gy-company-location__details > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  margin-top: 30px;
  padding: 0 18px;
  color: #07111d;
  background: var(--gy-lime);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease;
}

.gy-company-profile__statement > a:hover,
.gy-company-profile__statement > a:focus-visible,
.gy-company-location__details > a:hover,
.gy-company-location__details > a:focus-visible {
  background: #caed79;
  transform: translateY(-3px);
  outline: 0;
}

.gy-company-profile__capabilities {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(26px, 4vh, 44px);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.gy-company-profile__capabilities article {
  min-height: 132px;
  padding: 18px clamp(22px, 2.5vw, 42px) 22px;
  background: rgba(5, 13, 22, .28);
}

.gy-company-profile__capabilities article + article { border-left: 1px solid rgba(255, 255, 255, .2); }
.gy-company-profile__capabilities span { color: var(--gy-lime); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.gy-company-profile__capabilities h2 { margin: 12px 0 7px; font-size: clamp(1.18rem, 1.4vw, 1.48rem); font-weight: 600; letter-spacing: -.035em; }
.gy-company-profile__capabilities p { max-width: 390px; margin: 0; color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.72; word-break: keep-all; }

.gy-company-location {
  position: relative;
  min-height: calc(100svh - 121px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-content: center;
  align-items: start;
  gap: clamp(50px, 9vw, 160px);
  padding: clamp(104px, 11vw, 170px) clamp(42px, 7vw, 130px);
  color: #172430;
  background: #f2efe8;
}

.gy-company-location::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(42px, 7vw, 130px);
  width: min(36vw, 520px);
  height: 4px;
  background: var(--gy-red);
}

.gy-company-location__intro h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.8rem, 4.4vw, 5.1rem);
  font-weight: 540;
  line-height: 1.06;
  letter-spacing: -.06em;
  word-break: keep-all;
}

.gy-company-location__intro > span {
  display: block;
  max-width: 520px;
  margin-top: 28px;
  color: #6c777f;
  line-height: 1.8;
}

.gy-company-location__details {
  align-self: start;
  padding-top: 0;
  border-top: 1px solid rgba(7, 17, 29, .18);
}

.gy-company-location__details dl { margin: 0; }
.gy-company-location__details dl > div { display: grid; grid-template-columns: 128px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(7, 17, 29, .12); }
.gy-company-location__details dt { color: var(--gy-red); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.gy-company-location__details dd { margin: 0; color: #2f3c46; font-size: 15px; line-height: 1.65; word-break: keep-all; }
.gy-company-location__details > a { margin-top: 32px; color: #fff; background: #07111d; }
.gy-company-location__details > a:hover,
.gy-company-location__details > a:focus-visible { color: #07111d; }

@media (max-width: 920px) {
  .gy-company-profile,
  .gy-company-greeting,
  .gy-company-location { scroll-margin-top: 118px; }

  .gy-company-profile { min-height: auto; background-position: 62% center; }
  .gy-company-profile::before { background: linear-gradient(180deg, rgba(5, 13, 22, .88), rgba(5, 13, 22, .68) 48%, rgba(5, 13, 22, .97)); }
  .gy-company-profile__inner { grid-template-columns: 1fr; padding: 132px 24px 42px; }
  .gy-company-profile__heading h1 { max-width: 680px; font-size: clamp(3.2rem, 12vw, 5.8rem); }
  .gy-company-profile__heading > span { margin-top: 24px; }
  .gy-company-profile__statement { max-width: 680px; justify-self: stretch; margin-top: 42px; padding: 28px; background: rgba(4, 12, 20, .34); }
  .gy-company-profile__body p { font-size: 1rem; line-height: 1.82; }
  .gy-company-profile__capabilities { grid-template-columns: 1fr; margin-top: 42px; }
  .gy-company-profile__capabilities article { min-height: 0; padding: 23px 4px 24px; background: transparent; }
  .gy-company-profile__capabilities article + article { border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }

  .gy-company-greeting { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 112px 24px 72px; }
  .gy-company-greeting::before { background: linear-gradient(180deg, rgba(5, 13, 22, .92), rgba(5, 13, 22, .7) 48%, rgba(5, 13, 22, .94)), var(--gy-company-image) 62% center / cover no-repeat; }
  .gy-company-greeting__heading h2 { font-size: clamp(3rem, 11vw, 5.2rem); }
  .gy-company-greeting__message { max-width: 680px; justify-self: stretch; }

  .gy-company-location { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding: 96px 24px; }
  .gy-company-location::before { left: 24px; width: 42vw; }
  .gy-company-location__intro h2 { font-size: clamp(2.8rem, 10vw, 4.7rem); }
}

@media (max-width: 560px) {
  .gy-company-profile__inner { padding-top: 112px; }
  .gy-company-profile__heading h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .gy-company-profile__heading > span br { display: none; }
  .gy-company-profile__statement { padding: 23px 20px; }
  .gy-company-profile__body p { font-size: .94rem; }
  .gy-company-greeting { padding-top: 92px; }
  .gy-company-greeting__heading h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .gy-company-greeting__message { padding: 24px 20px; }
  .gy-company-greeting__message p { font-size: .94rem; line-height: 1.75; }
  .gy-company-location { padding-block: 82px; }
  .gy-company-location__details dl > div { grid-template-columns: 1fr; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .gy-company-profile__statement > a,
  .gy-company-location__details > a { transition: none; }
}
