/* =========================================================
   BRUNCH PRODUCTION
   Clean professional stylesheet - organized final version
   ========================================================= */

:root {
  --color-text: #171717;
  --color-muted: #74706a;
  --color-line: #e4ded4;
  --color-border: #d8d1c5;
  --color-cream: #f8f6f2;
  --color-cream-light: #fbfaf7;
  --color-dark: #101010;
  --color-gold: #c8a45d;
  --color-gold-soft: rgba(200, 164, 93, 0.18);
  --font-main: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", Arial, sans-serif;
  --header-height: 70px;
  --side-space: clamp(24px, 7vw, 112px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  background: #ffffff;
  font-family: var(--font-main);
  line-height: 1.8;
  overflow-x: hidden;
}

body.talent-modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

p,
h1,
h2,
h3,
dl {
  margin-top: 0;
}

/* =========================================================
   Header
   ========================================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: var(--header-height);
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-text);
  background: rgba(255,255,255,0.72);
  border-bottom: 1px solid rgba(139, 125, 104, 0.18);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(255,255,255,0.96);

  box-shadow:
    0 16px 42px rgba(0,0,0,0.08);

  border-bottom:
    1px solid rgba(139,125,104,0.16);

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--color-text);
  text-decoration: none;
}

.brand-logo img {
  width: 58px;
  height: 42px;
  object-fit: contain;
}

.brand-logo span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.4px;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: var(--color-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.site-nav a:hover {
  color: #8b7d68;
}

.nav-contact {
  min-height: 42px;
  padding: 9px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 125, 104, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
}

.nav-contact:hover {
  color: #ffffff;
  background: var(--color-text);
  border-color: var(--color-text);
  opacity: 1;
}

.menu-toggle {
  display: none;
}

/* =========================================================
   Buttons
   ========================================================= */

.primary-btn,
.secondary-btn,
.hero-talent-btn,
.profile-btn,
.form-submit,
.floating-contact,
.text-link {
  text-decoration: none;
}

.primary-btn,
.secondary-btn,
.hero-talent-btn,
.profile-btn,
.form-submit,
.floating-contact {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    opacity 0.28s ease;
}

.primary-btn,
.secondary-btn,
.hero-talent-btn {
  position: relative;

  min-height: 52px;

  padding: 14px 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #171717;

  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f8f1df 48%,
      rgba(200,164,93,0.72) 100%
    );

  border: 1px solid rgba(200,164,93,0.55);

  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 0.12em;

  box-shadow:
    0 14px 34px rgba(0,0,0,0.08);

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    filter 0.45s ease,
    background 0.45s ease;
}
.secondary-btn {
  background: transparent;
}

.hero-talent-btn {
  min-width: 210px;
  color: #171717;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f8f1df 46%,
    rgba(200, 164, 93, 0.72) 100%
  );
  border: 1px solid rgba(200, 164, 93, 0.65);
  box-shadow:
    0 14px 32px rgba(200, 164, 93, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-talent-btn:hover {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #171717 0%,
    #2a2418 48%,
    #c8a45d 100%
  );
  border-color: rgba(200, 164, 93, 0.9);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.16),
    0 0 28px rgba(200, 164, 93, 0.28);
}

.primary-btn:hover,
.secondary-btn:hover,
.hero-talent-btn:hover,
.profile-btn:hover,
.form-submit:hover,
.floating-contact:hover {
  color: #ffffff;
  background: var(--color-text);
  border-color: var(--color-text);
  transform: translateY(-4px);

filter: brightness(1.04);

box-shadow:
  0 22px 48px rgba(0,0,0,0.14);
}

.text-link {
  font-size: 14px;
  border-bottom: 1px solid currentColor;
}

.profile-btn {
  margin-top: 20px;
  padding: 10px 18px;
  display: inline-flex;
  color: #ffffff;
  background: #111111;
  border: 1px solid #111111;
  font-size: 13px;
}

.form-submit {
  width: 100%;
  padding: 15px 20px;
  color: #ffffff;
  background: #111111;
  border: 1px solid #111111;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}

.floating-contact {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1001;
  min-width: 156px;
  padding: 14px 24px;
  color: var(--color-text);
  text-align: center;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(139, 125, 104, 0.42);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.floating-contact.is-hidden {
  opacity: 0;
  transform: translateY(18px);
  visibility: hidden;
  pointer-events: none;
}

/* =========================================================
   Home Hero
   ========================================================= */

.home-hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  padding: calc(var(--header-height) + 34px) 2vw 56px;
  color: var(--color-text);
  background:
    radial-gradient(circle at 50% 28%, rgba(200, 164, 93, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 56%, #ffffff 100%);
  overflow: visible;
}

.home-hero::before,
.home-hero::after,
.hero-model-stage,
.hero-model-shade,
.mobile-hero-collages,
.hero-scroll {
  display: none;
}

.brunch-hero-board,
.brunch-hero-ordered-board {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: clamp(150px, 13vw, 230px);
  gap: 14px;
}

.brunch-hero-tile {
  --tile-delay: 0s;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  border: 1.5px solid rgba(200, 164, 93, 0.76);
  border-radius: 28px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(200, 164, 93, 0.16),
    0 0 24px rgba(200, 164, 93, 0.18);
  animation:
    brunchHeroTileEntrance 0.78s cubic-bezier(0.22, 1, 0.36, 1) both,
    brunchHeroGoldPulse 5.6s ease-in-out infinite;
  animation-delay: var(--tile-delay), calc(var(--tile-delay) + 0.45s);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
will-change: transform;
transform: translateZ(0);

}

button.brunch-hero-tile {
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.brunch-hero-more {
  --tile-delay: 0.70s;

  position: relative;

  width: auto;
  height: auto;

  align-self: end;

  margin-left: 18px;
  margin-bottom: 62px;

  display: inline-flex;
  align-items: center;
  gap: 14px;

  text-decoration: none;

  background: transparent;
  border: none;
  box-shadow: none;

  animation:
    brunchHeroTileEntrance 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;

  animation-delay: var(--tile-delay);

  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.brunch-hero-more .more-text {
  position: relative;

  color: rgba(255,255,255,0.94);

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 0.24em;
  text-transform: uppercase;

  padding-bottom: 5px;

  border-bottom: 1px solid rgba(255,255,255,0.92);

  text-shadow:
    0 2px 10px rgba(0,0,0,0.72),
    0 0 22px rgba(0,0,0,0.48);

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    text-shadow 0.3s ease;
}

.brunch-hero-more .more-circle {
  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(255,255,255,0.82);

  color: #111111;

  font-size: 16px;

  box-shadow:
    0 10px 28px rgba(0,0,0,0.12);

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.brunch-hero-more:hover {
  transform: translateY(-4px);
}

.brunch-hero-more:hover .more-text {
  color: #ffffff;

  border-color: rgba(255,255,255,1);

  text-shadow:
    0 2px 12px rgba(0,0,0,0.82),
    0 0 28px rgba(200,164,93,0.28);
}

.brunch-hero-more:hover .more-circle {
  background:
    linear-gradient(
      135deg,
      rgba(0,0,0,0.82),
      rgba(200,164,93,0.72)
    );

  color: #ffffff;

  transform: translateX(5px);

  box-shadow:
    0 14px 36px rgba(0,0,0,0.22),
    0 0 22px rgba(200,164,93,0.22);
}

.brunch-hero-board:has(.brunch-hero-more:hover) .brunch-hero-tile {
  filter: blur(2px) brightness(0.92);
  opacity: 0.72;
  transform: scale(0.985);

  transition:
    filter 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

.brunch-hero-board:has(.brunch-hero-more:hover) .brunch-hero-more {
  filter: none;
  opacity: 1;
}

.brunch-hero-tile::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(200, 164, 93, 0.34);
  border-radius: inherit;
  box-shadow:
    0 0 16px rgba(200, 164, 93, 0.18),
    0 0 34px rgba(200, 164, 93, 0.08);
}

.brunch-hero-tile img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;
  object-position: center center;

  background: #ffffff;

  border-radius: 22px;

  filter:
    brightness(1)
    saturate(1.02);

  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
}

.brunch-hero-tile {
  overflow: hidden;
}

.brunch-hero-tile:hover img {
  transform: scale(1.08);

  filter:
    brightness(1.06)
    saturate(1.04);
}

.brunch-hero-name {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 5;
  padding: 0 0 4px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.85),
    0 0 22px rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid rgba(200, 164, 93, 0.95);

  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.brunch-hero-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.48),
      rgba(0, 0, 0, 0.22) 36%,
      rgba(0, 0, 0, 0) 68%
    );
  opacity: 0;
  transition: opacity 0.32s ease;
}

.brunch-hero-tile:hover::before,
.brunch-hero-tile:focus-visible::before {
  opacity: 1;
}

.brunch-hero-tile:hover .brunch-hero-name,
.brunch-hero-tile:focus-visible .brunch-hero-name {
  opacity: 1;
  transform: translate(-50%, 0);
}



.brunch-tile-yuyu { --tile-delay: 0.04s; }
.brunch-tile-emily { --tile-delay: 0.10s; }
.brunch-tile-myu { --tile-delay: 0.16s; }
.brunch-tile-asuka { --tile-delay: 0.22s; }
.brunch-tile-nanami { --tile-delay: 0.28s; }
.brunch-tile-mikaze { --tile-delay: 0.34s; }
.brunch-tile-arisugawa { --tile-delay: 0.40s; }
.brunch-tile-kanako { --tile-delay: 0.46s; }
.brunch-tile-miku { --tile-delay: 0.52s; }
.brunch-tile-tukamoto { --tile-delay: 0.58s; }
.brunch-tile-mitsuki { --tile-delay: 0.64s; }

@media (min-width: 1025px) {
  .brunch-hero-board,
  .brunch-hero-ordered-board {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .brunch-hero-board .brunch-hero-tile {
    grid-column: span 2;
  }


  .brunch-hero-board .brunch-hero-tile:nth-child(7) {
    grid-column: 2 / span 2;
  }
}

.brunch-hero-copy {
  position: relative;
  z-index: 4;
  width: min(780px, 92vw);
  margin-top: 0;
  padding: 28px 36px 32px;
  border-radius: 36px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.brunch-hero-copy::before {
  content: "";
  position: absolute;
  inset: 8px 0;
  z-index: -1;
  opacity: 0;
  border-radius: 36px;
  background: linear-gradient(
    90deg,
    rgba(200, 164, 93, 0),
    rgba(200, 164, 93, 0.22) 18%,
    rgba(200, 164, 93, 0.38) 50%,
    rgba(200, 164, 93, 0.22) 82%,
    rgba(200, 164, 93, 0)
  );
  filter: blur(2px);
  transform: scaleX(0.82);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.brunch-hero-copy:hover,
.brunch-hero-copy.is-highlighted {
  transform: translateY(-4px);
}

.brunch-hero-copy:hover::before,
.brunch-hero-copy.is-highlighted::before {
  opacity: 1;
  transform: scaleX(1);
}

.hero-label,
.section-label {
  display: inline-block;

  margin: 0 0 16px;

  color: rgba(139, 125, 104, 0.78);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 0.22em;

  line-height: 1.4;

  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero p {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.9;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.brunch-hero-board,
.brunch-hero-ordered-board {
  grid-auto-rows: clamp(135px, 10.5vw, 190px);
  margin-bottom: 22px;
}

.brunch-hero-copy {
  width: min(780px, 92vw);
  margin-top: 0;
}

.brunch-hero-copy .hero-label,
.brunch-hero-copy h1,
.brunch-hero-copy > p:not(.hero-label),
.brunch-hero-copy .hero-actions {
  opacity: 0;
  transform: translateY(16px);
}

.brunch-hero-copy .hero-label {
  margin-bottom: 10px;
}

.brunch-hero-copy h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0 0.08em;
  color: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.02em;
  isolation: isolate;
  overflow: visible;
  animation: none;
}

.hero-main-heading {
  cursor: default;
  transition:
    transform 0.35s ease,
    text-shadow 0.35s ease;
}

body.hero-ready .brunch-hero-copy .hero-label {
  animation: brunchSoftReveal 0.75s ease 0.15s both;
}

body.hero-ready .brunch-hero-copy h1::before {
  animation: none;
}

body.hero-ready .brunch-hero-copy h1 {
  animation: brunchHeadingTextReveal 0.9s ease 0.85s both;
}

body.hero-ready .brunch-hero-copy > p:not(.hero-label) {
  animation: brunchSoftReveal 0.8s ease 1.1s both;
}

body.hero-ready .brunch-hero-copy .hero-actions {
  animation: brunchSoftReveal 0.8s ease 1.28s both;
}

.brunch-hero-copy p:not(.hero-label) {
  margin-bottom: 0;
}

@media (hover: hover) {
  .brunch-hero-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(200, 164, 93, 1);
    box-shadow:
      0 28px 66px rgba(0, 0, 0, 0.13),
      0 0 0 1px rgba(200, 164, 93, 0.28),
      0 0 34px rgba(200, 164, 93, 0.34);
  }

  .brunch-hero-tile:hover img {
    filter: brightness(1.12) saturate(1.08);
    transform: scale(1.018);
  }
}


/* =========================================================
   Home Sections
   ========================================================= */

.section {
  padding: 92px var(--side-space);
}

.intro,
.home-concept {
  max-width: none;
}

.home-concept {
  background: #ffffff;
}

.home-concept h2,
.section h2,
.cta-section h2 {
  margin: 0 0 28px;

  font-size: clamp(32px, 4vw, 52px);

  line-height: 1.28;

  letter-spacing: 0.03em;

  font-weight: 600;
}

.section p {
  max-width: 760px;

  font-size: 14px;

  line-height: 2;

  letter-spacing: 0.02em;
}

.home-concept p:not(.section-label) {
  max-width: 680px;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.015em;
}

.home-services {
  background: #fbfaf7;
}

.home-service-list {
  margin-top: 34px;
  border-top: 1px solid #d8d1c5;
}

.home-service-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid #d8d1c5;
  background: transparent;

transition:
  transform 0.4s ease,
  border-color 0.4s ease,
  background 0.4s ease;

}

.home-service-item:hover {
  transform: translateX(6px);

  border-color: rgba(200,164,93,0.45);

  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.7),
      rgba(248,241,223,0.45)
    );
}

.home-service-item span {
  color: #8b7d68;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-service-item h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.home-service-item p {
  margin: 0;
  max-width: 760px;
  font-size: 13.5px;
  line-height: 1.9;
}

.home-featured-talents {
  background: var(--color-cream);
  text-align: center;
  overflow: hidden;
}

.talent-button-section {
  text-align: center;
}


.talent-news-section {
  background: #ffffff;
}

.talent-news-slider {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 28px 0 10px;
  border-top: 1px solid var(--color-line);
}

.talent-news-slider::-webkit-scrollbar {
  display: none;
}

.talent-collage-slide {
  flex: 0 0 420px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #f6f3ed;
  text-decoration: none;
transition:
  transform 0.5s ease,
  box-shadow 0.5s ease;
will-change: transform;

}

.talent-collage-slide:hover {
  transform: translateY(-6px);

  box-shadow:
    0 24px 54px rgba(0,0,0,0.10);
}

.talent-collage-slide img {
  width: 100%;
  height: 230px;

  object-fit: contain;
  object-position: center top;

  display: block;

  background: #f6f3ed;
}

@media (max-width: 700px) {
  .talent-news-slider {
    gap: 14px;
    padding-right: 0;
    padding-left: 0;
  }

  .talent-collage-slide {
    flex: 0 0 100%;
  }

  .talent-collage-slide img {
    height: 210px;
    object-fit: contain;
    object-position: center center;
  }
}
/* =========================================================
   Page Heroes
   ========================================================= */

.page-hero,
.policy-hero {
  min-height: 520px;
  padding: 170px var(--side-space) 90px;
  display: flex;
  align-items: flex-end;
  color: var(--color-text);
  background:
    radial-gradient(circle at 78% 24%, rgba(200, 164, 93, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8f6f2 56%, #ffffff 100%);
}

.page-hero-content {
  max-width: 820px;
}

.page-hero h1,
.policy-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 1.05;
}

.page-hero p,
.policy-hero p {
  max-width: 720px;
  font-size: 17px;
}

.page-hero-content > *,
.talents-hero-title > *,
.policy-hero > * {
  animation: heroTextReveal 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-hero-content > *:nth-child(1),
.talents-hero-title > *:nth-child(1),
.policy-hero > *:nth-child(1) {
  animation-delay: 0.12s;
}

.page-hero-content > *:nth-child(2),
.talents-hero-title > *:nth-child(2),
.policy-hero > *:nth-child(2) {
  animation-delay: 0.24s;
}

.page-hero-content > *:nth-child(3),
.policy-hero > *:nth-child(3) {
  animation-delay: 0.36s;
}


/* =========================================================
   EVENTS
   ========================================================= */

.event-feature {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  align-items: center;

  margin-top: 34px;
  padding: 28px 0;

  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);

transition:
  transform 0.45s ease,
  box-shadow 0.45s ease;

will-change: transform;

}

.event-feature:hover {
  transform: translateY(-4px);

  box-shadow:
    0 24px 60px rgba(0,0,0,0.08);
}


.event-flip-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  perspective: 1000px;
  background: #f6f3ed;
}

.event-flip-image img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center top;

  background: #f6f3ed;

  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.event-flip-image img:first-child {
  animation: eventCardFlipFirst 7s infinite;
}

.event-flip-image img:nth-child(2) {
  animation: eventCardFlipSecond 7s infinite;
}

@keyframes eventCardFlipFirst {
  0%, 42% {
    opacity: 1;
    transform: rotateY(0deg);
  }

  50%, 92% {
    opacity: 0;
    transform: rotateY(180deg);
  }

  100% {
    opacity: 1;
    transform: rotateY(360deg);
  }
}

@keyframes eventCardFlipSecond {
  0%, 42% {
    opacity: 0;
    transform: rotateY(-180deg);
  }

  50%, 92% {
    opacity: 1;
    transform: rotateY(0deg);
  }

  100% {
    opacity: 0;
    transform: rotateY(180deg);
  }
}
@media (max-width: 620px) {

  .event-feature {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   Services / Shared Cards
   ========================================================= */

.section-heading-row {
  margin-bottom: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.service-grid,
.services-grid,
.audition-card-grid,
.contact-type-grid {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid #d8d1c5;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

.services-grid,
.audition-card-grid,
.contact-type-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 34px;
}

.service-card,
.service-detail-card,
.audition-card,
.contact-type-card {
  min-height: auto;
  padding: 28px 0;
  background: transparent;
  border-bottom: 1px solid #d8d1c5;
}

.service-card {
  padding-right: 26px;
}

.service-detail-card {
  transition: color 0.25s ease, transform 0.25s ease;
}

.service-detail-card:hover {
  color: #8b7d68;
  transform: translateY(-3px);
}

.service-card h3,
.service-detail-card h3,
.contact-type-card h3,
.audition-card h3,
.value-card h3,
.flow-item h3,
.activity-list h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.5;
}

.service-card p,
.service-detail-card p,
.contact-type-card p,
.audition-card p,
.value-card p,
.flow-item p,
.activity-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.service-flow,
.audition-target,
.application-flow,
.company-profile-section,
.contact-form-section,
.talents-intro,
.policy-section {
  background: var(--color-cream);
}

.flow-list,
.activity-list,
.company-profile-list {
  margin-top: 34px;
  background: transparent;
  border-top: 1px solid var(--color-line);
}
.flow-item {
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  border-bottom: 1px solid var(--color-line);
}

.flow-item:last-child,
.activity-list div:last-child,
.company-profile-list div:last-child {
  border-bottom: none;
}

.service-price-note,
.audition-note {
  padding: 80px var(--side-space);
  color: var(--color-text);
  background: var(--color-cream);
}

.service-price-note div,
.audition-note div {
  max-width: 980px;
  padding: 38px 0;
  border-top: 1px solid #d8d1c5;
  border-bottom: 1px solid #d8d1c5;
}

.service-price-note h2,
.audition-note h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.4vw, 42px);
}

/* =========================================================
   About / Activity / Contact
   ========================================================= */

.about-message,
.audition-message {
  max-width: none;
}

.about-purpose {
  max-width: 920px;
}

.about-purpose h2 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.about-purpose p:last-child {
  max-width: 720px;
  color: rgba(30, 30, 30, 0.72);
  font-size: 15px;
  line-height: 2;
}
.company-profile-layout,
.activity-layout,
.contact-form-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  align-items: start;
}

.company-profile-list {
  width: 100%;
  margin: 0;
}

.company-profile-list div {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid var(--color-line);
}

.company-profile-list dt,
.company-profile-list dd {
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.8;
}

.company-profile-list dt {
  color: #8b7d68;
  font-weight: 700;
  background: transparent;
}

.company-profile-list dd {
  margin: 0;
  color: var(--color-text);
  background: transparent;
}

/* ===== COMPANY MAP ===== */

.company-map-section {
  padding-top: 0;
}

.company-map-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.company-map {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 0;
}

.company-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  filter: grayscale(100%);
}

.about-values,
.activity-section,
.contact-intro,
.services-main {
  background: #ffffff;
}

.value-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 34px;
  background: transparent;
  border-top: 1px solid var(--color-line);
}

.value-card {
  min-height: auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 90px 220px 1fr;
  gap: 28px;
  background: transparent;
  border-bottom: 1px solid var(--color-line);
}

.value-card span {
  color: #8b7d68;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.value-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
}

.value-card p {
  margin: 0;
  max-width: 620px;
  color: rgba(30, 30, 30, 0.72);
  font-size: 14px;
  line-height: 1.9;
}
.activity-list div {
  padding: 26px 30px;
  border-bottom: 1px solid var(--color-line);
}

.contact-form-text p {
  max-width: 520px;
}

.form-note {
  margin-top: 24px;
  padding: 18px;
  font-size: 13px;
  background: #ffffff;
  border-left: 3px solid #111111;
}

.form-link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.form-link-card {
  position: relative;

  padding: 28px 0 40px;

  color: inherit;
  text-decoration: none;

  border-bottom: 1px solid rgba(20,20,20,0.08);

  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.form-link-card:hover {
  transform: translateX(8px);
}

.form-link-card::after {
  content: "→";

  position: absolute;

  right: 0;
  top: 50%;

  transform: translateY(-50%);

  width: 58px;
  height: 58px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  font-weight: 300;

  color: #111111;

  background: rgba(255,255,255,0.42);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    0 10px 30px rgba(0,0,0,0.06);

  transition:
    transform 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease,
    color 0.35s ease;
}

.form-link-card:hover::after {

  transform: translate(8px, -50%);

  background: rgba(255,255,255,0.92);

  color: #111111;

  box-shadow:
    0 18px 42px rgba(0,0,0,0.12);
}

.form-link-card span {
  color: #8b7d68;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 0.18em;
}

.form-link-card h3 {
  margin: 18px 0 12px;

  font-size: 28px;
}

.form-link-card p {
  margin: 0;

  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 700px) {

  .form-link-grid {
    grid-template-columns: 1fr;
  }

}

.contact-form {
  padding: 36px;
  background: #ffffff;
  border: 1px solid var(--color-line);
}

.tally-form-box {
  padding: 0;
  overflow: hidden;
}

.tally-form-box {
  position: relative;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 55%, rgba(200,164,93,0.16) 100%);
  border: 1px solid rgba(200, 164, 93, 0.28);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tally-form-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200, 164, 93, 0.75),
    transparent
  );
}

.tally-form-box iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 760px;
  border: 0;
  display: block;
  background: transparent;
}

.contact-form-layout {
  animation: contactFormReveal 0.9s ease both;
}

@keyframes contactFormReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.tally-form-box iframe {
  width: 100%;
  min-height: 720px;
  border: 0;
  display: block;
}

.form-row {
  margin-bottom: 22px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d8d1c5;
  background: #ffffff;
  font-family: inherit;
  font-size: 14px;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #111111;
}

/* =========================================================
   Talents Page
   ========================================================= */

.talents-hero {
  position: relative;
  height: 620px;
  min-height: 620px;
  padding: 0;
  overflow: hidden;
  background: #050505;
}

.talents-strip {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.talents-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: talentsHeroMove 34s linear infinite;
}

.talents-hero:hover .talents-track {
  animation-play-state: paused;
}

.strip-item {
  position: relative;
  flex: 0 0 300px;
  width: 300px;
  min-width: 300px;
  height: 100%;
  overflow: hidden;
  background: #080808;
}

.strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.72) saturate(0.96);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.strip-item:hover img {
  transform: scale(1.04);
  filter: brightness(0.95) saturate(1.02);
}

.strip-item span {
  position: absolute;
  left: 22px;
  bottom: 26px;
  z-index: 4;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.talents-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.5)),
    linear-gradient(to top, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.04) 60%);
}

.talents-hero-title {
  position: absolute;
  left: var(--side-space);
  bottom: 70px;
  z-index: 5;
  color: #ffffff;
}

.talents-hero-title p {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.talents-hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 1.05;
}

.talent-list-section {
  padding: 92px var(--side-space);
  background: var(--color-cream);
}

.talent-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.profile-card {
  position: relative;
  min-height: 520px;
  display: block;
  overflow: hidden;
  color: #ffffff;
  background: #101010;
  border: 1px solid rgba(139, 125, 104, 0.38);
  cursor: pointer;
  isolation: isolate;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.profile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.02)),
    linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent 48%);
  pointer-events: none;
}

.profile-card::after {
  content: "PROFILE";
  position: absolute;
  right: 20px;
  bottom: 22px;
  z-index: 3;
  min-width: 104px;
  padding: 8px 16px;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.profile-card:hover,
.profile-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(200, 164, 93, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.profile-card:hover::after,
.profile-card:focus-visible::after {
  color: #111111;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
}

.profile-card > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.9) saturate(0.98);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.profile-card:hover > img,
.profile-card:focus-visible > img {
  transform: scale(1.035);
  filter: brightness(1) saturate(1.04);
}

.profile-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 28px 74px;
}

.profile-category {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.profile-info h2 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
}

.profile-roman {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.profile-info dl,
.profile-btn {
  display: none;
}

/* =========================================================
   Talent Modal
   ========================================================= */

.talent-modal {
  position: fixed;
  inset: 0;
  z-index: 2500;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.talent-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.talent-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.talent-modal-panel {
  position: relative;
  z-index: 2;
  width: min(1060px, 100%);
  max-height: calc(100svh - 56px);
  overflow: auto;
  color: var(--color-text);
  background: #ffffff;
  border: 1px solid rgba(200, 164, 93, 0.38);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.talent-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.36);
  cursor: pointer;
}

.talent-modal-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 620px;
}

.talent-modal-media {
  padding: 28px;
  display: grid;
  gap: 14px;
  align-content: start;
  background: #111111;
}

.talent-modal-main-image {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: #1a1a1a;
}

.talent-modal-main-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center top;
}

.talent-modal-slots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.talent-modal-slot {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.talent-modal-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.talent-modal-gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;

  border-radius: 18px;

  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.talent-modal-gallery img:hover {
  transform: scale(1.02);
  filter: brightness(1.04);
}

.talent-modal-content {
  padding: 52px;
}

.talent-modal-category {
  margin: 0 0 12px;
  color: #8b7d68;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.talent-modal-content h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.25;
}

.talent-modal-roman {
  margin: 8px 0 28px;
  color: var(--color-muted);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.talent-modal-details {
  margin: 0;
  border-top: 1px solid var(--color-line);
}

.talent-modal-details div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-line);
}

.talent-modal-details dt {
  color: #8b7d68;
  font-size: 13px;
  font-weight: 700;
}

.talent-modal-details dd {
  margin: 0;
  font-size: 14px;
}

.talent-modal-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}



.talent-modal-sns a {
  padding: 5px 10px;
  color: #111111;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid var(--color-line);
  background: var(--color-cream);
}

.profile-card a,
.talent-modal-sns a {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.talent-modal-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.talent-modal-actions .primary-btn {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

/* =========================================================
   CTA / Footer / Policy
   ========================================================= */

.cta-section {
  padding: 90px var(--side-space);
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 164, 93, 0.18), transparent 34%),
    #111111;
  text-align: center;
}

.cta-section .section-label,
.cta-section h2,
.cta-section p {
  color: #ffffff;
}

.cta-section p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.cta-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-actions .primary-btn,
.cta-actions .secondary-btn,
.cta-section .primary-btn {
  min-width: 180px;
  color: #111111;
  background: #ffffff;
  border-color: #ffffff;
}

.cta-actions .secondary-btn {
  color: #ffffff;
  background: transparent;
}

.site-footer {
  color: var(--color-text);
  background: #f8f6f2;
  border-top: 1px solid rgba(139, 125, 104, 0.2);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 64px var(--side-space);
  border-bottom: 1px solid rgba(139, 125, 104, 0.2);
}

.footer-logo {
  color: var(--color-text);
  text-decoration: none;
}

.footer-logo span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
}

.footer-brand p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--color-muted);
  font-size: 14px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 14px 28px;
}

.footer-social {
  grid-column: 2;
  justify-self: start;
  align-self: start;
  margin-top: 18px;
  display: flex;
  align-items: center;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(20, 20, 20, 0.72);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  transition: color 0.35s ease, transform 0.35s ease;
}

.footer-social a:hover {
  color: #8b7d68;
  transform: translateY(-2px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
}


.footer-nav a,
.footer-bottom a {
  color: var(--color-text);
  text-decoration: none;
}

.footer-nav a:hover,
.footer-bottom a:hover {
  color: #8b7d68;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px var(--side-space);
  color: var(--color-muted);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

.policy-section {
  padding: 80px var(--side-space);
}

.policy-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px;
  background: #ffffff;
  border: 1px solid var(--color-line);
}

.policy-content article {
  padding: 28px 0;
  border-bottom: 1px solid var(--color-line);
}

.policy-content article:first-child {
  padding-top: 0;
}

.policy-content article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.policy-content h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.policy-content p {
  margin: 0;
  font-size: 14px;
}

/* =========================================================
   Entrance / Motion
   ========================================================= */

.site-entrance {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  color: var(--color-text);
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(200, 164, 93, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8f6f2 54%, #ffffff 100%);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
  animation: entranceAutoHide 0.8s ease 2.4s forwards;
}

.site-entrance.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.025);
}

.site-entrance-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(200, 164, 93, 0.12);
  filter: blur(80px);
  opacity: 0.7;
}

.site-entrance-inner {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  animation: entranceIntro 1s ease forwards;
}

.site-entrance-logo {
  width: clamp(150px, 18vw, 260px);
  height: auto;
  margin: 0 auto 34px;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.18));
}

.site-entrance-label {
  margin: 0 0 16px;
  color: #8b7d68;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34em;
}

.site-entrance h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.15;
  letter-spacing: 0.16em;
}

.site-entrance h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin: 24px auto 20px;
  background: rgba(200, 164, 93, 0.9);
}

.site-entrance-copy {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(5px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes brunchHeadingHighlight {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes brunchSoftReveal {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}


@keyframes brunchHeadingTextReveal {
  from {
    color: transparent;
    opacity: 0;
    filter: blur(8px);
    transform: translateY(12px);
  }

  to {
    color: var(--color-text);
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}


@keyframes heroTextReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes brunchHeroTileEntrance {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes brunchHeroGoldPulse {
  0%,
  100% {
    border-color: rgba(200, 164, 93, 0.58);
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.08),
      0 0 0 1px rgba(200, 164, 93, 0.12),
      0 0 18px rgba(200, 164, 93, 0.14);
  }

  50% {
    border-color: rgba(200, 164, 93, 1);
    box-shadow:
      0 22px 54px rgba(0, 0, 0, 0.11),
      0 0 0 1px rgba(200, 164, 93, 0.28),
      0 0 34px rgba(200, 164, 93, 0.32);
  }
}

@keyframes talentSoftSlide {
  0%,
  28% {
    opacity: 1;
    transform: scale(1);
  }

  36%,
  92% {
    opacity: 0;
    transform: scale(1.012);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes talentsHeroMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes entranceIntro {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes entranceAutoHide {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.025);
  }
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1024px) {
  :root {
    --header-height: 66px;
  }

  .site-header {
    height: var(--header-height);
    padding: 9px 18px;
  }

  .brand-logo {
    gap: 12px;
    max-width: calc(100% - 66px);
  }

  .brand-logo img {
    width: 46px;
    height: 34px;
  }

  .brand-logo span {
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid rgba(23, 23, 23, 0.26);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    background: var(--color-text);
    border-radius: 999px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 16px;
    width: min(310px, calc(100vw - 32px));
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(139, 125, 104, 0.18);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  }

  .site-header.menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav a {
    padding: 13px 14px;
    font-size: 13px;
    letter-spacing: 0.12em;
    border-bottom: 1px solid rgba(139, 125, 104, 0.16);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav .nav-contact {
    margin-top: 10px;
    text-align: center;
    border-radius: 16px;
  }

  .home-hero {
    padding: calc(var(--header-height) + 28px) 4vw 64px;
  }

  .home-hero,
  .section,
  .site-footer {
    max-width: 100%;
    overflow-x: hidden;
  }

  .brunch-hero-board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(130px, 22vw, 210px);
    gap: 12px;
  }

  .service-grid,
  .services-grid,
  .talent-profile-grid,
  .contact-form-layout,
  .company-profile-layout,
  .activity-layout,
  .contact-type-grid,
  .audition-card-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .activity-layout,
  .company-profile-layout,
  .contact-form-layout {
    gap: 32px;
  }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 620px) {
  :root {
    --header-height: 60px;
    --side-space: 24px;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    height: var(--header-height);
    padding: 8px 14px;
  }

  .brand-logo {
    gap: 9px;
  }

  .brand-logo img {
    width: 40px;
    height: 30px;
  }

  .brand-logo span {
    font-size: 10.5px;
    letter-spacing: 1.8px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 12px;
    gap: 5px;
  }

  .menu-toggle span {
    width: 18px;
  }

  .home-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 22px) 18px 56px;
  }

  .brunch-hero-board,
  .brunch-hero-ordered-board {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 112px;
    gap: 12px;
    margin-bottom: 30px;
  }

  .brunch-hero-tile {
  padding: 4px;
  border-radius: 22px;
}

  .brunch-hero-tile img {
  border-radius: 18px;
}

  .brunch-hero-name {
    left: 50%;
    right: auto;
    bottom: 7px;
    padding-bottom: 2px;
    font-size: 8px;
    line-height: 1.15;
    letter-spacing: 0.04em;
    opacity: 0;
    transform: translate(-50%, 8px);
  }

  .brunch-hero-tile::before {
    opacity: 0;
    background:
      linear-gradient(
        to top,
        rgba(0, 0, 0, 0.42),
        rgba(0, 0, 0, 0.12) 42%,
        rgba(0, 0, 0, 0) 72%
      );
  }

  .brunch-hero-tile.is-name-visible::before {
    opacity: 1;
  }

  .brunch-hero-tile.is-name-visible .brunch-hero-name {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .brunch-hero-copy {
    width: min(100%, 410px);
    text-align: left;
  }

  .hero-label {
    margin-bottom: 8px;
    font-size: 8px;
    letter-spacing: 0.22em;
  }

  .hero h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.16;
  }

  .hero p {
    max-width: 300px;
    margin-left: 0;
    font-size: 10.5px;
    line-height: 1.72;
  }

  .hero-actions {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .hero-talent-btn,
  .hero .primary-btn,
  .hero .secondary-btn {
    min-height: 40px;
    padding: 9px 20px;
    font-size: 10.5px;
  }

/* TALENT SHOWCASE MOBILE */

.talent-showcase {
  padding: 56px 0;
}

.talent-showcase-slider {
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #111111;
}

.talent-showcase-slider::after {
  display: none;
}

.talent-showcase-overlay {
  position: relative;
  left: auto;
  bottom: auto;
  order: 1;
  padding: 28px 24px 20px;
  max-width: none;
  background:
  linear-gradient(
    135deg,
    rgba(255,255,255,0.96) 0%,
    rgba(248,241,223,0.96) 52%,
    rgba(200,164,93,0.22) 100%
  );
color: #1b1b1b;

}

.talent-showcase-link {
  color: rgba(30,30,30,0.72);
}

.talent-showcase-slider {
  box-shadow: none;
  border: none;
}

.talent-showcase-slide img {
  background: #ffffff;
}

.talent-showcase-overlay h2 {
  font-size: 34px;
}

.talent-showcase-overlay h2 {
  color: #171717;
}

.talent-showcase-overlay .section-label {
  color: rgba(120, 92, 42, 0.82);
}

.talent-showcase-overlay p {
  color: rgba(30, 30, 30, 0.78);
}

.talent-showcase-slide {
  position: relative;
  order: 2;
  height: 320px;
  min-height: 320px;
}

.talent-showcase-slide:not(.is-active) {
  display: none;
}

.talent-showcase-dots {
  position: relative;
  left: auto;
  bottom: auto;
  order: 3;
  padding: 14px 24px 24px;
  background: #111111;
}

  .section,
  .cta-section,
  .home-featured-talents,
  .talent-list-section,
  .policy-section {
    padding: 68px var(--side-space);
  }

.talent-showcase-slider {
  border-radius: 0;
}

.talent-showcase-slide img {
  padding: 0;
}

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-service-list {
    margin-top: 28px;
  }

  .home-service-item,
  .flow-item,
  .company-profile-list div,
  .talent-modal-details div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-service-item,
  .service-card,
  .service-detail-card,
  .audition-card,
  .contact-type-card {
    padding: 24px 0;
  }

  .home-service-item h3 {
    font-size: 19px;
    line-height: 1.45;
  }

  .home-service-item p {
    font-size: 13px;
    line-height: 1.85;
  }

  .service-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .talent-slider-link,
  .talent-collage-button {
    padding: 12px;
    border-radius: 36px;
  }

  .talent-soft-slider {
    height: 230px;
    border-radius: 26px;
  }

  .talent-slider-link span,
  .talent-collage-button span {
    right: 18px;
    bottom: 16px;
    padding: 8px 14px;
    font-size: 10px;
  }

  .page-hero,
  .policy-hero {
    min-height: 560px;
    padding: 120px var(--side-space) 54px;
    align-items: flex-end;
  }

  .page-hero-content {
    max-width: 300px;
  }

  .page-hero .section-label,
  .policy-hero .section-label {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .page-hero h1,
  .policy-hero h1 {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.14;
  }

  .page-hero p,
  .policy-hero p {
    max-width: 290px;
    font-size: 12px;
    line-height: 1.8;
  }

  .company-profile-list dt,
  .company-profile-list dd,
  .activity-list div,
  .flow-item {
    padding: 18px 20px;
  }

.value-card {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 22px 0;
}

  .contact-form {
    padding: 24px;
  }

.tally-form-box {
  padding: 10px;
  margin: 0 -6px;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.tally-form-box::before {
  left: 18px;
  right: 18px;
}

.tally-form-box iframe {
  min-height: 820px;
}

.contact-form-section {
  padding-top: 56px;
}

.contact-form-text p {
  font-size: 13px;
}

  .service-price-note,
  .audition-note {
    padding: 64px var(--side-space);
  }

  .talents-hero {
    height: 540px;
    min-height: 540px;
  }

  .strip-item {
    flex-basis: 190px;
    width: 190px;
    min-width: 190px;
  }

  .strip-item span {
    display: none;
  }

  .talents-hero-title {
    left: 26px;
    bottom: 44px;
  }

  .talents-hero-title p {
    font-size: 11px;
  }

  .talents-hero-title h1 {
    font-size: 46px;
  }

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

  .profile-card {
    min-height: 430px;
  }

  .profile-card > img {
    height: 430px;
    min-height: 0;
  }

  .profile-info {
    padding: 24px 24px 70px;
  }

  .policy-content {
    padding: 28px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 48px var(--side-space);
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
  }

  .footer-social {
    grid-column: auto;
    justify-self: start;
    align-self: flex-start;
    margin-top: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 20px var(--side-space);
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }

  .floating-contact {
    display: none;
  }

  .site-entrance {
    padding: 24px;
  }

  .site-entrance-inner {
    width: 100%;
    max-width: calc(100vw - 48px);
  }

  .site-entrance-glow {
    width: 340px;
    height: 340px;
  }

  .site-entrance-logo {
    width: 150px;
    margin-bottom: 24px;
  }

  .site-entrance-label {
    font-size: 8px;
    line-height: 1.6;
    letter-spacing: 0.18em;
  }

  .site-entrance h1 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
  }

  .site-entrance-copy {
    font-size: 20px;
  }
}


@media (max-width: 390px) {
  .brunch-hero-board {
    grid-auto-rows: 100px;
    gap: 8px;
  }

  .hero h1 {
    font-size: 28px;
  }
}

@media (max-width: 620px) {
  .talent-modal {
    padding: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .talent-modal-panel {
    width: calc(100vw - 24px);
    max-width: 360px;
    height: calc(100dvh - 24px);
    max-height: calc(100dvh - 24px);
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .talent-modal-layout {
    display: block;
    min-height: 0;
    width: 100%;
  }

  .talent-modal-media {
    padding: 10px;
    background: #111111;
  }

  .talent-modal-main-image {
    min-height: 0;
    height: 32dvh;
    max-height: 230px;
    margin: 0;
  }

  .talent-modal-main-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
  }

  .talent-modal-content {
    padding: 20px 18px 24px;
    min-width: 0;
  }

  .talent-modal-category {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .talent-modal-content h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .talent-modal-roman {
    margin-bottom: 14px;
  }

  .talent-modal-details div {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
  }

  .talent-modal-details dt,
  .talent-modal-details dd {
    min-width: 0;
    font-size: 12px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .talent-modal-actions {
    margin-top: 18px;
  }

  .talent-modal-close {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
  }
}


@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (hover: none) {

  .brunch-hero-tile:hover img,
  .talent-collage-slide:hover,
  .event-feature:hover,
  .home-service-item:hover,
  .profile-card:hover {

    transform: none !important;
  }

}
