:root {
  --paper: #f8f7f3;
  --warm: #ebe8e0;
  --ink: #1a1a18;
  --ink-soft: #53534f;
  --night: #1a1a18;
  --gold: #c4a97d;
  --line: rgba(26, 26, 24, .18);
  --font-display: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --font-sans: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-display); line-height: 1.9; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 28px clamp(24px, 5vw, 72px); color: #fff; }
.site-header__logo, .site-footer__logo { font-family: var(--font-sans); font-size: 25px; font-weight: 400; letter-spacing: .08em; }
.site-nav { display: flex; gap: clamp(20px, 2.7vw, 42px); font-family: var(--font-sans); font-size: 11px; letter-spacing: .17em; }
.site-nav a { color: rgba(255,255,255,.78); transition: color .2s ease; }
.site-nav a:hover { color: #fff; }
.menu-toggle { display: none; flex: 0 0 44px; align-items: center; justify-content: center; width: 44px; min-width: 44px; max-width: 44px; min-height: 44px; padding: 6px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; min-height: min(820px, 100svh); display: grid; align-items: end; padding: 150px clamp(24px, 10vw, 150px) clamp(64px, 10vw, 130px); overflow: hidden; background: var(--night); color: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 83% 22%, rgba(196,169,125,.22), transparent 21%), linear-gradient(135deg, transparent 40%, rgba(255,255,255,.035) 40%, transparent 40.25%); }
.hero__content { position: relative; max-width: 970px; }
.hero__line { position: absolute; right: 12%; top: 12%; width: min(32vw, 440px); height: min(32vw, 440px); border: 1px solid rgba(196,169,125,.55); border-radius: 50%; }
.hero__line::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-family: var(--font-sans); font-size: 11px; letter-spacing: .22em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(36px, 5vw, 70px); font-weight: 500; line-height: 1.42; letter-spacing: .04em; }
.hero__desktop-line, .hero__mobile-line { display: block; white-space: nowrap; }
.hero__mobile-line { display: none; }
.hero__lead { margin-bottom: 38px; color: rgba(248,247,243,.75); font-size: clamp(15px, 1.6vw, 19px); line-height: 2; }
.hero__contact-note { max-width: 500px; margin: 17px 0 0; color: rgba(248,247,243,.7); font-family: var(--font-sans); font-size: 12px; line-height: 1.8; }
.hero__side { position: absolute; right: 31px; bottom: 45px; margin: 0; color: rgba(255,255,255,.38); font-family: var(--font-sans); font-size: 10px; letter-spacing: .22em; writing-mode: vertical-rl; }
.mobile-break { display: none; }
.button { display: inline-flex; gap: 24px; align-items: center; justify-content: space-between; min-width: 286px; padding: 17px 21px; font-family: var(--font-sans); font-size: 12px; letter-spacing: .08em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--gold); color: var(--ink); }
.button--outline { border: 1px solid rgba(248,247,243,.65); color: var(--paper); }

.section { padding: clamp(76px, 11vw, 158px) clamp(24px, 8vw, 120px); }
.section--light { background: var(--paper); }
.section--warm { background: var(--warm); }
.section--dark { background: var(--night); color: var(--paper); }
.container { max-width: 1180px; margin: 0 auto; }
.split-layout { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(330px, 1.1fr); gap: clamp(50px, 10vw, 160px); }
h2 { margin-bottom: 0; font-size: clamp(30px, 3.7vw, 52px); font-weight: 500; line-height: 1.55; letter-spacing: .04em; }
.prose { color: var(--ink-soft); font-size: 16px; }
.prose p { margin-bottom: 27px; }
.section-visual { margin: clamp(52px, 7vw, 88px) auto 0; }
.section-visual img { display: block; width: 100%; height: auto; }
.section-visual figcaption { margin-top: 13px; color: var(--ink-soft); font-family: var(--font-sans); font-size: 11px; line-height: 1.8; letter-spacing: .06em; }
.section-visual--work { max-width: 860px; }
.section-visual--growth { max-width: 390px; margin-top: clamp(36px, 5vw, 58px); }
.roles h2 { margin-bottom: 58px; }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.3); }
.role-card { padding: 30px clamp(20px, 4vw, 54px) 4px 0; }
.role-card + .role-card { padding-left: clamp(20px, 4vw, 54px); border-left: 1px solid rgba(255,255,255,.3); }
.role-card__number { margin-bottom: 42px; color: var(--gold); font-family: var(--font-sans); font-size: 12px; letter-spacing: .18em; }
.role-card h3 { margin-bottom: 26px; font-size: clamp(23px, 2.5vw, 31px); font-weight: 500; letter-spacing: .04em; }
.role-card p:not(.role-card__number) { color: rgba(248,247,243,.72); font-size: 15px; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { padding: 16px 0 16px 25px; border-top: 1px solid var(--line); position: relative; }
.check-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.compensation__inner { max-width: 780px; }
.compensation h2 { margin-bottom: 35px; }
.compensation__inner > p:not(.eyebrow) { font-size: 17px; color: var(--ink-soft); }
.note { margin-top: 30px; padding-top: 21px; border-top: 1px solid var(--line); font-size: 13px !important; }
.process h2 { margin-bottom: 50px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.3); }
.process-list li { min-height: 128px; padding: 20px 14px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); font-size: 15px; }
.process-list li:nth-child(3n + 1) { border-left: 1px solid rgba(255,255,255,.3); }
.process-list span { display: block; margin-bottom: 19px; color: var(--gold); font-family: var(--font-sans); font-size: 10px; letter-spacing: .15em; }
.contact { padding: clamp(82px, 12vw, 170px) clamp(24px, 8vw, 120px); background: var(--gold); color: var(--ink); }
.contact .eyebrow { color: rgba(26,26,24,.7); }
.contact h2 { margin-bottom: 27px; }
.contact__inner > p:not(.eyebrow):not(.application-notice) { max-width: 650px; font-size: 16px; }
.contact__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 720px; margin-top: 38px; }
.contact__action { min-width: 0; }
.contact__action .button { width: 100%; }
.contact__action p { margin: 12px 0 0; font-family: var(--font-sans); font-size: 12px; line-height: 1.75; }
.contact .button--primary { background: var(--ink); color: var(--paper); }
.contact .button--outline { border-color: rgba(26,26,24,.7); color: var(--ink); }
.application-notice { max-width: 720px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(26,26,24,.35); font-family: var(--font-sans); font-size: 12px; line-height: 1.75; }
.application-notice p { margin-bottom: 10px; }
.application-notice ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 24px; padding-left: 18px; margin: 0 0 14px; }
.site-footer { padding: 60px clamp(24px, 8vw, 120px) 32px; background: var(--night); color: var(--paper); }
.site-footer p { margin: 16px 0 0; color: rgba(248,247,243,.65); font-size: 13px; }
.site-footer__copy { margin-top: 56px !important; font-family: var(--font-sans); font-size: 10px !important; letter-spacing: .08em; }

@media (max-width: 768px) {
  body { overflow-x: hidden; }
  h1, h2, h3, p, li { overflow-wrap: anywhere; word-break: break-word; }
  .split-layout > *, .role-card, .contact__inner { min-width: 0; }
  .site-header { padding: 22px 24px; }
  .site-header__logo { font-size: 22px; }
  .site-header__logo, .menu-toggle { position: relative; z-index: 2; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; inset: 0; z-index: 1; display: none; align-content: start; gap: 0; padding: 100px 24px 32px; background: var(--night); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid rgba(248,247,243,.22); font-size: 13px; }
  .hero { min-height: 720px; padding: 145px 24px 72px; }
  .hero__line { top: 15%; right: -22vw; width: 74vw; height: 74vw; }
  .hero__side { display: none; }
  h1 { margin-bottom: 28px; font-size: clamp(32px, 8.6vw, 36px); line-height: 1.52; }
  .hero__desktop-line { display: none; }
  .hero__mobile-line { display: block; }
  .hero__lead { font-size: 14px; }
  .hero__contact-note { max-width: 100%; overflow-wrap: anywhere; }
  .hero__contact-note .mobile-break { display: block; }
  .button { width: 100%; min-width: 0; }
  .section { padding: 80px 24px; }
  .split-layout, .role-grid { grid-template-columns: 1fr; gap: 39px; }
  .section-visual { margin-top: 44px; }
  .section-visual--growth { max-width: none; margin-top: 38px; }
  .role-grid { border-top: 1px solid rgba(255,255,255,.3); }
  .role-card { padding: 25px 0 30px; }
  .role-card + .role-card { padding-left: 0; border-top: 1px solid rgba(255,255,255,.3); border-left: 0; }
  .role-card__number { margin-bottom: 23px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(3n + 1) { border-left: 0; }
  .process-list li:nth-child(2n + 1) { border-left: 1px solid rgba(255,255,255,.3); }
  .contact__actions, .application-notice ul { grid-template-columns: 1fr; }
}
