  /* ---------- Reset ---------- */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  /* Warm Recruit Theme (cream + honey gold) */
  :root {
    --white: #fefcf6;           /* cream */
    --off-white: #f8f0dc;       /* warm cream */
    --ink: #2d2622;             /* warm dark */
    --ink-soft: #5a4a3f;        /* warm soft */
    --gray: #8a7d72;            /* warm gray */
    --gray-light: #cdc1b2;      /* warm gray light */
    --line: #ede3cf;            /* warm line */
    --footer: #3d3631;          /* footer keeps brown */
    --honey: #b8895a;           /* honey gold accent */
    --honey-soft: #d4b787;      /* soft honey */
    --honey-light: #f0e0c2;     /* pale honey */
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", serif;
    background: var(--white);
    color: var(--ink);
    line-height: 2;
    font-size: 15.5px;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  ::selection { background: rgba(26,26,26,0.15); }

  /* ---------- Header ---------- */
  header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 28px 0;
    transition: all 0.5s ease;
    background: transparent;
  }
  header.scrolled {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 18px 0;
    border-bottom: 1px solid rgba(229,227,223,0.6);
  }
  .header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.28em;
    color: var(--ink);
    transition: color 0.5s ease;
  }
  header.scrolled .logo { color: var(--ink); }

  nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
  }
  nav a {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--ink);
    transition: opacity 0.3s ease, color 0.5s ease;
    position: relative;
  }
  header.scrolled nav a { color: var(--ink); }
  nav a:hover { opacity: 0.65; }

  .menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
  }
  .menu-toggle span {
    width: 22px;
    height: 1px;
    background: var(--ink);
    transition: 0.3s;
  }
  header.scrolled .menu-toggle span { background: var(--ink); }

  /* ---------- Page Hero ---------- */
  .page-hero {
    position: relative;
    min-height: 62vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at top right, rgba(240,224,194,0.7) 0%, transparent 60%),
      radial-gradient(ellipse at bottom left, rgba(212,183,135,0.35) 0%, transparent 60%),
      linear-gradient(180deg, #fefcf6 0%, #f8f0dc 50%, #fefcf6 100%);
    z-index: 1;
  }
  /* Hero subtle warm decoration */
  .page-hero-bg::after {
    content: '';
    position: absolute;
    top: -120px;
    right: 8%;
    width: 280px;
    height: 280px;
    background: rgba(212,183,135,0.18);
    border-radius: 50%;
    pointer-events: none;
  }
  .page-hero-bg::before {
    content: '';
    position: absolute;
    bottom: -160px;
    left: 5%;
    width: 320px;
    height: 320px;
    background: rgba(240,224,194,0.5);
    border-radius: 50%;
    pointer-events: none;
  }
  .page-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 100px 32px 0;
    color: var(--ink);
    animation: fadeUp 1.4s ease 0.3s both;
  }
  .page-hero-tag {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5em;
    margin-bottom: 30px;
    color: var(--honey);
    text-transform: uppercase;
  }
  .page-hero h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: clamp(34px, 6vw, 60px);
    letter-spacing: 0.18em;
    margin-bottom: 40px;
    color: var(--ink);
  }
  .page-hero-line {
    width: 50px;
    height: 1px;
    background: var(--honey);
    margin: 0 auto 36px;
    opacity: 0.7;
  }
  .page-hero-sub {
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.12em;
    color: var(--ink-soft);
    font-weight: 400;
  }

  /* ---------- Page Intro ---------- */
  .page-intro {
    padding: 120px 0 80px;
    background: var(--white);
    text-align: center;
  }
  .page-intro-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .page-intro-eyebrow {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.4em;
    color: var(--gray);
    margin-bottom: 22px;
    text-transform: uppercase;
  }
  .page-intro h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: clamp(22px, 3vw, 28px);
    letter-spacing: 0.14em;
    margin-bottom: 50px;
    line-height: 1.8;
  }
  .page-intro p {
    font-size: 16px;
    line-height: 2.5;
    color: var(--ink-soft);
    margin-bottom: 28px;
    text-align: left;
  }
  .page-intro p:last-child { margin-bottom: 0; }

  /* ---------- Service Block ---------- */
  .service-block {
    padding: 130px 0;
    position: relative;
  }
  .service-block.alt { background: var(--off-white); }

  .block-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
  }

  .block-header {
    text-align: center;
    margin-bottom: 70px;
  }
  .block-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    color: var(--gray);
    margin-bottom: 22px;
    letter-spacing: 0.1em;
  }
  .block-title {
    font-family: "Shippori Mincho", serif;
    font-size: clamp(26px, 3.8vw, 34px);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--ink);
    margin-bottom: 26px;
    line-height: 1.5;
  }
  .block-lead {
    font-family: "Shippori Mincho", serif;
    font-size: 16.5px;
    letter-spacing: 0.1em;
    color: var(--ink-soft);
    line-height: 2;
    max-width: 640px;
    margin: 0 auto;
  }
  .block-divider {
    width: 30px;
    height: 1px;
    background: var(--ink);
    opacity: 0.5;
    margin: 30px auto 0;
  }

  .block-desc {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  .block-desc p {
    font-size: 15.5px;
    line-height: 2.4;
    color: var(--ink-soft);
    margin-bottom: 28px;
  }
  .block-desc p:last-child { margin-bottom: 0; }
  .block-desc .quote {
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    color: var(--ink);
    line-height: 2.3;
    margin-bottom: 36px;
    letter-spacing: 0.06em;
  }

  /* ---------- Buttons ---------- */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 38px;
    font-family: "Shippori Mincho", serif;
    font-size: 13.5px;
    letter-spacing: 0.2em;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 1px solid var(--ink);
    background: var(--ink);
    color: var(--white);
  }
  .btn:hover {
    background: transparent;
    color: var(--ink);
  }
  .btn .arrow { transition: transform 0.4s ease; }
  .btn:hover .arrow { transform: translateX(6px); }

  .btn-line {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--ink);
  }
  .btn-line:hover {
    background: var(--ink);
    color: var(--white);
  }

  /* ---------- Target list ---------- */
  .target-list {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    list-style: none;
  }
  .target-list li {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 20px 24px 20px 40px;
    font-size: 14.5px;
    line-height: 1.9;
    color: var(--ink-soft);
    position: relative;
    transition: all 0.3s ease;
  }
  .target-list li::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 32px;
    width: 10px;
    height: 1px;
    background: var(--ink);
    opacity: 0.5;
  }
  .target-list li:hover {
    border-color: var(--ink);
  }
  .service-block.alt .target-list li {
    background: var(--off-white);
  }

  /* ---------- Big intro narrative ---------- */
  .narrative {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  .narrative p {
    font-size: 15.5px;
    line-height: 2.45;
    color: var(--ink-soft);
    margin-bottom: 24px;
  }
  .narrative p:last-child { margin-bottom: 0; }
  .narrative .emphasis {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    color: var(--ink);
    font-weight: 500;
    line-height: 2.2;
    margin: 32px 0;
    letter-spacing: 0.06em;
  }

  /* ---------- Value card (大切にしていること) ---------- */
  .value-blocks {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
  }
  .value-block {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 40px 44px;
  }
  .service-block.alt .value-block {
    background: var(--white);
  }
  .value-block-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.3em;
    color: var(--gray);
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .value-block h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .value-block p {
    font-size: 14.5px;
    line-height: 2.1;
    color: var(--ink-soft);
    margin-bottom: 14px;
  }
  .value-block p:last-child { margin-bottom: 0; }

  /* ---------- Partner block (5 partner types) ---------- */
  .partner-blocks {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
  }
  .partner-block {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 56px 56px 50px;
    position: relative;
    transition: all 0.4s ease;
  }
  .partner-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--honey);
    opacity: 0.85;
  }
  .partner-block-cat {
    color: var(--honey) !important;
  }
  .partner-block-eyebrow {
    color: var(--honey-soft) !important;
  }
  .partner-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.08);
  }
  .partner-block-eyebrow {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.4em;
    color: var(--gray);
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .partner-block-cat {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.18em;
    color: var(--ink);
    margin-bottom: 18px;
    line-height: 1.3;
  }
  .partner-block h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .partner-block p {
    font-size: 14.5px;
    line-height: 2.2;
    color: var(--ink-soft);
    margin-bottom: 18px;
  }
  .partner-block p:last-child { margin-bottom: 0; }

  /* ---------- Closing ---------- */
  .closing {
    background: var(--ink);
    color: var(--white);
    text-align: center;
    padding: 140px 0;
    position: relative;
    overflow: hidden;
  }
  .closing::before {
    content: 'RE:START';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-size: clamp(120px, 22vw, 280px);
    color: rgba(255,255,255,0.03);
    letter-spacing: 0.05em;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
  }
  .closing-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
  }
  .closing-eyebrow {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.4em;
    color: rgba(255,255,255,0.6);
    margin-bottom: 24px;
    text-transform: uppercase;
  }
  .closing h2 {
    font-family: "Shippori Mincho", serif;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 0.14em;
    color: var(--white);
    line-height: 1.8;
  }
  .closing p {
    font-size: 15.5px;
    line-height: 2.5;
    color: rgba(255,255,255,0.85);
    margin-bottom: 26px;
    font-weight: 300;
  }
  .closing-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .closing .btn {
    background: var(--white);
    color: var(--ink);
    border-color: var(--white);
  }
  .closing .btn:hover {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
  }
  .closing .btn.btn-outline {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.5);
  }
  .closing .btn.btn-outline:hover {
    background: var(--white);
    color: var(--ink);
    border-color: var(--white);
  }

  .closing-email {
    margin-top: 50px;
    padding-top: 36px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
  }
  .closing-email-label {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.3em;
    color: rgba(255,255,255,0.55);
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .closing-email-link {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: var(--white);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 4px;
    transition: all 0.3s ease;
  }
  .closing-email-link:hover {
    border-color: var(--white);
    opacity: 0.85;
  }

  /* ---------- Footer ---------- */
  footer {
    background: var(--footer);
    color: rgba(255,255,255,0.85);
    padding: 90px 0 40px;
  }
  .footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
  }
  .footer-brand .logo {
    color: var(--white) !important;
    font-size: 26px;
    margin-bottom: 16px;
    display: inline-block;
  }
  .footer-tag-line {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: rgba(255,255,255,0.55);
    margin-bottom: 28px;
  }
  .footer-brand p {
    font-size: 13.5px;
    line-height: 2.1;
    color: rgba(255,255,255,0.6);
  }
  .footer-col h4 {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: rgba(255,255,255,0.85);
    margin-bottom: 26px;
    text-transform: uppercase;
  }
  .footer-col ul { list-style: none; }
  .footer-col li {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .footer-col a {
    color: rgba(255,255,255,0.7);
    transition: color 0.3s ease;
    letter-spacing: 0.08em;
  }
  .footer-col a:hover { color: var(--white); }
  .footer-bottom {
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.3em;
    color: rgba(255,255,255,0.45);
  }

  /* ---------- Animations ---------- */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 900px) {
    .header-inner { padding: 0 24px; }
    nav { display: none; }
    nav.open {
      display: block;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: #1a1a1a;
      padding: 100px 30px 30px;
      z-index: 150;
    }
    nav.open ul {
      flex-direction: column;
      gap: 30px;
      align-items: center;
    }
    nav.open a { color: var(--white) !important; font-size: 16px; }
    .menu-toggle { display: flex; z-index: 200; position: relative; }
    .menu-toggle.open span { background: var(--white) !important; }
    .menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle.open span:nth-child(2) { opacity: 0; }
    .menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    body.menu-open header,
    body.menu-open header.scrolled {
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border-bottom-color: transparent;
    }
    body.menu-open header.scrolled .logo { color: var(--white); }
    body.menu-open { overflow: hidden; }

    .page-hero { min-height: 55vh; }
    .page-hero-inner { padding: 80px 24px 0; }
    .page-hero h1 {
      font-size: clamp(26px, 7vw, 38px);
      letter-spacing: 0.1em;
      line-height: 1.6;
    }
    .page-hero-tag { font-size: 12px; letter-spacing: 0.4em; margin-bottom: 22px; }
    .page-hero-sub { font-size: 13.5px; line-height: 2.0; }

    .page-intro { padding: 80px 0 60px; }
    .page-intro p { font-size: 14.5px; line-height: 2.2; }

    .service-block { padding: 80px 0; }
    .block-header { margin-bottom: 50px; }

    .target-list { grid-template-columns: 1fr; }
    .value-block { padding: 32px 28px; }

    .partner-block { padding: 38px 28px 34px; }
    .partner-block-cat { font-size: 22px; letter-spacing: 0.14em; }
    .partner-block h3 { font-size: 17.5px; margin-bottom: 20px; padding-bottom: 18px; }

    .closing { padding: 90px 0; }
    .closing-cta { flex-direction: column; gap: 14px; }
    .closing-cta .btn { width: 100%; justify-content: center; }

    .footer-top {
      grid-template-columns: 1fr;
      gap: 40px;
      padding-bottom: 40px;
    }
    .footer-inner { padding: 0 24px; }
  }

  @media (max-width: 480px) {
    body { font-size: 14.5px; }
    .btn { padding: 16px 28px; font-size: 13px; }
    .block-inner { padding: 0 24px; }
  }

  /* ============================================
     Warm Theme Overrides — Honey Gold Accents
     ============================================ */

  /* Page intro h2 — slight warm tone for warmth */
  .page-intro h2 {
    color: var(--ink);
  }

  /* Block headers eyebrow / num — honey */
  .block-num {
    color: var(--honey) !important;
  }

  /* Block lead text gets soft honey */
  .block-lead {
    color: var(--honey) !important;
  }

  /* Block divider — honey */
  .block-divider {
    background: var(--honey) !important;
    opacity: 0.6;
  }

  /* Buttons — primary button stays dark on cream (good contrast) */
  /* Add a honey-themed variant for accent buttons */
  .btn-honey {
    background: var(--honey) !important;
    color: var(--white) !important;
    border-color: var(--honey) !important;
  }
  .btn-honey:hover {
    background: transparent !important;
    color: var(--honey) !important;
  }

  /* Quote blocks get honey accent */
  .block-desc .quote {
    border-left: 2px solid var(--honey);
    padding: 14px 0 14px 22px;
    background: rgba(212,183,135,0.08);
    margin-left: -2px;
  }

  /* Emphasis text in narrative — honey */
  .narrative .emphasis {
    color: var(--honey) !important;
    font-weight: 500;
    border-left: 2px solid var(--honey);
    padding: 14px 0 14px 22px;
    background: rgba(212,183,135,0.08);
  }

  /* Closing section — keep dark but add honey accent */
  .closing {
    background: var(--ink) !important;
  }
  .closing-eyebrow {
    color: var(--honey-soft) !important;
  }
  .closing h2 {
    color: var(--white) !important;
  }
  .closing p {
    color: rgba(254,252,246,0.92) !important;
  }

  /* Closing CTA buttons — honey */
  .closing .btn {
    background: var(--honey) !important;
    color: var(--ink) !important;
    border-color: var(--honey) !important;
  }
  .closing .btn:hover {
    background: transparent !important;
    color: var(--honey) !important;
  }
  .closing .btn.btn-outline {
    background: transparent !important;
    color: var(--white) !important;
    border-color: var(--white) !important;
  }
  .closing .btn.btn-outline:hover {
    background: var(--white) !important;
    color: var(--ink) !important;
  }

  /* Footer keeps default ink/brown — no override needed */

  /* Subtle "RECRUIT" word in page hero corner */
  .page-hero::after {
    content: 'RECRUIT';
    position: absolute;
    top: 110px;
    right: 32px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 0.45em;
    color: var(--honey);
    opacity: 0.6;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 5;
  }

  @media (max-width: 900px) {
    .page-hero::after {
      top: 90px;
      right: 22px;
      font-size: 10px;
      letter-spacing: 0.35em;
    }
  }
