:root {
  --brand: #83cac4;
  --brand-dark: #2d7772;
  --ink: #101716;
  --ink-soft: #34403e;
  --paper: #fff;
  --warm: #f3f0e8;
  --line: rgba(16, 23, 22, 0.16);
  --header-height: 74px;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(16, 23, 22, 0.12);
  --container: 1180px;
  --font-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --font-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.035em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-header {
  background: var(--brand);
  backdrop-filter: none;
}

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

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd,
ol,
ul {
  margin-top: 0;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 6px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #f3a712;
  outline-offset: 3px;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section {
  padding: 86px 0;
}

.section-index,
.eyebrow,
.voice-label,
.value-en {
  margin-bottom: 14px;
  color: var(--brand-dark);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.18em;
}

.section-heading h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 10vw, 58px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.lead-copy {
  margin-bottom: 26px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button span {
  font-size: 20px;
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-outline {
  background: transparent;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
  line-height: 1.4;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  width: min(100% - 30px, 1400px);
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  position: relative;
  z-index: 102;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-logo img {
  width: 104px;
}

.site-logo .site-logo-menu {
  display: none;
}

body.menu-open .site-logo-default {
  display: none;
}

body.menu-open .site-logo .site-logo-menu {
  display: block;
}

body.menu-open .site-logo > span {
  color: #fff;
  border-left-color: rgba(255, 255, 255, 0.5);
}

.site-logo span {
  padding-left: 8px;
  color: var(--ink-soft);
  border-left: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.13em;
}

.menu-button {
  position: relative;
  z-index: 102;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  background: var(--brand);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 19px;
  height: 2px;
  background: #fff;
  transition: transform 200ms ease, opacity 200ms ease;
}

.menu-lines {
  position: relative;
}

.menu-lines::before,
.menu-lines::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-lines::before { transform: translateY(-6px); }
.menu-lines::after { transform: translateY(6px); }

.menu-button[aria-expanded="true"] .menu-lines {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-lines::before {
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-lines::after {
  transform: rotate(-45deg);
}

.site-nav {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: flex;
  width: 100vw;
  height: 100dvh;
  min-height: 100svh;
  padding: calc(var(--header-height) + 26px) 28px calc(96px + env(safe-area-inset-bottom));
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  visibility: hidden;
  background: var(--brand);
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateY(-14px);
  transition: visibility 220ms ease, opacity 220ms ease, transform 220ms ease;
}

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

.site-nav > a {
  display: flex;
  padding: 14px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(16, 23, 22, 0.2);
  font-size: 21px;
  font-weight: 800;
}

.site-nav .nav-entry {
  margin-top: 24px;
  padding: 17px 22px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 999px;
}

/* Hero */
.hero.hero-shared {
  position: relative;
  display: flex;
  min-height: clamp(580px, calc(100svh - var(--header-height)), 820px);
  padding: 0;
  background-color: var(--ink);
  background-image: url("../images/recruit/main-visual-video-poster.jpg");
  background-position: 58% center;
  background-size: cover;
  overflow: hidden;
  isolation: isolate;
}

.hero.hero-shared::before {
  display: none;
}

.hero-background-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-video-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 9, 12, 0.9) 0%, rgba(2, 9, 12, 0.62) 68%, rgba(2, 9, 12, 0.24) 100%),
    linear-gradient(0deg, rgba(2, 9, 12, 0.72) 0%, transparent 48%, rgba(2, 9, 12, 0.22) 100%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  padding-block: 74px 58px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.hero-kicker {
  margin-bottom: 26px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.28em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.hero-copy h1 {
  max-width: 11em;
  margin-bottom: 28px;
  font-size: clamp(40px, 11vw, 54px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.065em;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.78);
}

.hero-title-line {
  display: block;
}

.hero-title-accent {
  color: var(--brand);
}

.hero-title-punctuation {
  color: #fff;
}

.hero-lead {
  margin-bottom: 0;
  font-size: clamp(16px, 4.3vw, 19px);
  font-weight: 800;
  line-height: 1.9;
  letter-spacing: 0.045em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
}

.shared-keyvisual-bar {
  display: grid;
  padding: 24px 20px 34px;
  color: #fff;
  background: #000;
}

.shared-keyvisual-bar > p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.hero-banners {
  display: grid;
  width: 100%;
  gap: 12px;
}

.hero-banner {
  position: relative;
  display: block;
  color: var(--ink);
  background: var(--brand);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}

.hero-banner-interview {
  color: #fff;
  background: var(--ink);
}

.hero-banner picture {
  display: block;
}

.hero-banner img {
  width: 100%;
  height: auto;
  transition: transform 350ms ease;
}

.hero-banner-senpai {
  display: block;
  min-height: 280px;
  color: #fff;
  background: #0d0e0f;
}

.hero-banner-senpai::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8, 9, 10, 0.18) 0%, rgba(8, 9, 10, 0.08) 58%, transparent 78%);
}

.hero-banner-senpai-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 30% center;
}

.hero-banner-senpai-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(78%, 620px);
  min-height: 280px;
  padding: 22px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.45;
}

.hero-banner-senpai-kicker {
  margin-bottom: 7px;
  color: #57c6cb;
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.hero-banner-senpai-audience {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
}

.hero-banner-senpai-title {
  display: grid;
  margin-bottom: 8px;
  font-size: clamp(25px, 7.2vw, 35px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.045em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.hero-banner-senpai-title em {
  color: #df252a;
  font-style: normal;
}

.hero-banner-senpai-description {
  max-width: 25em;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 700;
}

.hero-banner-senpai-cta {
  display: inline-flex;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-banner-senpai-cta b {
  color: #df252a;
  font-size: 15px;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero-background-video {
    display: none;
  }
}

@media (max-width: 759px) {
  .hero.hero-shared {
    background-position: 64% center;
  }

  .hero-background-video {
    object-position: 64% center;
  }

  .hero-title-accent-break {
    display: block;
  }
}

/* Work */
.intro {
  padding-bottom: 0;
}

.intro-body p:not(.lead-copy) {
  color: var(--ink-soft);
}

.business-list {
  display: grid;
  margin: 34px 0 28px;
  gap: 12px;
}

.business-card {
  padding: 24px 22px;
  background: var(--warm);
  border-radius: var(--radius);
}

.business-card-brand {
  background: var(--brand);
}

.business-card-en {
  margin-bottom: 8px;
  color: var(--brand-dark) !important;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.17em;
}

.business-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.business-card p:last-child {
  margin-bottom: 0;
  color: var(--ink) !important;
  font-size: 13px;
  line-height: 1.75;
}

.work-gallery {
  display: grid;
  margin-top: 62px;
  grid-template-columns: 1fr 1fr;
}

.work-gallery figure {
  min-height: 230px;
  margin: 0;
  overflow: hidden;
}

.work-gallery figure img {
  height: 100%;
  object-fit: cover;
}

.work-gallery-large {
  grid-column: 1 / -1;
}

.work-gallery-large img {
  transform: scale(1.03);
}

.work-stat {
  display: flex;
  min-height: 230px;
  padding: 26px 20px;
  flex-direction: column;
  justify-content: center;
  background: var(--brand);
}

.work-stat p {
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.work-stat strong {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 47px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.work-stat span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}

/* Field scenes */
.field-scenes {
  color: #fff;
  background: #020708;
  overflow: hidden;
}

.field-scenes .section-index {
  color: var(--brand);
}

.field-scenes .section-heading h2 {
  font-size: clamp(34px, 8vw, 52px);
}

.field-scenes-intro .lead-copy {
  color: #fff;
}

.field-scenes-intro > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

.field-scenes-grid {
  display: grid;
  width: min(100% - 24px, 1320px);
  margin: 44px auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.field-scene {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  background: #0b1517;
  border-radius: 12px;
  overflow: hidden;
}

.field-scene--lead,
.field-scene--half {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 10;
}

.field-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.field-scene::after {
  position: absolute;
  inset: 32% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(1, 7, 8, 0.82));
  pointer-events: none;
}

.field-scene figcaption {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 13px;
  left: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

.field-scene figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

/* About Hylead */
.about-hylead {
  background: var(--warm);
}

.about-hylead-body > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.name-formula {
  display: block;
  margin-top: 48px;
  background: var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
}

.name-formula img {
  width: 100%;
  height: auto;
}

/* Values */
.values {
  color: #fff;
  background: var(--ink);
}

.values .section-index,
.values .value-en {
  color: var(--brand);
}

.values .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.64);
}

.value-list {
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}

.value-list > li {
  display: grid;
  padding: 34px 0;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.value-list > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.value-number {
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}

.value-copy h3 {
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 1.42;
  letter-spacing: -0.035em;
}

.value-copy > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* Voices */
.voices {
  background: var(--warm);
}

.voices .button {
  position: relative;
  margin-top: 8px;
  padding-inline: 46px;
  justify-content: center;
  text-align: center;
}

.voices .button > span {
  position: absolute;
  right: 18px;
}

.voice-scroll {
  display: flex;
  padding: 24px 20px 16px;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.voice-scroll::-webkit-scrollbar {
  display: none;
}

.voice-card {
  width: min(82vw, 340px);
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  scroll-snap-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.voice-card figure {
  height: 270px;
  margin: 0;
  background: #ddd;
  overflow: hidden;
}

.voice-card figure img {
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
  transition: transform 350ms ease;
}

.voice-card-body {
  padding: 24px 22px 26px;
}

.voice-card blockquote {
  min-height: 126px;
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.85;
}

.voice-name {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 800;
}

.voice-name span {
  display: block;
  margin-top: 3px;
  color: #69726f;
  font-family: var(--font-display);
  font-size: 9px;
  letter-spacing: 0.11em;
}

/* Growth */
.growth {
  background: #fff;
}

.growth-steps {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: growth;
}

.growth-steps li {
  display: grid;
  padding: 30px 0;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
}

.growth-steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.growth-steps span {
  color: var(--brand-dark);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.growth-steps h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.4;
}

.growth-steps p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

/* Life */
.life {
  background: var(--brand);
}

.life-gallery {
  display: grid;
  margin-top: 38px;
  gap: 12px;
}

.life-gallery figure {
  height: 270px;
  margin: 0;
  overflow: hidden;
}

.life-gallery img {
  height: 100%;
  object-fit: cover;
}

/* Recruit */
.recruit {
  background: var(--warm);
}

.recruit-panel {
  padding: 42px 24px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.recruit-copy .lead-copy {
  margin-bottom: 24px;
}

.recruit-roles {
  display: flex;
  margin-bottom: 24px;
  gap: 8px;
  flex-wrap: wrap;
}

.recruit-roles span {
  padding: 8px 14px;
  background: rgba(131, 202, 196, 0.32);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.recruit-note {
  padding: 16px;
  color: var(--ink-soft);
  background: var(--warm);
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.7;
}

.recruit-actions {
  display: grid;
  margin-top: 26px;
  gap: 16px;
}

.phone-link {
  display: flex;
  padding: 4px 0;
  flex-direction: column;
  align-items: flex-start;
}

.phone-link span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.phone-link strong {
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.2;
}

/* FAQ */
.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 22px 44px 22px 36px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before {
  position: absolute;
  left: 0;
  color: var(--brand-dark);
  content: "Q";
  font-family: var(--font-display);
  font-size: 20px;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 20px;
  color: var(--brand-dark);
  content: "+";
  font-size: 24px;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -2px 0 22px 36px;
  color: var(--ink-soft);
}

/* Company */
.company {
  color: #fff;
  background: var(--ink);
}

.company .section-index {
  color: var(--brand);
}

.company-list {
  margin-bottom: 0;
}

.company-list > div {
  display: grid;
  padding: 20px 0;
  grid-template-columns: 94px 1fr;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.company-list > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.company-list dt {
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
}

.company-list dd {
  margin: 0;
}

.company-list a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 4px;
}

/* Footer */
.site-footer {
  padding-bottom: 68px;
  background: #fff;
}

.footer-entry {
  padding: 24px 0;
  background: var(--ink);
}

.footer-entry-banner,
.footer-entry-banner img {
  display: block;
  width: 100%;
}

.footer-entry-banner {
  max-width: 1180px;
  margin-inline: auto;
  transition: opacity 180ms ease;
}

.footer-entry-banner img {
  height: auto;
}

.footer-senpai-banner {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

.footer-bottom {
  padding: 44px 20px;
}

.footer-logo {
  display: block;
  width: 140px;
  margin-bottom: 28px;
}

.footer-links {
  display: grid;
  margin-bottom: 34px;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  font-size: 11px;
  font-weight: 700;
}

.footer-bottom > p {
  margin-bottom: 0;
  color: #6f7775;
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  display: grid;
  height: calc(68px + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  grid-template-columns: 46% 54%;
  color: #fff;
  box-shadow: 0 -10px 30px rgba(16, 23, 22, 0.15);
}

.mobile-cta a {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
}

.mobile-cta-phone {
  flex-direction: column;
  background: var(--ink-soft);
  line-height: 1.2;
}

.mobile-cta-phone span {
  margin-bottom: 3px;
  font-size: 9px;
}

.mobile-cta-phone strong {
  font-family: var(--font-display);
  font-size: 16px;
}

.mobile-cta-entry {
  gap: 14px;
  color: #fff;
  background: var(--brand);
  font-size: 14px;
  font-weight: 800;
}

/* Lower-page hero */
.page-hero {
  position: relative;
  padding: 58px 0 64px;
  background: var(--brand);
  overflow: hidden;
}

.page-hero::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(16, 23, 22, 0.2);
  border-radius: 50%;
  content: "";
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(46px, 13vw, 88px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.065em;
}

.page-hero p:last-child {
  max-width: 650px;
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 12px 0;
  color: var(--ink-soft);
  background: var(--warm);
  font-size: 10px;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Interview page */
.profile-nav {
  display: flex;
  padding: 20px;
  gap: 10px;
  background: var(--warm);
  overflow-x: auto;
  scrollbar-width: none;
}

.profile-nav::-webkit-scrollbar { display: none; }

.profile-nav a {
  min-width: max-content;
  padding: 9px 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.profile {
  padding: 80px 0;
}

.profile:nth-of-type(even) {
  background: var(--warm);
}

.profile-head {
  display: grid;
  gap: 28px;
}

.profile-image {
  position: relative;
  height: 400px;
  margin: 0;
  background: #ddd;
  overflow: hidden;
}

.profile-image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68px;
  height: 68px;
  background: var(--brand);
  content: "";
}

.profile-image img {
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.profile-number {
  margin-bottom: 12px;
  color: var(--brand-dark);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.profile-name {
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.profile-name-en {
  margin-bottom: 25px;
  color: #68716f;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.profile-quote {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.qualification {
  padding: 19px 0 20px;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.qualification h3 {
  margin-bottom: 11px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.qualification > p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.qualification ul {
  display: grid;
  margin: 0;
  padding-left: 1.25em;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
  list-style: disc;
}

.qualification li::marker { color: var(--brand-dark); }

.qa-list {
  margin-top: 38px;
}

.qa-list-heading {
  padding-bottom: 30px;
}

.qa-list-heading h3 {
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

.qa-list-heading > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.qa-accordion {
  border-top: 1px solid var(--line);
}

.qa-accordion details {
  border-bottom: 1px solid var(--line);
}

.qa-accordion summary {
  position: relative;
  padding: 23px 44px 23px 38px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.65;
  list-style: none;
  transition: color 180ms ease;
}

.qa-accordion summary::-webkit-details-marker { display: none; }

.qa-accordion summary::before {
  position: absolute;
  left: 4px;
  color: var(--brand-dark);
  content: "Q";
  font-family: var(--font-display);
  font-size: 19px;
}

.qa-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 9px;
  height: 9px;
  color: var(--brand-dark);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 220ms ease;
}

.qa-accordion details[open] summary {
  color: var(--brand-dark);
}

.qa-accordion details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.qa-answer {
  position: relative;
  margin: 0 0 26px 38px;
  padding: 0 12px 0 0;
  color: var(--ink-soft);
}

.qa-answer::before {
  position: absolute;
  top: 0;
  left: -34px;
  color: var(--brand-dark);
  content: "A";
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
}

.qa-answer.is-revealing {
  animation: qa-answer-in 260ms ease-out both;
}

@keyframes qa-answer-in {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Contact */
.contact-line-section {
  padding: 30px 0 0;
}

.contact-line-banner {
  display: block;
  background: var(--ink);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-line-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-layout {
  display: grid;
  gap: 52px;
}

.contact-aside {
  padding: 28px 24px;
  background: var(--brand);
  border-radius: var(--radius);
}

.contact-aside h2 {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.45;
}

.contact-aside .phone-link {
  margin: 22px 0 14px;
}

.contact-aside small {
  display: block;
  line-height: 1.7;
}

.form-intro {
  margin-bottom: 36px;
}

.form-intro h2 {
  margin-bottom: 14px;
  font-size: 30px;
}

.required-note {
  color: #965341;
  font-size: 11px;
}

.form-group {
  margin-bottom: 28px;
}

.form-group label,
.form-group legend {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 800;
}

.required {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  color: #fff;
  background: #965341;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 800;
  vertical-align: 2px;
}

.form-control {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid #aeb6b3;
  border-radius: 8px;
  transition: border 160ms ease, box-shadow 160ms ease;
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.form-control:focus {
  border-color: var(--brand-dark);
  box-shadow: 0 0 0 4px rgba(131, 202, 196, 0.25);
  outline: 0;
}

.form-help {
  display: block;
  margin-top: 6px;
  color: #6f7775;
  font-size: 10px;
}

.privacy-check {
  display: grid;
  padding: 18px;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  background: var(--warm);
  border-radius: 8px;
  font-size: 12px;
}

.privacy-check input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--brand-dark);
}

.privacy-check a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.submit-button {
  width: 100%;
  min-height: 60px;
  margin-top: 24px;
  padding: 15px 22px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.confirm-panel {
  max-width: 880px;
  margin-inline: auto;
  padding: 34px 22px;
  background: var(--warm);
  border-radius: var(--radius);
}

.confirm-intro {
  margin-bottom: 30px;
}

.confirm-intro h2 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.4;
}

.confirm-intro p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.confirm-list {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.confirm-row {
  display: grid;
  padding: 18px;
  gap: 5px;
  border-bottom: 1px solid var(--line);
}

.confirm-row:last-child {
  border-bottom: 0;
}

.confirm-row dt {
  font-size: 12px;
  font-weight: 800;
}

.confirm-row dd {
  margin: 0;
  color: var(--ink-soft);
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.confirm-actions {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
  gap: 12px;
}

.confirm-actions .submit-button {
  margin-top: 0;
}

.secondary-button {
  min-height: 54px;
  padding: 13px 20px;
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.form-error-list {
  margin: 24px 0 0;
  padding: 18px 18px 18px 38px;
  color: #7e3023;
  background: #fff;
  border: 1px solid rgba(126, 48, 35, 0.28);
  border-radius: 8px;
}

.form-error-list li + li {
  margin-top: 6px;
}

.delivery-help {
  margin-top: 24px;
  padding: 18px;
  background: #fff;
  border-radius: 8px;
}

.delivery-help p:last-child {
  margin-bottom: 0;
}

.thanks-panel {
  max-width: 760px;
  margin-inline: auto;
  padding: 48px 24px;
  background: var(--warm);
  border-radius: var(--radius);
  text-align: center;
}

.thanks-mark {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  place-items: center;
  background: var(--brand);
  border-radius: 50%;
  font-size: 30px;
}

.thanks-panel h1 {
  margin-bottom: 18px;
  font-size: 31px;
  line-height: 1.5;
}

/* Reveal */
.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

}

@media (min-width: 760px) {
  :root { --header-height: 82px; }

  body {
    padding-bottom: 0;
    font-size: 16px;
  }

  .container {
    width: min(100% - 64px, var(--container));
  }

  .section { padding: 120px 0; }

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

  .section-heading-row > p,
  .section-heading-row > .button {
    width: min(100%, 360px);
    margin-bottom: 24px;
  }

  .header-inner { width: min(100% - 44px, 1420px); }
  .site-logo img { width: 118px; }
  .site-logo span { font-size: 9px; }

  .menu-button,
  .mobile-cta {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 26px;
    visibility: visible;
    background: transparent;
    opacity: 1;
    overflow: visible;
    transform: none;
  }

  .site-nav > a {
    padding: 8px 0;
    border: 0;
    font-size: 12px;
  }

  .site-nav .nav-entry {
    min-height: 46px;
    margin: 0 0 0 4px;
    padding: 10px 18px;
    gap: 12px;
    color: #fff;
    background: var(--brand);
  }

  .hero.hero-shared {
    display: flex;
    min-height: clamp(600px, calc(100svh - var(--header-height)), 840px);
    padding: 0;
    background-position: center;
  }

  .hero-background-video {
    object-position: center;
  }

  .hero-video-scrim {
    background:
      linear-gradient(90deg, rgba(2, 9, 12, 0.94) 0%, rgba(2, 9, 12, 0.76) 38%, rgba(2, 9, 12, 0.24) 70%, rgba(2, 9, 12, 0.08) 100%),
      linear-gradient(0deg, rgba(2, 9, 12, 0.4) 0%, transparent 55%, rgba(2, 9, 12, 0.12) 100%);
  }

  .hero-copy {
    min-height: inherit;
    padding-block: 84px;
  }

  .hero-kicker {
    margin-bottom: 34px;
    font-size: 13px;
    letter-spacing: 0.34em;
  }

  .hero-copy h1 {
    max-width: 950px;
    margin-bottom: 36px;
    font-size: clamp(64px, 6.5vw, 102px);
    line-height: 1.12;
  }

  .hero-lead {
    font-size: clamp(20px, 1.8vw, 27px);
    line-height: 1.9;
  }

  .shared-keyvisual-bar {
    display: block;
    padding: 26px max(44px, calc((100vw - 1320px) / 2));
  }

  .shared-keyvisual-bar .hero-actions {
    flex-wrap: nowrap;
  }

  .hero-banners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .hero-banner-senpai {
    min-height: 360px;
    aspect-ratio: 2290 / 687;
    grid-column: 1 / -1;
  }

  .hero-banner-senpai-image {
    object-position: center;
  }

  .hero-banner-senpai-copy {
    width: 55%;
    height: 100%;
    min-height: 0;
    padding: clamp(24px, 2.5vw, 40px) clamp(34px, 4vw, 64px);
  }

  .hero-banner-senpai-kicker {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .hero-banner-senpai-audience {
    margin-bottom: 4px;
    font-size: clamp(12px, 1.1vw, 15px);
  }

  .hero-banner-senpai-title {
    margin-bottom: 10px;
    font-size: clamp(36px, 3.6vw, 56px);
  }

  .hero-banner-senpai-description {
    margin-bottom: 14px;
    font-size: clamp(13px, 1.25vw, 17px);
  }

  .hero-banner-senpai-cta {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .intro-grid,
  .about-hylead-grid,
  .growth-grid,
  .faq-grid,
  .company-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(420px, 1.25fr);
    gap: 90px;
  }

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

  .name-formula {
    margin-top: 64px;
  }

  .work-gallery {
    grid-template-columns: 1.5fr 0.65fr 0.85fr;
  }
  .work-gallery-large { grid-column: auto; }
  .work-gallery figure,
  .work-stat { min-height: 440px; }
  .work-stat { padding: 42px 30px; }
  .work-stat strong { font-size: 72px; }

  .field-scenes-head {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(420px, 1.25fr);
    gap: 90px;
  }
  .field-scenes-grid {
    width: min(100% - 64px, 1320px);
    margin-top: 64px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
  }
  .field-scene {
    grid-column: auto;
    aspect-ratio: auto;
    border-radius: 16px;
  }
  .field-scene--lead {
    grid-column: span 7;
    aspect-ratio: 16 / 9;
  }
  .field-scene--side {
    grid-column: span 5;
    aspect-ratio: 1.28;
  }
  .field-scene--third {
    grid-column: span 4;
    aspect-ratio: 4 / 3;
  }
  .field-scene--half {
    grid-column: span 6;
    aspect-ratio: 16 / 9;
  }
  .field-scene figcaption {
    right: 24px;
    bottom: 21px;
    left: 24px;
    font-size: 15px;
  }
  .field-scene figcaption span {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .value-list > li {
    padding: 46px 0;
    grid-template-columns: 90px minmax(0, 1fr);
  }
  .value-copy {
    display: grid;
    grid-template-columns: 110px minmax(260px, 0.8fr) minmax(280px, 1fr);
    align-items: start;
    gap: 34px;
  }
  .value-copy h3 { margin-bottom: 0; font-size: 30px; }
  .value-copy > p:last-child { padding-top: 4px; }

  .voice-scroll {
    width: min(100% - 64px, 1320px);
    margin: 30px auto 0;
    padding: 0 0 16px;
    gap: 22px;
  }
  .voice-card { width: 315px; }
  .voice-card figure { height: 300px; }
  .voice-card blockquote { min-height: 148px; }

  .growth-steps { margin-top: 0; }
  .growth-steps li { padding: 36px 0; grid-template-columns: 100px 1fr; }

  .life-gallery {
    grid-template-columns: 1.5fr 0.8fr;
    gap: 18px;
  }
  .life-gallery figure { height: 480px; }

  .recruit-panel {
    display: grid;
    padding: 72px;
    grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
    gap: 80px;
  }
  .recruit-actions { grid-template-columns: minmax(250px, 1fr) minmax(210px, 0.8fr); align-items: center; }

  .faq-list { padding-top: 5px; }

  .footer-entry { padding: 44px; }

  .footer-senpai-banner {
    width: min(100%, 1180px);
  }

  .footer-bottom {
    display: grid;
    width: min(100% - 64px, var(--container));
    margin-inline: auto;
    padding: 50px 0;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    gap: 40px;
  }
  .footer-logo,
  .footer-links { margin-bottom: 0; }
  .footer-links { display: flex; justify-content: center; }
  .site-footer { padding-bottom: 0; }

  .page-hero { padding: 96px 0 104px; }
  .profile-nav { justify-content: center; padding: 24px; }
  .profile { padding: 120px 0; }
  .profile-head {
    grid-template-columns: minmax(380px, 1fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: 76px;
  }
  .profile-image { height: 560px; }
  .profile-name { font-size: 51px; }
  .profile-quote { font-size: 27px; }
  .qualification { padding: 22px 0 23px; }
  .qualification ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }
  .qa-list {
    display: grid;
    margin-top: 70px;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 82px;
  }
  .qa-list-heading {
    position: sticky;
    top: 120px;
    padding-bottom: 0;
  }
  .qa-list-heading h3 { font-size: 32px; }
  .qa-accordion summary { padding-block: 26px; font-size: 16px; }
  .qa-answer { padding-right: 28px; font-size: 15px; }
  .contact-layout {
    grid-template-columns: minmax(280px, 0.7fr) minmax(520px, 1.3fr);
    align-items: start;
    gap: 80px;
  }
  .contact-aside { position: sticky; top: 110px; padding: 40px 34px; }
  .contact-line-section { padding-top: 44px; }
  .submit-button { width: auto; min-width: 260px; }
  .confirm-panel { padding: 52px; }
  .confirm-row { grid-template-columns: 190px minmax(0, 1fr); gap: 24px; }
  .confirm-actions { flex-direction: row; align-items: center; }
  .confirm-actions .submit-button { min-width: 280px; }
  .confirm-actions .secondary-button { min-width: 200px; }
  .thanks-panel { padding: 72px 64px; }
}

@media (min-width: 1180px) {
  .site-nav { gap: 34px; }
  .site-nav > a { font-size: 13px; }
  .voice-card { width: 350px; }
}

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
  .button-dark:hover { color: var(--ink); background: var(--brand); }
  .site-nav > a:not(.nav-entry):hover,
  .inline-link:hover { color: var(--brand-dark); }
  .site-nav .nav-entry:hover { color: #fff; background: var(--brand-dark); }
  .voice-card:hover { box-shadow: var(--shadow); transform: translateY(-8px); }
  .voice-card:hover figure img { transform: scale(1.035); }
  .hero-banner:hover img { transform: scale(1.025); }
  .footer-entry-banner:hover { opacity: 0.88; }
  .contact-line-banner:hover { box-shadow: 0 20px 50px rgba(16, 23, 22, 0.2); transform: translateY(-3px); }
  .qa-accordion summary:hover { color: var(--brand-dark); }
}
