/*
 * GT Center — Options-output (kontor, verkstäder, affärsidé)
 * Root font size: 62.5% (1rem = 10px)
 */

/* ── Kontor ───────────────────────────────────────────────── */
.gtc-offices {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.gtc-office__name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.gtc-office__address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.gtc-office__email {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  color: inherit;
}

.gtc-office__phones {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(128,128,128,0.18);
}

.gtc-office__phone {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(128,128,128,0.12);
}

.gtc-office__phone dt {
  font-size: 1.4rem;
  opacity: 0.55;
}

.gtc-office__phone dd {
  margin: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: right;
}

.gtc-office__phone dd a { color: inherit; text-decoration: none; }

.gtc-office__map {
  display: inline-block;
  margin-top: 1.4rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.gtc-office__map:hover { opacity: 1; }

/* ── Verkstäder ───────────────────────────────────────────── */
.gtc-workshops__group { margin-bottom: 3rem; }

.gtc-workshops__title {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0 0 1.2rem;
}

.gtc-workshops__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  gap: 0;
}

.gtc-workshop {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(128,128,128,0.15);
  margin-right: 2rem;
}

.gtc-workshop__ort {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
}
.gtc-workshop__namn { font-size: 1.4rem; opacity: 0.7; }
.gtc-workshop__tel  { font-size: 1.4rem; color: inherit; text-decoration: none; opacity: 0.85; }
.gtc-workshop__tel:hover { opacity: 1; }

/* ── Affärsidé ────────────────────────────────────────────── */
.gtc-business-idea__text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.gtc-business-idea__vision {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
}
