body {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.hero-bg {
  background:
    linear-gradient(rgba(4, 11, 18, .48), rgba(4, 11, 18, .48)),
    url('assets/hero-golden-gate.png') center center / cover no-repeat;
}

.brand-single {
  width: 60px;
  max-width: none;
}

.brand-single img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 17%;
}

.desktop-nav {
  gap: 24px;
  font-size: 13px;
}

.hero-content {
  left: 50%;
  width: min(1240px, calc(100% - 80px));
  max-width: none;
  text-align: center;
  transform: translate(-50%, -42%);
}

.hero-content.reveal {
  transform: translate(-50%, calc(-42% + 30px));
}

.hero-content.reveal.visible {
  transform: translate(-50%, -42%);
}

.hero h1.hero-title-brand {
  margin: 0;
  font-size: clamp(52px, 5.3vw, 84px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.hero-tagline {
  max-width: 1180px;
  margin: 46px auto 0;
  color: #fff;
  font-size: clamp(20px, 2.15vw, 34px);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.015em;
}

.honors-grid-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.honors-grid-four .honor-card {
  min-height: 500px;
}

.honors-grid-four .honor-card img {
  object-fit: contain;
  background: #050505;
}

.honors-grid-four .honor-award img {
  object-fit: cover;
}

.talent-card img {
  transform: scale(1.65);
  transition: .7s;
  transform-origin: center;
}

.talent-card:hover img {
  transform: scale(1.7);
}

.talent-korea img { object-position: 18% 76%; }
.talent-japan img { object-position: 70% 34%; }
.talent-vietnam img { object-position: 13% 82%; }
.talent-indonesia img { object-position: 76% 74%; }

.contact h2 {
  font-size: clamp(52px, 6.2vw, 94px);
}

.contact-headline em {
  font-size: .82em;
  line-height: 1.08;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact.contact-form-section {
  min-height: 760px;
  display: block;
  padding: 120px max(5vw, 36px);
  background: #050505;
}

.contact-form-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 9vw;
}

.contact-form-copy p {
  margin: 0 0 24px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
}

.contact-form-section .contact-form-copy h2 {
  margin: 0;
  color: var(--orange);
  font-size: clamp(54px, 5.3vw, 86px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.contact-form-section .contact-form-copy h2 em {
  color: var(--orange);
  font-style: normal;
}

.contact-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
  padding: clamp(34px, 4vw, 64px);
  color: #101827;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 32px 80px rgba(0, 10, 40, .28);
}

.form-field,
.form-select,
.form-consent {
  min-width: 0;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field > span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 650;
}

.form-field input,
.form-field textarea,
.form-select select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cfd6e3;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #101827;
  font: inherit;
}

.form-field input {
  height: 32px;
}

.form-field textarea {
  min-height: 54px;
  padding: 8px 0;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-select select:focus {
  border-color: #1748df;
}

.form-field textarea::placeholder {
  color: #a4adbb;
}

.form-select select {
  height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 26px;
  background: #eef3fb;
  cursor: pointer;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.form-consent input {
  margin-top: 2px;
  accent-color: #1748df;
}

.contact-submit {
  height: 56px;
  border: 0;
  border-radius: 28px;
  background: #173fea;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.contact-submit:hover {
  background: #0a2fd2;
  transform: translateY(-2px);
}

footer .footer-brand {
  width: 58px;
}

footer .footer-brand img {
  width: 58px;
  height: 58px;
  border-radius: 17%;
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; font-size: 12px; }
  .header-cta { padding-left: 18px; }
}

@media (max-width: 900px) {
  .brand-single,
  .brand-single img { width: 52px; height: 52px; }
  .honors-grid-four { grid-template-columns: 1fr; }
  .honors-grid-four .honor-card { min-height: 390px; }
  .hero-content {
    left: 50%;
    right: auto;
    width: calc(100% - 48px);
  }
  .hero h1.hero-title-brand { font-size: clamp(38px, 7vw, 58px); }
  .hero-tagline { max-width: 760px; margin-top: 30px; font-size: clamp(18px, 3.2vw, 26px); }
  .contact.contact-form-section { min-height: auto; padding: 100px 24px; }
  .contact-form-inner { grid-template-columns: 1fr; gap: 46px; }
  .contact-form-section .contact-form-copy h2 { font-size: clamp(48px, 10vw, 72px); }
}

@media (max-width: 520px) {
  .honors-grid-four .honor-card { min-height: 300px; }
  .contact-headline em { font-size: .7em; }
  .hero-content { width: calc(100% - 36px); }
  .hero h1.hero-title-brand {
    font-size: clamp(30px, 9vw, 44px);
    letter-spacing: .01em;
    white-space: normal;
  }
  .hero-tagline { margin-top: 24px; font-size: 17px; line-height: 1.5; }
  .contact-card { grid-template-columns: 1fr; gap: 22px; padding: 30px 22px; border-radius: 20px; }
  .form-field-full { grid-column: 1; }
  .contact-form-section .contact-form-copy h2 { font-size: 46px; }
}
