/*
Theme Name: Sophia Collection
Theme URI: https://example.com/
Author: Sophia Collection
Description: Original WordPress theme for Sophia Collection, LLC.
Version: 1.0.0
Text Domain: sophia-collection
*/

:root {
  --color-bg: #e8ded3;
  --color-bg-soft: #e9e0d6;
  --color-text: #333333;
  --color-muted: #766f67;
  --color-white: #ffffff;
  --color-accent: #b8a27b;
  --color-line: rgba(51, 51, 51, 0.16);
  --font-sans: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-serif: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --container: 1200px;
  --space-x: clamp(22px, 5vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

body.menu-is-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1.2em;
}

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

.text-nowrap {
  white-space: nowrap;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--color-white);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.site-loader__logo {
  width: min(78vw, 560px);
  height: auto;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  backdrop-filter: blur(12px);
}

.site-header__inner,
.site-footer__inner,
.section,
.page-hero,
.hero,
.talent-single,
.topics-single {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding-right: var(--space-x);
  padding-left: var(--space-x);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.site-brand {
  position: relative;
  z-index: 70;
  display: flex;
  align-items: center;
  width: clamp(138px, 34vw, 190px);
  height: 58px;
  overflow: hidden;
}

.site-brand img {
  width: 100%;
  max-height: 58px;
  height: auto;
  object-fit: contain;
}

.menu-toggle {
  position: relative;
  z-index: 70;
  display: grid;
  margin-left: auto;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 10px 7px;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.menu-toggle:focus {
  outline: none;
}

.menu-toggle:focus-visible {
  outline: 1px solid var(--color-accent);
  outline-offset: 4px;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  height: 1px;
  background: var(--color-text);
}

.site-nav {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 5vw, 34px);
  padding: 118px var(--space-x) 48px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.menu-is-open .site-header {
  background: var(--color-white);
}

.sc-menu-list {
  display: grid;
  gap: clamp(18px, 5vw, 34px);
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.sc-menu-list a,
.site-nav__academy,
.text-link {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .site-nav {
    min-height: 100svh;
  }

  .sc-menu-list a,
  .site-nav__academy {
    display: inline-block;
    color: #111111;
    font-size: clamp(30px, 9vw, 48px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: lowercase;
  }

  .site-nav__academy {
    color: rgba(17, 17, 17, 0.32);
  }
}

.site-nav__academy {
  color: var(--color-muted);
}

.site-nav .site-nav__academy {
  text-align: center;
}

.menu-toggle[aria-expanded="true"] span:not(.screen-reader-text):nth-child(1) {
  transform: translateY(6px) rotate(28deg);
}

.menu-toggle[aria-expanded="true"] span:not(.screen-reader-text):nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:not(.screen-reader-text):nth-child(3) {
  transform: translateY(-6px) rotate(-28deg);
}

.home .site-header {
  display: none;
}

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

.home-hero__mobile-bar {
  display: none;
}

.home-hero__mobile-nav {
  display: none;
}

.home-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 35%),
    linear-gradient(to top, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0) 34%);
  pointer-events: none;
}

.home-hero__slider {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.78), rgba(232, 222, 211, 0.72)),
    #eee8df;
}

.home-hero__slider--mobile {
  display: none;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100svh;
  object-fit: cover;
  object-position: 50% 38%;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.home-hero__bg.is-active {
  opacity: 1;
}

.home-hero__nav-panel {
  position: absolute;
  top: clamp(22px, 4vw, 44px);
  left: clamp(18px, 4vw, 58px);
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  column-gap: clamp(34px, 4vw, 64px);
  align-items: start;
  width: clamp(520px, 38vw, 650px);
  min-height: 0;
  padding: clamp(34px, 4vw, 54px) clamp(30px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.82);
}

.home-hero__logo {
  position: static;
  width: clamp(230px, 19vw, 320px);
  margin-top: 4px;
}

.home-hero__logo img {
  width: 100%;
  height: auto;
}

.home-hero__nav {
  display: grid;
  justify-items: end;
  gap: 12px;
  margin-top: 0;
}

.home-hero__nav a {
  font-family: "Avenir Next", Futura, "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(22px, 2.15vw, 34px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: lowercase;
}

.home-hero__scroll {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-hero__scroll i {
  position: relative;
  display: block;
  width: 34px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
}

.home-hero__scroll i::before {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--color-white);
  border-radius: 50%;
  transform: translateX(-50%);
}

.home-hero__scroll i::after {
  position: absolute;
  top: 55px;
  left: 50%;
  width: 1px;
  height: 40px;
  content: "";
  background: rgba(255, 255, 255, 0.82);
  transform: translateX(-50%);
}

.home-hero-topic {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(26px, 5vw, 62px);
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(86px, 9vw, 148px);
  gap: clamp(14px, 2vw, 26px);
  align-items: center;
  width: min(calc(100% - 36px), 450px);
  padding: clamp(16px, 2vw, 24px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 28px rgba(51, 51, 51, 0.16);
}

.home-hero-topic__text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.home-hero-topic__date,
.home-hero-topic__title {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.6;
}

.home-hero-topic__name {
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}

.home-hero-topic__thumb .sc-image,
.home-hero-topic__thumb .sc-placeholder,
.home-hero-topic__thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.home-about-intro {
  background: var(--color-white);
}

.home-about-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 0 clamp(54px, 7vw, 94px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.home-about-intro__eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-about-intro h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.home-about-intro p:not(.home-about-intro__eyebrow) {
  grid-column: 1;
  max-width: 680px;
  margin: 0;
  color: rgba(51, 51, 51, 0.68);
  font-size: clamp(13px, 1.25vw, 15px);
  line-height: 2;
}

.home-about-intro__link {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-about-intro__link::after,
.home-more .text-link::after,
.home-business__copy .text-link::after {
  content: "";
  display: block;
  width: clamp(72px, 7vw, 112px);
  height: 1px;
  background: rgba(51, 51, 51, 0.48);
}

.home-about-intro__link::before,
.home-more .text-link::before,
.home-business__copy .text-link::before {
  content: "";
  order: 2;
  width: 11px;
  height: 11px;
  margin-left: -40px;
  border-top: 1px solid rgba(51, 51, 51, 0.48);
  border-right: 1px solid rgba(51, 51, 51, 0.48);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .page-hero--contact {
    padding-top: 74px;
  }

  .page-hero--contact h1 {
    letter-spacing: 0.08em;
  }

  .page-hero--contact__lead {
    text-align: left;
  }

  .contact-intro {
    grid-template-columns: 1fr;
    width: min(calc(100% - 40px), 520px);
    margin-bottom: 54px;
  }

  .contact-intro__item {
    min-height: 0;
  }

  .sc-form,
  .contact-form-box .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .contact-form-head {
    text-align: left;
  }

  .contact-form-head p:not(.eyebrow) {
    margin-left: 0;
  }

  .contact-form-box textarea {
    min-height: 190px;
  }

  .contact-cta {
    width: calc(100% - 48px);
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .contact-cta h2 {
    font-size: clamp(23px, 6.6vw, 31px);
    line-height: 1.72;
    letter-spacing: 0.04em;
  }

  .contact-cta h2 br {
    display: block;
  }

  .contact-cta__link {
    gap: 24px;
  }

  .home-hero {
    min-height: 100svh;
    padding-top: 72px;
  }

  .home-hero::after {
    background: linear-gradient(to top, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0) 32%);
  }

  .home-hero__mobile-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0 var(--space-x);
    background: var(--color-white);
  }

  .home-hero__mobile-logo {
    display: flex;
    align-items: center;
    width: clamp(138px, 34vw, 190px);
    height: 58px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .home-hero__mobile-logo img {
    width: 100%;
    max-height: 58px;
    height: auto;
    object-fit: contain;
  }

  .home-hero__mobile-menu {
    display: grid;
    gap: 5px;
    width: 38px;
    height: 38px;
    padding: 10px 7px;
    background: transparent;
    border: 0;
  }

  .home-hero__mobile-menu span {
    display: block;
    height: 1px;
    background: var(--color-text);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .home-hero__mobile-menu[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(28deg);
  }

  .home-hero__mobile-menu[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .home-hero__mobile-menu[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-28deg);
  }

  .home-hero__mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: clamp(14px, 4.5vw, 28px);
    min-height: 100svh;
    padding: 104px var(--space-x) 44px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .home-hero__mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .home-hero__mobile-nav a {
    color: #111111;
    font-size: clamp(30px, 9vw, 48px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: lowercase;
  }

  .home-hero__nav-panel {
    display: none;
  }

  .home-hero__bg {
    height: calc(100svh - 72px);
    object-fit: cover;
    object-position: 50% 14%;
    transform: scale(1.02);
    transition: opacity 1.2s ease, transform 5.8s ease;
  }

  .home-hero__bg.is-active {
    transform: scale(1);
  }

  .home-hero__slider {
    top: 72px;
  }

  .home-hero__slider--pc {
    display: none;
  }

  .home-hero__slider--mobile {
    display: block;
  }

  .home-hero__scroll {
    bottom: 24px;
    display: grid;
    gap: 10px;
    font-size: 10px;
  }

  .home-hero__scroll i {
    width: 30px;
    height: 50px;
  }

  .home-hero__scroll i::after {
    top: 48px;
    height: 30px;
  }

  .home-hero-topic {
    display: none;
  }

  .home-about-intro__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(calc(100% - 44px), 560px);
    padding-top: 54px;
    padding-bottom: 52px;
  }

  .home-about-intro h2 {
    font-size: clamp(23px, 6.5vw, 32px);
    line-height: 1.72;
  }

  .home-about-intro p:not(.home-about-intro__eyebrow),
  .home-about-intro__link {
    grid-column: auto;
  }

  .home-about-intro__link {
    grid-row: auto;
    margin-top: 10px;
  }

  .home-topics {
    padding-top: 54px;
  }

  .home-talent .section__head,
  .home-topics .section__head {
    margin-bottom: 38px;
  }

  .home-talent .section__head h2,
  .home-topics .section__head h2 {
    font-size: clamp(48px, 16vw, 72px);
    letter-spacing: 0.13em;
  }

  .home-more {
    margin-top: 34px;
  }

  .home-business {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .home-business__copy h2 {
    font-size: clamp(38px, 12vw, 58px);
    line-height: 1.14;
    letter-spacing: 0.05em;
  }

  .home-business__list {
    width: 100%;
    justify-self: stretch;
  }

  .sp-only {
    display: inline;
  }

  .home-short-drama {
    min-height: auto;
    overflow: hidden;
  }

  .home-short-drama__bg {
    opacity: 0.1;
    background-position: center top;
  }

  .home-short-drama::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 222, 211, 0.74)),
      rgba(255, 255, 255, 0.78);
  }

  .home-short-drama__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    width: min(calc(100% - 44px), 560px);
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .home-short-drama__copy {
    max-width: none;
    text-align: center;
  }

  .home-short-drama__label {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .home-short-drama h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 9.5vw, 48px);
    line-height: 1.12;
    letter-spacing: 0.06em;
  }

  .home-short-drama__copy p:not(.home-short-drama__label) {
    max-width: 22em;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.9;
  }

  .home-short-drama__button {
    min-width: 148px;
    min-height: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .home-short-drama__actions {
    justify-content: center;
  }

  .home-short-drama__visual {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    box-shadow: inset 0 0 0 1px rgba(184, 162, 123, 0.18);
  }

  .home-short-drama__caption {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  .home-short-drama__play {
    width: 52px;
    height: 52px;
  }

  .topics-showcase {
    padding-right: 26px;
    padding-left: 26px;
    gap: 48px 26px;
  }

  .topics-showcase__item {
    padding-left: 18px;
  }

  .topics-showcase__date {
    color: rgba(123, 167, 190, 0.82);
    font-size: 13px;
  }

  .topics-showcase__name {
    margin-top: 12px;
  }
}

.hero {
  display: grid;
  gap: 38px;
  min-height: 100vh;
  padding-top: clamp(54px, 8vw, 96px);
  padding-bottom: clamp(42px, 7vw, 88px);
  align-items: center;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--color-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section__head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
}

.hero h1 {
  max-width: 9em;
  font-size: clamp(46px, 12vw, 118px);
}

.hero__lead {
  max-width: 620px;
  margin-top: 24px;
  font-size: clamp(16px, 2vw, 20px);
}

.hero__visual {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
  gap: 14px;
  align-items: end;
}

.hero-photo,
.sc-placeholder {
  background:
    linear-gradient(135deg, rgba(184, 162, 123, 0.34), rgba(255, 255, 255, 0.36)),
    repeating-linear-gradient(90deg, rgba(51, 51, 51, 0.06) 0 1px, transparent 1px 18px);
}

.hero-photo--large {
  aspect-ratio: 4 / 5;
}

.hero-photo--small {
  aspect-ratio: 3 / 4;
  margin-bottom: 12%;
}

.section {
  padding-top: clamp(58px, 10vw, 128px);
  padding-bottom: clamp(58px, 10vw, 128px);
}

.section--archive {
  padding-top: 18px;
}

.section--narrow {
  max-width: 880px;
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section__head--center {
  display: grid;
  justify-content: center;
  text-align: center;
}

.section__head h2,
.page-hero h1 {
  font-size: clamp(48px, 11vw, 104px);
  text-transform: lowercase;
}

.talent-grid,
.topics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 5vw, 46px);
}

.talent-card,
.topics-card {
  display: grid;
  gap: 8px;
}

.talent-card__image,
.topics-card__image {
  width: 100%;
  object-fit: cover;
  background-color: var(--color-bg-soft);
}

.talent-card__image {
  aspect-ratio: 4 / 5;
}

.topics-card__image {
  aspect-ratio: 4 / 3;
}

.talent-grid--home .talent-card__image {
  aspect-ratio: 4 / 4.7;
}

.home-talent {
  width: 100%;
  max-width: none;
  padding-top: clamp(70px, 9vw, 124px);
  padding-right: 0;
  padding-left: 0;
  background: var(--color-white);
}

.home-talent .section__head {
  margin-bottom: clamp(48px, 7vw, 78px);
}

.home-talent .section__head h2,
.home-topics .section__head h2 {
  font-family: var(--font-serif);
  font-size: clamp(58px, 9vw, 108px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: lowercase;
}

.home-talent .talent-grid {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-right: var(--space-x);
  padding-left: var(--space-x);
  gap: clamp(42px, 7vw, 78px) clamp(28px, 5vw, 62px);
}

.home-talent .talent-card {
  gap: 14px;
}

.home-talent .talent-card__name {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.8vw, 24px);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.home-talent .talent-card__en {
  color: rgba(51, 51, 51, 0.48);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-topics {
  width: 100%;
  max-width: none;
  padding-top: clamp(70px, 9vw, 124px);
  padding-right: 0;
  padding-left: 0;
  background: var(--color-bg);
}

.home-topics .section__head {
  margin-bottom: clamp(48px, 7vw, 78px);
}

.home-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 6vw, 54px);
}

.home-more .text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-height: 32px;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}

.topics-list {
  display: grid;
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--color-line);
}

.topics-list__item {
  display: grid;
  grid-template-columns: minmax(86px, 0.25fr) minmax(0, 1fr);
  gap: 8px 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-line);
  font-size: clamp(13px, 3vw, 15px);
  line-height: 1.7;
}

.topics-list__date,
.topics-list__cat {
  color: var(--color-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topics-list__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.7em;
  min-width: 0;
}

.topics-list__performer {
  font-weight: 700;
}

.topics-list__cat {
  grid-column: 2;
}

.topics-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, var(--container));
  margin: 0 auto;
  padding-right: var(--space-x);
  padding-left: var(--space-x);
  gap: clamp(48px, 9vw, 76px) clamp(28px, 5vw, 54px);
}

.topics-showcase__item {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding-left: 18px;
  text-align: center;
}

.topics-showcase__date {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(184, 162, 123, 0.78);
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.topics-showcase__image {
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--color-bg-soft);
  box-shadow: 0 18px 32px rgba(51, 51, 51, 0.04);
}

.topics-showcase__image .sc-image,
.topics-showcase__image .sc-placeholder,
.topics-showcase__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.topics-showcase__name {
  margin-top: 10px;
  font-size: clamp(16px, 3.2vw, 19px);
  font-weight: 700;
  line-height: 1.5;
}

.topics-showcase__title {
  font-size: clamp(13px, 2.7vw, 15px);
  font-weight: 700;
  line-height: 1.7;
}

.topics-archive-page {
  min-height: 100vh;
  background: var(--color-bg);
}

.topics-archive-hero {
  padding: clamp(104px, 11vw, 150px) var(--space-x) clamp(42px, 6vw, 72px);
  text-align: center;
}

.topics-archive-hero h1 {
  margin: 0;
  font-family: "Avenir Next", Futura, "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 5.6vw, 54px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: lowercase;
}

.topics-archive-section {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 var(--space-x) clamp(96px, 12vw, 160px);
}

.topics-archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px, 8vw, 74px) clamp(30px, 4vw, 58px);
}

.topics-archive-card {
  display: grid;
  gap: clamp(18px, 2.4vw, 26px);
  align-content: start;
  text-align: left;
}

.topics-archive-card__date {
  color: rgba(51, 51, 51, 0.55);
  font-family: var(--font-serif);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.topics-archive-card__image {
  display: block;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 4px;
}

.topics-archive-card__image .sc-image,
.topics-archive-card__image .sc-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  transition: filter 0.45s ease, transform 0.45s ease;
}

.topics-archive-card:hover .sc-image {
  filter: brightness(1.04);
  transform: scale(1.012);
}

.topics-archive-card__body {
  display: grid;
  gap: 12px;
}

.topics-archive-card__title {
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.topics-archive-empty {
  grid-column: 1 / -1;
  text-align: center;
}

.topics-detail {
  display: grid;
  gap: clamp(34px, 6vw, 74px);
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(108px, 13vw, 164px) var(--space-x) clamp(88px, 12vw, 150px);
}

.topics-detail__media {
  overflow: hidden;
  background: var(--color-bg-soft);
}

.topics-detail__media .sc-image,
.topics-detail__media .sc-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.topics-detail__content {
  display: grid;
  align-content: start;
}

.topics-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px;
  color: var(--color-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.topics-detail h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(32px, 5.8vw, 58px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.topics-detail__info {
  display: grid;
  gap: 0;
  margin: clamp(28px, 5vw, 44px) 0;
  border-top: 1px solid var(--color-line);
}

.topics-detail__info div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-line);
}

.topics-detail__info dt {
  color: var(--color-muted);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.topics-detail__info dd {
  margin: 0;
  font-weight: 600;
}

.topics-detail__body {
  margin-top: 0;
}

.topics-detail__back {
  width: max-content;
  margin-top: clamp(30px, 5vw, 48px);
}

.post-type-archive-talent .page-hero,
.post-type-archive-topics .page-hero {
  text-align: center;
}

.post-type-archive-talent .page-hero .eyebrow,
.post-type-archive-topics .page-hero .eyebrow {
  display: none;
}

.post-type-archive-talent .talent-card__image,
.post-type-archive-topics .topics-card__image {
  aspect-ratio: 1 / 1;
}

.post-type-archive-talent .talent-card__name,
.post-type-archive-talent .talent-card__en,
.post-type-archive-topics .topics-card__meta,
.post-type-archive-topics .topics-card__title,
.post-type-archive-topics .topics-card__performer {
  margin-left: 2px;
}

.talent-card__name,
.topics-card__title {
  font-size: 15px;
  line-height: 1.55;
}

.talent-card__en,
.topics-card__meta,
.topics-card__performer {
  color: var(--color-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.business-grid {
  display: grid;
  gap: 14px;
}

.home-business {
  display: grid;
  gap: clamp(36px, 7vw, 132px);
  align-items: center;
  width: 100vw;
  max-width: none;
  min-height: clamp(680px, 82vh, 880px);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: clamp(92px, 11vw, 160px);
  padding-right: max(var(--space-x), calc((100vw - var(--container)) / 2 + var(--space-x)));
  padding-bottom: clamp(92px, 11vw, 160px);
  padding-left: max(var(--space-x), calc((100vw - var(--container)) / 2 + var(--space-x)));
  background: var(--color-white);
}

.home-business__copy {
  max-width: 820px;
}

.home-business__copy h2 {
  margin: 0 0 clamp(26px, 4vw, 44px);
  font-family: var(--font-serif);
  font-size: clamp(42px, 6.6vw, 94px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.07em;
}

.home-business__copy p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: clamp(24px, 3vw, 38px);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 2.08;
  letter-spacing: 0.07em;
}

.home-business__copy .text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-height: 32px;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}

.home-business__list {
  display: grid;
  width: min(100%, 520px);
  justify-self: end;
  border-top: 1px solid var(--color-line);
}

.home-business__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: clamp(20px, 2.3vw, 28px) 0;
  border-bottom: 1px solid var(--color-line);
}

.home-business__item-title {
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-business__item-text {
  padding-right: 24px;
  color: rgba(51, 51, 51, 0.78);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.75;
  letter-spacing: 0.06em;
}

.sp-only {
  display: none;
}

.home-short-drama {
  position: relative;
  width: 100vw;
  min-height: clamp(620px, 72vh, 820px);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--color-text);
  background: var(--color-white);
}

.home-short-drama__bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  filter: grayscale(0.75) sepia(0.16);
  background-image: url("/wp-content/uploads/2026/06/ショートドラマ背景.png");
  background-position: center;
  background-size: cover;
}

.home-short-drama::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 42%, rgba(232, 222, 211, 0.72) 100%),
    rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(2px);
}

.home-short-drama__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: clamp(42px, 6.2vw, 104px);
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  min-height: inherit;
  margin: 0 auto;
  padding-top: clamp(76px, 9vw, 124px);
  padding-bottom: clamp(76px, 9vw, 124px);
}

.home-short-drama__copy {
  max-width: 520px;
}

.home-short-drama__label {
  margin: 0 0 18px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-short-drama h2 {
  margin: 0 0 clamp(24px, 3.4vw, 42px);
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: clamp(42px, 5.8vw, 78px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.08em;
}

.home-short-drama__copy p:not(.home-short-drama__label) {
  max-width: 470px;
  margin: 0 0 34px;
  color: rgba(51, 51, 51, 0.76);
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 2.05;
  letter-spacing: 0.07em;
}

.home-short-drama__works {
  display: grid;
  gap: 0;
  max-width: 500px;
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.home-short-drama__works li {
  display: grid;
  gap: 7px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.home-short-drama__works span {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-short-drama__works em {
  color: rgba(51, 51, 51, 0.66);
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.home-short-drama__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-short-drama__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 50px;
  padding: 13px 28px;
  color: var(--color-text);
  background: transparent;
  border: 1px solid rgba(184, 162, 123, 0.72);
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.home-short-drama__button:hover {
  color: var(--color-white);
  background: var(--color-accent);
  transform: translateY(-2px);
}

.home-short-drama__button--ghost {
  color: var(--color-white);
  background: var(--color-text);
  border-color: var(--color-text);
}

.home-short-drama__button--ghost:hover {
  color: var(--color-text);
  background: var(--color-bg-soft);
  border-color: rgba(184, 162, 123, 0.72);
}

.home-short-drama__visual-wrap {
  display: grid;
  gap: 22px;
}

.home-short-drama__visual {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-bg-soft);
  box-shadow: 28px 28px 0 rgba(232, 222, 211, 0.84);
}

.home-short-drama__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  transition: transform 0.5s ease;
}

.home-short-drama__visual:hover img {
  transform: scale(1.035);
}

.home-short-drama__caption {
  margin: 0;
  color: rgba(51, 51, 51, 0.7);
  font-size: clamp(13px, 1.15vw, 15px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.home-short-drama__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(54px, 5vw, 76px);
  height: clamp(54px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(184, 162, 123, 0.76);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(4px);
}

.home-short-drama__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-accent);
  transform: translate(-35%, -50%);
}

.creative-page {
  background: var(--color-white);
  color: var(--color-text);
}

.creative-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  overflow: hidden;
  background: var(--color-white);
}

.creative-hero__bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  filter: grayscale(0.8) sepia(0.12);
  background-position: center;
  background-size: cover;
}

.creative-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(232, 222, 211, 0.72) 100%),
    rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}

.creative-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  min-height: inherit;
  margin: 0 auto;
  padding-top: clamp(108px, 12vw, 160px);
  padding-bottom: clamp(72px, 9vw, 116px);
}

.creative-kicker {
  margin: 0 0 18px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.creative-hero h1,
.creative-section-head h2 {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.08em;
}

.creative-hero h1 {
  max-width: 850px;
  margin-bottom: clamp(28px, 4vw, 48px);
  font-size: clamp(50px, 7vw, 106px);
}

.creative-hero__inner > p:not(.creative-kicker) {
  max-width: 680px;
  margin: 0;
  color: rgba(51, 51, 51, 0.74);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 2.1;
}

.creative-lead,
.creative-fields,
.creative-feature,
.creative-flow,
.creative-producers,
.creative-contact {
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  margin: 0 auto;
}

.creative-lead {
  padding: clamp(76px, 9vw, 132px) 0 clamp(42px, 5vw, 76px);
}

.creative-lead p {
  max-width: 860px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(24px, 3.1vw, 42px);
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.creative-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-bottom: clamp(82px, 10vw, 142px);
  background: rgba(51, 51, 51, 0.12);
}

.creative-field {
  min-height: 190px;
  padding: clamp(22px, 2.6vw, 34px);
  background: var(--color-bg-soft);
}

.creative-field span,
.creative-flow__item span,
.creative-producer p {
  display: block;
  margin-bottom: 18px;
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.creative-field h2 {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.creative-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(42px, 6vw, 98px);
  padding-bottom: clamp(96px, 11vw, 154px);
}

.creative-works {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 92px);
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 138px) 0;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.creative-section-head__lead {
  max-width: 420px;
  margin: clamp(22px, 3vw, 34px) 0 0;
  color: rgba(51, 51, 51, 0.68);
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.creative-work-list {
  display: grid;
  gap: clamp(20px, 2.4vw, 28px);
}

.creative-work {
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: baseline;
  padding: clamp(24px, 3vw, 38px) 0;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.creative-work:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.creative-work span {
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.creative-work h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.creative-work p {
  margin: 0;
  color: rgba(51, 51, 51, 0.72);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.creative-feature__copy h2 {
  margin: 0 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(42px, 5.5vw, 82px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.08em;
}

.creative-feature__copy p:not(.creative-kicker) {
  max-width: 480px;
  margin: 0 0 34px;
  color: rgba(51, 51, 51, 0.74);
  line-height: 2.05;
}

.creative-feature__visual {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-bg-soft);
  box-shadow: 28px 28px 0 rgba(232, 222, 211, 0.84);
}

.creative-feature__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.creative-feature__visual:hover img {
  transform: scale(1.035);
}

.creative-feature__visual span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(58px, 5vw, 78px);
  height: clamp(58px, 5vw, 78px);
  border: 1px solid rgba(184, 162, 123, 0.78);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(4px);
}

.creative-feature__visual span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-accent);
  transform: translate(-35%, -50%);
}

.creative-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 50px;
  padding: 13px 28px;
  border: 1px solid rgba(184, 162, 123, 0.74);
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.creative-button:hover {
  color: var(--color-white);
  background: var(--color-accent);
  transform: translateY(-2px);
}

.creative-flow,
.creative-producers {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 92px);
  padding: clamp(80px, 10vw, 138px) 0;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.creative-producers {
  background:
    linear-gradient(180deg, rgba(232, 222, 211, 0.34), rgba(255, 255, 255, 0));
}

.creative-section-head h2 {
  font-size: clamp(36px, 4.8vw, 72px);
}

.creative-flow__list,
.creative-producer-grid {
  display: grid;
  gap: 1px;
  background: rgba(51, 51, 51, 0.12);
}

.creative-flow__item,
.creative-producer {
  padding: clamp(24px, 3vw, 38px);
  background: var(--color-white);
}

.creative-flow__item h3 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.creative-flow__item p,
.creative-producer div {
  margin: 0;
  color: rgba(51, 51, 51, 0.74);
  line-height: 2;
}

.creative-producer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.creative-producer h3 {
  margin: 0 0 20px;
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.creative-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(54px, 7vw, 92px) 0 clamp(86px, 11vw, 148px);
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.creative-contact p {
  max-width: 700px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.home-audition-cta {
  position: relative;
  width: 100vw;
  min-height: clamp(680px, 82vh, 900px);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--color-text);
  background: var(--color-white);
}

.home-audition-cta__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-audition-cta__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% 50%;
  filter: saturate(0.88) contrast(0.96);
}

.home-audition-cta__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 36%, rgba(255, 255, 255, 0.34) 68%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(232, 222, 211, 0.24), rgba(255, 255, 255, 0.16));
}

.home-audition-cta::after {
  content: "";
  position: absolute;
  inset: clamp(10px, 1vw, 18px);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.78);
  pointer-events: none;
}

.home-audition-cta__inner {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: center;
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  min-height: inherit;
  margin: 0 auto;
  padding-top: clamp(84px, 10vw, 136px);
  padding-bottom: clamp(84px, 10vw, 136px);
}

.home-audition-cta__content {
  width: min(100%, 620px);
}

.home-audition-cta__label {
  display: grid;
  grid-template-columns: max-content minmax(120px, 280px);
  align-items: center;
  gap: 20px;
  margin: 0 0 clamp(42px, 5vw, 76px);
  color: rgba(51, 51, 51, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.home-audition-cta__label::after {
  content: "";
  height: 1px;
  background: rgba(51, 51, 51, 0.24);
}

.home-audition-cta h2 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(40px, 5.4vw, 78px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.08em;
}

.home-audition-cta__sub {
  margin: 0 0 clamp(34px, 5vw, 64px);
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.18;
  letter-spacing: 0.04em;
}

.home-audition-cta__rule {
  display: block;
  width: 72px;
  height: 2px;
  margin-bottom: clamp(32px, 4vw, 52px);
  background: var(--color-accent);
}

.home-audition-cta__lead {
  max-width: 520px;
  margin: 0 0 clamp(42px, 5vw, 68px);
  color: rgba(51, 51, 51, 0.78);
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 2.2;
  letter-spacing: 0.08em;
}

.home-audition-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.home-audition-cta__link i {
  position: relative;
  display: block;
  width: 58px;
  height: 1px;
  background: rgba(51, 51, 51, 0.55);
}

.home-audition-cta__link i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(51, 51, 51, 0.55);
  border-right: 1px solid rgba(51, 51, 51, 0.55);
  transform: translateY(-50%) rotate(45deg);
}

.home-audition-cta__logo {
  display: block;
  width: clamp(170px, 16vw, 230px);
  height: auto;
  margin-top: clamp(54px, 7vw, 86px);
}

.home-access-map {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(74px, 9vw, 132px) var(--space-x);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 240, 0.94)),
    var(--color-white);
}

.home-access-map__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 6vw, 96px);
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(34px, 4vw, 56px);
  border: 1px solid rgba(184, 162, 123, 0.28);
}

.home-access-map__label {
  display: grid;
  grid-template-columns: max-content minmax(56px, 86px);
  gap: 18px;
  align-items: center;
  margin: 0 0 clamp(26px, 4vw, 46px);
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.home-access-map__label::after {
  content: "";
  height: 2px;
  background: var(--color-accent);
}

.home-access-map h2 {
  margin: 0 0 clamp(18px, 3vw, 30px);
  font-family: var(--font-serif);
  font-size: clamp(46px, 7vw, 94px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16em;
}

.home-access-map__address {
  margin: 0 0 clamp(28px, 4vw, 46px);
  padding-bottom: clamp(22px, 3vw, 32px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.13);
  color: rgba(51, 51, 51, 0.78);
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.home-access-map__info,
.home-access-map__guide {
  padding-top: clamp(20px, 3vw, 30px);
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.home-access-map__info h3,
.home-access-map__guide h3 {
  margin: 0 0 18px;
  color: var(--color-muted);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  letter-spacing: 0.12em;
}

.home-access-map__info ul,
.home-access-map__guide ol {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  counter-reset: access-step;
  list-style: none;
}

.home-access-map__info li,
.home-access-map__guide li {
  display: grid;
  grid-template-columns: minmax(86px, max-content) 1fr;
  gap: 18px;
  align-items: baseline;
  color: rgba(51, 51, 51, 0.74);
  font-size: clamp(13px, 1.25vw, 15px);
  line-height: 1.8;
}

.home-access-map__info li span,
.home-access-map__guide li::before {
  color: var(--color-accent);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-access-map__guide {
  margin-top: clamp(24px, 4vw, 40px);
}

.home-access-map__guide li {
  grid-template-columns: 28px 1fr;
  counter-increment: access-step;
}

.home-access-map__guide li::before {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--color-white);
  background: var(--color-accent);
  border-radius: 50%;
  content: counter(access-step);
  font-size: 12px;
  line-height: 1;
}

.home-access-map__map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #f4f0ea;
}

.home-access-map__map iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: grayscale(0.18) sepia(0.08) contrast(0.96);
}

.home-access-map__route {
  position: absolute;
  right: clamp(18px, 3vw, 30px);
  bottom: clamp(18px, 3vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 52px;
  padding: 14px 22px;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(184, 162, 123, 0.48);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-access-map__route::after {
  position: relative;
  width: 48px;
  height: 1px;
  content: "";
  background: rgba(51, 51, 51, 0.5);
}

.home-access-map__route::before {
  order: 2;
  width: 9px;
  height: 9px;
  margin-left: -31px;
  content: "";
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  border-right: 1px solid rgba(51, 51, 51, 0.5);
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .home-short-drama {
    min-height: auto;
    overflow: hidden;
  }

  .home-short-drama__bg {
    opacity: 0.1;
    background-position: center top;
  }

  .home-short-drama::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 222, 211, 0.74)),
      rgba(255, 255, 255, 0.78);
  }

  .home-short-drama__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    width: min(calc(100% - 44px), 560px);
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .home-short-drama__copy {
    max-width: none;
    text-align: center;
  }

  .home-short-drama__label {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .home-short-drama h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 9.5vw, 48px);
    line-height: 1.12;
    letter-spacing: 0.06em;
  }

  .home-short-drama__copy p:not(.home-short-drama__label) {
    max-width: 24em;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .home-short-drama__works {
    max-width: none;
    margin-bottom: 28px;
    text-align: left;
  }

  .home-short-drama__works li {
    padding: 14px 0;
  }

  .home-short-drama__works span {
    font-size: 11px;
  }

  .home-short-drama__works em {
    font-size: 12px;
  }

  .home-short-drama__button {
    min-width: 148px;
    min-height: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .home-short-drama__visual {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    box-shadow: inset 0 0 0 1px rgba(184, 162, 123, 0.18);
  }

  .home-short-drama__play {
    width: 52px;
    height: 52px;
  }

  .home-access-map {
    padding: 54px 18px;
  }

  .home-access-map__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 24px 20px;
  }

  .home-access-map__label {
    grid-template-columns: max-content 64px;
    gap: 14px;
    margin-bottom: 20px;
    font-size: 11px;
  }

  .home-access-map h2 {
    font-size: clamp(40px, 13vw, 58px);
    letter-spacing: 0.12em;
  }

  .home-access-map__address {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .home-access-map__info li,
  .home-access-map__guide li {
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 12px;
  }

  .home-access-map__guide li {
    grid-template-columns: 24px 1fr;
    gap: 12px;
  }

  .home-access-map__map,
  .home-access-map__map iframe {
    min-height: 320px;
  }

  .home-access-map__route {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 12px 16px;
    font-size: 10px;
  }

  .creative-hero {
    min-height: auto;
  }

  .creative-hero__bg {
    opacity: 0.12;
    background-position: center top;
  }

  .creative-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(232, 222, 211, 0.74)),
      rgba(255, 255, 255, 0.74);
  }

  .creative-hero__inner {
    width: min(calc(100% - 44px), 560px);
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 76px;
  }

  .creative-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    letter-spacing: 0.05em;
  }

  .creative-hero__inner > p:not(.creative-kicker) {
    font-size: 13px;
    line-height: 1.95;
  }

  .creative-lead,
  .creative-fields,
  .creative-feature,
  .creative-flow,
  .creative-producers,
  .creative-contact {
    width: min(calc(100% - 44px), 560px);
  }

  .creative-lead {
    padding-top: 64px;
    padding-bottom: 34px;
  }

  .creative-lead p {
    font-size: clamp(22px, 7vw, 32px);
    line-height: 1.75;
  }

  .creative-fields {
    grid-template-columns: 1fr;
    padding-bottom: 72px;
  }

  .creative-field {
    min-height: auto;
    padding: 24px;
  }

  .creative-feature {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 78px;
  }

  .creative-works {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(calc(100% - 44px), 560px);
    padding: 68px 0;
  }

  .creative-section-head__lead {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    text-align: left;
  }

  .creative-work {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .creative-work h3 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .creative-work p {
    font-size: 13px;
    line-height: 1.9;
  }

  .creative-feature__copy {
    text-align: center;
  }

  .creative-feature__copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .creative-feature__copy p:not(.creative-kicker) {
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.95;
    text-align: left;
  }

  .creative-feature__visual {
    aspect-ratio: 16 / 10.5;
    box-shadow: inset 0 0 0 1px rgba(184, 162, 123, 0.18);
  }

  .creative-flow,
  .creative-producers {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 68px 0;
  }

  .creative-section-head {
    text-align: center;
  }

  .creative-section-head h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .creative-producer-grid {
    grid-template-columns: 1fr;
  }

  .creative-flow__item,
  .creative-producer {
    padding: 24px;
  }

  .creative-contact {
    display: grid;
    justify-items: center;
    padding-top: 56px;
    padding-bottom: 86px;
    text-align: center;
  }

  .creative-contact p {
    font-size: clamp(22px, 7vw, 31px);
  }

  .home-audition-cta {
    min-height: auto;
  }

  .home-audition-cta__photo img {
    object-position: 68% 50%;
  }

  .home-audition-cta__shade {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(232, 222, 211, 0.4) 100%),
      rgba(255, 255, 255, 0.12);
  }

  .home-audition-cta__inner {
    width: min(calc(100% - 44px), 560px);
    padding-top: 70px;
    padding-bottom: 74px;
  }

  .home-audition-cta__content {
    width: 100%;
  }

  .home-audition-cta__label {
    grid-template-columns: max-content 1fr;
    gap: 16px;
    margin-bottom: 42px;
    font-size: 11px;
  }

  .home-audition-cta h2 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .home-audition-cta__sub {
    margin-bottom: 34px;
    font-size: clamp(25px, 7.8vw, 38px);
  }

  .home-audition-cta__lead {
    max-width: 22em;
    font-size: 13px;
    line-height: 2;
  }

  .home-audition-cta__logo {
    width: 210px;
    max-width: 62vw;
    margin-top: 48px;
  }

  .audition-hero--graphic {
    aspect-ratio: 4 / 3.25;
  }

  .audition-hero--graphic .audition-hero__image img {
    object-fit: cover;
    object-position: 58% 50%;
  }
}

.business-card,
.contact-form-box {
  padding: clamp(22px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid var(--color-line);
}

.business-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.12em;
}

.business-page {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent 34%),
    var(--color-bg);
}

.business-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 5vw, 56px);
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(128px, 14vw, 188px) var(--space-x) clamp(76px, 10vw, 132px);
}

.business-hero__label {
  color: rgba(51, 51, 51, 0.42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.business-hero__body {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

.business-hero h1 {
  max-width: 9.4em;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(54px, 9vw, 126px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.04em;
}

.business-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  font-size: clamp(15px, 1.7vw, 19px);
  line-height: 2.1;
  letter-spacing: 0.08em;
}

.business-intro {
  background: rgba(255, 255, 255, 0.7);
}

.business-intro p {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 106px) var(--space-x);
  font-family: var(--font-serif);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  line-height: 2.05;
  letter-spacing: 0.08em;
}

.business-services {
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: clamp(74px, 10vw, 136px) var(--space-x);
}

.business-service {
  display: grid;
  gap: clamp(20px, 4vw, 50px);
  padding: clamp(34px, 5vw, 66px) 0;
  border-top: 1px solid rgba(51, 51, 51, 0.16);
}

.business-service:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.16);
}

.business-service__number {
  color: rgba(184, 162, 123, 0.76);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1;
}

.business-service__head p {
  margin: 0 0 clamp(12px, 2vw, 18px);
  color: rgba(51, 51, 51, 0.82);
  font-family: var(--font-serif);
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: none;
}

.business-service__head h2 {
  margin: 0;
  color: rgba(51, 51, 51, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.business-service__body {
  display: grid;
  gap: clamp(22px, 3vw, 32px);
}

.business-service__body p {
  margin: 0;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 2.05;
  letter-spacing: 0.07em;
}

.business-service__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.business-service__body li {
  padding: 6px 12px;
  color: rgba(51, 51, 51, 0.68);
  border: 1px solid rgba(51, 51, 51, 0.16);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.business-studio {
  display: grid;
  gap: clamp(26px, 5vw, 72px);
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  margin: 0 auto clamp(72px, 10vw, 128px);
  padding: clamp(38px, 6vw, 76px) 0;
  background: transparent;
  border-top: 1px solid rgba(51, 51, 51, 0.16);
  border-bottom: 1px solid rgba(51, 51, 51, 0.16);
}

.business-studio h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.06em;
}

.business-studio p:not(.eyebrow) {
  margin: 0;
  line-height: 2.05;
  letter-spacing: 0.07em;
}

.business-contact {
  display: grid;
  justify-items: center;
  gap: 28px;
  width: min(calc(100% - var(--space-x) * 2), 960px);
  margin: 0 auto clamp(78px, 11vw, 140px);
  padding: clamp(46px, 7vw, 82px);
  text-align: center;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(51, 51, 51, 0.12);
}

.business-contact p {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(19px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.9;
}

.audition-page {
  background: var(--color-white);
}

.audition-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(640px, 80vh, 860px);
  overflow: hidden;
  color: var(--color-text);
  background: var(--color-white);
}

.audition-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.audition-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% 50%;
  filter: saturate(0.88) contrast(0.96);
}

.audition-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 42%, rgba(255, 255, 255, 0.2) 100%),
    rgba(232, 222, 211, 0.16);
}

.audition-hero::after {
  content: "";
  position: absolute;
  inset: clamp(10px, 1vw, 18px);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.76);
  pointer-events: none;
}

.audition-hero__inner {
  position: relative;
  z-index: 3;
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  margin: 0 auto;
  padding-top: clamp(92px, 11vw, 150px);
  padding-bottom: clamp(92px, 11vw, 150px);
}

.audition-hero__label {
  display: grid;
  grid-template-columns: max-content minmax(120px, 280px);
  align-items: center;
  gap: 20px;
  max-width: 420px;
  margin: 0 0 clamp(44px, 6vw, 84px);
  color: rgba(51, 51, 51, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.audition-hero__label::after {
  content: "";
  height: 1px;
  background: rgba(51, 51, 51, 0.24);
}

.audition-hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.08em;
}

.audition-hero__en {
  margin: 0 0 clamp(38px, 5vw, 68px);
  font-family: var(--font-serif);
  font-size: clamp(28px, 4.2vw, 58px);
  line-height: 1.18;
  letter-spacing: 0.04em;
}

.audition-hero__lead {
  max-width: 560px;
  margin: 0;
  padding-top: clamp(28px, 4vw, 48px);
  color: rgba(51, 51, 51, 0.78);
  border-top: 2px solid var(--color-accent);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 2.18;
  letter-spacing: 0.08em;
}

.audition-hero--graphic {
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin-top: 0;
  background: var(--color-white);
}

.audition-hero--graphic .audition-hero__image {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}

.audition-hero--graphic .audition-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.audition-hero--graphic .audition-hero__shade,
.audition-hero--graphic::after {
  display: none;
}

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

@media (max-width: 900px) {
  .audition-hero--graphic {
    aspect-ratio: auto;
    padding-top: 72px;
  }

  .audition-hero--graphic .audition-hero__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

.audition-intro,
.audition-target,
.audition-flow,
.audition-academy,
.audition-notes,
.audition-entry {
  width: min(calc(100% - var(--space-x) * 2), 1180px);
  margin-right: auto;
  margin-left: auto;
}

.audition-intro {
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  padding: clamp(80px, 11vw, 150px) 0 clamp(68px, 9vw, 118px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.audition-intro h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(32px, 5vw, 70px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.audition-intro p:not(.eyebrow) {
  max-width: 880px;
  margin: 0;
  color: rgba(51, 51, 51, 0.76);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 2.25;
  letter-spacing: 0.08em;
}

.audition-section-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.audition-section-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(30px, 4.6vw, 58px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.audition-target,
.audition-flow {
  padding: clamp(70px, 10vw, 128px) 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.audition-target__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
}

.audition-target__grid article,
.audition-flow__list article {
  padding: clamp(24px, 3.4vw, 42px);
  background: rgba(232, 222, 211, 0.34);
  border: 1px solid rgba(51, 51, 51, 0.1);
}

.audition-target__grid span,
.audition-flow__list span {
  display: block;
  margin-bottom: 22px;
  color: var(--color-accent);
  font-family: var(--font-serif);
  font-size: 22px;
  letter-spacing: 0.12em;
}

.audition-target__grid h3,
.audition-flow__list h3 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.audition-target__grid p,
.audition-flow__list p {
  margin: 0;
  color: rgba(51, 51, 51, 0.72);
  line-height: 2;
  letter-spacing: 0.06em;
}

.audition-flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(51, 51, 51, 0.12);
  border: 1px solid rgba(51, 51, 51, 0.12);
}

.audition-flow__list article {
  border: 0;
  background: var(--color-white);
}

.audition-academy {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  padding: clamp(66px, 9vw, 112px) 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.audition-academy h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(30px, 4.4vw, 56px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.audition-academy p:not(.eyebrow) {
  margin: 0;
  color: rgba(51, 51, 51, 0.72);
  line-height: 2.15;
  letter-spacing: 0.07em;
}

.audition-notes {
  padding: clamp(54px, 8vw, 88px) 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.audition-notes ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.audition-notes li {
  position: relative;
  padding-left: 22px;
  color: rgba(51, 51, 51, 0.76);
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.audition-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 7px;
  background: var(--color-accent);
  border-radius: 50%;
}

.audition-entry {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: clamp(70px, 10vw, 126px) 0 clamp(82px, 12vw, 150px);
  text-align: center;
}

.audition-entry h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(32px, 5vw, 70px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.audition-entry p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(51, 51, 51, 0.72);
  line-height: 2.05;
  letter-spacing: 0.07em;
}

@media (max-width: 900px) {
  .audition-intro,
  .audition-target,
  .audition-flow,
  .audition-academy,
  .audition-notes,
  .audition-entry {
    width: min(calc(100% - 44px), 560px);
  }

  .audition-intro {
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .audition-intro h2,
  .audition-section-head h2,
  .audition-academy h2,
  .audition-entry h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .audition-intro p:not(.eyebrow),
  .audition-academy p:not(.eyebrow),
  .audition-entry p:not(.eyebrow) {
    font-size: 13px;
    line-height: 2;
  }

  .audition-target,
  .audition-flow {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .audition-target__grid,
  .audition-flow__list,
  .audition-academy {
    grid-template-columns: 1fr;
  }

  .audition-target__grid {
    gap: 14px;
  }

  .audition-flow__list {
    gap: 0;
  }

  .audition-target__grid article,
  .audition-flow__list article {
    padding: 24px;
  }

  .audition-target__grid h3,
  .audition-flow__list h3 {
    font-size: 20px;
  }

  .audition-target__grid p,
  .audition-flow__list p {
    font-size: 13px;
  }

  .audition-academy {
    gap: 20px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .audition-notes {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .audition-notes li {
    font-size: 13px;
  }

  .audition-entry {
    padding-top: 62px;
    padding-bottom: 76px;
  }
}

.contact-cta {
  width: min(calc(100% - var(--space-x) * 2), 1120px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 112px) 0 clamp(52px, 7vw, 96px);
  text-align: center;
  background: transparent;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.contact-cta__inner {
  width: min(100%, 820px);
  margin: 0 auto;
}

.contact-cta h2 {
  max-width: 760px;
  margin: clamp(20px, 3vw, 30px) auto 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.contact-cta p:not(.eyebrow) {
  max-width: 620px;
  margin: clamp(22px, 3vw, 32px) auto 0;
  color: rgba(51, 51, 51, 0.62);
  font-size: clamp(13px, 1.25vw, 15px);
  line-height: 2;
  letter-spacing: 0.08em;
}

.contact-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: clamp(30px, 4vw, 48px);
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-cta__link::after {
  content: "";
  display: block;
  width: clamp(78px, 8vw, 120px);
  height: 1px;
  background: rgba(51, 51, 51, 0.48);
}

.contact-cta__link::before {
  content: "";
  order: 2;
  width: 11px;
  height: 11px;
  margin-left: -40px;
  border-top: 1px solid rgba(51, 51, 51, 0.48);
  border-right: 1px solid rgba(51, 51, 51, 0.48);
  transform: rotate(45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  color: var(--color-white);
  background: var(--color-text);
  border: 1px solid var(--color-text);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-hero {
  padding-top: clamp(104px, 18vw, 148px);
  padding-bottom: clamp(28px, 8vw, 78px);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
}

.page-hero--contact {
  padding-top: clamp(84px, 14vw, 132px);
  padding-bottom: clamp(38px, 7vw, 74px);
  text-align: center;
}

.page-hero--contact h1 {
  margin: 0 0 clamp(26px, 5vw, 42px);
  font-family: var(--font-serif);
  font-size: clamp(42px, 9vw, 76px);
  font-weight: 400;
  letter-spacing: 0.12em;
}

.page-hero--contact__lead {
  width: min(100%, 620px);
  margin-right: auto;
  margin-left: auto;
  color: var(--color-muted);
  text-align: center;
  font-size: clamp(15px, 3.2vw, 18px);
  line-height: 2.1;
  letter-spacing: 0.08em;
}

.talent-single,
.topics-single {
  display: grid;
  gap: clamp(28px, 6vw, 70px);
  padding-top: clamp(48px, 8vw, 96px);
  padding-bottom: clamp(70px, 10vw, 130px);
}

.talent-single__image .sc-image,
.talent-single__image .sc-placeholder,
.topics-single__image .sc-image,
.topics-single__image .sc-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.topics-single__image .sc-image,
.topics-single__image .sc-placeholder {
  aspect-ratio: 4 / 3;
}

.talent-single h1,
.topics-single h1 {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(34px, 7vw, 72px);
  line-height: 1.15;
  letter-spacing: 0.08em;
}

.talent-single__en {
  color: var(--color-muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.profile-list {
  display: grid;
  gap: 8px;
  margin: 28px 0;
}

.profile-list div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-line);
}

.profile-list dt {
  color: var(--color-muted);
  font-size: 12px;
}

.profile-list dd {
  margin: 0;
}

.entry-content {
  max-width: 760px;
}

.entry-content a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.talent-single__career {
  margin-top: 36px;
}

.talent-single__career h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.12em;
}

.sns-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 34px 0;
}

.sns-links a {
  text-transform: none;
}

.sns-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  color: var(--color-white);
  background: #b8a27b;
  border-radius: 50%;
  transition: background 0.25s ease, transform 0.25s ease;
}

.sns-links__item:hover {
  background: #a89066;
  transform: translateY(-2px);
}

.sns-links__item svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sns-links__item--youtube svg rect {
  fill: currentColor;
  stroke: currentColor;
}

.sns-links__item--youtube svg path {
  fill: #b8a27b;
  stroke: #b8a27b;
}

.sns-links__item--youtube:hover svg path {
  fill: #a89066;
  stroke: #a89066;
}

.sns-links__pdf {
  color: var(--color-muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.content-grid {
  display: grid;
  gap: 18px;
}

.notice-list {
  padding-left: 1.2em;
  margin: 24px 0 0;
}

.contact-page-panel {
  width: min(calc(100% - 26px), 1160px);
  margin: 0 auto clamp(80px, 14vw, 150px);
  background: var(--color-white);
}

.contact-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(calc(100% - 56px), 940px);
  margin: 0 auto clamp(54px, 9vw, 92px);
  background: var(--color-line);
  border: 1px solid var(--color-line);
}

.contact-intro__item {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.96);
}

.contact-intro__item span {
  margin-bottom: clamp(20px, 4vw, 34px);
  color: var(--color-accent);
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.16em;
}

.contact-intro__item h2 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.contact-intro__item p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.section--contact {
  max-width: 940px;
  padding-top: 0;
}

.section--contact,
.page-hero--contact {
  padding-right: clamp(24px, 7vw, 80px);
  padding-left: clamp(24px, 7vw, 80px);
}

.contact-form-head {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(34px, 7vw, 58px);
  text-align: center;
}

.contact-form-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.contact-form-head p:not(.eyebrow) {
  width: min(100%, 660px);
  margin: 0 auto;
  color: var(--color-muted);
  line-height: 2;
  letter-spacing: 0.07em;
}

.contact-form-box {
  padding: 0 0 clamp(58px, 12vw, 98px);
  background: transparent;
  border: 0;
}

.sc-form,
.contact-form-box .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 34px) clamp(18px, 4vw, 28px);
}

.sc-form p,
.contact-form-box .wpcf7-form p {
  margin: 0;
}

.sc-form__full,
.privacy-agree,
.submit-row,
.contact-form-box .wpcf7-form p:has(textarea),
.contact-form-box .wpcf7-form p:has(.wpcf7-acceptance),
.contact-form-box .wpcf7-form p:has(input[type="submit"]),
.contact-form-box .wpcf7-response-output {
  grid-column: 1 / -1;
}

.sc-form label,
.contact-form-box label {
  display: grid;
  gap: 10px;
  color: var(--color-muted);
  font-size: clamp(13px, 2.4vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.contact-form-box label > span:first-child,
.contact-form-box .wpcf7-form p > label {
  text-transform: none;
}

.contact-form-box input,
.contact-form-box textarea,
.contact-form-box select {
  width: 100%;
  min-height: 60px;
  padding: 16px 18px;
  background: #f3eee8;
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-form-box input[type="checkbox"],
.contact-form-box input[type="radio"] {
  width: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--color-text);
}

.contact-form-box input:focus,
.contact-form-box textarea:focus,
.contact-form-box select:focus {
  background: var(--color-white);
  border-color: rgba(184, 162, 123, 0.62);
  outline: 0;
}

.contact-form-box textarea {
  min-height: 230px;
  resize: vertical;
}

.contact-form-box ::placeholder {
  color: rgba(51, 51, 51, 0.28);
}

.privacy-agree label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--color-muted);
  font-size: clamp(13px, 3vw, 15px);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.contact-form-box .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.contact-form-box .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--color-muted);
  font-size: clamp(13px, 3vw, 15px);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.privacy-agree input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  accent-color: var(--color-text);
}

.submit-row {
  text-align: center;
}

.contact-form-box input[type="submit"] {
  width: min(100%, 420px);
  min-height: 68px;
  color: var(--color-white);
  background: var(--color-text);
  border-radius: 0;
  box-shadow: none;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.contact-form-box input[type="submit"]:hover {
  background: var(--color-accent);
  transform: translateY(-2px);
}

.contact-form-box .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #9b4f42;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.contact-form-box .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 16px 18px;
  border-color: var(--color-accent);
  color: var(--color-muted);
  font-size: 14px;
}

.contact-form-box .wpcf7-spinner {
  display: block;
  margin: 18px auto 0;
}

.form-sample {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
  font-size: 12px;
}

.site-footer {
  border-top: 0;
  background: var(--color-bg);
}

.site-footer__inner {
  display: grid;
  justify-items: center;
  gap: clamp(18px, 3vw, 28px);
  padding-top: clamp(44px, 7vw, 72px);
  padding-bottom: clamp(44px, 7vw, 72px);
  text-align: center;
}

.site-footer__brand {
  font-family: var(--font-serif);
  letter-spacing: 0.16em;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px clamp(14px, 3vw, 30px);
  max-width: 100%;
}

.site-footer__links a,
.site-footer__copy {
  color: var(--color-muted);
  font-size: clamp(11px, 2.7vw, 14px);
  letter-spacing: 0.18em;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 2px;
  text-transform: uppercase;
}

.site-footer__links a:hover {
  color: var(--color-text);
}

.nav-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 48px;
}

.nav-links a,
.nav-links span {
  padding: 8px 12px;
  border: 1px solid var(--color-line);
}

.talent-archive-page {
  min-height: 100vh;
  background: var(--color-bg);
}

.talent-archive-hero {
  padding: clamp(118px, 13vw, 178px) var(--space-x) clamp(54px, 7vw, 86px);
  text-align: center;
}

.talent-archive-hero p {
  display: none;
}

.talent-archive-hero h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(64px, 8.8vw, 118px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: lowercase;
}

.talent-archive-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 var(--space-x) clamp(100px, 11vw, 160px);
}

.talent-filter {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  margin: 0 auto clamp(52px, 8vw, 96px);
}

.talent-filter input,
.talent-filter select,
.talent-filter button {
  font: inherit;
}

.talent-filter__kana {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 28px);
}

.talent-filter__kana-item input,
.talent-filter__pills input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.talent-filter__kana-item span {
  display: grid;
  place-items: center;
  width: clamp(54px, 6.2vw, 76px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(51, 51, 51, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  color: var(--color-text);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.talent-filter__kana-item input:checked + span,
.talent-filter__kana-item span:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: var(--color-white);
}

.talent-filter__details {
  width: min(100%, 960px);
  justify-self: center;
}

.talent-filter__details summary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  color: var(--color-text);
  font-size: clamp(13px, 1.25vw, 15px);
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  list-style: none;
}

.talent-filter__details summary::-webkit-details-marker {
  display: none;
}

.talent-filter__details summary span {
  color: var(--color-accent);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.talent-filter__panel {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(51, 51, 51, 0.14);
  background: rgba(255, 255, 255, 0.58);
}

.talent-filter__group {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.talent-filter__group legend,
.talent-filter__label {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.talent-filter__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.talent-filter__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid rgba(51, 51, 51, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.talent-filter__pills input:checked + span,
.talent-filter__pills span:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: var(--color-white);
}

.talent-filter select,
.talent-filter input[type="number"],
.talent-filter input[type="search"] {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.34);
  border-radius: 0;
  background: transparent;
  color: var(--color-text);
  font-size: 15px;
  letter-spacing: 0.06em;
}

.talent-filter select:focus,
.talent-filter input:focus {
  outline: 0;
  border-color: var(--color-accent);
}

.talent-filter__range {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.talent-filter__range input {
  max-width: 104px;
  text-align: center;
}

.talent-filter__range span,
.talent-filter__range b {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.talent-filter__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
}

.talent-filter__search button,
.talent-filter__actions button {
  min-width: 160px;
  min-height: 48px;
  border: 1px solid var(--color-accent);
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  cursor: pointer;
}

.talent-filter__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.talent-filter__actions a {
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.talent-filter-result-heading {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: min(100%, 960px);
  margin: 0 auto clamp(34px, 5vw, 58px);
}

.talent-filter-result-heading span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-accent);
}

.talent-filter-result-heading h2 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.talent-filter-result-heading::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(51, 51, 51, 0.34);
}

@media (max-width: 767px) {
  .talent-filter {
    gap: 24px;
    margin-bottom: 52px;
  }

  .talent-filter__kana {
    justify-content: flex-start;
    gap: 10px;
  }

  .talent-filter__kana-item span {
    width: 48px;
    font-size: 17px;
  }

  .talent-filter__details summary {
    justify-content: flex-start;
  }

  .talent-filter__panel {
    padding: 28px 20px;
  }

  .talent-filter__pills {
    gap: 10px;
  }

  .talent-filter__pills span {
    min-height: 40px;
    padding: 0 18px;
    font-size: 12px;
  }

  .talent-filter__search {
    grid-template-columns: 1fr;
  }

  .talent-filter__search button,
  .talent-filter__actions button {
    width: 100%;
  }

  .talent-filter__actions {
    display: grid;
    justify-items: center;
  }

  .talent-filter-result-heading {
    margin-bottom: 30px;
  }
}

.talent-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 76px) clamp(24px, 5vw, 64px);
}

.talent-archive-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.talent-archive-card__image {
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}

.talent-archive-card__image .sc-image,
.talent-archive-card__image .sc-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.talent-archive-card:hover .sc-image {
  filter: brightness(1.04);
  transform: scale(1.035);
}

.talent-archive-card__body {
  display: grid;
  gap: 4px;
  text-align: left;
}

.talent-archive-card__name {
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 1.45;
}

.talent-archive-card__en {
  color: rgba(51, 51, 51, 0.48);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.single-talent {
  background: var(--color-white);
}

.talent-detail {
  background: var(--color-white);
}

.talent-detail-hero {
  position: relative;
  width: 100%;
  padding: 0 var(--space-x);
  background: var(--color-white);
}

.talent-detail-hero__name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(64px, 8vw, 140px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  overflow: hidden;
}

.talent-detail-hero__visual {
  position: relative;
  height: clamp(430px, 72vh, 800px);
  margin-left: clamp(42px, 6vw, 96px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 248, 245, 0.98) 0%, rgba(248, 248, 245, 0.6) 24%, rgba(248, 248, 245, 0.6) 76%, rgba(248, 248, 245, 0.98) 100%),
    #f7f8f5;
}

.talent-detail-hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.talent-detail-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.talent-detail-hero__image {
  width: auto;
  height: 100%;
  max-width: min(100%, 620px);
  object-fit: contain;
  object-position: center center;
}

.talent-detail-hero__contact {
  position: absolute;
  right: clamp(22px, 4vw, 76px);
  bottom: 0;
  z-index: 2;
  min-width: min(280px, 72vw);
  padding: 22px 30px;
  background: rgba(184, 162, 123, 0.86);
  color: #111111;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 22px rgba(38, 64, 78, 0.1);
}

.talent-detail-hero__contact::after {
  content: "";
  display: block;
  width: 72%;
  height: 1px;
  margin: 8px auto 0;
  background: currentColor;
}

.talent-detail-hero__dots {
  position: absolute;
  right: 0;
  bottom: -62px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 16px;
  pointer-events: auto;
}

.talent-detail-hero__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: rgba(51, 51, 51, 0.2);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.talent-detail-hero__dots button.is-active {
  background: var(--color-accent);
}

.talent-detail-profile {
  display: grid;
  gap: clamp(34px, 6vw, 74px);
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: clamp(118px, 13vw, 168px) var(--space-x) clamp(76px, 10vw, 136px);
}

.talent-detail-profile__photo {
  overflow: hidden;
  background: #eee6dc;
}

.talent-detail-profile__photo .sc-image,
.talent-detail-profile__photo .sc-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
  object-position: 50% 42%;
}

.talent-detail-profile__main {
  align-self: start;
}

.talent-detail-profile h1 {
  margin: 0 0 clamp(30px, 5vw, 54px);
  font-family: var(--font-serif);
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}

.talent-detail-profile__en {
  margin: -34px 0 clamp(28px, 4vw, 48px);
  color: rgba(51, 51, 51, 0.45);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.talent-detail-profile h2 {
  margin: 0 0 22px;
  color: var(--color-accent);
  font-family: "Avenir Next", Futura, "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.talent-detail-profile__list {
  display: grid;
  gap: 8px;
  margin: 0 0 clamp(30px, 5vw, 56px);
}

.talent-detail-profile__list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  line-height: 1.65;
}

.talent-detail-profile__list dt,
.talent-detail-profile__list dd {
  margin: 0;
  font-weight: 700;
}

.talent-detail-profile__bio {
  font-weight: 700;
}

.talent-detail-profile__sns {
  margin-top: clamp(34px, 6vw, 64px);
}

.talent-detail-profile__history {
  align-self: start;
  font-weight: 600;
}

.talent-detail-profile__history .entry-content {
  max-width: none;
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 1.9;
}

.talent-detail-profile__history p {
  margin-bottom: 1.3em;
}

.talent-detail-profile__history strong,
.talent-detail-profile__history b {
  font-size: clamp(15px, 1.5vw, 18px);
}

.career-groups {
  display: grid;
  gap: clamp(24px, 4vw, 38px);
}

.career-group {
  padding-bottom: clamp(18px, 3vw, 28px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.career-group h3 {
  margin: 0 0 12px;
  color: var(--color-accent);
  font-family: var(--font-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.career-group ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.career-group li {
  position: relative;
  padding-left: 1.1em;
  font-weight: 600;
  line-height: 1.8;
}

.career-group li::before {
  content: "";
  position: absolute;
  top: 0.84em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--color-accent);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .talent-detail-hero {
    padding-right: 0;
    padding-left: 0;
  }

  .talent-detail-hero__name {
    width: 44px;
    font-size: 22px;
    letter-spacing: 0.16em;
  }

  .talent-detail-hero__visual {
    height: 62svh;
    margin-left: 44px;
  }

  .talent-detail-hero__image {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 18%;
  }

  .talent-detail-hero__contact {
    right: 14px;
    min-width: 210px;
    padding: 16px 18px;
    font-size: 13px;
  }

  .talent-detail-profile {
    grid-template-columns: minmax(0, 1fr) minmax(112px, 34vw);
    gap: 24px 18px;
    padding-top: 94px;
  }

  .talent-detail-profile__main {
    grid-column: 1 / 2;
    grid-row: 1;
  }

  .talent-detail-profile__photo {
    grid-column: 2 / 3;
    grid-row: 1;
    align-self: start;
    margin-top: clamp(126px, 34vw, 168px);
  }

  .talent-detail-profile__photo .sc-image,
  .talent-detail-profile__photo .sc-placeholder {
    aspect-ratio: 3 / 4;
  }

  .talent-detail-profile__history {
    grid-column: 1 / -1;
  }

  .talent-detail-profile h1 {
    margin-bottom: 22px;
    max-width: calc(100vw - var(--space-x) * 2);
    font-size: clamp(34px, 10vw, 48px);
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .talent-detail-profile__en {
    margin-top: -16px;
  }

  .talent-detail-profile__list div {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .talent-detail-profile__list dt,
  .talent-detail-profile__list dd {
    font-size: 13px;
  }

  .talent-detail-profile__sns {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

.talent-profile {
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(96px, 12vw, 150px) var(--space-x) clamp(80px, 10vw, 140px);
}

.talent-profile__image .sc-image,
.talent-profile__image .sc-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.talent-profile__body {
  align-self: center;
}

.talent-profile h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(38px, 6vw, 82px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.08em;
}

.talent-profile__en {
  margin-top: 8px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.talent-profile__list {
  display: grid;
  margin: clamp(28px, 4vw, 42px) 0;
  border-top: 1px solid rgba(51, 51, 51, 0.16);
}

.talent-profile__list div {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.16);
}

.talent-profile__list dt,
.talent-profile__list dd {
  margin: 0;
}

.talent-profile__list dt {
  color: rgba(51, 51, 51, 0.52);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.talent-profile__bio {
  font-size: 14px;
}

.talent-profile__career {
  margin-top: clamp(34px, 5vw, 58px);
}

.talent-profile__career h2 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: 0.14em;
}

.talent-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: clamp(30px, 5vw, 56px);
}

.talent-gallery {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 var(--space-x) clamp(90px, 11vw, 150px);
}

.talent-gallery__head {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(34px, 5vw, 64px);
  text-align: center;
}

.talent-gallery__head h2 {
  margin: 0;
  font-family: "Avenir Next", Futura, "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: lowercase;
}

.talent-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 34px);
}

.talent-gallery__item {
  margin: 0;
  overflow: hidden;
  background: var(--color-bg-soft);
}

.talent-gallery__button {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

.talent-gallery__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.talent-gallery__item:hover .talent-gallery__image {
  transform: scale(1.035);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(20, 18, 16, 0.86);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox__image {
  max-width: min(100%, 1100px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.gallery-lightbox__close {
  position: absolute;
  top: clamp(16px, 3vw, 34px);
  right: clamp(16px, 3vw, 34px);
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  cursor: pointer;
}

.gallery-lightbox__close::before,
.gallery-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  background: var(--color-white);
}

.gallery-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .talent-profile {
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1fr);
  }

  .topics-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .talent-archive-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .talent-detail-profile {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
    align-items: start;
  }

  .talent-detail-profile__history {
    grid-column: 2;
  }

  .topics-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .talent-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .topics-detail {
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr);
    align-items: start;
  }
}

@media (min-width: 1280px) {
  .talent-detail-profile {
    grid-template-columns: minmax(280px, 0.8fr) minmax(340px, 1fr) minmax(300px, 0.9fr);
  }

  .talent-detail-profile__history {
    grid-column: auto;
  }
}

.page-template-page-about .site-header,
.sophia-about-page .site-header {
  display: none;
}

body.page-template-page-about,
body.sophia-about-page {
  scroll-snap-type: none;
}

.about-page {
  position: relative;
  min-height: 100vh;
  overflow: visible;
  background: #e6ded5;
  color: var(--color-text);
}

.about-page__logo {
  position: fixed;
  top: clamp(80px, 12vw, 150px);
  left: clamp(42px, 7vw, 110px);
  z-index: 4;
  width: clamp(190px, 20vw, 330px);
}

.about-page__logo img {
  width: 100%;
  height: auto;
}

.about-page__side-nav {
  display: none;
}

.about-page__side-nav a {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32em;
}

.about-dots {
  position: fixed;
  top: 50%;
  right: clamp(28px, 3vw, 54px);
  z-index: 5;
  display: grid;
  gap: 24px;
  transform: translateY(-50%);
}

body.about-company-visible .about-dots {
  display: none;
}

.about-dots a {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.75);
}

.about-dots a.is-active {
  background: var(--color-accent);
}

.about-story {
  position: relative;
  height: 100vh;
  overflow: hidden;
  scroll-snap-align: start;
}

.about-word-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  padding: clamp(86px, 7vw, 120px) clamp(220px, 18vw, 380px) clamp(110px, 9vw, 160px) clamp(260px, 22vw, 460px);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.about-word-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.about-word-panel::before {
  position: absolute;
  inset: -4%;
  z-index: 0;
  content: "";
  filter: blur(18px);
  transform: scale(1.02);
}

.about-word-panel--one::before {
  background:
    radial-gradient(circle at 51% 84%, rgba(226, 188, 196, 0.42), transparent 26%),
    radial-gradient(circle at 43% 57%, rgba(145, 170, 188, 0.42), transparent 34%),
    linear-gradient(135deg, #e6ded5 0%, #d9d7d3 28%, #b9d2db 48%, #d4d7d2 72%, #e6ded5 100%);
}

.about-word-panel--two::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(102, 50, 35, 0.82), transparent 24%),
    radial-gradient(circle at 30% 42%, rgba(218, 147, 109, 0.72), transparent 24%),
    radial-gradient(circle at 72% 74%, rgba(14, 42, 42, 0.96), transparent 32%),
    radial-gradient(circle at 82% 30%, rgba(176, 214, 229, 0.92), transparent 28%),
    linear-gradient(120deg, #b28a76 0%, #c9d3d7 46%, #16332f 100%);
}

.about-word-panel--three::before {
  background:
    radial-gradient(circle at 30% 22%, rgba(196, 170, 133, 0.68), transparent 28%),
    radial-gradient(circle at 72% 58%, rgba(119, 150, 173, 0.64), transparent 32%),
    radial-gradient(circle at 50% 88%, rgba(232, 190, 205, 0.45), transparent 28%),
    linear-gradient(135deg, #ded5c9 0%, #cadbe0 50%, #e8ded3 100%);
}

.about-word-panel--four::before {
  background:
    radial-gradient(circle at 28% 72%, rgba(172, 196, 217, 0.68), transparent 30%),
    radial-gradient(circle at 70% 34%, rgba(189, 205, 112, 0.72), transparent 25%),
    radial-gradient(circle at 42% 42%, rgba(116, 106, 130, 0.5), transparent 32%),
    linear-gradient(125deg, #cbdce5 0%, #b9c8ce 46%, #d8dcaa 100%);
}

.about-word-panel h1,
.about-word-panel__text,
.about-word-panel__brand,
.about-scroll {
  position: relative;
  z-index: 1;
}

.about-word-panel h1 {
  position: absolute;
  top: clamp(78px, 7vw, 118px);
  right: 0;
  left: 0;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(42px, 4.4vw, 74px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.28em;
}

.about-word-panel__text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: clamp(36px, 4vw, 66px);
  width: min(100%, 1000px);
  min-height: auto;
  margin: 0 auto;
  transform: translateY(24px);
}

.about-word-panel__text p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.about-word-panel__text--light p {
  color: rgba(255, 255, 255, 0.92);
}

.about-word-panel__brand {
  display: none;
}

.about-scroll {
  position: absolute;
  bottom: clamp(28px, 4vw, 58px);
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  transform: translateX(-50%);
}

.about-scroll strong {
  font-size: 20px;
  letter-spacing: 0.14em;
}

.about-scroll i {
  position: relative;
  display: block;
  width: 42px;
  height: 70px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.about-scroll i::before {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.about-scroll i::after {
  position: absolute;
  top: 68px;
  left: 50%;
  width: 2px;
  height: 48px;
  content: "";
  background: currentColor;
  transform: translateX(-50%);
}

.about-company {
  position: relative;
  min-height: 100vh;
  scroll-snap-align: start;
  padding: clamp(76px, 9vw, 128px) var(--space-x) clamp(92px, 11vw, 150px);
  background:
    radial-gradient(circle at 82% 18%, rgba(185, 210, 219, 0.28), transparent 26%),
    #e8ded3;
}

.about-company h2,
.about-clients h2 {
  margin: 0 0 clamp(42px, 5vw, 70px);
  font-family: var(--font-serif);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.22em;
}

.about-company__list {
  display: grid;
  width: min(100%, 980px);
  margin: 0 auto;
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 700;
  line-height: 1.9;
  background: rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(51, 51, 51, 0.18);
}

.about-company__list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 52px);
  padding: clamp(18px, 2.4vw, 28px) 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.18);
}

.about-company__list dt,
.about-company__list dd {
  margin: 0;
}

.about-company__list dt {
  color: rgba(51, 51, 51, 0.66);
  font-size: 0.9em;
  letter-spacing: 0.18em;
}

.about-clients {
  width: min(100%, 980px);
  margin: clamp(72px, 9vw, 120px) auto 0;
  padding-top: clamp(12px, 2vw, 24px);
}

.about-section-label {
  margin: -44px 0 34px;
  color: rgba(51, 51, 51, 0.54);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
}

.about-clients__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-clients__grid li {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(51, 51, 51, 0.14);
  font-family: var(--font-serif);
  font-size: clamp(12px, 0.95vw, 15px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.about-access {
  width: min(100%, 980px);
  margin: clamp(74px, 9vw, 120px) auto 0;
}

.about-access__body {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.about-access__text {
  font-family: var(--font-serif);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 700;
  line-height: 1.9;
}

.about-access__text .text-link {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid currentColor;
}

.about-access__map {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(51, 51, 51, 0.14);
}

.about-access__map iframe {
  display: block;
  width: 100%;
  height: clamp(260px, 28vw, 390px);
  border: 0;
  filter: grayscale(1) contrast(0.92) brightness(1.05);
}

.about-extra {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 var(--space-x) 100px;
}

@media (max-width: 1023px) {
  .about-page__logo,
  .about-page__side-nav {
    position: absolute;
  }

  .about-page {
    padding-top: 0;
  }

  .about-page__logo {
    top: 24px;
    left: 22px;
    display: block;
    width: min(42vw, 190px);
    margin: 0;
    opacity: 0.7;
  }

  .about-page__side-nav {
    top: 24px;
    right: 22px;
    display: none;
    gap: 10px;
    padding: 0;
  }

  .about-page__side-nav a {
    font-size: 14px;
    letter-spacing: 0.22em;
  }

  .about-word-panel,
  .about-company {
    padding: 52px var(--space-x) 80px;
  }

  .about-dots {
    right: 18px;
    display: grid;
    gap: 16px;
  }

  .about-dots a {
    width: 10px;
    height: 10px;
  }

  .about-story {
    height: 100svh;
  }

  .about-word-panel h1 {
    top: 58px;
    margin-bottom: 0;
    font-size: 34px;
  }

  .about-word-panel__text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 22px;
    width: min(100%, 560px);
    min-height: auto;
    transform: translateY(18px);
  }

  .about-word-panel__text p {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.12em;
    writing-mode: vertical-rl;
  }

  .about-word-panel__brand {
    display: none;
  }

  .about-scroll {
    display: none;
  }

  .about-company__list {
    font-size: 14px;
    line-height: 1.85;
  }

  .about-company__list div {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
  }

  .about-section-label {
    margin-top: -30px;
  }

  .about-clients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .about-clients__grid li {
    min-height: 54px;
    padding: 12px;
    font-size: 14px;
  }

  .about-access__body {
    grid-template-columns: 1fr;
  }

  .about-access__map iframe {
    height: 280px;
  }
}

@media (min-width: 768px) {
  .home-hero__inner {
    display: block;
  }

  .home-hero__copy {
    justify-items: start;
    text-align: left;
  }

  .home-hero__main-image {
    height: min(78vh, 900px);
    object-position: 50% 45%;
  }

  .home-hero__visual--duo {
    width: min(100%, 820px);
  }

  .home-hero__visual--duo .home-hero__main-image {
    height: min(74vh, 820px);
  }

  .home-hero__visual {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-hero__visual--single,
  .home-hero__visual--duo {
    display: grid;
  }

  .home-hero__visual--single {
    display: block;
  }

  .home-hero__photo:nth-child(even) {
    margin-top: 44px;
  }

  .topics-list__item {
    grid-template-columns: 120px minmax(0, 1fr) 90px;
    align-items: baseline;
  }

  .topics-list__cat {
    grid-column: auto;
    text-align: right;
  }

  .topics-showcase {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(52px, 6vw, 86px) clamp(28px, 3.8vw, 62px);
  }

  .home-talent .talent-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-business {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.62fr);
  }

  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  }

  .business-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .talent-single {
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  }

  .topics-single {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  }

  .contact-form-box input,
  .contact-form-box textarea,
  .contact-form-box select {
    min-height: 76px;
    padding: 20px 28px;
  }
}

@media (min-width: 1024px) {
  .site-header {
    position: sticky;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--color-line);
    backdrop-filter: blur(14px);
  }

  .site-brand {
    display: grid;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .sc-menu-list {
    display: flex;
    gap: 24px;
  }

  .talent-grid,
  .topics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-talent .talent-grid {
    gap: clamp(54px, 6vw, 86px) clamp(34px, 4vw, 66px);
  }

  .business-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-service {
    grid-template-columns: 86px minmax(360px, 0.95fr) minmax(0, 1fr);
    align-items: start;
  }

  .business-studio {
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1fr);
    align-items: start;
  }
}

@media (min-width: 1024px) {
  body.single-talent .talent-detail-hero {
    padding-right: clamp(48px, 5vw, 90px);
    padding-left: clamp(48px, 5vw, 90px);
  }

  body.single-talent .talent-detail-hero__name {
    width: clamp(78px, 7vw, 126px);
  }

  body.single-talent .talent-detail-hero__visual {
    height: min(76vh, 800px);
    min-height: 560px;
    margin-left: clamp(78px, 7vw, 126px);
  }

  body.single-talent .talent-detail-hero__image {
    max-width: min(42vw, 620px);
  }

  body.single-talent .talent-detail-hero__contact {
    right: clamp(56px, 7vw, 120px);
  }

  body.single-talent .talent-detail-profile {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
    width: min(100%, 1360px);
    align-items: start;
  }

  body.single-talent .talent-detail-profile__history {
    grid-column: 2;
  }
}

@media (min-width: 1280px) {
  body.single-talent .talent-detail-profile {
    grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1fr) minmax(320px, 0.9fr);
    width: min(100%, 1480px);
  }

  body.single-talent .talent-detail-profile__history {
    grid-column: auto;
  }
}
