/* =========================================================
   Starbride Inc. — Minimal Renewal Mockup
   Inspired by the editorial calm of akaoni.org / disport-design.com
   ========================================================= */

:root {
  --c-paper:   #FFFFFF;
  --c-paper-2: #F6F5F2;
  --c-ink:     #111111;
  --c-ink-2:   #2A2A2A;
  --c-mute:    #8A8A8A;
  --c-line:    #E6E4DE;

  --ff-en:     "Hiragino Kaku Gothic ProN", "Hiragino Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --ff-en-s:   "Hiragino Kaku Gothic ProN", "Hiragino Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --ff-jp:     "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --ff-jp-s:   "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --ff-head-en:"Lexend Zetta", "Inter", "Hiragino Kaku Gothic ProN", sans-serif;

  --maxw:      1400px;  /* 画像主体・グリッド・HOMEセクション */
  --maxw-text: 1000px;  /* テキスト主体・page-detail の本文 */
  --gutter: clamp(20px, 5vw, 80px);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-jp);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.9;
  color: var(--c-ink);
  background: var(--c-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  letter-spacing: .02em;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
em { font-style: normal; }

.only-pc { display: none; }
@media (min-width: 900px) { .only-pc { display: inline; } }

/* =====================================================
   HEADER
   ===================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: 24px var(--gutter);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  transition: padding .4s var(--ease), background .4s var(--ease);
}
.site-header.is-scrolled {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Hamburger button — hidden on desktop, visible on mobile */
.menu-toggle {
  display: none;
  width: 48px; height: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 110;
  justify-self: end;
}
.menu-toggle span {
  display: block;
  width: 26px; height: 2px;
  background: var(--c-ink);
  margin: 6px auto;
  border-radius: 1px;
  transition: transform .35s var(--ease), opacity .25s var(--ease), background .3s var(--ease);
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Instagram link — icon-only */
.menu-item-instagram > a,
.menu-item-instagram__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px !important;
}
.menu-item-instagram .icon-instagram {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--c-ink);
  transition: color .3s var(--ease);
}
.menu-item-instagram > a::after,
.menu-item-instagram__link::after {
  display: none !important; /* no underline animation for icon */
}
.menu-item-instagram a:hover .icon-instagram { color: var(--c-mute); }

/* SNS group in PC nav: "SNS [Instagram] [YouTube]" */
.site-nav .menu-item-sns {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.menu-item-sns__label {
  display: none !important;  /* PC: hidden (アイコンだけ表示) */
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--c-ink);
  text-transform: uppercase;
}
.menu-item-sns__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: var(--c-ink);
  transition: color .3s var(--ease);
}
.menu-item-sns__icon:hover { color: var(--c-mute); }
.menu-item-sns__icon::after { display: none !important; }
.menu-item-sns__icon svg { display: block; }

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.brand__logo {
  height: 20px;
  width: auto;
  display: block;
  transition: opacity .3s var(--ease);
}
.brand:hover .brand__logo { opacity: .7; }
.brand__name-en {
  font-family: var(--ff-en);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -.005em;
  color: var(--c-ink);
}

/* On PC the nav lives outside the header but is pinned to the top-right
   so it visually behaves like part of the header. */
.site-nav {
  position: fixed;
  top: 25px;
  right: clamp(20px, 5vw, 80px);
  z-index: 101;
}
.site-nav__foot { display: none; }
.site-nav ul {
  display: flex; gap: clamp(16px, 2.4vw, 36px);
}
.site-nav a {
  font-family: "Inter", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--c-ink);
  position: relative;
  padding: 4px 0;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px;
  height: 1px; background: var(--c-ink);
  transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease);
}
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.site-header__lang {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-mute);
}
.site-header__lang a[aria-current="true"] { color: var(--c-ink); }
.site-header__lang span { color: var(--c-line); }

/* Hide mobile-only blocks on PC */
.site-nav__foot { display: none; }
.site-nav__brand { display: none; }

/* ---- Mobile (≤ 820px): full-screen drawer, disport-design.com inspired ---- */
@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 7px var(--gutter);
  }
  .brand__logo { height: 16px; }

  .menu-toggle {
    display: block;
    width: 34px;
    height: 34px;
  }
  .menu-toggle span {
    width: 18px;
    height: 2px;
    margin: 4px auto;
  }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  /* Full-screen white overlay */
  .site-nav {
    position: fixed;
    inset: 0;
    background: #FFFFFF;
    z-index: 105;
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s var(--ease), visibility .55s;
    margin: 0;
    justify-self: stretch;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  /* Inner layout: menu top, info at bottom */
  .site-nav__inner {
    min-height: 100%;
    padding: 100px var(--gutter) 40px;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 48px;
  }

  /* Menu list — left-aligned, large type, each item underlined */
  .site-nav ul,
  .site-nav .menu {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    padding: 0;
    margin: 0;
    gap: 0;
    border-top: 1px solid var(--c-line);
  }
  .site-nav li,
  .site-nav .menu-item {
    border-bottom: 1px solid var(--c-line);
    list-style: none;
    transform: translateY(8px);
    opacity: 0;
    transition: transform .5s var(--ease), opacity .5s var(--ease);
  }
  .site-nav.is-open li,
  .site-nav.is-open .menu-item {
    transform: translateY(0);
    opacity: 1;
  }
  /* Staggered reveal */
  .site-nav.is-open li:nth-child(1), .site-nav.is-open .menu-item:nth-child(1) { transition-delay: .12s; }
  .site-nav.is-open li:nth-child(2), .site-nav.is-open .menu-item:nth-child(2) { transition-delay: .18s; }
  .site-nav.is-open li:nth-child(3), .site-nav.is-open .menu-item:nth-child(3) { transition-delay: .24s; }
  .site-nav.is-open li:nth-child(4), .site-nav.is-open .menu-item:nth-child(4) { transition-delay: .30s; }
  .site-nav.is-open li:nth-child(5), .site-nav.is-open .menu-item:nth-child(5) { transition-delay: .36s; }
  .site-nav.is-open li:nth-child(6), .site-nav.is-open .menu-item:nth-child(6) { transition-delay: .42s; }

  .site-nav a,
  .site-nav .menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 4px;
    font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: .04em;
    color: var(--c-ink);
    text-transform: none;
    transition: color .3s var(--ease), padding-left .3s var(--ease);
  }
  .site-nav a:hover,
  .site-nav .menu a:hover { padding-left: 12px; color: var(--c-mute); }
  /* Disable the desktop underline-on-hover animation in mobile */
  .site-nav a::after,
  .site-nav .menu a::after { display: none; }

  /* Subtle arrow indicator at right side of each row */
  .site-nav li a::before,
  .site-nav .menu-item:not(.menu-item-instagram) a::before {
    content: "→";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(20px, -50%);
    opacity: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    transition: transform .3s var(--ease), opacity .3s var(--ease);
  }
  .site-nav li a, .site-nav .menu-item a { position: relative; }
  .site-nav li a:hover::before,
  .site-nav .menu-item a:hover::before {
    opacity: 1;
    transform: translate(0, -50%);
  }

  /* Instagram row: align icon to the left */
  .menu-item-instagram a {
    justify-content: flex-start;
    gap: 14px;
  }
  .menu-item-instagram .icon-instagram {
    width: 22px;
    height: 22px;
  }
  .menu-item-instagram a::before { display: none !important; }

  /* Foot block — contact info at bottom of overlay */
  .site-nav__foot {
    display: block;
    align-self: end;
    padding-top: 32px;
    border-top: 1px solid var(--c-line);
    font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
    color: var(--c-ink-2);
  }
  .site-nav__mail {
    display: inline-block;
    font-size: 18px;
    color: var(--c-ink);
    border-bottom: 1px solid var(--c-line);
    padding-bottom: 4px;
    margin-bottom: 16px;
    letter-spacing: .02em;
    transition: border-color .3s var(--ease);
  }
  .site-nav__mail:hover { border-bottom-color: var(--c-ink); }
  .site-nav__address {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.85;
    color: var(--c-mute);
  }
  .site-nav__copy {
    margin: 0;
    font-size: 11px;
    letter-spacing: .08em;
    color: var(--c-mute);
  }

  /* Prevent background scroll when nav is open */
  body.nav-open { overflow: hidden; }
}

/* =====================================================
   HERO STACK — five full-bleed key visuals scrolling vertically
   ===================================================== */
.hero-stack {
  display: block;
  background: var(--c-ink);
}
.hero-stack__item {
  position: relative;
  display: block;
  width: 100vw;
  height: 80vh;
  min-height: 480px;
  overflow: hidden;
  margin: 0;
  background: var(--c-ink);
}
.hero-stack__item--lead {
  height: 100vh;
  min-height: 100svh;
}
.hero-stack__item img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.4s var(--ease), transform 1.8s var(--ease);
  will-change: transform, opacity;
  filter: saturate(.96) brightness(.92);
}
/* Lead image: visible immediately */
.hero-stack__item--lead img {
  opacity: 1;
  transform: scale(1.0);
  animation: heroLeadZoom 14s var(--ease) forwards;
}
@keyframes heroLeadZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1.0); }
}
/* Reveal subsequent items on scroll */
.hero-stack__item[data-reveal="visible"] img {
  opacity: 1;
  transform: scale(1.0);
}

/* Gradient overlay for legibility */
.hero-stack__item--lead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.10) 0%, transparent 30%, transparent 55%, rgba(0,0,0,.45) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Lockup on the lead slide */
.hero-stack__lockup {
  position: absolute;
  left: clamp(20px, 5vw, 80px);
  bottom: clamp(48px, 7vh, 88px);
  z-index: 2;
  color: var(--c-paper);
  max-width: 90%;
}
.hero-stack__tagline {
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .3em;
  margin: 0 0 22px 10px;
  color: rgba(255,255,255,.86);
}
.hero-stack__title {
  margin: 0;
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: clamp(40px, 7vw, 112px);
  line-height: 1.0;
  letter-spacing: -.005em;
  display: flex; flex-direction: column;
  text-shadow: 0 2px 18px rgba(0,0,0,.18);
  text-transform: uppercase;
  overflow: hidden;
}
.hero-stack__title > span { display: block; }

.hero-stack__title .char {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 1;
}
.hero-stack__title .char__inner {
  display: inline-block;
  transform: translateY(110%) rotate(6deg);
  transform-origin: 50% 0%;
  animation: heroCharReveal 1.1s cubic-bezier(.22,.61,.36,1) forwards;
}
.hero-stack__title .char--space {
  width: .28em;
  display: inline-block;
}

/* Caption (title + roles) on slides 2-5 */
.hero-stack__caption {
  position: absolute;
  left: clamp(20px, 5vw, 80px);
  bottom: clamp(48px, 7vh, 88px);
  z-index: 2;
  color: var(--c-paper);
  max-width: min(90%, 880px);
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.hero-stack__caption-title {
  margin: 0 0 18px;
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 38px);
  letter-spacing: .04em;
  line-height: 1.45;
  color: var(--c-paper);
}
.hero-stack__caption-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  letter-spacing: .14em;
  color: rgba(255,255,255,.85);
  text-transform: uppercase;
}
.hero-stack__caption-roles li {
  position: relative;
}
.hero-stack__caption-roles li + li::before {
  content: "／";
  display: inline-block;
  margin-right: 18px;
  color: rgba(255,255,255,.35);
  position: absolute;
  left: -28px;
}

/* Gradient overlay for legibility on captioned slides */
.hero-stack__item:not(.hero-stack__item--lead)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.45));
  pointer-events: none;
  z-index: 1;
}

/* Page-number badge on slides 2-5 */
.hero-stack__num {
  position: absolute;
  right: clamp(20px, 5vw, 80px);
  bottom: clamp(20px, 3vh, 36px);
  z-index: 2;
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 11px;
  letter-spacing: .2em;
  color: rgba(255,255,255,.78);
  text-transform: uppercase;
}

/* Mobile-only manual break inside the hero title (stops "SHIGA" from wrapping mid-word). */
.hero-stack__br-sp { display: none; }

@media (max-width: 820px) {
  .hero-stack__item { height: 60vh; min-height: 380px; }
  .hero-stack__item--lead { height: 90vh; min-height: 90svh; }
  .hero-stack__title { line-height: 1.15; }
  .hero-stack__br-sp { display: inline; }
}

/* =====================================================
   HERO (legacy slider — kept for compatibility, unused by front page)
   ===================================================== */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  background: var(--c-ink);
  overflow: hidden;
  display: block;
}

/* ---- Slider — fills the hero completely ---- */
.hero__slider {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  margin: 0; padding: 0;
}
.hero__slide {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 1.6s var(--ease);
  pointer-events: none;
  will-change: opacity;
}
.hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.hero__slide img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.94) brightness(.92);
  transform: scale(1.02);
}
/* Ken Burns — gentle zoom while active */
.hero__slide.is-active img {
  animation: kenBurns 9s var(--ease) forwards;
}
@keyframes kenBurns {
  from { transform: scale(1.02); }
  to   { transform: scale(1.12); }
}

/* ---- Indicators ---- */
.hero__indicators {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(20px, 3vh, 32px);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.hero__indicator {
  display: block;
  width: 28px; height: 2px;
  background: rgba(255,255,255,.35);
  transition: background .4s var(--ease), width .4s var(--ease);
}
.hero__indicator.is-active {
  background: rgba(255,255,255,.95);
  width: 44px;
}

.hero__caption {
  position: absolute;
  top: 50%; right: var(--gutter);
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  display: inline-flex; gap: 32px; align-items: center;
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .3em;
  color: rgba(255,255,255,.9);
  text-shadow: 0 1px 14px rgba(0,0,0,.35);
  z-index: 2;
}
.hero__caption-num::before {
  content: "";
  display: inline-block;
  width: 28px; height: 1px;
  background: rgba(255,255,255,.7);
  margin-bottom: 6px;
}

.hero__lockup {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(48px, 7vh, 88px);
  z-index: 2;
  color: var(--c-paper);
  max-width: 90%;
}
.hero__tagline {
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .3em;
  margin: 0 0 22px;
  color: rgba(255,255,255,.86);
  text-transform: none;
}
.hero__title {
  margin: 0;
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: clamp(40px, 7vw, 112px);
  line-height: 1.0;
  letter-spacing: -.005em;
  display: flex; flex-direction: column;
  text-shadow: 0 2px 18px rgba(0,0,0,.18);
  text-transform: uppercase;
  overflow: hidden; /* prevent rising chars from peeking before they animate in */
}

/* Per-character entrance — kashiwasato.com style "reveal from below a mask" */
.hero__title > span {
  display: block;
  /* Each line independently masks its own characters */
  overflow: hidden;
  padding-bottom: .12em;   /* allow descenders */
  line-height: 1;
}
.hero__title .char {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 1;
}
.hero__title .char__inner {
  display: inline-block;
  transform: translateY(110%) rotate(6deg);
  transform-origin: 50% 0%;
  animation: heroCharReveal 1.1s cubic-bezier(.22,.61,.36,1) forwards;
}
.hero__title .char--space {
  width: .28em;
  display: inline-block;
}
@keyframes heroCharReveal {
  0%   { transform: translateY(110%) rotate(6deg); }
  60%  { transform: translateY(-4%)  rotate(-1deg); }
  100% { transform: translateY(0)    rotate(0); }
}
.hero__title span { display: block; }
.hero__title .ital em { font-weight: 500; }
.hero__title .ital { font-weight: 400; }
.hero__base {
  margin: 26px 0 0;
  font-family: var(--ff-en);
  font-size: 16px;
  letter-spacing: .04em;
  color: rgba(255,255,255,.86);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.10) 0%, transparent 30%, transparent 55%, rgba(0,0,0,.45) 100%);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 820px) {
  .hero__caption { display: none; }
}

/* =====================================================
   BLOCK HEAD
   ===================================================== */
.block-head {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(16px, 3vw, 36px);
  padding: 0 var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto clamp(24px, 4vh, 48px);
  text-align: center;
}
.block-head__num {
  font-family: var(--ff-en);
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--c-mute);
}
.block-head__title {
  margin: 0;
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: clamp(20px, 2.8vw, 39px);   /* 70% of previous */
  letter-spacing: -.005em;
  line-height: 1.1;
  color: var(--c-ink);
  text-transform: uppercase;
  text-align: center;
}
.block-head__sub {
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--c-mute);
  text-transform: uppercase;
}

/* =====================================================
   WORKS
   ===================================================== */
.works {
  padding: clamp(60px, 8vh, 100px) 0 clamp(80px, 12vh, 160px);
  background: var(--c-paper);
}
.works__grid {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: clamp(40px, 6vw, 96px) clamp(28px, 3vw, 56px) !important;
  padding: 0 clamp(20px, 4vw, 60px) !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* Match block-head width to grid (front page Project section) */
.works .block-head,
section.works > .block-head {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 clamp(20px, 4vw, 60px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.work {
  grid-column: span 4;       /* default fallback */
  display: block;
  position: relative;
}
.work--wide { grid-column: span 8; }

/* HOME (front page) Project section — 5 columns */
section.works > .works__grid {
  grid-template-columns: repeat(5, 1fr) !important;
}
section.works > .works__grid > .work,
section.works > .works__grid > .work--wide {
  grid-column: auto !important;
}

/* Project cards — dissolve reveal on scroll (home Project section + archive page).
   Pure opacity fade with a barely-there scale for a soft cross-dissolve feel — no slide. */
.works__grid .work {
  opacity: 0;
  transform: scale(1.015);
  transition: opacity .75s cubic-bezier(.4, 0, .2, 1), transform .95s cubic-bezier(.4, 0, .2, 1);
  will-change: opacity, transform;
}
.works__grid .work.is-in {
  opacity: 1;
  transform: scale(1);
}

/* Project archive page — uniform 3-column landscape thumbs */
.archive .work,
.archive .work--wide {
  grid-column: span 4 !important;     /* always 3 columns, wide flag ignored */
}
.archive .work figure,
.archive .work--wide figure {
  aspect-ratio: 3 / 2 !important;     /* 2560:1707 ≒ 3:2 */
}

/* Archive content width — full-width like home */
.archive .works__grid,
.archive .block-head,
.archive .archive__pagination,
.archive .media-strip__grid,
.archive .topics__list,
.archive .topics__more {
  max-width: 95vw;
}

@media (max-width: 1080px) {
  .archive .work,
  .archive .work--wide { grid-column: span 6 !important; }   /* Tablet: 2 columns */
}
@media (max-width: 640px) {
  .archive .work,
  .archive .work--wide { grid-column: span 12 !important; }  /* Mobile: 1 column */
}

@media (max-width: 1080px) {
  .work { grid-column: span 6; }       /* Tablet: 2 columns */
  .work--wide { grid-column: span 12; }
}
@media (max-width: 640px) {
  .work, .work--wide { grid-column: span 12; }
}

.work figure {
  margin: 0;
  overflow: hidden;
  background: var(--c-paper-2);
  aspect-ratio: 4/5;          /* portrait-leaning, magazine feel */
  position: relative;
}
.work--wide figure { aspect-ratio: 16/9; }
.work img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.6s var(--ease), filter 1.2s var(--ease);
  filter: saturate(.92);
}
.work:hover img {
  transform: scale(1.025);
  filter: saturate(1);
}

.work__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--c-line);
  transition: border-color .4s var(--ease);
}
.work:hover .work__meta { border-color: var(--c-ink); }
.work__num {
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--c-mute);
}
.work__name {
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1.45;
  color: var(--c-ink);
  text-transform: none;
  margin-top: 2px;
}
.work__cat {
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--c-mute);
  text-align: left;
  text-transform: uppercase;
  margin-top: 4px;
}

.works__more {
  max-width: 820px;
  margin: clamp(40px, 6vh, 64px) auto 0;
  padding: 0 var(--gutter);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.works__more a {
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 4px;
  transition: border-color .3s var(--ease);
  text-transform: uppercase;
  transform: translateX(15px);
}
.works__more a::after {
  content: "→";
  margin-left: 8px;
  display: inline-block;
}
.works__more a:hover { border-color: var(--c-ink); }

/* =====================================================
   PHILOSOPHY
   ===================================================== */
.philosophy {
  padding: clamp(60px, 8vh, 100px) 0 clamp(60px, 8vh, 100px);
  background: var(--c-paper-2);
  text-align: left;
}
.philosophy__statement {
  max-width: 920px;
  padding: 0 var(--gutter);
  margin: 0 auto;
  font-family: var(--ff-jp-s);
  font-weight: 300;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 2.05;
  letter-spacing: .08em;
  color: var(--c-ink);
}
.philosophy__statement em {
  font-family: var(--ff-en);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--c-ink);
  padding: 0 .08em;
}
.philosophy__note {
  max-width: 920px;
  padding: 0 var(--gutter);
  margin: clamp(40px, 6vh, 64px) auto 0;
  font-family: var(--ff-en);
  font-size: 14px;
  color: var(--c-mute);
}

/* =====================================================
   ABOUT
   ===================================================== */
.about {
  padding: clamp(60px, 8vh, 100px) 0;
  background: var(--c-paper);
}
.about__body {
  max-width: 820px;
  padding: 0 var(--gutter);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(20px, 3vh, 32px);
}
.about__body-title {
  margin: 0;
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: .06em;
  line-height: 1.6;
  color: var(--c-ink);
}
.about__body-text {
  margin: 0;
  font-family: var(--ff-jp);
  font-weight: 400;
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: .04em;
  color: var(--c-ink-2);
}
.about__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: center;
  margin-top: clamp(12px, 2vh, 24px);
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid var(--c-line);
  background: transparent;
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--c-ink);
  text-transform: uppercase;
  transition: border-color .3s var(--ease), color .3s var(--ease);
  transform: translateX(15px);
}
.about__cta::after {
  content: "→";
  display: inline-block;
  margin-left: 4px;
  font-family: inherit;
  line-height: 1;
}
.about__cta:hover {
  border-bottom-color: var(--c-ink);
  color: var(--c-mute);
}

/* =====================================================
   CONTACT
   ===================================================== */
.contact {
  padding: clamp(60px, 8vh, 100px) 0 clamp(160px, 20vh, 240px);
  background: var(--c-paper-2);
}
.contact__lockup {
  max-width: var(--maxw);
  padding: 0 var(--gutter);
  margin: 0 auto;
  display: grid;
  gap: clamp(40px, 6vw, 72px);
}
.contact__mail {
  display: inline-block;
  font-family: var(--ff-en);
  font-weight: 400;
  font-size: clamp(36px, 5.6vw, 84px);
  letter-spacing: -.005em;
  line-height: 1;
  color: var(--c-ink);
  transition: color .4s var(--ease);
  justify-self: start;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--c-line);
}
.contact__mail:hover { color: var(--c-mute); border-bottom-color: var(--c-ink); }
.contact__mail span {
  font-size: .65em;
  color: var(--c-mute);
  padding: 0 .12em;
}

.contact__links {
  display: grid; gap: 14px;
}
.contact__links a {
  font-family: var(--ff-en);
  font-size: 16px;
  letter-spacing: 0;
  color: var(--c-ink);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color .4s var(--ease);
}
.contact__links a:hover { border-bottom-color: var(--c-ink); }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  padding: 28px var(--gutter);
  background: var(--c-paper);
  border-top: 1px solid var(--c-line);
}
.site-footer__row {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex; justify-content: center; align-items: center;
  text-align: center;
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--c-mute);
}

/* =====================================================
   ADDITIONS — WP-specific templates
   ===================================================== */

/* WP a11y skip link */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px); width: 1px; height: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background: var(--c-ink); color: var(--c-paper);
  padding: 12px 18px;
  left: 16px; top: 12px; width: auto; height: auto; clip: auto;
  z-index: 1000;
  font-family: var(--ff-en); letter-spacing: .04em;
}

/* WP nav menu rendered via wp_nav_menu (no <ul> wrapper class) */
.site-nav .menu {
  display: flex; gap: clamp(16px, 2.4vw, 36px);
  list-style: none; margin: 0; padding: 0;
}
.site-nav .menu a {
  font-family: "Inter", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--c-ink);
  position: relative;
  padding: 4px 0;
  text-transform: uppercase;
}
.site-nav .menu a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px;
  height: 1px; background: var(--c-ink);
  transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease);
}
.site-nav .menu a:hover::after { transform: scaleX(1); transform-origin: left; }

/* Hero placeholder (no thumbnail) */
.hero__visual:has(.work__placeholder) { background: var(--c-paper-2); }
.work__placeholder {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, var(--c-paper-2) 0%, #EEE 100%);
}

/* =====================================================
   ARCHIVE (.archive — used for both project/media)
   ===================================================== */
.archive {
  padding: clamp(70px, 9vh, 110px) 0 clamp(60px, 8vh, 100px);
}
.archive .block-head { margin-bottom: clamp(48px, 8vh, 88px); }
.archive .block-head__num {
  font-family: var(--ff-en);
  font-size: 14px;
  color: var(--c-mute);
}
.archive__pagination {
  max-width: var(--maxw);
  margin: clamp(48px, 8vh, 80px) auto 0;
  padding: 0 var(--gutter);
  display: flex; justify-content: center;
}
.archive__pagination .nav-links,
.archive__pagination .page-numbers {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-en);
  font-size: 15px;
  color: var(--c-ink);
}
.archive__pagination .page-numbers {
  padding: 8px 14px;
  border: 1px solid var(--c-line);
  text-decoration: none;
  transition: border-color .3s var(--ease), color .3s var(--ease);
}
.archive__pagination .page-numbers.current,
.archive__pagination .page-numbers:hover {
  border-color: var(--c-ink);
}

.works__empty {
  grid-column: 1 / -1;
  text-align: center;
  font-family: var(--ff-en);
  font-size: 18px;
  color: var(--c-mute);
  padding: clamp(48px, 8vh, 96px) 0;
}

/* =====================================================
   MEDIA STRIP / CARDS
   ===================================================== */
.media-strip {
  padding: clamp(60px, 8vh, 100px) 0;
  background: var(--c-paper);
}
.media-strip__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 6vw, 96px) clamp(28px, 3vw, 56px);
  padding: 0 var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto;
}
.media-card { display: block; }
.media-card figure {
  margin: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--c-paper-2);
}
.media-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease);
  filter: saturate(.92);
}
.media-card:hover img { transform: scale(1.025); }
.media-card__meta {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
}
.media-card__outlet {
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--c-mute);
}
.media-card__meta h3 {
  margin: 0;
  font-family: var(--ff-jp-s);
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: .04em;
  line-height: 1.6;
  color: var(--c-ink);
}
@media (max-width: 720px) {
  .media-strip__grid { grid-template-columns: 1fr; }
}

/* =====================================================
   PROJECT SINGLE
   ===================================================== */
/* nottuo.com-inspired editorial layout: narrow center column, top pager, small meta lines */
.project-single {
  padding: clamp(90px, 11vh, 120px) clamp(20px, 4vw, 60px) clamp(96px, 14vh, 160px);
  max-width: var(--maxw-text);
  margin: 0 auto;
}

/* Top prev / next pager */
.project-single__pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(40px, 6vh, 64px);
  padding-bottom: clamp(20px, 3vh, 28px);
  border-bottom: 1px solid var(--c-line);
  font-family: var(--ff-head-en);
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--c-mute);
  text-transform: uppercase;
}
.project-single__pager a {
  color: var(--c-ink);
  transition: color .3s var(--ease);
}
.project-single__pager a:hover { color: var(--c-mute); }

/* Title block — restrained, editorial */
.project-single__head {
  margin-bottom: clamp(28px, 4vh, 44px);
}
.project-single__title {
  margin: 0 0 10px;
  font-family: var(--ff-jp-s);
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 32px);
  letter-spacing: .04em;
  line-height: 1.5;
  color: var(--c-ink);
}
.project-single__title-en {
  margin: 0 0 6px;
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: clamp(11px, 1.1vw, 14px);
  letter-spacing: -.005em;
  color: var(--c-ink-2);
  text-transform: uppercase;
}
.project-single__sub {
  margin: 0;
  font-family: var(--ff-head-en);
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--c-mute);
  text-transform: uppercase;
}

/* Credits — "LABEL：value" rows, left aligned (nottuo style) */
.project-single__credits,
.project-single__meta {
  margin: 0 0 clamp(40px, 6vh, 64px);
  padding: 0;
  display: grid;
  gap: 6px;
}
.project-single__credits > div,
.project-single__meta > div {
  display: flex;
  gap: 4px;
  align-items: baseline;
  flex-wrap: wrap;
  font-family: var(--ff-jp);
  font-size: 13px;
  line-height: 1.95;
}
.project-single__credits dt,
.project-single__meta dt {
  margin: 0;
  font-weight: 500;
  color: var(--c-ink);
  letter-spacing: .04em;
  font-size: 12px;
  min-width: 150px;
}
.project-single__credits dd,
.project-single__meta dd {
  margin: 0;
  color: var(--c-ink-2);
}

/* Main visual — centered, 3:2 aspect-ratio (matches grid thumbs) */
.project-single__visual {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 0 0 clamp(40px, 6vh, 64px);
  background: var(--c-paper-2);
  /* Same page-load dissolve as the About hero — pure opacity fade. */
  opacity: 0;
  animation: page-hero-dissolve .75s cubic-bezier(.4, 0, .2, 1) .1s forwards;
}
.project-single__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Body — width matches main visual (1100px), images fill container */
.project-single__body {
  max-width: 100%;
  margin: 0 auto;
  font-family: var(--ff-jp-s);
  font-weight: 300;
  font-size: 15px;
  line-height: 2.0;
  color: var(--c-ink-2);
}
.project-single__body p {
  margin: 0 0 1.5em;
  max-width: 720px;        /* paragraphs themselves stay readable width */
  margin-left: auto;
  margin-right: auto;
}
.project-single__body img,
.project-single__body figure,
.project-single__body .wp-block-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
}
/* Body images — same pure-opacity dissolve as the main visual, fired when scrolled into view. */
.project-single__body img,
.project-single__body figure,
.project-single__body .wp-block-image {
  opacity: 0;
  transition: opacity .75s cubic-bezier(.4, 0, .2, 1);
  will-change: opacity;
}
.project-single__body img.is-in,
.project-single__body figure.is-in,
.project-single__body .wp-block-image.is-in {
  opacity: 1;
}
.project-single__body figure img,
.project-single__body .wp-block-image img {
  width: 100%;
  margin: 0;
}
.project-single__body h2 {
  margin: 2.6em 0 .9em;
  font-family: var(--ff-jp-s);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--c-ink);
}

/* Back-all link at the bottom */
.project-single__back {
  margin-top: clamp(56px, 8vh, 96px);
  padding-top: clamp(28px, 4vh, 40px);
  border-top: 1px solid var(--c-line);
  text-align: center;
}
/* Bottom pager (prev / next) just above "Back All Projects" */
.project-single__back-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(24px, 3vh, 36px);
  font-family: var(--ff-head-en);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--c-mute);
}
.project-single__back-pager a {
  color: var(--c-ink);
  transition: color .3s var(--ease);
  border-bottom: none;
  padding: 0;
}
.project-single__back-pager a:hover { color: var(--c-mute); border-bottom: none; }
.project-single__back-link {
  display: inline-block;
  font-family: var(--ff-head-en);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--c-ink);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--c-line);
  transition: border-color .4s var(--ease), color .4s var(--ease);
  text-transform: uppercase;
}
.project-single__back-link:hover {
  border-bottom-color: var(--c-ink);
  color: var(--c-mute);
}

@media (max-width: 600px) {
  .project-single__pager { font-size: 12px; }
}

/* =====================================================
   MEDIA SINGLE
   ===================================================== */
.media-single {
  padding: clamp(70px, 9vh, 110px) var(--gutter) clamp(60px, 8vh, 100px);
  max-width: 920px;
  margin: 0 auto;
}
.media-single__head {
  margin-bottom: clamp(40px, 6vh, 72px);
  display: grid; gap: 16px;
}
.media-single__outlet {
  font-family: var(--ff-en);
  font-size: 13px;
  color: var(--c-mute);
}
.media-single__title {
  margin: 0;
  font-family: var(--ff-jp-s);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.4;
  letter-spacing: .04em;
}
.media-single__hero { margin: 0 calc(-1 * var(--gutter)) clamp(40px, 6vh, 72px); }
.media-single__hero img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.media-single__body {
  font-family: var(--ff-jp-s);
  font-weight: 300;
  font-size: 16px;
  line-height: 2.1;
  color: var(--c-ink-2);
}
.media-single__body p { margin: 0 0 1.6em; }
.media-single__link {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--c-line);
}
.media-single__link a {
  font-family: var(--ff-en);
  font-size: 16px;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 4px;
  transition: border-color .4s var(--ease);
}
.media-single__link a:hover { border-bottom-color: var(--c-ink); }

/* =====================================================
   GENERIC PAGE / SINGLE / SEARCH
   ===================================================== */
article.page, article.post-single {
  padding: clamp(70px, 9vh, 110px) var(--gutter) clamp(60px, 8vh, 100px);
  max-width: 920px;
  margin: 0 auto;
}
.page__body, .post-single__body {
  font-family: var(--ff-jp-s);
  font-weight: 300;
  font-size: 16px;
  line-height: 2.1;
  color: var(--c-ink-2);
}
.page__body p, .post-single__body p { margin: 0 0 1.6em; }
.post-single__head {
  margin-bottom: clamp(40px, 6vh, 72px);
  display: grid; gap: 14px;
}
.post-single__head time {
  font-family: var(--ff-en);
  font-size: 13px;
  color: var(--c-mute);
}
.post-single__title {
  margin: 0;
  font-family: var(--ff-jp-s);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.4;
  letter-spacing: .04em;
}
.post-single__hero { margin: 0 calc(-1 * var(--gutter)) clamp(40px, 6vh, 72px); }
.post-single__hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

/* Generic list (for index/search fallback) */
.generic-list {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  gap: 0;
  border-top: 1px solid var(--c-line);
}
.generic-list__item {
  border-bottom: 1px solid var(--c-line);
}
.generic-list__item a {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 22px 0;
  align-items: baseline;
  transition: opacity .3s var(--ease);
}
.generic-list__item a:hover { opacity: .6; }
.generic-list__item time,
.generic-list__type {
  font-family: var(--ff-en);
  font-size: 13px;
  color: var(--c-mute);
}
.generic-list__item h3 {
  margin: 0;
  font-family: var(--ff-jp-s);
  font-weight: 400;
  font-size: clamp(17px, 1.6vw, 20px);
  letter-spacing: .04em;
  color: var(--c-ink);
}
@media (max-width: 600px) {
  .generic-list__item a { grid-template-columns: 1fr; gap: 4px; }
}

/* =====================================================
   404
   ===================================================== */
.error-404 {
  min-height: 80svh;
  display: grid; place-items: center;
  padding: clamp(60px, 8vh, 100px) var(--gutter);
}
.error-404__inner {
  text-align: center;
  display: grid; gap: 18px;
  justify-items: center;
}
.error-404__num {
  font-family: var(--ff-en);
  font-size: clamp(80px, 16vw, 220px);
  font-weight: 400;
  line-height: 1;
  color: var(--c-ink);
}
.error-404__title {
  margin: 0;
  font-family: var(--ff-en);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  color: var(--c-mute);
}
.error-404 p {
  font-family: var(--ff-jp-s);
  color: var(--c-mute);
  margin: 0;
}
.error-404__home {
  margin-top: 16px;
  font-family: var(--ff-en);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 4px;
  transition: border-color .4s var(--ease);
}
.error-404__home:hover { border-bottom-color: var(--c-ink); }

/* =====================================================
   PAGE HERO  — 全ページ共通の基本設計
   max-width コンテナを抜けて 100vw に強制ブレイクアウト。
   どのテンプレ内に置いても画面幅いっぱいで表示されます。
   ===================================================== */
.page-hero {
  position: relative;
  display: block;
  /* デフォルトで 1200px 中央寄せ */
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* 縦サイズ — modifier で上書き可能 */
  height: 60vh;
  min-height: 380px;
  margin-top: 50px;
  margin-bottom: clamp(56px, 8vh, 96px);
  padding: 0;
  overflow: hidden;
  background: var(--c-ink);
  /* Dissolve-in on page load — pure opacity fade, matched to the home Project cards' .75s timing. */
  opacity: 0;
  animation: page-hero-dissolve .75s cubic-bezier(.4, 0, .2, 1) .1s forwards;
}
@keyframes page-hero-dissolve {
  to { opacity: 1; }
}
.page-hero > img,
.page-hero > picture > img,
.page-hero > figure > img {
  filter: brightness(1.08) saturate(1.02);   /* ほんの少し明るく */
}
/* Bleed variant — break out to full viewport */
.page-hero--bleed {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-hero > img,
.page-hero > picture > img,
.page-hero > figure > img {
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

/* Height modifiers */
.page-hero--full  { height: 100vh; min-height: 100svh; }
.page-hero--tall  { height: 80vh;  min-height: 520px; }
.page-hero--short { height: 40vh;  min-height: 280px; }

/* Optional title overlay */
.page-hero__title {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(32px, 5vh, 64px);
  margin: 0;
  z-index: 2;
  color: var(--c-paper);
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 56px);
  letter-spacing: -.005em;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0,0,0,.25);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.35));
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 600px) {
  .page-hero { height: 50vh; min-height: 280px; }
  .page-hero--tall { height: 60vh; min-height: 360px; }
}

/* Full-bleed hero at the very top: pull up to touch the global header. */
.page-detail > .page-hero--bleed:first-child,
.topic-single > .page-hero--bleed:first-child,
.project-single > .page-hero--bleed:first-child,
article.page > .page-hero--bleed:first-child,
.archive > .page-hero--bleed:first-child {
  margin-top: calc(-1 * clamp(60px, 8vh, 90px));
}

/* =====================================================
   VIRTUAL PAGES (Company / Recruit / Contact)
   ===================================================== */
.page-detail {
  max-width: var(--maxw-text);
  margin: 0 auto;
  padding: clamp(60px, 8vh, 90px) var(--gutter) clamp(96px, 14vh, 160px);
}

.page-detail__head {
  margin-bottom: clamp(56px, 8vh, 96px);
  padding-bottom: clamp(36px, 5vh, 56px);
  border-bottom: 1px solid var(--c-line);
}
.page-detail--recruit .page-detail__head,
.page-detail--contact .page-detail__head {
  padding-top: 100px;
}

/* About page: only the hero breaks out to 1200px; other content stays at 1100px */
.page-detail--about > .page-hero:first-child {
  width: 1200px;
  max-width: calc(100vw - 40px);
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.page-detail__num {
  display: inline-block;
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--c-mute);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.page-detail__title {
  margin: 0 0 24px;
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -.005em;
  line-height: 1.2;
  color: var(--c-ink);
  text-transform: uppercase;
}
.page-detail__lead {
  margin: 0;
  max-width: 720px;
  font-family: var(--ff-jp);
  font-weight: 400;
  font-size: 14px;
  line-height: 2.0;
  color: var(--c-ink-2);
}

.page-detail__section {
  margin-top: clamp(56px, 8vh, 96px);
}
.page-detail__section:first-of-type { margin-top: 0; }
.page-detail__section-head {
  display: flex; align-items: baseline; gap: 20px;
  margin-bottom: clamp(28px, 4vh, 48px);
}
.page-detail__section-num {
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--c-mute);
}
.page-detail__section-title {
  margin: 0;
  font-family: var(--ff-head-en);
  font-weight: 400;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: -.005em;
  color: var(--c-ink);
  text-transform: uppercase;
}

.page-detail__intro {
  margin: 0 0 clamp(20px, 3vh, 32px);
  font-family: var(--ff-jp);
  font-size: 14px;
  line-height: 2.0;
  color: var(--c-ink-2);
}

/* ---- Vision / Mission ---- */
.page-detail__vm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
}
.page-detail__vm > div {
  padding: clamp(20px, 3vw, 32px);
  background: var(--c-paper-2);
  display: grid; gap: 12px; align-content: start;
}
.page-detail__vm-label {
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--c-mute);
}
.page-detail__vm h3 {
  margin: 0;
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.65;
  color: var(--c-ink);
}
.page-detail__vm p {
  margin: 0;
  font-family: var(--ff-jp);
  font-size: 13px;
  line-height: 1.9;
  color: var(--c-ink-2);
}
@media (max-width: 880px) {
  .page-detail__vm { grid-template-columns: 1fr; }
}

/* ---- Staff ---- */
.page-detail__staff {
  display: grid;
  gap: clamp(40px, 5vh, 64px);
}
.page-detail__staff article {
  display: grid; gap: 14px;
}
.page-detail__staff header { display: grid; gap: 4px; }
.page-detail__staff h3 {
  margin: 0;
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 22px);
  letter-spacing: .04em;
  color: var(--c-ink);
}
.page-detail__staff h3 span {
  display: inline-block;
  margin-left: 10px;
  font-family: var(--ff-en);
  font-size: 14px;
  font-weight: 400;
  color: var(--c-mute);
  letter-spacing: .02em;
}
.page-detail__staff-role {
  margin: 0;
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--c-mute);
}
.page-detail__staff p {
  margin: 0;
  font-family: var(--ff-jp);
  font-size: 14px;
  line-height: 2.0;
  color: var(--c-ink-2);
}

.page-detail__cv {
  margin-top: 8px;
  display: grid; gap: 16px;
  padding: 20px;
  background: var(--c-paper-2);
}
.page-detail__cv > div { display: grid; grid-template-columns: 80px 1fr; gap: 18px; align-items: start; }
.page-detail__cv dt {
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--c-mute);
}
.page-detail__cv dd {
  margin: 0;
  font-family: var(--ff-jp);
  font-size: 13px;
  line-height: 1.95;
  color: var(--c-ink-2);
}
@media (max-width: 600px) {
  .page-detail__cv > div { grid-template-columns: 1fr; gap: 6px; }
}

.page-detail__sns {
  margin-top: clamp(28px, 4vh, 40px);
  padding-top: 24px;
  border-top: 1px solid var(--c-line);
}
.page-detail__sns > div { display: grid; grid-template-columns: 80px 1fr; gap: 18px; align-items: baseline; }
.page-detail__sns dt {
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--c-mute);
}
.page-detail__sns dd {
  margin: 0;
  font-family: var(--ff-jp);
  font-size: 13px;
  line-height: 2.0;
  color: var(--c-ink-2);
}
.page-detail__sns a { border-bottom: 1px solid transparent; transition: border-color .3s var(--ease); }
.page-detail__sns a:hover { border-bottom-color: var(--c-ink); }

/* ---- Outline ---- */
.page-detail__outline {
  display: grid; gap: 0;
  border-top: 1px solid var(--c-line);
}
.page-detail__outline > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--c-line);
  align-items: baseline;
}
.page-detail__outline dt {
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: 13px;
  color: var(--c-ink);
}
.page-detail__outline dd {
  margin: 0;
  font-family: var(--ff-jp);
  font-size: 14px;
  line-height: 1.95;
  color: var(--c-ink-2);
}
.page-detail__outline a {
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  transition: border-color .3s var(--ease);
}
.page-detail__outline a:hover { border-bottom-color: var(--c-ink); }
@media (max-width: 640px) {
  .page-detail__outline > div { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
}

/* ---- Service grid (Company) ---- */
.page-detail__service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 36px);
}
.page-detail__service article {
  padding: clamp(22px, 3vw, 32px);
  background: var(--c-paper-2);
}
.page-detail__service h3 {
  margin: 0 0 16px;
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .04em;
  color: var(--c-ink);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c-line);
}
.page-detail__service ul {
  display: grid; gap: 8px;
  font-family: var(--ff-jp);
  font-size: 13px;
  line-height: 1.85;
  color: var(--c-ink-2);
}
.page-detail__service li::before { content: "・"; color: var(--c-mute); }
@media (max-width: 720px) {
  .page-detail__service { grid-template-columns: 1fr; }
}

/* ---- Recruit criteria ---- */
.page-detail__criteria {
  display: grid; gap: 8px;
  font-family: var(--ff-jp);
  font-size: 14px;
  line-height: 1.95;
  color: var(--c-ink-2);
}
.page-detail__criteria li {
  padding-left: 22px;
  position: relative;
}
.page-detail__criteria li::before {
  content: "";
  position: absolute; left: 0; top: 14px;
  width: 12px; height: 1px; background: var(--c-ink);
}

/* ---- Recruit CTA ---- */
.page-detail__cta {
  margin-top: clamp(56px, 8vh, 96px);
  padding: clamp(28px, 4vw, 40px);
  background: var(--c-paper-2);
  text-align: center;
}
.page-detail__cta p {
  margin: 0;
  font-family: var(--ff-jp);
  font-size: 14px;
  line-height: 1.95;
  color: var(--c-ink-2);
}
.page-detail__cta a {
  color: var(--c-ink);
  font-weight: 500;
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 2px;
  transition: border-color .3s var(--ease);
}
.page-detail__cta a:hover { border-bottom-color: var(--c-ink); }

/* ---- Contact direct outline ---- */
.page-detail__contact-direct .page-detail__outline > div { grid-template-columns: 100px 1fr; }

/* =====================================================
   HOME — Hard-coded blocks (Company / Recruit previews)
   ===================================================== */
.home-block {
  padding: clamp(60px, 8vh, 100px) var(--gutter);
  background: var(--c-paper);
}
.home-block--alt { background: var(--c-paper-2); }
.home-block .block-head {
  padding: 0;
  margin-bottom: clamp(40px, 6vh, 64px);
}
.home-block__body {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid; gap: clamp(18px, 3vh, 28px);
}
.home-block__body h3 {
  margin: 0;
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: .04em;
  line-height: 1.55;
  color: var(--c-ink);
}
.home-block__body p {
  margin: 0;
  font-family: var(--ff-jp);
  font-size: 14px;
  line-height: 2.0;
  color: var(--c-ink-2);
  max-width: 760px;
}
.home-block__link {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--ff-en);
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 4px;
  width: fit-content;
  transition: border-color .3s var(--ease);
  text-transform: uppercase;
}
.home-block__link:hover { border-bottom-color: var(--c-ink); }

/* =====================================================
   TOPICS (お知らせ — front page + archive)
   ===================================================== */
.topics {
  padding: clamp(60px, 8vh, 100px) 0;
  background: var(--c-paper);
}
.topics__list {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  gap: 0;
  border-top: 1px solid var(--c-line);
}
.topic-row {
  display: grid;
  grid-template-columns: 110px 100px 1fr auto;
  align-items: baseline;
  gap: 18px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--c-line);
  transition: background .25s var(--ease);
}
.topic-row:hover { background: var(--c-paper-2); }
.topic-row__date {
  font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--c-mute);
}
.topic-row__kind {
  font-family: var(--ff-jp);
  font-size: 11px;
  letter-spacing: .08em;
  padding: 4px 10px;
  border: 1px solid var(--c-line);
  color: var(--c-ink-2);
  justify-self: start;
  line-height: 1.4;
  white-space: nowrap;
}
.topic-row__kind--media { background: var(--c-paper-2); }
.topic-row__kind--event { border-color: var(--c-ink); color: var(--c-ink); }
.topic-row__title {
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.85;
  color: var(--c-ink);
}
.topic-row__outlet {
  font-family: var(--ff-jp);
  font-size: 12px;
  color: var(--c-mute);
  text-align: right;
}
.topics__more {
  max-width: 820px;
  margin: clamp(40px, 6vh, 64px) auto 0;
  padding: 0 var(--gutter);
  text-align: center;
}
.topics__more a {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 4px;
  transition: border-color .3s var(--ease);
  text-transform: uppercase;
  transform: translateX(15px);
}
.topics__more a::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
}
.topics__more a:hover { border-bottom-color: var(--c-ink); }

@media (max-width: 720px) {
  .topic-row {
    grid-template-columns: 100px 1fr;
    gap: 12px 14px;
    padding: 18px 4px;
  }
  .topic-row__kind { grid-column: 1 / -1; justify-self: start; }
  .topic-row__title { grid-column: 1 / -1; }
  .topic-row__outlet { grid-column: 1 / -1; text-align: left; }
}

/* ----- Topic single ----- */
.topic-single {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(60px, 8vh, 90px) var(--gutter) clamp(96px, 14vh, 160px);
}
.topic-single__head { margin-bottom: clamp(32px, 5vh, 56px); }
.topic-single__meta-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.topic-single__meta-row time {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--c-mute);
}
.topic-single__kind {
  font-family: var(--ff-jp);
  font-size: 11px;
  letter-spacing: .08em;
  padding: 4px 10px;
  border: 1px solid var(--c-line);
  color: var(--c-ink-2);
}
.topic-single__kind--media { background: var(--c-paper-2); }
.topic-single__outlet {
  font-family: var(--ff-jp);
  font-size: 12px;
  color: var(--c-mute);
}
.topic-single__title {
  margin: 0;
  font-family: var(--ff-jp);
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 32px);
  letter-spacing: .04em;
  line-height: 1.55;
  color: var(--c-ink);
}
.topic-single__hero { margin: 0 calc(-1 * var(--gutter)) clamp(32px, 5vh, 56px); }
.topic-single__hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.topic-single__body {
  font-family: var(--ff-jp);
  font-size: 15px;
  line-height: 2.0;
  color: var(--c-ink-2);
}
.topic-single__body p { margin: 0 0 1.5em; }
.topic-single__link { margin-top: 32px; }
.topic-single__link a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 2px;
}
.topic-single__back {
  margin-top: clamp(48px, 7vh, 80px);
  padding-top: 28px;
  border-top: 1px solid var(--c-line);
  text-align: center;
}
.topic-single__back a {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 3px;
}

/* =====================================================
   CONTACT PAGE / FORM
   ===================================================== */
.contact-page {
  padding: clamp(70px, 9vh, 110px) var(--gutter) clamp(60px, 8vh, 100px);
  max-width: 960px;
  margin: 0 auto;
}
.contact-page .block-head {
  padding: 0;
  margin-bottom: clamp(40px, 6vh, 64px);
}
.contact-page__lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  margin-bottom: clamp(48px, 7vh, 96px);
}
.contact-page__lead p {
  margin: 0;
  font-family: var(--ff-jp-s);
  font-weight: 300;
  font-size: 15px;
  line-height: 2.15;
  color: var(--c-ink-2);
}
.contact-page__lead p strong { color: var(--c-ink); font-weight: 500; }
.contact-page__direct { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; justify-content: center; }
.contact-page__mail {
  font-family: var(--ff-en);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: -.005em;
  color: var(--c-ink);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--c-line);
  transition: border-color .4s var(--ease), color .4s var(--ease);
}
.contact-page__mail:hover { border-color: var(--c-ink); color: var(--c-mute); }
.contact-page__mail span { font-size: .65em; color: var(--c-mute); padding: 0 .12em; }
.contact-page__direct ul { display: grid; gap: 6px; }
.contact-page__direct a {
  font-family: var(--ff-en);
  font-size: 14px;
  color: var(--c-mute);
}
.contact-page__direct a:hover { color: var(--c-ink); }
.contact-page__body { margin-bottom: clamp(40px, 6vh, 72px); font-family: var(--ff-jp-s); color: var(--c-ink-2); }
@media (max-width: 720px) {
  .contact-page__lead { grid-template-columns: 1fr; }
}

/* ----- Form ----- */
.contact-form {
  display: grid;
  gap: clamp(20px, 2.5vw, 28px);
  scroll-margin-top: 80px;
}
.contact-form__alert {
  padding: 14px 18px;
  background: #FFF6E5;
  border: 1px solid #E2BD6A;
  color: #6E4A12;
  font-family: var(--ff-jp);
  font-size: 14px;
  line-height: 1.7;
}
.contact-form__row {
  display: grid;
  gap: 8px;
}
.contact-form__row > label {
  font-family: var(--ff-en);
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--c-mute);
}
.contact-form__row > label::after {
  content: attr(data-jp);
}
.contact-form__req {
  color: #B85959;
  margin-left: 4px;
  font-style: normal;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--ff-jp);
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-ink);
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  border-radius: 0;
  transition: border-color .3s var(--ease), background .3s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.contact-form textarea { resize: vertical; min-height: 200px; }
.contact-form select {
  background-image: linear-gradient(45deg, transparent 50%, var(--c-mute) 50%),
                    linear-gradient(135deg, var(--c-mute) 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--c-ink);
  background: #FAFAF7;
}
.contact-form__row.has-error input,
.contact-form__row.has-error select,
.contact-form__row.has-error textarea {
  border-color: #B85959;
}
.contact-form__error {
  margin: 0;
  font-family: var(--ff-jp);
  font-size: 12px;
  color: #B85959;
}

.contact-form__check {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-jp-s);
  font-size: 14px;
  color: var(--c-ink-2);
  cursor: pointer;
  margin-top: 4px;
}
.contact-form__check input {
  width: 18px; height: 18px;
  accent-color: var(--c-ink);
}

/* Honeypot — visually hidden but technically present for bots */
.contact-form__hp {
  position: absolute !important;
  left: -10000px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}

.contact-form__submit {
  margin-top: clamp(12px, 2vh, 24px);
  display: flex;
  justify-content: flex-end;
}
.contact-form__submit button {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--c-ink);
  color: var(--c-paper);
  border: 1px solid var(--c-ink);
  padding: 18px 36px;
  font-family: var(--ff-en);
  font-size: 16px;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.contact-form__submit button:hover {
  background: var(--c-paper);
  color: var(--c-ink);
  transform: translateY(-1px);
}

/* ----- Thanks state ----- */
.contact-form--thanks {
  text-align: center;
  padding: clamp(48px, 8vh, 96px) 0;
  border-top: 1px solid var(--c-line);
}
.contact-form--thanks h2 {
  margin: 0 0 18px;
  font-family: var(--ff-en);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 80px);
  color: var(--c-ink);
}
.contact-form--thanks h2 em { font-style: normal; }
.contact-form--thanks p {
  margin: 0 0 1em;
  font-family: var(--ff-jp-s);
  font-weight: 300;
  font-size: 15px;
  line-height: 2.1;
  color: var(--c-ink-2);
}
.contact-form__back a {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--ff-en);
  font-size: 14px;
  color: var(--c-mute);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 4px;
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.contact-form__back a:hover { color: var(--c-ink); border-color: var(--c-ink); }
