/* 愛着スタイル特設：着地は広い白カード。診断中は中央の細い列 */

body.attach-feat {
  padding-top: var(--header-h, 64px);
  background: var(--bg, #fff);
  color: var(--text, #2d3436);
}

body.attach-feat > header {
  background: #fff;
  border-bottom: 1px solid rgba(236, 239, 241, 0.9);
}

.stage {
  position: relative;
  isolation: isolate;
  min-height: calc(100dvh - var(--header-h, 64px));
  overflow: hidden;
  background: #fff;
}

body.attach-on-landing .stage {
  background: linear-gradient(135deg, #eef6fc 0%, #fff 46%, #fff5f8 100%);
}

.attach-blobs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.attach-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.attach-blob--pink {
  width: 28rem;
  height: 18rem;
  right: -7rem;
  bottom: -5rem;
  background: rgba(255, 179, 198, 0.38);
}

.attach-blob--blue {
  width: 26rem;
  height: 18rem;
  left: -8rem;
  top: -4rem;
  background: rgba(91, 192, 235, 0.2);
}

.attach-blob--blush {
  width: 14rem;
  height: 14rem;
  right: 18%;
  top: 18%;
  background: rgba(255, 248, 250, 0.7);
}

.attach-side {
  display: none;
}

.stage-inner {
  position: relative;
  z-index: 1;
  width: min(26.5rem, calc(100% - 1.5rem));
  margin: 0 auto;
  padding: 1.1rem 0 2rem;
}

body.attach-on-landing .stage-inner {
  width: min(58rem, calc(100% - 1.5rem));
  padding: 1.25rem 0 2.25rem;
}

.stage-phone {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.stage-phone .attach-wrap {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.stage-phone .attach-wrap[hidden] {
  display: none !important;
}

@media (min-width: 900px) {
  .stage-inner {
    padding: 2rem 0 3rem;
  }

  body.attach-on-landing .stage-inner {
    width: min(58rem, calc(100% - 4rem));
  }

  body.attach-in-quiz .stage-inner,
  body.attach-showing-result .stage-inner {
    width: min(26.5rem, calc(100% - 4rem));
  }
}

body.attach-in-quiz .stage-phone {
  min-height: min(42rem, calc(100dvh - var(--header-h, 64px) - 2.2rem));
}

.attach-landing {
  position: relative;
  padding: 1.75rem 1.1rem 1.6rem;
  text-align: center;
  background: #fff;
  border: 1.5px solid var(--border, #eceff1);
  border-radius: 24px;
}

.attach-landing[hidden] {
  display: none !important;
}

.attach-landing-deco {
  position: absolute;
  inset: 0.55rem 0.7rem auto;
  height: 3.2rem;
  pointer-events: none;
}

.attach-deco {
  position: absolute;
  opacity: 0.75;
}

.attach-deco--tl {
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  transform: rotate(-14deg);
}

.attach-deco--tr {
  top: 0.15rem;
  right: 0;
  width: 24px;
  height: 24px;
  transform: rotate(10deg);
}

.attach-spark {
  position: absolute;
  width: 9px;
  height: 9px;
  background:
    linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat;
  color: var(--pink, #ff6b8a);
}

.attach-spark--a { top: 0.15rem; left: 42%; }
.attach-spark--b { top: 1.1rem; right: 18%; color: var(--blue, #5bc0eb); width: 7px; height: 7px; }

.attach-landing h1 {
  position: relative;
  margin: 0.15rem 0 0.85rem;
  font-size: clamp(1.35rem, 5.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--text, #2d3436);
}

.attach-landing h1 em {
  display: inline;
  font-style: normal;
  color: var(--pink, #ff6b8a);
}

.attach-title-heart {
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  margin: 0 0.08em -0.12em;
  vertical-align: baseline;
}

.attach-landing-lead {
  margin: 0 auto 1.35rem;
  max-width: 28em;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.85;
  color: var(--text, #2d3436);
}

.attach-landing-types {
  list-style: none;
  margin: 0 0 1.45rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.attach-landing-types li {
  margin: 0;
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr) 1.7rem;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.75rem;
  text-align: left;
  border-radius: 16px;
  background: var(--pink-pale, #fff8fa);
}

.attach-landing-types li[data-type="anxious"] {
  background: #fff4ee;
}

.attach-landing-types li[data-type="dismissive"] {
  background: var(--blue-pale, #f4fafe);
}

.attach-landing-types li[data-type="fearful"] {
  background: #f7f1f4;
}

.attach-landing-types img {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
}

.attach-type-copy {
  min-width: 0;
}

.attach-landing-types strong {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--pink, #ff6b8a);
  background: none;
  padding: 0;
}

.attach-landing-types strong i {
  width: 0.7rem;
  height: 0.7rem;
  background: url("/images/illus/stat-heart.svg") center / contain no-repeat;
}

.attach-landing-types li[data-type="anxious"] strong {
  color: var(--pink-deep, #e8456a);
}

.attach-landing-types li[data-type="dismissive"] strong {
  color: var(--blue-deep, #2a9fd4);
}

.attach-landing-types li[data-type="fearful"] strong {
  color: #c45c7a;
}

.attach-landing-types span {
  display: block;
  margin-top: 0.18rem;
  max-width: none;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-muted, #636e72);
}

.attach-type-go {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FF6B8A' d='M6 3.2 10.8 8 6 12.8l1.2 1.2L13.2 8 7.2 2z'/%3E%3C/svg%3E") center / 0.7rem no-repeat;
  border: 1px solid rgba(255, 107, 138, 0.22);
}

.attach-landing-cta {
  width: 100%;
  max-width: 22rem;
  padding: 0.95rem 1.5rem;
  font-size: 1.02rem;
}

@media (min-width: 800px) {
  .attach-landing {
    padding: 2.4rem 2.4rem 2rem;
  }

  .attach-landing-types {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
  }

  .attach-landing-types li {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 1.15rem 0.7rem 1.05rem;
    text-align: center;
  }

  .attach-landing-types img {
    width: 5.4rem;
    height: 5.4rem;
  }

  .attach-type-copy {
    display: contents;
  }

  .attach-landing-types span {
    max-width: 11em;
  }

  .attach-type-go {
    display: none;
  }
}

@media (min-width: 1100px) {
  body.attach-on-landing .attach-side {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .attach-side-fig {
    position: absolute;
    width: min(17rem, 22vw);
    height: auto;
    opacity: 0.42;
  }

  .attach-side-fig--l {
    left: 1.5%;
    bottom: 12%;
  }

  .attach-side-fig--r {
    right: 1.5%;
    top: 18%;
  }

  .attach-ribbon {
    position: absolute;
    width: 10rem;
    height: 5rem;
    opacity: 0.55;
  }

  .attach-ribbon--l {
    left: 8%;
    top: 22%;
  }

  .attach-ribbon--r {
    right: 7%;
    bottom: 18%;
  }

  .attach-dotgrid {
    position: absolute;
    width: 5.5rem;
    height: 3.8rem;
    opacity: 0.35;
    background-image: radial-gradient(circle, rgba(255, 107, 138, 0.45) 1.1px, transparent 1.2px);
    background-size: 12px 12px;
  }

  .attach-dotgrid--tl {
    top: 12%;
    left: 6%;
  }

  .attach-dotgrid--br {
    right: 8%;
    bottom: 10%;
    background-image: radial-gradient(circle, rgba(91, 192, 235, 0.5) 1.1px, transparent 1.2px);
  }
}

.attach-landing-meta {
  margin: 0.85rem 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.attach-landing-note {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.6;
  color: var(--text-muted, #636e72);
}

.camp-kicker {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--pink-deep, #e8456a);
}

.stage-mv-copy h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.camp-tag {
  margin: 0 0 1.5rem;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--text, #2d3436);
}

.camp-meta {
  margin: 0.85rem 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.attach-result {
  display: grid;
  gap: 0.85rem;
  padding: 0.15rem 0 1.5rem;
}

/* 他の結果カードと同じ角丸。型色の地色で分け、枠は持たない */
.attach-result-hero {
  position: relative;
  padding: 1.45rem 1.15rem 1.2rem;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

/* 型→色は着地の --t-* を正とする（4型カード・地図・特徴カードと同じ体系） */
.attach-result-hero[data-type] {
  background: var(--t-tint);
}

/* 着地の4型カードと同じ丸い型色地に同じ顔を出す */
.attach-result-hero img {
  display: block;
  width: min(148px, 52%);
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  margin: 0.35rem auto 0;
  border-radius: 50%;
  background: var(--t-fill, #f4fafe);
}

.attach-result-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--pink-deep, #e8456a);
}

.attach-dash {
  width: 4.5rem;
  height: 0;
  margin: 0.85rem auto 0.55rem;
  border: 0;
  border-top: 1.5px dashed rgba(255, 107, 138, 0.35);
}

.attach-result-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.attach-result-name {
  margin: 0 0 0.4rem;
  font-size: clamp(2rem, 8vw, 2.55rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--pink, #ff6b8a);
}

.attach-result-hero[data-type] .attach-result-name {
  color: var(--t-ink);
}

.attach-result-tag {
  margin: 0 auto;
  max-width: 20em;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.65;
  color: var(--text, #2d3436);
  text-wrap: balance;
  word-break: auto-phrase;
}

.attach-share {
  margin: 0;
  padding: 1.1rem 1.1rem 1.15rem;
  background: #fff;
  border: 1.5px solid var(--border, #eceff1);
  border-radius: 20px;
}

.attach-share-card {
  margin: 0 0 0.9rem;
}

.attach-share-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: #fff8fa;
}

.attach-share-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.attach-share-row .btn {
  width: 100%;
  padding: 0.7rem 0.6rem;
  font-size: 0.85rem;
}

.camp-result {
  padding: 2.25rem 0 3rem;
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 107, 138, 0.14) 0 160px, transparent 161px),
    linear-gradient(180deg, #fff8fa 0%, #fff 55%);
}

.camp-result-name {
  margin: 0 0 0.75rem;
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.camp-result-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.camp-result-headline {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  line-height: 1.8;
}

.camp-result-second {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--text-muted, #636e72);
}

.camp-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.camp-result-actions--phone {
  margin: 0;
}

.camp-result-body {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.25rem;
}

.camp-advice,
.camp-board,
.camp-relations {
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1.5px solid var(--border, #eceff1);
  border-radius: 20px;
}

.stage-phone .camp-advice,
.stage-phone .camp-board,
.stage-phone .camp-relations {
  margin: 0;
  padding: 1.1rem 1.1rem 1.15rem;
}

/*
  1.05rem だと本文（サイト共通の 1.0625rem）より小さく、見出しと本文が逆転する。
  本サイトの h3（1.15rem）に合わせる。
*/
.camp-advice h3,
.camp-board h3,
.camp-relations h3,
.attach-share h3 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 800;
}

/*
  診断列は約26.5rem。2列に割ると地図の軸ラベルと「（1〜7）」が折り返す。
  近さバーと地図は同じ2軸の別表現なので、横比較する必要はない。
*/
.camp-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}

.camp-wave {
  height: 42px;
  background:
    radial-gradient(120px 42px at 20% 100%, #fff8fa 50%, transparent 51%),
    radial-gradient(160px 42px at 70% 100%, #ebf6fc 50%, transparent 51%),
    #fff;
}

.camp-mod {
  padding: 3.25rem 0;
}

.camp-mod--tint {
  background: var(--bg-warm, #fffbf9);
}

.camp-wide {
  max-width: 920px;
}

.camp-mod h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1.4;
}

.camp-mod-lead,
.camp-mod-note,
.camp-mod p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.85;
}

.camp-vs,
.camp-types {
  display: grid;
  gap: 0.85rem;
  margin: 1.35rem 0;
}

@media (min-width: 720px) {
  .camp-vs,
  .camp-types {
    grid-template-columns: 1fr 1fr;
  }
}

.camp-vs article,
.camp-types article {
  margin: 0;
  padding: 1.2rem 1.25rem;
  background: #fff;
  border: 1.5px solid var(--border, #eceff1);
  border-radius: 18px;
}

.camp-vs article:last-child,
.camp-types article[data-type="anxious"] {
  border-color: rgba(255, 107, 138, 0.35);
  background: var(--pink-pale, #fff8fa);
}

.camp-types article[data-type="secure"] {
  background: var(--blue-pale, #f4fafe);
  border-color: rgba(91, 192, 235, 0.35);
}

.camp-vs article > p:first-child,
.camp-types article > p:first-child {
  margin: 0 0 0.3rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--pink-deep, #e8456a);
}

.camp-vs h3,
.camp-types h3 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
}

.camp-sources {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
}

.camp-sources a {
  font-weight: 700;
  color: var(--text, #2d3436);
}

@media (prefers-reduced-motion: no-preference) {
  .stage-mv-copy > * {
    animation: camp-rise 0.7s cubic-bezier(0.19, 1, 0.22, 1) both;
  }
  .stage-mv-copy > *:nth-child(2) { animation-delay: 0.07s; }
  .stage-mv-copy > *:nth-child(3) { animation-delay: 0.14s; }
  .stage-mv-copy > *:nth-child(4) { animation-delay: 0.2s; }
}

@keyframes stage-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes camp-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes camp-pop {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.feat-hero {
  position: relative;
  padding: 2.75rem 0 2.25rem;
  background: linear-gradient(180deg, #fff8fa 0%, #fff 72%);
  border-bottom: 1px solid var(--border, #eceff1);
}

.feat-hero-inner {
  max-width: 40rem;
}

.feat-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--pink-deep, #e8456a);
}

.feat-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.feat-lead {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--text, #2d3436);
}

.feat-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
  margin-bottom: 0.85rem;
}

.feat-hero-meta {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.feat-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.35rem;
}

.feat-jump a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text, #2d3436);
  background: #fff;
  border: 1.5px solid var(--border, #eceff1);
  border-radius: 999px;
  text-decoration: none;
}

.feat-jump a:hover {
  border-color: rgba(255, 107, 138, 0.45);
  color: var(--pink-deep, #e8456a);
}

.feat-sec {
  padding: 3rem 0;
}

.feat-sec--warm {
  background: var(--bg-warm, #fffbf9);
}

.feat-narrow {
  max-width: 40rem;
}

.feat-h2 {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0 0 1.15rem;
  font-size: clamp(1.2rem, 3vw, 1.45rem);
  font-weight: 800;
  line-height: 1.45;
}

.feat-h2 span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 2.1rem;
  margin-top: 0.05rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--pink, #ff6b8a);
  border-radius: 999px;
}

.feat-sec p,
.feat-sources p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.9;
}

.feat-sec p:last-child {
  margin-bottom: 0;
}

.feat-vs,
.feat-types {
  display: grid;
  gap: 0.85rem;
  margin: 1.35rem 0 1.5rem;
}

@media (min-width: 720px) {
  .feat-vs,
  .feat-types {
    grid-template-columns: 1fr 1fr;
  }
}

.feat-card {
  margin: 0;
  padding: 1.15rem 1.2rem 1.2rem;
  background: #fff;
  border: 1.5px solid var(--border, #eceff1);
  border-radius: 16px;
}

.feat-card--accent {
  border-color: rgba(255, 107, 138, 0.35);
  background: var(--pink-pale, #fff8fa);
}

.feat-card-label {
  margin: 0 0 0.35rem !important;
  font-size: 0.75rem !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--pink-deep, #e8456a);
  line-height: 1.4 !important;
}

.feat-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.feat-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
}

.feat-type-axes {
  margin: 0 0 0.45rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  color: var(--text-muted, #636e72);
  line-height: 1.4 !important;
}

.feat-points {
  margin: 1.15rem 0 0;
  padding: 1rem 1.1rem 1rem 1.85rem;
  background: var(--pink-pale, #fff8fa);
  border: 1.5px solid rgba(255, 107, 138, 0.22);
  border-radius: 16px;
}

.feat-points li {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.feat-points li:last-child {
  margin-bottom: 0;
}

.feat-cta {
  padding: 2.75rem 0;
  background: linear-gradient(180deg, #fff8fa 0%, #fff0f3 100%);
  border-top: 1px solid rgba(255, 107, 138, 0.18);
  text-align: center;
}

.feat-cta h2 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.feat-cta p {
  margin: 0 0 1.15rem;
  line-height: 1.8;
}

.feat-sources {
  padding: 2.25rem 0 3rem;
  border-top: 1px solid var(--border, #eceff1);
}

.feat-sources h2 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.feat-source-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.feat-source-list li {
  margin: 0 0 0.45rem;
}

.feat-source-list a {
  color: var(--text, #2d3436);
  font-weight: 700;
}

.attach-intro-note {
  margin: 0 1rem 0.5rem;
  padding: 0.55rem 0.75rem;
  background: var(--bg-blue, #f0f7ff);
  border-radius: 12px;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--text-muted, #5a6578);
}

.attach-diag-shell:not(.is-first) .attach-intro-note {
  display: none;
}

.attach-intro-note strong {
  color: var(--text, #1a1a2e);
}

.attach-diag-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  height: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

.attach-diag-shell::after {
  display: none;
}

.attach-diag-shell[hidden] {
  display: none !important;
}

.attach-diag-shell.is-showing-result {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  min-height: 12rem;
  max-height: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.attach-diag-shell.is-showing-result::after {
  display: none;
}

.attach-diag-shell.is-showing-result .attach-progress-head,
.attach-diag-shell.is-showing-result .attach-intro-note,
.attach-diag-shell.is-showing-result .attach-card-stage,
.attach-diag-shell.is-showing-result .attach-footer,
.attach-diag-shell.is-showing-result .attach-need-msg,
.attach-diag-shell.is-showing-result .attach-ritual {
  display: none !important;
}

.attach-diag-shell.is-showing-result .attach-result {
  display: block;
}

.attach-card-stage {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.attach-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  animation: attach-card-in 0.28s ease;
}

.attach-card[hidden] {
  display: none !important;
}

@keyframes attach-card-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 絵は淡い線画なので、透かしも接地影も足さない（腰から上に地面はない） */
.attach-card-art {
  margin: 0.55rem 0 0;
  padding: 0.7rem 0 0.9rem;
}

/* 132px だと絵の実寸が 198px で、450px の列の半分も使えていなかった */
.attach-card-art img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(176px, 22vh);
  object-fit: contain;
  object-position: center;
}

.attach-card-body {
  padding: 0.35rem 1rem 0.2rem;
}

.attach-card-qnum {
  margin: 0 0 0.4rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--pink, #ff6b8a);
  letter-spacing: 0.02em;
}

.attach-card-q {
  margin: 0 0 0.4rem;
  text-align: center;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.55;
  color: var(--text, #1a1a2e);
}

.attach-card-hint {
  margin: 0 0 0.85rem;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--text-muted, #5a6578);
}

.attach-choices {
  display: grid;
  gap: 0.5rem;
  max-height: none;
}

.attach-choice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  font-family: var(--font, "Zen Kaku Gothic New", sans-serif);
  text-align: center;
  color: var(--text, #1a1a2e);
  background: #fff;
  border: 1.5px solid rgba(255, 107, 138, 0.38);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.attach-choice:hover {
  border-color: var(--pink, #ff6b8a);
  background: var(--pink-pale, #fff8fa);
}

.attach-choice.is-selected {
  border-color: var(--pink, #ff6b8a);
  background: var(--pink-light, #fff0f4);
}

.attach-choice-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.attach-choice-label {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.attach-choice-example {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-muted, #5a6578);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.attach-card-tip {
  display: none;
}

.attach-progress-head {
  padding: 0.75rem 1rem 0.35rem;
}

.attach-app-kicker {
  margin: 0 0 0.15rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--pink-deep, #e8456a);
}

.attach-progress-count {
  margin: 0 0 0.55rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.attach-progress-count strong {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text, #2d3436);
}

.attach-progress-bar {
  height: 4px;
  background: var(--border, #eceff1);
  border-radius: 99px;
  overflow: hidden;
}

.attach-progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--pink, #ff6b8a);
  border-radius: 0 99px 99px 0;
  transition: width 0.35s ease;
}

.attach-progress-remain {
  margin: 0.45rem 0 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--pink-deep, #e8456a);
}

.attach-footer {
  flex-shrink: 0;
  padding: 0.7rem 0 0.2rem;
  background: transparent;
  border-top: none;
}

.attach-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.attach-back {
  flex: 0 0 auto;
}

.attach-nav [data-attach-submit]:not([hidden]) {
  flex: 1 1 auto;
  min-width: 0;
  touch-action: manipulation;
  transition: background 0.2s, opacity 0.2s;
  scroll-margin-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
}

.attach-nav [data-attach-submit].is-waiting {
  visibility: hidden;
  pointer-events: none;
}

body.attach-in-quiz .attach-diag-shell.is-last .attach-card-stage {
  padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
}

body.attach-in-quiz .attach-diag-shell.is-last .attach-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  padding: 0.7rem var(--content-pad, 1.25rem) calc(0.7rem + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid rgba(255, 107, 138, 0.18);
}

body.attach-in-quiz .attach-diag-shell.is-last .attach-nav {
  width: 100%;
  max-width: 26.5rem;
  margin: 0 auto;
}

.attach-nav [data-attach-submit].is-arrive {
  animation: attach-submit-arrive 0.7s ease;
}

@keyframes attach-submit-arrive {
  0% {
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(255, 107, 138, 0.4);
  }
  55% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(255, 107, 138, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .attach-nav [data-attach-submit].is-arrive {
    animation: none;
  }
}

.attach-nav [data-attach-submit][hidden] {
  display: none !important;
}

.attach-nav [data-attach-submit]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.attach-back {
  background: #fff;
  border: 1.5px solid rgba(255, 107, 138, 0.28);
  color: var(--text-muted, #5a6578);
}

.attach-back:hover:not(:disabled) {
  background: #f5f5f7;
}

.attach-back:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.attach-need-msg {
  margin: 0;
  padding: 0.5rem 1.15rem;
  font-size: 0.875rem;
  color: var(--pink, #ff6b8a);
  background: #fff8fa;
}

.attach-need-msg[hidden] {
  display: none;
}

.attach-ritual {
  padding: 3.5rem 1.25rem;
  text-align: center;
}

.attach-ritual[hidden] {
  display: none;
}

.attach-ritual-step {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--pink-deep, #e8456a);
}

.attach-ritual-bar {
  height: 4px;
  max-width: 220px;
  margin: 0 auto;
  background: var(--border, #eceff1);
  overflow: hidden;
}

.attach-ritual-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--pink, #ff6b8a), var(--blue, #5bc0eb));
  border-radius: 0 99px 99px 0;
  transition: width 0.4s ease;
}

.attach-diag-shell.is-ritual .attach-progress-head,
.attach-diag-shell.is-ritual .attach-intro-note,
.attach-diag-shell.is-ritual .attach-card-stage,
.attach-diag-shell.is-ritual .attach-footer {
  display: none;
}

/* ── 結果：発行された診断カード ── */

.attach-result {
  display: grid;
  gap: 0.85rem;
  margin-top: 0;
  padding: 0.15rem 0 1.5rem;
  background: transparent;
  border: none;
  outline: none;
  animation: attach-card-in 0.28s ease;
}

.attach-result:focus,
.attach-result:focus-visible {
  outline: none;
}

.attach-result[hidden] {
  display: none !important;
}

.attach-issued {
  background: #fff;
  border: 1.5px solid rgba(255, 107, 138, 0.28);
  border-radius: 22px;
  padding: 8px;
}

.attach-issued-brand {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.55rem 1rem 0.2rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--pink-deep, #e8456a);
}

.attach-issued-brand span {
  letter-spacing: 0.08em;
  padding: 0.1rem 0.45rem;
  font-size: 0.6875rem;
  color: var(--pink-deep, #e8456a);
  background: var(--pink-pale, #fff8fa);
  border: 1px solid rgba(255, 107, 138, 0.28);
  border-radius: 999px;
}

.attach-issued-body {
  margin: 0.65rem;
  border: 1px solid var(--border, #eceff1);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.attach-issued-meta {
  margin: 0;
  padding: 0.7rem 1rem 0.95rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text-muted, #636e72);
  border-top: 1px dashed rgba(255, 107, 138, 0.22);
}

.attach-report-hero {
  padding: 1.45rem 1.2rem 1.2rem;
  text-align: center;
  background: var(--pink-pale, #fff8fa);
  border-bottom: 1px solid rgba(255, 107, 138, 0.14);
  border-radius: 0;
}

.attach-report-hero[data-type="secure"] {
  background: var(--blue-pale, #f4fafe);
  border-bottom-color: rgba(91, 192, 235, 0.22);
}

.attach-report-hero[data-type="secure"] .attach-result-title {
  color: var(--navy, #1a1f3a);
}

.attach-report-hero[data-type="dismissive"] {
  background: #f4f7fb;
  border-bottom-color: rgba(26, 31, 58, 0.08);
}

.attach-report-hero[data-type="fearful"] {
  background: linear-gradient(135deg, var(--pink-pale, #fff8fa) 0%, var(--blue-pale, #f4fafe) 100%);
}

.attach-report-hero[data-type="anxious"] .attach-result-title {
  color: var(--pink-deep, #e8456a);
}

.attach-result-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--text-muted, #636e72);
}

.attach-report-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.attach-result-title {
  margin: 0 0 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text, #2d3436);
}

.attach-type-plate {
  display: inline-block;
  padding: 0.4rem 1.35rem 0.5rem;
  background: #fff;
  border: 2px solid var(--pink, #ff6b8a);
  border-radius: 14px;
}

.attach-report-hero[data-type="secure"] .attach-type-plate {
  border-color: var(--blue, #5bc0eb);
}

.attach-report-hero[data-type="anxious"] .attach-type-plate {
  border-color: var(--pink-deep, #e8456a);
}

.attach-report-hero[data-borderline] .attach-type-plate {
  font-size: 0.85em;
}

.attach-result-title::before,
.attach-result-title::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF6B8A' d='M12 2.2l1.5 7.2L21 11l-7.5 1.6L12 20l-1.5-7.4L3 11l7.5-1.6z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.attach-report-headline {
  margin: 0 auto 0.95rem;
  max-width: 22em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--pink-deep, #e8456a);
}

.attach-axis-bars {
  display: grid;
  gap: 0.65rem;
  max-width: 22rem;
  margin: 0 auto;
}

.attach-axis-row {
  display: grid;
  grid-template-columns: 1.7rem 4.6rem 1fr 2.8rem;
  gap: 0.4rem;
  align-items: center;
}

.attach-axis-ico {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background-color: var(--pink-pale, #fff8fa);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.95rem;
}

.attach-axis-ico[data-axis="anxiety"] {
  background-image: url("/images/fortune/icons/icon-heart.svg");
  background-color: var(--pink-pale, #fff8fa);
}

.attach-axis-ico[data-axis="avoidance"] {
  background-image: url("/images/fortune/icons/icon-clock.svg");
  background-color: var(--blue-pale, #f4fafe);
}

.attach-axis-label {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--text, #2d3436);
  text-align: left;
}

/* 軌道は枠ではなく地色で示す（白地に白＋枠だと、カードの枠と二重になる） */
.attach-axis-track {
  position: relative;
  height: 12px;
  background: #eef1f5;
  border-radius: 999px;
  overflow: hidden;
}

.attach-axis-mid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 1.5px;
  background: rgba(26, 31, 58, 0.28);
  transform: translateX(-50%);
}

.attach-axis-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: var(--pink, #ff6b8a);
  transition: width 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}

.attach-axis-fill.is-avoidance {
  background: var(--blue, #5bc0eb);
}

.attach-axis-pct {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy, #1a1f3a);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.attach-report-hero[data-borderline] .attach-result-title {
  font-size: 2.15rem;
}

.attach-result-second {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--text-muted, #636e72);
}

.attach-result-second[hidden] {
  display: none;
}

.attach-report-relations,
.attach-report-konkatsu,
.attach-result-note {
  margin-left: 1rem;
  margin-right: 1rem;
}

.attach-report-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0;
  padding: 1.15rem;
  background: var(--bg-sub, #f8f9fb);
  border-bottom: 1px solid var(--border, #eceff1);
}

.attach-panel {
  padding: 1rem 1rem 1.05rem;
  background: #fff;
  border: 1px solid var(--border, #eceff1);
  border-radius: 16px;
}

.attach-report-map h3,
.attach-report-mix h3,
.attach-report-tendencies h3,
.attach-report-relations h3,
.attach-report-konkatsu h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.attach-report-lead {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text-muted, #636e72);
}

.attach-mix {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.attach-mix-row {
  display: grid;
  grid-template-columns: 5.6rem 1fr 2.6rem;
  gap: 0.45rem;
  align-items: center;
}

.attach-mix-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
  white-space: nowrap;
}

.attach-mix-row.is-primary .attach-mix-name {
  font-weight: 800;
  color: var(--text, #2d3436);
}

.attach-mix-track {
  height: 10px;
  background: #eef1f5;
  border-radius: 999px;
  overflow: hidden;
}

.attach-mix-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: var(--text-muted, #636e72);
}

.attach-mix-row[data-type="secure"] .attach-mix-fill {
  background: var(--blue, #5bc0eb);
}

.attach-mix-row[data-type="anxious"] .attach-mix-fill {
  background: var(--pink, #ff6b8a);
}

.attach-mix-row[data-type="dismissive"] .attach-mix-fill {
  background: var(--navy, #1a1f3a);
}

.attach-mix-row[data-type="fearful"] .attach-mix-fill {
  background: #c45c7a;
}

.attach-mix-pct {
  font-size: 0.9rem;
  font-weight: 800;
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: var(--text-muted, #636e72);
}

.attach-mix-row.is-primary .attach-mix-pct {
  color: var(--navy, #1a1f3a);
}

.attach-report-tendencies {
  grid-column: 1 / -1;
}

.attach-map {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  grid-template-rows: 1fr auto;
  gap: 0.25rem 0.4rem;
  max-width: 340px;
  margin: 0 auto;
}

.attach-map-axis-y {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0.2rem 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text-muted, #636e72);
}

.attach-map-axis-y em {
  writing-mode: vertical-rl;
  letter-spacing: 0.18em;
}

.attach-map-plot {
  grid-row: 1;
  grid-column: 2;
  position: relative;
  overflow: visible;
}

.attach-map-plot svg {
  width: 100%;
  height: auto;
  display: block;
}

.attach-you-pill {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, calc(-100% - 8px));
  padding: 0.22rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  background: var(--pink, #ff6b8a);
  border-radius: 999px;
  white-space: nowrap;
  pointer-events: none;
}

.attach-map-axis-x {
  grid-row: 2;
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: baseline;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text-muted, #636e72);
}

.attach-map-axis-x span:first-child {
  justify-self: start;
}

.attach-map-axis-x em {
  justify-self: center;
}

.attach-map-axis-x span:last-child {
  justify-self: end;
}

.attach-map-axis-x em,
.attach-map-axis-y em {
  font-style: normal;
  font-weight: 700;
  color: var(--text, #2d3436);
}

.attach-map-scores {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.attach-map-scores strong {
  color: var(--text, #2d3436);
}

.attach-report-traits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.attach-report-traits li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.55;
  color: var(--text, #2d3436);
}

.attach-report-traits li::before {
  content: "";
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  border-radius: 50%;
  background-color: var(--pink-pale, #fff8fa);
  background-image: url("/images/illus/stat-heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85rem;
}

.attach-report-insight {
  margin-top: 0.9rem;
  padding: 0.85rem 0.95rem;
  background: var(--pink-pale, #fff8fa);
  border: 1px solid rgba(255, 107, 138, 0.18);
  border-radius: 12px;
}

.attach-report-insight p {
  margin: 0;
  padding-left: 1.6rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--text, #2d3436);
  background: url("/images/illus/stat-heart.svg") 0 0.15rem / 1.15rem no-repeat;
}

.attach-report-relations {
  margin-top: 1.25rem;
}

.attach-report-konkatsu {
  margin-top: 0.85rem;
}

.attach-report-konkatsu p {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  line-height: 1.75;
}

.attach-rel-grid {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.attach-rel-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  background: var(--blue-pale, #f4fafe);
  border-radius: 14px;
}

.attach-rel-card img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0.35rem;
  background: #fff;
  border-radius: 50%;
}

.attach-rel-card h4 {
  margin: 0 0 0.2rem;
  font-size: 0.9375rem;
  font-weight: 800;
}

.attach-rel-card p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--text-muted, #636e72);
}

.attach-result-note {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
  padding: 0.85rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  color: var(--text, #2d3436);
  background: #fff8ec;
  border-radius: 12px;
}

.attach-result-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.attach-result-actions .btn {
  width: 100%;
  justify-content: center;
}

.attach-result-more {
  margin: 0.55rem 0 0;
  text-align: center;
}

.attach-result-more a {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-muted, #636e72);
}

.attach-footnote {
  display: block;
  margin: 1.5rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid var(--border, #eceff1);
  scroll-margin-top: calc(var(--header-h, 64px) + 12px);
}

.attach-footnote p {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--text-muted, #636e72);
}

.attach-footnote p:last-child {
  margin-bottom: 0;
}

.attach-footnote a {
  color: var(--text, #2d3436);
}

@media print {
  .attach-diag-shell[hidden],
  .attach-result[hidden],
  .attach-card[hidden],
  [hidden] {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .attach-diag-shell {
    border-radius: 16px;
  }

  .attach-result-title {
    font-size: 1.85rem;
  }

  .attach-report-hero {
    padding: 1.35rem 1rem 1.15rem;
  }
}
