.staff-page {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(211, 205, 193, 0.22), transparent 24%),
    linear-gradient(180deg, #f7f4ee 0%, #ffffff 28%, #f6f2eb 100%);
  color: #111111;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
}

.staff-page.nav-open {
  overflow: hidden;
}

.staff-page .titleist-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.staff-page .titleist-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
}

.staff-page .titleist-logo,
.staff-page .titleist-nav a,
.staff-page .titleist-dropdown__toggle,
.staff-page .titleist-actions a,
.staff-page .footer,
.staff-page .footer-links a,
.staff-page .footer-links h3,
.staff-page .footer-country,
.staff-page .footer-country p,
.staff-page .footer-country small,
.staff-page .footer .section-label,
.staff-page .store-link,
.staff-page .newsletter-form input,
.staff-page .newsletter-form button {
  color: #111111;
}

.staff-page .titleist-nav a,
.staff-page .titleist-dropdown__toggle {
  color: rgba(17, 17, 17, 0.8);
}

.staff-page .section-label,
.staff-page .hero-label,
.staff-editorial-section__eyebrow {
  color: rgba(17, 17, 17, 0.48);
}

.staff-page .titleist-dropdown__menu {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(245, 242, 235, 0.92)
    ),
    rgba(255, 255, 255, 0.96);
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.14);
}

.staff-page .titleist-dropdown__menu::before {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.4),
      transparent 34%,
      transparent 68%,
      rgba(213, 208, 196, 0.16)
    ),
    radial-gradient(
      circle at top right,
      rgba(213, 208, 196, 0.22),
      transparent 34%
    );
}

.staff-page .titleist-dropdown__menu a:hover {
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.06) inset;
}

.staff-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #ece4d8;
}

.staff-hero-media,
.staff-hero-overlay {
  position: absolute;
  inset: 0;
}

.staff-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.74) brightness(0.9) contrast(0.94);
}

.staff-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(249, 246, 240, 0.94),
      rgba(249, 246, 240, 0.6) 42%,
      rgba(255, 255, 255, 0.1)
    ),
    radial-gradient(
      circle at top right,
      rgba(210, 203, 192, 0.34),
      transparent 32%
    );
}

.staff-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  padding: 146px 0 70px;
  display: flex;
  align-items: flex-end;
}

.staff-hero-copy h1,
.staff-editorial-intro__copy h2,
.staff-editorial-section__copy h2,
.staff-standards__heading h2,
.staff-cta-content h2 {
  margin: 0;
  font-family: var(--headline);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0.01em;
}

.staff-hero-copy h1 {
  max-width: 7ch;
  font-size: clamp(4rem, 9vw, 8rem);
}

.staff-editorial-intro,
.staff-method-visual,
.staff-editorial-sections,
.staff-standards,
.staff-dual-visual,
.staff-cta {
  padding-top: 96px;
}

.staff-editorial-intro__copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.staff-editorial-intro__copy h2,
.staff-standards__heading h2,
.staff-cta-content h2 {
  font-size: clamp(2.15rem, 4.8vw, 4rem);
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-wrap: balance;
}

.staff-heading-fixed span {
  display: block;
  white-space: nowrap;
}

.staff-editorial-intro__copy .staff-heading-fixed {
  width: fit-content;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  text-wrap: initial;
}

.staff-editorial-intro__copy .staff-heading-fixed--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.staff-editorial-intro__copy p:not(.section-label),
.staff-editorial-section__copy p:not(.staff-editorial-section__eyebrow),
.staff-standards__item p,
.staff-cta-content p {
  color: rgba(17, 17, 17, 0.74);
}

.staff-editorial-intro__copy p:not(.section-label) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.staff-method-visual__frame {
  width: min(100%, 980px);
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #f1eadf;
  box-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
}

.staff-method-visual__frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.staff-dual-visual__card {
  margin: 0;
}

.staff-editorial-sections {
  display: grid;
}

.staff-editorial-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 44px;
  align-items: start;
  padding: 44px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.staff-editorial-section:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.staff-editorial-section__copy {
  max-width: 860px;
}

.staff-editorial-section__eyebrow,
.staff-standards__item span {
  margin: 0 0 14px;
  font-family: var(--headline);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.staff-editorial-section__copy h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  margin-bottom: 20px;
  text-wrap: balance;
}

.staff-editorial-section__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #f0e9de;
  box-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
  aspect-ratio: 4 / 3;
}

.staff-editorial-section__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.staff-standards__heading {
  margin-bottom: 28px;
}

.staff-standards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.staff-standards__item {
  padding: 24px 0 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.staff-standards__item span {
  color: #8b7a62;
  font-size: 1.02rem;
}

.staff-standards__item h3 {
  margin: 0 0 10px;
  font-family: var(--headline);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1;
  max-width: 10ch;
  text-wrap: balance;
}

.staff-dual-visual__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.staff-dual-visual__card {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #f1eadf;
  box-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
}

.staff-dual-visual__card img {
  width: 100%;
  aspect-ratio: 0.94 / 1;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) brightness(0.9);
}

.staff-dual-visual__card figcaption {
  padding: 18px 20px 22px;
  color: rgba(17, 17, 17, 0.8);
}

.staff-cta {
  padding-bottom: 44px;
}

.staff-cta-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 38px 0 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  text-align: center;
}

.staff-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}

.staff-outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  color: #111111;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.staff-outline-link:hover {
  transform: translateY(-1px);
  background: rgba(17, 17, 17, 0.04);
  border-color: rgba(17, 17, 17, 0.22);
}

.staff-page .footer {
  margin-top: 56px;
  background:
    linear-gradient(
      180deg,
      rgba(246, 241, 232, 0.64),
      rgba(255, 255, 255, 0.96)
    ),
    #ffffff;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.staff-page .footer-newsletter,
.staff-page .footer-app {
  border-bottom: 0;
}

.staff-page .newsletter-form input {
  border-color: rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.84);
}

.staff-page .newsletter-form button,
.staff-page .store-link {
  border-color: rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.staff-page .country-list span {
  border-color: rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.64);
}

@media (max-width: 920px) {
  .staff-page .titleist-nav-shell {
    border-color: rgba(17, 17, 17, 0.08);
    background:
      linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.96),
        rgba(245, 242, 235, 0.92)
      ),
      rgba(255, 255, 255, 0.94);
    box-shadow:
      0 22px 48px rgba(17, 17, 17, 0.12),
      0 0 28px rgba(213, 208, 196, 0.14);
  }

  .staff-page .titleist-nav a,
  .staff-page .titleist-dropdown__toggle,
  .staff-page .titleist-dropdown__menu a {
    border-color: rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.88);
    color: #111111;
    box-shadow: none;
  }

  .staff-page .titleist-dropdown.is-open .titleist-dropdown__menu {
    border-color: rgba(17, 17, 17, 0.08);
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96),
        rgba(245, 242, 235, 0.92)
      ),
      rgba(255, 255, 255, 0.94);
  }

  .staff-page .titleist-menu-toggle {
    border-color: rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.92);
  }

  .staff-page .titleist-menu-toggle span {
    background: #111111;
  }

  .staff-hero,
  .staff-hero-inner {
    min-height: auto;
  }

  .staff-hero-inner {
    padding: 132px 0 52px;
  }

  .staff-editorial-intro,
  .staff-method-visual,
  .staff-editorial-sections,
  .staff-standards,
  .staff-dual-visual,
  .staff-cta {
    padding-top: 76px;
  }

  .staff-editorial-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .staff-standards__grid,
  .staff-dual-visual__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .staff-hero-copy h1 {
    font-size: clamp(2.4rem, 14vw, 4.3rem);
  }

  .staff-editorial-intro__copy h2,
  .staff-editorial-section__copy h2,
  .staff-standards__heading h2,
  .staff-cta-content h2 {
    font-size: clamp(1.65rem, 7vw, 2.4rem);
  }

  .staff-editorial-intro__copy p:not(.section-label),
  .staff-editorial-section__copy p:not(.staff-editorial-section__eyebrow),
  .staff-standards__item p,
  .staff-dual-visual__card figcaption,
  .staff-cta-content p {
    font-size: 0.92rem;
  }

  .staff-editorial-section {
    padding: 32px 0;
  }

  .staff-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .staff-outline-link,
  .staff-page .reservation-cta {
    width: 100%;
  }
}
