.official-socials {
  position: relative;
  padding: 34px 14px;
  background: linear-gradient(145deg, #fff8ef 0%, #fff0e8 52%, #edf6f4 100%);
  border-top: 1px solid var(--line);
}

.official-socials__card {
  display: grid;
  gap: 18px;
  padding: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(182, 83, 43, .17);
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(23, 37, 31, .08);
}

.official-socials__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  background: #dce9e7;
}

.official-socials__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.official-socials__eyebrow {
  margin: 0 0 6px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.official-socials__copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.45;
}

.official-socials__highlight {
  display: inline;
  margin: 14px 0 0;
  padding: 0 2px 2px;
  color: #6f3019;
  background: linear-gradient(transparent 56%, rgba(255, 150, 76, .28) 56%);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.official-socials__copy > p:last-of-type {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.official-socials__profile-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.official-socials__profile-link .guide-icon {
  width: 16px;
  height: 16px;
}

.official-socials__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.official-socials__link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 14px;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 5px 14px rgba(23, 37, 31, .05);
}

.official-socials__link-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  border-radius: 11px;
}

.official-socials__link--instagram .official-socials__link-icon {
  background: linear-gradient(135deg, #7d3bc0, #dd2a7b 55%, #f9a72b);
}

.official-socials__link--x .official-socials__link-icon {
  background: #111;
}

.official-socials__link-icon .guide-icon {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.official-socials__link > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.official-socials__link strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.official-socials__link small {
  overflow: hidden;
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.official-socials__link > .guide-icon {
  width: 14px;
  height: 14px;
  color: var(--muted);
}
