/* === FONTS === */
/* GmarketSans: display face for headlines (square geometric sans, vendor request) */
@font-face {
  font-family: 'GmarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* === RESET & BASE === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, 'Segoe UI', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: #1a1a1a;
  background: #faf9f7;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word; /* 긴 토큰(이메일·URL) 넘침 방지, 전 언어 */
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
/* 한국어: 어절(띄어쓰기) 단위 줄바꿈. 단어 중간 절단 방지. en/zh는 기본 규칙 유지 */
html:lang(ko) { word-break: keep-all; }
/* 제목: 여러 줄일 때 줄 길이 균형 (전 언어, 미지원 브라우저는 무시) */
.hero-title, .section-title, .about-text h2, .modal h3 { text-wrap: balance; }
/* 본문: 마지막 줄 고아 단어 방지 등 줄바꿈 품질 (전 언어) */
.hero-sub, .hero-tagline, .section-sub, .about-text p, .card-body p, .service-card p, .contact-info p, .contact-note { text-wrap: pretty; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* === NAV === */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(250, 249, 247, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s;
}
.nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.nav-logo { display: flex; align-items: center; }
.logo-img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 14px; font-weight: 500; color: #555; transition: color 0.2s; }
.nav-links a:hover { color: #1a1a1a; }
.nav-cta {
  background: #c0392b; color: #fff !important; padding: 10px 24px;
  border-radius: 6px; font-weight: 600; transition: background 0.2s;
}
.nav-cta:hover { background: #a93226; }

/* Language Switch */
.lang-switch { display: flex; gap: 4px; margin-left: 8px; }
.lang-btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; background: none; border: 1px solid #ddd; border-radius: 4px;
  padding: 4px 10px; font-size: 12px; font-weight: 600; font-family: inherit;
  color: #999; cursor: pointer; transition: all 0.2s; letter-spacing: 0.5px;
}
.lang-btn:hover { color: #1a1a1a; border-color: #999; }
.lang-btn.active { background: #c0392b; color: #fff; border-color: #c0392b; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #1a1a1a; margin: 5px 0; transition: 0.3s; }

/* === BUTTONS === */
.btn {
  display: inline-block; padding: 14px 32px; border-radius: 6px;
  font-size: 15px; font-weight: 600; transition: all 0.2s; cursor: pointer;
  border: none; font-family: inherit;
}
.btn-primary { background: #c0392b; color: #fff; }
.btn-primary:hover { background: #a93226; transform: translateY(-1px); }
.btn-ghost { border: 2px solid rgba(26,26,26,0.3); color: #1a1a1a; }
.btn-ghost:hover { border-color: #1a1a1a; background: rgba(26,26,26,0.05); }
.btn-large { padding: 18px 48px; font-size: 17px; }

/* === HERO === */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  justify-content: center; text-align: center; color: #1a1a1a; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg-img,
.hero-bg-video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(250,249,247,0.62) 0%, rgba(250,249,247,0.34) 55%, rgba(250,249,247,0.10) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 0 24px; }
.hero-tag {
  font-size: 14px; letter-spacing: 4px; font-weight: 700;
  color: #c0392b; margin-bottom: 24px;
}
.hero-title {
  font-family: 'GmarketSans', 'Pretendard Variable', Pretendard, sans-serif; font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 700; line-height: 1.12; margin-bottom: 24px; letter-spacing: 0.01em;
  white-space: nowrap;
}
.highlight { color: #e74c3c; }
.hero-sub { font-size: 19px; line-height: 1.7; color: #43403c; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(26,26,26,0.45); font-size: 11px; letter-spacing: 2px; z-index: 2;
}
.scroll-line { width: 1px; height: 40px; background: rgba(26,26,26,0.2); animation: scrollPulse 2s infinite; }
@keyframes scrollPulse {
  0%, 100% { opacity: 0.2; } 50% { opacity: 0.8; }
}

/* === SECTIONS === */
.section { padding: 120px 0; position: relative; }
.section-dark { background: #1a1a1a; color: #fff; }
.section-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.section-overlay {
  position: absolute; inset: 0;
  background: rgba(15,10,8,0.92);
}
.section-label {
  font-size: 12px; letter-spacing: 4px; font-weight: 600;
  color: #c0392b; margin-bottom: 16px;
}
.section-title {
  font-family: 'GmarketSans', 'Pretendard Variable', Pretendard, sans-serif; font-size: clamp(32px, 5vw, 52px);
  font-weight: 700; line-height: 1.15; margin-bottom: 16px;
}
.section-sub { font-size: 17px; color: #777; max-width: 560px; margin-bottom: 60px; }
.section-dark .section-sub { color: rgba(255,255,255,0.5); }

/* === ABOUT === */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-text h2 {
  font-family: 'GmarketSans', 'Pretendard Variable', Pretendard, sans-serif; font-size: 42px;
  font-weight: 700; line-height: 1.2; margin-bottom: 24px;
}
.about-text p { color: #555; margin-bottom: 16px; font-size: 16px; }
.story-cards { display: flex; flex-direction: column; gap: 16px; }
.story-card {
  display: flex; border-radius: 12px; overflow: hidden;
  background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: transform 0.3s;
}
.story-card:hover { transform: translateY(-4px); }
.card-img-wrap { width: 120px; min-height: 120px; flex-shrink: 0; }
.card-img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 20px; flex: 1; }
.story-card.straw { border-left: 4px solid #f0c040; }
.story-card.wood { border-left: 4px solid #b87333; }
.story-card.brick { border-left: 4px solid #c0392b; }
.story-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.story-card p { font-size: 14px; color: #666; }

/* === SERVICES === */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card {
  padding: 40px 32px; border-radius: 12px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08); transition: all 0.3s; overflow: hidden;
}
.service-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
.svc-icon-wrap { width: 64px; height: 64px; margin-bottom: 20px; }
.svc-svg { width: 100%; height: 100%; }
.phase-tag { font-size: 11px; letter-spacing: 3px; color: #e74c3c; margin-bottom: 12px; font-weight: 600; }
.service-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.service-card > p { color: rgba(255,255,255,0.6); font-size: 15px; margin-bottom: 20px; }
.service-card ul { display: flex; flex-direction: column; gap: 8px; }
.service-card li {
  font-size: 14px; color: rgba(255,255,255,0.5); padding-left: 16px;
  position: relative;
}
.service-card li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; background: #c0392b; border-radius: 50%;
}

/* === PORTFOLIO === */
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.portfolio-item {
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.portfolio-item.featured { grid-column: 1 / -1; }
.portfolio-item.featured .portfolio-thumb { padding-bottom: 38.4%; }
.portfolio-thumb {
  position: relative; overflow: hidden;
  padding-bottom: 56.25%;
}
.port-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.pcard-body { padding: 22px 26px 24px; }
.pcard-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
}
.pcard-body h3 {
  font-family: 'GmarketSans', 'Pretendard Variable', Pretendard, sans-serif;
  font-size: 20px; font-weight: 700; letter-spacing: 0.5px;
}
.pcard-sub { font-size: 14px; color: #777; margin-top: 6px; }
.pcard-stats {
  display: flex; gap: 28px; margin: 16px 0 0;
  padding-top: 14px; border-top: 1px solid #f0ece8;
}
.pcard-stats li { font-size: 15px; color: #333; }
.pcard-stats li strong {
  font-size: 11px; letter-spacing: 2px; color: #999;
  font-weight: 700; margin-right: 8px;
}
.pcard-status {
  font-size: 15px; font-weight: 700; color: #555;
  margin-top: 12px; padding-top: 14px; border-top: 1px solid #f0ece8;
}
.pcard-tags { font-size: 13.5px; color: #a09a94; margin-top: 12px; letter-spacing: 0.2px; }

/* === CONTACT === */
#contact {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  color: #fff;
}
#contact .section-label { color: rgba(255,255,255,0.8); }
#contact .btn-primary { background: #fff; color: #c0392b; }
#contact .btn-primary:hover { background: #f5f5f5; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.contact-info p { color: rgba(255,255,255,0.9); font-size: 16px; margin-bottom: 32px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.contact-item strong { display: block; font-size: 12px; letter-spacing: 2px; color: #999; margin-bottom: 4px; }
.contact-item span { font-size: 16px; }
.social-links { display: flex; gap: 16px; }
.social-links a {
  font-size: 14px; font-weight: 500; color: #c0392b;
  padding: 8px 16px; border: 1px solid #e0d5d3; border-radius: 6px;
  transition: all 0.2s;
}
.social-links a:hover { background: #c0392b; color: #fff; border-color: #c0392b; }

.contact-action {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-start; gap: 16px;
  padding-top: 6px;
}
.contact-note { font-size: 14px; color: rgba(255,255,255,0.75); }

/* === CONTACT MODAL === */
.modal-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(30, 12, 8, 0.55);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.modal-overlay[hidden] { display: none; }
.modal {
  position: relative; background: #fff; border-radius: 16px;
  padding: 36px; width: 100%; max-width: 560px;
  max-height: 90vh; overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0,0,0,0.25);
}
.modal h3 { font-size: 24px; font-weight: 700; margin-bottom: 24px; }
.modal-close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none; font-size: 26px; line-height: 1;
  color: #999; cursor: pointer; padding: 4px;
}
.modal-close:hover { color: #333; }
.modal form { display: flex; flex-direction: column; gap: 18px; }
.modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.modal-group { display: flex; flex-direction: column; gap: 6px; }
.modal-group label { font-size: 13px; font-weight: 600; color: #333; }
.modal-group input, .modal-group select, .modal-group textarea {
  padding: 12px 14px; border: 1px solid #ddd; border-radius: 8px;
  font-size: 15px; font-family: inherit; background: #fff;
  transition: border-color 0.2s;
}
.modal-group input:focus, .modal-group select:focus, .modal-group textarea:focus {
  outline: none; border-color: #c0392b;
}
.modal-group textarea { resize: vertical; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.modal-status { font-size: 14px; }
.modal-status.ok { color: #2e7d32; }
.modal-status.err { color: #c0392b; }

/* === FOOTER === */
.footer { padding: 60px 0; border-top: 1px solid #eee; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.logo-img-footer { height: 42px; }
.footer-brand p { font-size: 14px; color: #999; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 14px; color: #777; transition: color 0.2s; }
.footer-links a:hover { color: #c0392b; }
.footer-copy { font-size: 13px; color: #bbb; }

/* === ANIMATIONS === */
.fade-in {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .services-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  /* Nav mobile */
  .nav-inner { height: 60px; }
  .nav-links {
    display: none; position: fixed; top: 60px; left: 0; right: 0; bottom: 0;
    background: rgba(250,249,247,0.98); flex-direction: column;
    padding: 32px 24px; gap: 8px; border-top: 1px solid #eee;
    overflow-y: auto; z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    font-size: 18px; padding: 14px 0; border-bottom: 1px solid #f0f0f0;
  }
  .nav-links .nav-cta {
    margin-top: 16px; text-align: center; padding: 16px 24px;
    border-bottom: none;
  }
  .nav-toggle { display: block; order: 3; }
  .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  .lang-switch { order: 2; margin-left: auto; margin-right: 8px; gap: 2px; }
  .lang-btn { padding: 5px 8px; font-size: 11px; min-width: 30px; }
  .logo-img { height: 36px; }

  /* Hero mobile */
  .hero { min-height: 100svh; }
  .hero-title { font-size: 30px; }
  .hero-sub { font-size: 15px; margin-bottom: 32px; }
  .hero-tag { font-size: 11px; letter-spacing: 3px; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
  .hero-actions .btn { width: 100%; max-width: 280px; text-align: center; }
  .hero-bg-img, .hero-bg-video { object-position: 50% center; }
  .hero-scroll { bottom: 24px; }

  /* Sections mobile */
  .section { padding: 64px 0; }
  .section-title { font-size: 28px; margin-bottom: 12px; }
  .section-sub { font-size: 15px; margin-bottom: 40px; }
  .section-label { font-size: 11px; letter-spacing: 3px; margin-bottom: 12px; }

  /* About mobile */
  .about-text h2 { font-size: 30px; }
  .about-text p { font-size: 15px; }
  .story-card { flex-direction: column; }
  .card-img-wrap { width: 100%; height: 180px; min-height: auto; }
  .card-body { padding: 16px; }

  /* Services mobile */
  .services-grid { gap: 16px; }
  .service-card { padding: 28px 20px; }
  .service-card h3 { font-size: 20px; }

  /* Portfolio mobile */
  .portfolio-grid { grid-template-columns: 1fr; gap: 16px; }
  .portfolio-item.large { grid-column: span 1; }
  .portfolio-thumb, .portfolio-item.large .portfolio-thumb { padding-bottom: 65%; }

  .btn-large { padding: 16px 36px; font-size: 15px; }

  /* Contact mobile */
  .contact-info p { font-size: 15px; }
  .social-links { flex-wrap: wrap; gap: 8px; }
  .social-links a { padding: 10px 14px; font-size: 13px; }
  .contact-action .btn { width: 100%; padding: 16px; text-align: center; }

  /* Modal mobile */
  .modal { padding: 28px 20px; }
  .modal-row { grid-template-columns: 1fr; }
  .modal-group input, .modal-group select, .modal-group textarea {
    padding: 14px 16px; font-size: 16px; /* prevents iOS zoom */
  }
  .modal form .btn { width: 100%; padding: 16px; text-align: center; }

  /* Footer mobile */
  .footer { padding: 40px 0; }
  .footer-links { gap: 16px; }
  .footer-links a { font-size: 13px; }
}

/* Hero mobile portrait: full-frame 16:9 video as ambient background (no crop),
   soft top/bottom fade into the page background */
@media (max-width: 768px) and (orientation: portrait) {
  .hero-bg { overflow: hidden; }
  .hero-bg-img, .hero-bg-video {
    position: absolute; top: 50%; left: 50%;
    width: 100%; height: auto; aspect-ratio: 16 / 9;
    transform: translate(-50%, -50%);
    object-fit: cover;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 18%, #000 82%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 18%, #000 82%, rgba(0,0,0,0) 100%);
  }
}

/* Small phones */
@media (max-width: 380px) {
  .container { padding: 0 16px; }
  .hero-title { font-size: 26px; }
  .hero-sub { font-size: 14px; }
  .about-text h2 { font-size: 26px; }
  .section-title { font-size: 24px; }
  .logo-img { height: 31px; }
  .lang-btn { padding: 4px 7px; font-size: 10px; }
}

/* === PORTFOLIO CAPTION (VOID DIVER) === */
.portfolio-caption {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 14px 4px 0; flex-wrap: wrap;
}
.portfolio-caption h3 { font-size: 18px; font-weight: 700; letter-spacing: 1px; }
.portfolio-links { display: flex; gap: 8px; }
.portfolio-links a {
  font-size: 13px; font-weight: 600; color: #c0392b;
  padding: 6px 14px; border: 1px solid #e0d5d3; border-radius: 6px;
  transition: all 0.2s;
}
.portfolio-links a:hover { background: #c0392b; color: #fff; border-color: #c0392b; }

/* === RESPONSIVE for revised sections === */
@media (max-width: 480px) {
  .nav-links { gap: 0; }
}

/* Touch-friendly: ensure tap targets are at least 44px */
@media (pointer: coarse) {
  .nav-links a { min-height: 44px; display: flex; align-items: center; }
  .lang-btn { min-height: 36px; min-width: 36px; }
  .social-links a { min-height: 44px; display: flex; align-items: center; }
  .btn { min-height: 48px; }
}

/* News (press coverage) */
#news { background: linear-gradient(180deg, #f7efe8 0%, #f2e6db 100%); }
.news-carousel { position: relative; }
.news-grid { overflow: hidden; padding-bottom: 4px; }
.news-track {
  display: flex; gap: 28px;
  will-change: transform;
  touch-action: pan-y;
}
.news-card { display: block; flex: 0 0 calc((100% - 56px) / 3); }
.news-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 1px solid #eadfd4; color: #c0392b;
  box-shadow: 0 2px 12px rgba(120, 72, 50, 0.15); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: box-shadow 0.2s;
}
.news-prev { left: -22px; }
.news-next { right: -22px; }
.news-nav:hover { box-shadow: 0 4px 16px rgba(120, 72, 50, 0.28); }
.news-thumb {
  position: relative; overflow: hidden; border-radius: 12px;
  background: #fff; border: 1px solid #eadfd4;
  box-shadow: 0 2px 14px rgba(120, 72, 50, 0.08);
  padding-bottom: 56.25%;
}
.news-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; padding: 14px;
  transition: transform 0.4s;
}
.news-card:hover .news-img { transform: scale(1.04); }
.news-meta {
  display: flex; align-items: center; gap: 10px;
  margin: 14px 0 8px; font-size: 13.5px; color: #a09a94;
}
.news-press { font-weight: 700; color: #c0392b; letter-spacing: 0.5px; }
.news-date { padding-left: 10px; border-left: 1px solid #d9ccc1; }
.news-headline {
  font-size: 16px; font-weight: 600; line-height: 1.5;
  color: #1a1a1a; text-wrap: pretty; transition: color 0.2s;
}
.news-card:hover .news-headline { color: #c0392b; }
@media (max-width: 1024px) {
  .news-track { gap: 20px; }
  .news-card { flex-basis: calc((100% - 40px) / 3); }
  .news-headline { font-size: 15px; }
}
@media (max-width: 768px) {
  .news-track { gap: 16px; }
  .news-card { flex-basis: 85%; }
  .news-nav { display: none; }
  .news-headline { font-size: 15.5px; }
}

/* First-visit language suggestion bar */
.lang-suggest {
  position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%);
  z-index: 200; display: flex; align-items: center; gap: 14px;
  background: #1a1a1a; color: #fff; border-radius: 8px;
  padding: 12px 16px; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  max-width: calc(100vw - 32px);
}
.lang-suggest-link {
  color: #fff; text-decoration: none; font-size: 14px; font-weight: 600;
  letter-spacing: 0.3px; border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1px;
}
.lang-suggest-link:hover { border-bottom-color: #fff; }
.lang-suggest-close {
  background: none; border: none; color: #bbb; font-size: 20px; line-height: 1;
  cursor: pointer; padding: 0 2px; transition: color 0.2s;
}
.lang-suggest-close:hover { color: #fff; }
