:root {
  --support-paper: #fffefc;
  --support-ink: #20242a;
  --support-muted: #747980;
}

.support-shell {
  overflow: clip;
  background: var(--support-paper);
}

.support-hero {
  min-height: min(620px, calc(100vh - 72px));
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(32,36,42,.065);
  background:
    radial-gradient(circle at 8% 13%, rgba(255,59,79,.055), transparent 27rem),
    radial-gradient(circle at 92% 12%, rgba(52,120,246,.075), transparent 28rem),
    var(--support-paper);
}

.support-ink-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.support-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 54px;
  align-items: center;
  padding-top: 78px;
  padding-bottom: 68px;
}

.support-hero-copy h1 {
  margin-top: 14px;
  font-size: clamp(64px, 8vw, 112px);
  letter-spacing: -.065em;
}

.support-lede {
  margin: 28px 0 0;
  max-width: 500px;
  color: var(--support-muted);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.65;
}

html[lang="ja"] .support-lede { line-height: 1.9; }

.support-bird-stage {
  min-height: 420px;
  position: relative;
  display: grid;
  place-items: center;
  transform: translate3d(var(--support-bird-x, 0), var(--support-bird-y, 0), 0) rotate(var(--support-bird-r, 0deg));
  transition: transform .8s cubic-bezier(.16,1,.3,1);
  animation: support-bird-float 7.6s ease-in-out infinite;
  will-change: transform;
}

.support-bird-stage img {
  position: relative;
  z-index: 2;
  width: min(54vw, 720px);
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: scaleX(-1);
  transform-origin: center;
  filter: drop-shadow(0 28px 38px rgba(25,35,70,.11));
}

.support-bird-halo {
  position: absolute;
  z-index: 1;
  width: min(38vw, 500px);
  aspect-ratio: 1.22;
  border-radius: 44% 56% 58% 42% / 38% 46% 54% 62%;
  background:
    radial-gradient(ellipse at 25% 45%, rgba(32,184,232,.10), transparent 46%),
    radial-gradient(ellipse at 65% 38%, rgba(52,120,246,.12), transparent 48%),
    radial-gradient(ellipse at 70% 70%, rgba(137,87,229,.08), transparent 43%);
  filter: blur(16px);
}

@keyframes support-bird-float {
  0%,100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

.support-products-section {
  padding: 86px 0 84px;
}

.support-section-head {
  max-width: 820px;
  margin-bottom: 38px;
}

.support-section-head h2,
.studio-contact-panel h2 {
  margin-top: 12px;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.06;
  letter-spacing: -.05em;
}

html[lang="ja"] .support-section-head h2,
html[lang="ja"] .studio-contact-panel h2 {
  line-height: 1.2;
  letter-spacing: -.035em;
}

.support-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.support-product-card {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 172px auto;
  padding: 28px;
  color: var(--support-ink);
  text-decoration: none;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid rgba(32,36,42,.06);
  background: rgba(246,246,248,.85);
  box-shadow: 0 16px 44px rgba(32,36,42,.025);
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s ease;
}

.support-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(32,36,42,.07);
}

.support-card-wash {
  position: absolute;
  inset: -18% -10% 46% 26%;
  opacity: 0;
  background:
    radial-gradient(circle at 42% 52%, rgba(88,168,244,.11), transparent 46%),
    radial-gradient(circle at 72% 42%, rgba(153,111,226,.09), transparent 43%);
  filter: blur(16px);
  transition: opacity .3s ease;
}

.support-product-card:hover .support-card-wash { opacity: 1; }

.support-product-card > img {
  position: relative;
  z-index: 2;
  width: 132px;
  height: 132px;
  border-radius: 25%;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(25,31,38,.11));
}

.support-product-card[href*="chord-jot"] > img {
  clip-path: inset(2.55% round 24%);
}

.support-product-copy {
  position: relative;
  z-index: 2;
  align-self: end;
}

.support-product-copy h3 {
  font-size: 28px;
  letter-spacing: -.045em;
}

.studio-contact-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 720;
  color: #40454b;
}

.support-studio-section {
  padding: 18px 0 96px;
}

.studio-contact-panel {
  min-height: 250px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: 42px;
  border: 1px solid rgba(32,36,42,.065);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 20%, rgba(255,59,79,.055), transparent 18rem),
    radial-gradient(circle at 75% 88%, rgba(52,120,246,.065), transparent 20rem),
    rgba(255,255,255,.75);
}

.studio-contact-panel p {
  max-width: 580px;
  margin: 17px 0 0;
  color: var(--support-muted);
  font-size: 17px;
}

.studio-contact-action {
  flex: 0 0 auto;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid rgba(32,36,42,.1);
  background: rgba(255,255,255,.78);
}

.support-footer { margin-top: 0; }

.support-reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .support-reveal {
    animation: support-reveal-in .78s cubic-bezier(.16,1,.3,1) both;
  }
  .support-product-card:nth-child(2) { animation-delay: .06s; }
  .support-product-card:nth-child(3) { animation-delay: .12s; }
}

@keyframes support-reveal-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .support-hero { min-height: auto; }
  .support-hero-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 66px;
    padding-bottom: 50px;
  }
  .support-bird-stage { min-height: 330px; }
  .support-bird-stage img { width: min(94vw, 680px); }
  .support-bird-halo { width: min(78vw, 480px); }
  .support-product-grid { grid-template-columns: 1fr; }
  .support-product-card {
    min-height: 250px;
    grid-template-rows: 138px auto;
  }
  .support-product-card > img { width: 108px; height: 108px; }
}

@media (max-width: 560px) {
  .support-hero-inner { padding-top: 52px; }
  .support-hero-copy h1 { font-size: clamp(54px, 18vw, 78px); }
  .support-bird-stage { min-height: 250px; margin-top: 8px; }
  .support-bird-stage img { width: 112vw; transform: translateX(4%); }
  .support-products-section { padding-top: 68px; }
  .support-product-card { padding: 24px; border-radius: 26px; }
  .studio-contact-panel {
    min-height: 0;
    padding: 28px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-bird-stage { animation: none; transition: none; }
  .support-product-card { transition: none; }
}
