.project-site-shell,
.shafuto-site-shell {
  min-height: 100vh;
  overflow-x: clip;
}

.project-site-shell .site-header__inner,
.shafuto-site-shell .site-header__inner {
  width: min(1920px, 100% - 16px);
}

.project-footer {
  position: relative;
  z-index: 1;
  padding: 42px 0 52px;
}

.project-footer__inner {
  align-items: center;
  border-top: 1px solid rgba(214, 208, 234, .78);
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding-top: 24px;
}

.project-footer__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: center;
}

.project-footer__nav a,
.project-footer small {
  color: #7a8099;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.project-main {
  position: relative;
  z-index: 1;
}

.project-site-shell {
  background:
    radial-gradient(circle at 12% 0, rgba(243, 238, 255, .95), transparent 28%),
    radial-gradient(circle at 98% 4%, rgba(255, 246, 205, .82), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fffeff 48%, #fbf9ff 100%);
}

.projects-hero {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, .92fr) minmax(360px, .82fr);
  min-height: min(650px, calc(100vh - 78px));
  padding: clamp(78px, 9vw, 122px) 0 58px;
}

.projects-kicker {
  color: #9b88e6;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .22em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.projects-hero h1,
.projects-section h2 {
  background: linear-gradient(115deg, #2f3651 0%, #4d5b84 30%, #9f89ef 58%, #f0c86b 78%, #39425f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--font-title);
  font-size: clamp(3.3rem, 2.3rem + 3.2vw, 5.1rem);
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.24;
  margin: 0;
}

.projects-hero p {
  color: #66718c;
  font-size: 1.04rem;
  line-height: 2;
  margin: 22px 0 0;
  max-width: 650px;
}

.projects-hero__visual {
  aspect-ratio: 1.12;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 244, 255, .94));
  border: 1px solid rgba(218, 211, 246, .92);
  border-radius: 30px;
  display: grid;
  overflow: hidden;
  place-items: center;
  position: relative;
  box-shadow: 0 28px 70px rgba(72, 82, 121, .16);
}

.projects-hero__visual::before {
  content: "";
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 245, 202, .58), transparent 22%),
    radial-gradient(circle at 74% 36%, rgba(173, 144, 244, .44), transparent 28%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.projects-hero__visual::after {
  content: "";
  background-image:
    linear-gradient(120deg, transparent 28%, rgba(170, 150, 238, .18) 29% 31%, transparent 32%),
    linear-gradient(90deg, rgba(255, 255, 255, .24) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .24) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.projects-hero__logo {
  filter: drop-shadow(0 18px 28px rgba(128, 111, 192, .2));
  height: auto;
  left: 50%;
  max-width: 78%;
  opacity: .86;
  position: absolute;
  top: 34%;
  transform: translate(-50%, -50%);
  width: min(72%, 390px);
  z-index: 0;
}

.projects-hero__characters {
  bottom: -2%;
  filter: drop-shadow(0 22px 30px rgba(128, 111, 192, .28));
  height: auto;
  position: absolute;
  right: 3%;
  width: min(48%, 330px);
  z-index: 3;
}

.projects-mark {
  color: #6b58c9;
  font-family: var(--font-display);
  font-size: 4.1rem;
  font-weight: 700;
  letter-spacing: .16em;
  position: relative;
  text-shadow: 0 12px 26px rgba(136, 113, 226, .24);
  z-index: 1;
}

.projects-section {
  padding: 46px 0 118px;
}

.projects-section h2 {
  font-size: clamp(2.5rem, 1.7rem + 2.4vw, 4.1rem);
}

.project-directory {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.project-card {
  background:
    radial-gradient(circle at 18% 8%, rgba(245, 238, 255, .74), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(252, 250, 255, .96));
  border: 1px solid rgba(228, 223, 246, .94);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  padding: 20px 20px 22px;
  position: relative;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  box-shadow: 0 22px 54px rgba(72, 82, 121, .12);
}

.project-card:hover {
  border-color: rgba(197, 181, 244, .96);
  box-shadow: 0 28px 64px rgba(72, 82, 121, .18);
  transform: translateY(-5px);
}

.project-card--shafuto {
  background:
    radial-gradient(circle at 18% 8%, rgba(245, 238, 255, .74), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(252, 250, 255, .96));
  border-color: rgba(228, 223, 246, .94);
  color: #313a57;
}

.project-card__media {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 245, 202, .68), transparent 24%),
    radial-gradient(circle at 74% 28%, rgba(178, 154, 245, .46), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 244, 255, .94));
  border: 1px solid rgba(226, 219, 247, .9);
  border-radius: 22px;
  display: grid;
  margin: 0 0 22px;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.project-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.project-card__media--logo {
  padding: 24px;
}

.project-card__media--logo img {
  height: auto;
  max-height: 76px;
  object-fit: contain;
  width: min(78%, 280px);
}

.project-card__label {
  color: #9b88e6;
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 12px;
}

.project-card--shafuto .project-card__label {
  color: #9b88e6;
}

.project-card h3 {
  color: #37415e;
  font-family: var(--font-title);
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.35;
  margin: 0;
}

.project-card--shafuto h3 {
  color: #37415e;
  font-size: 1.85rem;
  text-shadow: none;
}

.project-card p {
  color: #68728e;
  line-height: 1.85;
  margin: 18px 0 0;
}

.project-card--shafuto p {
  color: #68728e;
}

.project-card__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.project-card__meta span {
  background: rgba(159, 137, 239, .12);
  border: 1px solid rgba(159, 137, 239, .22);
  border-radius: 999px;
  color: #7b67c7;
  font-size: .8rem;
  font-weight: 800;
  padding: 7px 10px;
}

.project-card--shafuto .project-card__meta span {
  background: rgba(159, 137, 239, .12);
  border-color: rgba(159, 137, 239, .22);
  color: #7b67c7;
}

.project-card__action {
  align-items: center;
  background: linear-gradient(135deg, #a387ea, #c9b9fb);
  border: 1px solid rgba(196, 184, 241, .92);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  min-height: 52px;
  padding: 0 20px;
  box-shadow: 0 20px 36px rgba(98, 108, 157, .16);
}

.project-card--shafuto .project-card__action {
  background: linear-gradient(135deg, #a387ea, #c9b9fb);
  border-color: rgba(196, 184, 241, .92);
  color: #fff;
  box-shadow: 0 20px 36px rgba(98, 108, 157, .16);
}

.project-detail-shell {
  background:
    radial-gradient(circle at 12% 0, rgba(243, 238, 255, .96), transparent 28%),
    radial-gradient(circle at 98% 8%, rgba(255, 246, 205, .82), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbf9ff 100%);
  min-height: 100vh;
  overflow-x: clip;
}

.project-detail-main {
  position: relative;
  z-index: 1;
}

.project-detail-hero {
  padding: clamp(86px, 10vw, 136px) 0 68px;
}

.project-detail-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, .94fr) minmax(360px, .82fr);
}

.project-detail-hero h1,
.project-detail-section h2 {
  color: #35405d;
  font-family: var(--font-title);
  font-size: clamp(3rem, 2rem + 3vw, 5rem);
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.28;
  margin: 0;
}

.project-detail-hero__lead,
.project-detail-section__body p {
  color: #68728e;
  line-height: 2;
}

.project-detail-hero__lead {
  font-size: 1.05rem;
  margin: 24px 0 0;
}

.project-detail-hero__media {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(218, 211, 246, .92);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(72, 82, 121, .16);
  overflow: hidden;
}

.project-detail-hero__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.project-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.project-detail-button {
  align-items: center;
  border: 1px solid rgba(196, 184, 241, .92);
  border-radius: 999px;
  color: #7563c3;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
}

.project-detail-button--primary {
  background: linear-gradient(135deg, #a387ea, #c9b9fb);
  color: #fff;
}

.project-detail-content {
  display: grid;
  gap: 24px;
  padding-bottom: 60px;
}

.project-detail-section {
  border-top: 1px solid rgba(214, 208, 234, .78);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(110px, .22fr) minmax(0, 1fr);
  padding: 34px 0;
}

.project-detail-section__meta p,
.project-detail-section__meta span {
  color: #9b88e6;
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0 0 6px;
}

.project-detail-section h2 {
  font-size: clamp(2rem, 1.4rem + 1.8vw, 3rem);
}

.project-detail-section__body {
  margin-top: 18px;
}

.project-detail-section__body p {
  margin: 12px 0 0;
}

.project-detail-closing {
  border-top: 1px solid rgba(214, 208, 234, .78);
  padding: 46px 0 88px;
}

.project-detail-closing p {
  color: #495576;
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 1.1rem + 1.5vw, 2.5rem);
  line-height: 1.7;
}

.project-detail-closing span {
  display: block;
}

.project-detail-closing a,
.project-detail-empty a {
  color: #806bcc;
  font-weight: 800;
}

.project-detail-empty {
  min-height: 70vh;
  padding: 160px 0 80px;
}

.shafuto-site-shell {
  background:
    radial-gradient(circle at 18% 0, rgba(97, 62, 201, .32), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(12, 210, 255, .18), transparent 26%),
    linear-gradient(180deg, #05050d 0%, #070817 46%, #03040a 100%);
  color: #f6f7ff;
  position: relative;
}

.shafuto-site-shell::before {
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 0;
  opacity: .24;
  pointer-events: none;
  position: fixed;
}

.shafuto-site-shell::after {
  content: "";
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 65, 186, .28) 0 1px, transparent 1.4px),
    radial-gradient(circle at 78% 16%, rgba(36, 233, 255, .28) 0 1px, transparent 1.4px),
    radial-gradient(circle at 62% 70%, rgba(255, 255, 255, .16) 0 1px, transparent 1.4px);
  background-size: 180px 120px, 220px 160px, 240px 180px;
  inset: 0;
  opacity: .45;
  pointer-events: none;
  position: fixed;
}

.shafuto-site-shell .site-header__inner {
  background: rgba(6, 7, 18, .78);
  border-color: rgba(149, 124, 255, .34);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .36);
}

.shafuto-site-shell .site-nav a {
  color: rgba(243, 246, 255, .78);
}

.shafuto-site-shell .site-nav a:hover,
.shafuto-site-shell .site-nav a.is-active {
  color: #fff;
}

.shafuto-site-shell .site-nav a::after {
  background: linear-gradient(90deg, #20e7ff, #ff3fb7);
}

.shafuto-site-shell .menu-toggle {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
}

.shafuto-main {
  position: relative;
  z-index: 1;
}

.shafuto-hero {
  isolation: isolate;
  min-height: auto;
  overflow: hidden;
  padding: 0 0 42px;
  position: relative;
}

.shafuto-hero__bg {
  background-image:
    radial-gradient(circle at 18% 12%, rgba(141, 80, 255, .26), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(32, 231, 255, .15), transparent 24%),
    linear-gradient(180deg, rgba(5, 5, 13, .62) 0%, rgba(5, 5, 13, .96) 100%);
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  z-index: -3;
}

.shafuto-hero__scan {
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 5px);
  inset: 0;
  mix-blend-mode: screen;
  opacity: .12;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.shafuto-hero__inner {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
  margin: 0 auto;
  width: 100%;
}

.shafuto-hero__inner > div[data-reveal] {
  max-width: none;
}

.shafuto-banner-frame {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}

.shafuto-banner-frame::after {
  content: none;
}

.shafuto-banner-image {
  aspect-ratio: 1672 / 941;
  border-radius: 0;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.shafuto-banner-actions {
  justify-content: center;
  margin-top: 18px;
  position: relative;
  z-index: 3;
}

.shafuto-logo-type {
  color: #fff;
  display: inline-block;
  font-family: var(--font-title);
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 28px;
  position: relative;
  text-shadow: 3px 0 #12e9ff, -3px 0 #ff35b7, 0 0 28px rgba(139, 99, 255, .45);
}

.shafuto-logo-type::before,
.shafuto-logo-type::after {
  content: attr(data-text);
  inset: 0;
  opacity: .72;
  pointer-events: none;
  position: absolute;
}

.shafuto-logo-type::before {
  color: #20e7ff;
  transform: translate(3px, -2px);
}

.shafuto-logo-type::after {
  color: #ff3fb7;
  transform: translate(-3px, 2px);
}

.shafuto-hero h1 {
  color: #fff;
  font-family: var(--font-title);
  font-size: 3.72rem;
  font-weight: 800;
  line-height: 1.28;
  margin: 0;
  text-shadow: 0 0 34px rgba(151, 118, 255, .55), 0 8px 34px rgba(0, 0, 0, .62);
}

.shafuto-hero__lead {
  color: rgba(245, 247, 255, .86);
  font-size: 1.08rem;
  line-height: 2;
  margin: 28px 0 0;
  max-width: 660px;
}

.shafuto-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.shafuto-button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 56px;
  min-width: 172px;
  padding: 0 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shafuto-button:hover {
  transform: translateY(-3px);
}

.shafuto-button--primary {
  background: linear-gradient(135deg, #ff3fb7, #7b59ff 55%, #19dfff);
  border-color: transparent;
  box-shadow: 0 0 28px rgba(255, 63, 183, .28), 0 16px 38px rgba(0, 0, 0, .32);
}

.shafuto-button--ghost {
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.shafuto-signal {
  background: rgba(5, 6, 18, .58);
  border: 1px solid rgba(48, 229, 255, .28);
  border-radius: 28px;
  bottom: 48px;
  box-shadow: 0 0 42px rgba(33, 231, 255, .12), inset 0 0 40px rgba(255, 63, 183, .06);
  padding: 24px;
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  width: min(390px, calc(100% - 48px));
  z-index: 1;
}

.shafuto-signal::before {
  content: "";
  background: linear-gradient(90deg, #20e7ff, #ff3fb7, transparent);
  height: 2px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 18px;
}

.shafuto-signal p {
  color: rgba(247, 249, 255, .62);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  margin: 0 0 18px;
}

.shafuto-signal strong {
  color: #fff;
  display: block;
  font-family: var(--font-title);
  font-size: 1.75rem;
  line-height: 1.5;
}

.shafuto-signal span {
  color: rgba(247, 249, 255, .72);
  display: block;
  line-height: 1.9;
  margin-top: 18px;
}

.shafuto-content {
  padding: 42px 0 28px;
}

.shafuto-section {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(190px, .34fr) minmax(0, .76fr);
  padding: 72px 0;
  position: relative;
}

.shafuto-section[data-reveal],
.shafuto-last[data-reveal] {
  filter: none;
  opacity: 1;
  transform: none;
}

.shafuto-section + .shafuto-section {
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.shafuto-content .shafuto-section:first-child {
  padding-top: 44px;
}

.shafuto-section__meta {
  position: relative;
}

.shafuto-section__eyebrow {
  color: #20e7ff;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .2em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.shafuto-section__number {
  color: rgba(255, 255, 255, .08);
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.shafuto-section h2 {
  color: #fff;
  font-family: var(--font-title);
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1.42;
  margin: 0;
  position: relative;
  text-shadow: 2px 0 rgba(32, 231, 255, .5), -2px 0 rgba(255, 63, 183, .5);
}

.shafuto-section__body {
  color: rgba(245, 247, 255, .82);
  font-size: 1.02rem;
  line-height: 2.08;
}

.shafuto-section__body p {
  margin: 26px 0 0;
}

.shafuto-section__body p:first-child {
  margin-top: 0;
}

.shafuto-idea-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.shafuto-idea-list span {
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
  padding: 10px 14px;
}

.shafuto-member-signals {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.shafuto-member-signals div {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 18px;
}

.shafuto-member-signals strong {
  color: #fff;
  display: block;
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.shafuto-member-signals span {
  color: rgba(245, 247, 255, .68);
  font-size: .9rem;
  line-height: 1.8;
}

.shafuto-last {
  margin: 54px auto 0;
  max-width: 900px;
  padding: 98px 0 120px;
  position: relative;
  text-align: center;
}

.shafuto-last::before {
  content: "";
  background: radial-gradient(circle, rgba(255, 63, 183, .24), transparent 58%);
  filter: blur(10px);
  inset: 10% 8%;
  position: absolute;
}

.shafuto-last p {
  color: #fff;
  font-family: var(--font-title);
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 1.65;
  margin: 0;
  position: relative;
  text-shadow: 0 0 26px rgba(142, 101, 255, .58);
}

.shafuto-footer {
  background: rgba(3, 4, 10, .82);
}

.shafuto-footer .project-footer__inner {
  border-color: rgba(255, 255, 255, .11);
}

.shafuto-footer .project-footer__nav a,
.shafuto-footer small {
  color: rgba(245, 247, 255, .68);
}

@media (max-width: 1080px) {
  .projects-hero,
  .shafuto-hero__inner,
  .project-detail-hero__inner {
    grid-template-columns: 1fr;
  }

  .projects-hero__visual {
    aspect-ratio: 16 / 9;
  }

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

@media (max-width: 900px) {
  .projects-hero h1,
  .projects-section h2 {
    font-size: 2.85rem;
  }

  .shafuto-hero {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .shafuto-hero__inner {
    min-height: auto;
  }

  .shafuto-logo-type {
    font-size: 3.4rem;
  }

  .shafuto-hero h1 {
    font-size: 3.08rem;
  }

  .shafuto-signal {
    bottom: auto;
    margin-top: 8px;
    position: relative;
    right: auto;
    width: 100%;
  }

  .shafuto-banner-frame {
    border-radius: 0;
    margin-inline: 0;
    padding: 0;
    width: 100%;
  }

  .shafuto-banner-image {
    border-radius: 0;
  }

  .shafuto-banner-actions {
    background: none;
    display: grid;
    gap: 10px;
    left: auto;
    margin-top: 14px;
    padding: 0;
    position: static;
    right: auto;
  }

  .shafuto-section {
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 58px 0;
  }

  .shafuto-section__number {
    font-size: 3.6rem;
  }

  .shafuto-member-signals {
    grid-template-columns: 1fr;
  }

  .project-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .project-site-shell .site-nav,
  .shafuto-site-shell .site-nav,
  .project-detail-shell .site-nav {
    background: rgba(255, 255, 255, .98);
  }

  .shafuto-site-shell .site-nav {
    background: rgba(7, 8, 18, .98);
    border-color: rgba(149, 124, 255, .34);
  }

  .projects-hero {
    min-height: auto;
    padding: 68px 0 42px;
  }

  .projects-hero h1,
  .projects-section h2 {
    font-size: 2.35rem;
  }

  .projects-mark {
    font-size: 2.5rem;
  }

  .project-directory {
    grid-template-columns: 1fr;
  }

  .project-detail-section {
    grid-template-columns: 1fr;
  }

  .project-card {
    border-radius: 22px;
    min-height: 330px;
    padding: 20px;
  }

  .project-card__media {
    border-radius: 18px;
  }

  .shafuto-logo-type {
    font-size: 2.78rem;
  }

  .shafuto-hero h1 {
    font-size: 2.5rem;
  }

  .shafuto-hero__lead,
  .shafuto-section__body {
    font-size: .98rem;
  }

  .shafuto-section h2 {
    font-size: 2rem;
  }

  .shafuto-last p {
    font-size: 2rem;
  }
}

@media (max-width: 520px) {
  .shafuto-actions,
  .shafuto-button {
    width: 100%;
  }

  .shafuto-button {
    min-width: 0;
  }

  .shafuto-signal {
    border-radius: 22px;
    padding: 22px;
  }
}
